Trace number 3478999

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.06 1800.03

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3478999-1307444795.opb>
0.00/0.01	c original problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 830 constraints
0.00/0.01	c problem read
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	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.03	c presolving (2 rounds):
0.00/0.03	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.03	c  0 implications, 95 cliques
0.00/0.03	c presolved problem has 375 variables (375 bin, 0 int, 0 impl, 0 cont) and 785 constraints
0.00/0.03	c      95 constraints of type <setppc>
0.00/0.03	c      15 constraints of type <linear>
0.00/0.03	c     675 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.5
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1800
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c limits/solutions = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.03	c separating/maxrounds = 1
0.00/0.03	c 
0.00/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/maxroundsroot = 5
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.03	c constraints/knapsack/disaggregation = FALSE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c presolving/probing/maxrounds = 0
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/coefdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.03	c heuristics/crossover/freq = -1
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/crossover/nodesofs = 750
0.00/0.03	c 
0.00/0.03	c # number of nodes without incumbent change that heuristic should wait
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.03	c heuristics/crossover/nwaitingnodes = 100
0.00/0.03	c 
0.00/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.03	c # [type: real, range: [0,1], default: 0.1]
0.00/0.03	c heuristics/crossover/nodesquot = 0.15
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixed 
0.00/0.03	c # [type: real, range: [0,1], default: 0.666]
0.00/0.03	c heuristics/crossover/minfixingrate = 0.5
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/feaspump/freq = -1
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/fracdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/guideddiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/intshifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/linesearchdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/objpscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.03	c # [type: real, range: [0,1], default: 0.01]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/oneopt/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/pscostdiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/rens/freq = -1
0.00/0.03	c 
0.00/0.03	c # minimum percentage of integer variables that have to be fixable 
0.00/0.03	c # [type: real, range: [0,1], default: 0.5]
0.00/0.03	c heuristics/rens/minfixingrate = 0.3
0.00/0.03	c 
0.00/0.03	c # number of nodes added to the contingent of the total nodes
0.00/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.03	c heuristics/rens/nodesofs = 2000
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.03	c heuristics/rootsoldiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/rounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/shiftandpropagate/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/shifting/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/simplerounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/subnlp/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/trivial/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/trysol/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c heuristics/undercover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.03	c heuristics/veclendiving/freq = -1
0.00/0.03	c 
0.00/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.03	c 
0.00/0.03	c # additional number of allowed LP iterations
0.00/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.03	c 
0.00/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.03	c heuristics/zirounding/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/cmir/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.03	c separating/flowcover/freq = -1
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |   285 |     - |2285k|   0 | 135 | 375 | 785 | 375 | 785 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.08	c   0.1s|     1 |     0 |   352 |     - |2483k|   0 | 161 | 375 | 818 | 375 | 801 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   422 |     - |3739k|   0 | 167 | 375 | 818 | 375 | 812 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   488 |     - |4033k|   0 | 175 | 375 | 818 | 375 | 821 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.28/0.33	c   0.3s|     1 |     0 |   516 |     - |4046k|   0 | 178 | 375 | 818 | 375 | 824 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   568 |     - |4051k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     2 |   568 |     - |4052k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
22.69/22.74	c  22.7s| 10000 |   517 |203404 |  20.3 |7557k|  43 |  89 | 375 |5123 | 375 | 812 |  43 |  10k|2122 | 0.000000e+00 |      --      |    Inf 
39.61/39.70	c  39.7s| 20000 |   740 |416988 |  20.8 |8731k|  45 |   - | 375 |6209 | 375 | 812 |  43 |  19k|2988 | 0.000000e+00 |      --      |    Inf 
53.78/53.82	c  53.8s| 30000 |   849 |616258 |  20.5 |  10M|  45 |   - | 375 |9309 | 375 | 812 |  43 |  30k|3005 | 0.000000e+00 |      --      |    Inf 
71.09/71.10	c  71.1s| 40000 |  1132 |835631 |  20.9 |  11M|  45 |   - | 375 |8784 | 375 | 812 |  43 |  38k|3723 | 0.000000e+00 |      --      |    Inf 
88.19/88.22	c  88.2s| 50000 |  1596 |  1044k|  20.9 |  11M|  45 | 105 | 375 |8725 | 375 | 812 |  43 |  47k|4563 | 0.000000e+00 |      --      |    Inf 
104.89/104.96	c   105s| 60000 |  1985 |  1260k|  21.0 |  12M|  45 | 102 | 375 |8480 | 375 | 812 |  43 |  57k|5086 | 0.000000e+00 |      --      |    Inf 
122.10/122.15	c   122s| 70000 |  2419 |  1476k|  21.1 |  13M|  45 |  14 | 375 |9039 | 375 | 812 |  43 |  66k|5750 | 0.000000e+00 |      --      |    Inf 
138.19/138.24	c   138s| 80000 |  2761 |  1686k|  21.1 |  14M|  45 |  99 | 375 |  10k| 375 | 812 |  43 |  75k|6138 | 0.000000e+00 |      --      |    Inf 
154.01/154.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
154.01/154.09	c   154s| 90000 |  2938 |  1885k|  20.9 |  15M|  45 |  29 | 375 |  11k| 375 | 812 |  43 |  85k|6665 | 0.000000e+00 |      --      |    Inf 
170.79/170.81	c   171s|100000 |  3300 |  2104k|  21.0 |  16M|  45 | 109 | 375 |  11k| 375 | 812 |  43 |  93k|7151 | 0.000000e+00 |      --      |    Inf 
186.19/186.29	c   186s|110000 |  3729 |  2308k|  21.0 |  18M|  45 |  27 | 375 |  13k| 375 | 812 |  43 | 103k|7427 | 0.000000e+00 |      --      |    Inf 
202.41/202.43	c   202s|120000 |  3995 |  2522k|  21.0 |  19M|  45 |  68 | 375 |  14k| 375 | 812 |  43 | 112k|7839 | 0.000000e+00 |      --      |    Inf 
218.91/218.96	c   219s|130000 |  4088 |  2736k|  21.0 |  19M|  45 |  77 | 375 |  14k| 375 | 812 |  43 | 121k|8119 | 0.000000e+00 |      --      |    Inf 
237.09/237.16	c   237s|140000 |  4212 |  2962k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 130k|8716 | 0.000000e+00 |      --      |    Inf 
254.11/254.15	c   254s|150000 |  4409 |  3182k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 139k|9144 | 0.000000e+00 |      --      |    Inf 
271.90/272.00	c   272s|160000 |  4619 |  3416k|  21.4 |  19M|  46 | 101 | 375 |  11k| 375 | 812 |  43 | 148k|9508 | 0.000000e+00 |      --      |    Inf 
288.21/288.24	c   288s|170000 |  4849 |  3633k|  21.4 |  20M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 157k|9782 | 0.000000e+00 |      --      |    Inf 
306.19/306.21	c   306s|180000 |  5041 |  3865k|  21.5 |  20M|  46 |  90 | 375 |  11k| 375 | 812 |  43 | 167k|  10k| 0.000000e+00 |      --      |    Inf 
323.69/323.73	c   324s|190000 |  5255 |  4100k|  21.6 |  21M|  46 |  18 | 375 |  12k| 375 | 812 |  43 | 175k|  10k| 0.000000e+00 |      --      |    Inf 
341.70/341.79	c   342s|200000 |  5487 |  4338k|  21.7 |  21M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 184k|  10k| 0.000000e+00 |      --      |    Inf 
359.50/359.55	c   360s|210000 |  5638 |  4571k|  21.8 |  21M|  46 |  55 | 375 |  12k| 375 | 812 |  43 | 193k|  11k| 0.000000e+00 |      --      |    Inf 
377.90/377.91	c   378s|220000 |  5879 |  4812k|  21.9 |  21M|  46 |  93 | 375 |  12k| 375 | 812 |  43 | 202k|  11k| 0.000000e+00 |      --      |    Inf 
395.69/395.71	c   396s|230000 |  6050 |  5043k|  21.9 |  22M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 211k|  11k| 0.000000e+00 |      --      |    Inf 
413.80/413.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
413.80/413.86	c   414s|240000 |  6229 |  5277k|  22.0 |  22M|  46 |  94 | 375 |  12k| 375 | 812 |  43 | 220k|  12k| 0.000000e+00 |      --      |    Inf 
432.10/432.17	c   432s|250000 |  6416 |  5517k|  22.1 |  23M|  46 |  63 | 375 |  13k| 375 | 812 |  43 | 229k|  12k| 0.000000e+00 |      --      |    Inf 
450.50/450.56	c   451s|260000 |  6582 |  5754k|  22.1 |  24M|  46 | 123 | 375 |  13k| 375 | 812 |  43 | 238k|  12k| 0.000000e+00 |      --      |    Inf 
468.10/468.15	c   468s|270000 |  6653 |  5975k|  22.1 |  24M|  46 |  34 | 375 |  14k| 375 | 812 |  43 | 247k|  12k| 0.000000e+00 |      --      |    Inf 
485.70/485.73	c   486s|280000 |  6840 |  6203k|  22.2 |  25M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
503.40/503.48	c   503s|290000 |  6964 |  6434k|  22.2 |  24M|  46 | 113 | 375 |  13k| 375 | 812 |  43 | 265k|  13k| 0.000000e+00 |      --      |    Inf 
521.30/521.34	c   521s|300000 |  7058 |  6673k|  22.2 |  25M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 274k|  13k| 0.000000e+00 |      --      |    Inf 
539.90/539.91	c   540s|310000 |  7302 |  6919k|  22.3 |  26M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 282k|  13k| 0.000000e+00 |      --      |    Inf 
557.40/557.45	c   557s|320000 |  7472 |  7148k|  22.3 |  27M|  46 | 102 | 375 |  16k| 375 | 812 |  43 | 291k|  14k| 0.000000e+00 |      --      |    Inf 
575.32/575.31	c   575s|330000 |  7521 |  7378k|  22.4 |  27M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 300k|  14k| 0.000000e+00 |      --      |    Inf 
592.70/592.72	c   593s|340000 |  7602 |  7605k|  22.4 |  27M|  46 | 103 | 375 |  15k| 375 | 812 |  43 | 309k|  14k| 0.000000e+00 |      --      |    Inf 
611.90/611.96	c   612s|350000 |  7792 |  7860k|  22.5 |  27M|  46 |  58 | 375 |  15k| 375 | 812 |  43 | 317k|  14k| 0.000000e+00 |      --      |    Inf 
630.80/630.86	c   631s|360000 |  7908 |  8104k|  22.5 |  27M|  46 |  87 | 375 |  15k| 375 | 812 |  43 | 325k|  15k| 0.000000e+00 |      --      |    Inf 
648.50/648.58	c   649s|370000 |  8060 |  8340k|  22.5 |  28M|  46 |  93 | 375 |  16k| 375 | 812 |  43 | 334k|  15k| 0.000000e+00 |      --      |    Inf 
667.30/667.31	c   667s|380000 |  8141 |  8586k|  22.6 |  29M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 343k|  15k| 0.000000e+00 |      --      |    Inf 
686.42/686.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.42/686.49	c   686s|390000 |  8256 |  8827k|  22.6 |  28M|  46 |  83 | 375 |  14k| 375 | 812 |  43 | 351k|  15k| 0.000000e+00 |      --      |    Inf 
705.61/705.66	c   706s|400000 |  8555 |  9077k|  22.7 |  29M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 359k|  16k| 0.000000e+00 |      --      |    Inf 
723.82/723.83	c   724s|410000 |  8561 |  9311k|  22.7 |  29M|  46 |  50 | 375 |  16k| 375 | 812 |  43 | 368k|  16k| 0.000000e+00 |      --      |    Inf 
742.71/742.79	c   743s|420000 |  8770 |  9553k|  22.7 |  30M|  46 |  94 | 375 |  16k| 375 | 812 |  43 | 377k|  16k| 0.000000e+00 |      --      |    Inf 
759.70/759.74	c   760s|430000 |  8879 |  9770k|  22.7 |  30M|  46 |  66 | 375 |  17k| 375 | 812 |  43 | 386k|  16k| 0.000000e+00 |      --      |    Inf 
778.92/778.94	c   779s|440000 |  8993 | 10014k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 394k|  16k| 0.000000e+00 |      --      |    Inf 
798.50/798.58	c   799s|450000 |  9161 | 10263k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 402k|  17k| 0.000000e+00 |      --      |    Inf 
816.61/816.61	c   817s|460000 |  9278 | 10500k|  22.8 |  31M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 411k|  17k| 0.000000e+00 |      --      |    Inf 
835.11/835.17	c   835s|470000 |  9404 | 10740k|  22.9 |  31M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 420k|  17k| 0.000000e+00 |      --      |    Inf 
854.31/854.36	c   854s|480000 |  9536 | 10988k|  22.9 |  32M|  46 |  76 | 375 |  18k| 375 | 812 |  43 | 428k|  17k| 0.000000e+00 |      --      |    Inf 
873.91/873.97	c   874s|490000 |  9687 | 11240k|  22.9 |  32M|  46 |  91 | 375 |  16k| 375 | 812 |  43 | 436k|  17k| 0.000000e+00 |      --      |    Inf 
892.71/892.70	c   893s|500000 |  9881 | 11477k|  23.0 |  32M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 444k|  18k| 0.000000e+00 |      --      |    Inf 
910.82/910.81	c   911s|510000 |  9982 | 11710k|  23.0 |  32M|  46 |  88 | 375 |  17k| 375 | 812 |  43 | 453k|  18k| 0.000000e+00 |      --      |    Inf 
928.71/928.78	c   929s|520000 | 10037 | 11936k|  23.0 |  32M|  46 |  95 | 375 |  17k| 375 | 812 |  43 | 462k|  18k| 0.000000e+00 |      --      |    Inf 
948.01/948.02	c   948s|530000 | 10190 | 12183k|  23.0 |  32M|  48 |  94 | 375 |  16k| 375 | 812 |  43 | 471k|  18k| 0.000000e+00 |      --      |    Inf 
966.41/966.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
966.41/966.47	c   966s|540000 | 10249 | 12416k|  23.0 |  33M|  50 | 107 | 375 |  17k| 375 | 812 |  43 | 479k|  19k| 0.000000e+00 |      --      |    Inf 
985.62/985.66	c   986s|550000 | 10300 | 12658k|  23.0 |  33M|  50 |   - | 375 |  17k|   0 |   0 |  43 | 488k|  19k| 0.000000e+00 |      --      |    Inf 
1003.22/1003.29	c  1003s|560000 | 10407 | 12889k|  23.0 |  33M|  50 |  91 | 375 |  17k| 375 | 812 |  43 | 497k|  19k| 0.000000e+00 |      --      |    Inf 
1022.51/1022.57	c  1023s|570000 | 10542 | 13132k|  23.0 |  33M|  50 |  62 | 375 |  17k| 375 | 812 |  43 | 505k|  19k| 0.000000e+00 |      --      |    Inf 
1040.41/1040.41	c  1040s|580000 | 10636 | 13366k|  23.0 |  34M|  50 |  76 | 375 |  17k| 375 | 812 |  43 | 513k|  19k| 0.000000e+00 |      --      |    Inf 
1059.33/1059.36	c  1059s|590000 | 10757 | 13610k|  23.1 |  35M|  50 |   - | 375 |  18k|   0 |   0 |  43 | 522k|  19k| 0.000000e+00 |      --      |    Inf 
1077.81/1077.87	c  1078s|600000 | 10813 | 13847k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 531k|  20k| 0.000000e+00 |      --      |    Inf 
1097.22/1097.27	c  1097s|610000 | 10997 | 14088k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 539k|  20k| 0.000000e+00 |      --      |    Inf 
1116.42/1116.40	c  1116s|620000 | 11147 | 14327k|  23.1 |  35M|  50 |  92 | 375 |  19k| 375 | 812 |  43 | 548k|  20k| 0.000000e+00 |      --      |    Inf 
1135.71/1135.72	c  1136s|630000 | 11308 | 14573k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 557k|  20k| 0.000000e+00 |      --      |    Inf 
1154.51/1154.59	c  1155s|640000 | 11298 | 14811k|  23.1 |  35M|  50 |  12 | 375 |  17k| 375 | 812 |  43 | 565k|  20k| 0.000000e+00 |      --      |    Inf 
1171.91/1171.91	c  1172s|650000 | 11499 | 15046k|  23.1 |  37M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 574k|  20k| 0.000000e+00 |      --      |    Inf 
1190.51/1190.51	c  1191s|660000 | 11510 | 15286k|  23.2 |  36M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 582k|  21k| 0.000000e+00 |      --      |    Inf 
1209.71/1209.72	c  1210s|670000 | 11615 | 15533k|  23.2 |  36M|  50 |  99 | 375 |  18k| 375 | 812 |  43 | 590k|  21k| 0.000000e+00 |      --      |    Inf 
1228.21/1228.25	c  1228s|680000 | 11689 | 15771k|  23.2 |  36M|  50 | 101 | 375 |  18k| 375 | 812 |  43 | 598k|  21k| 0.000000e+00 |      --      |    Inf 
1248.02/1248.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1248.02/1248.09	c  1248s|690000 | 11734 | 16013k|  23.2 |  36M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 607k|  21k| 0.000000e+00 |      --      |    Inf 
1267.12/1267.12	c  1267s|700000 | 11855 | 16262k|  23.2 |  36M|  50 |   - | 375 |  16k| 375 | 812 |  43 | 615k|  21k| 0.000000e+00 |      --      |    Inf 
1286.51/1286.54	c  1287s|710000 | 12015 | 16516k|  23.3 |  37M|  50 | 105 | 375 |  17k| 375 | 812 |  43 | 623k|  22k| 0.000000e+00 |      --      |    Inf 
1305.84/1305.85	c  1306s|720000 | 12403 | 16777k|  23.3 |  38M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 630k|  22k| 0.000000e+00 |      --      |    Inf 
1325.41/1325.41	c  1325s|730000 | 13183 | 17042k|  23.3 |  40M|  50 | 113 | 375 |  21k| 375 | 812 |  43 | 636k|  22k| 0.000000e+00 |      --      |    Inf 
1345.82/1345.89	c  1346s|740000 | 13434 | 17300k|  23.4 |  39M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 643k|  22k| 0.000000e+00 |      --      |    Inf 
1365.72/1365.79	c  1366s|750000 | 13642 | 17558k|  23.4 |  39M|  50 |  94 | 375 |  18k| 375 | 812 |  43 | 651k|  22k| 0.000000e+00 |      --      |    Inf 
1385.32/1385.39	c  1385s|760000 | 13853 | 17811k|  23.4 |  40M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 659k|  22k| 0.000000e+00 |      --      |    Inf 
1404.42/1404.46	c  1404s|770000 | 13970 | 18055k|  23.4 |  40M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 667k|  23k| 0.000000e+00 |      --      |    Inf 
1422.72/1422.76	c  1423s|780000 | 14145 | 18298k|  23.5 |  41M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 676k|  23k| 0.000000e+00 |      --      |    Inf 
1442.62/1442.66	c  1443s|790000 | 14287 | 18548k|  23.5 |  41M|  50 | 111 | 375 |  18k| 375 | 812 |  43 | 684k|  23k| 0.000000e+00 |      --      |    Inf 
1460.62/1460.65	c  1461s|800000 | 14743 | 18788k|  23.5 |  42M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 692k|  23k| 0.000000e+00 |      --      |    Inf 
1478.54/1478.58	c  1479s|810000 | 15038 | 19030k|  23.5 |  43M|  50 |   - | 375 |  21k|   0 |   0 |  43 | 700k|  23k| 0.000000e+00 |      --      |    Inf 
1497.72/1497.72	c  1498s|820000 | 15181 | 19280k|  23.5 |  44M|  50 |   - | 375 |  22k|   0 |   0 |  43 | 707k|  23k| 0.000000e+00 |      --      |    Inf 
1516.02/1516.07	c  1516s|830000 | 15140 | 19520k|  23.5 |  44M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 715k|  23k| 0.000000e+00 |      --      |    Inf 
1534.92/1534.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1534.92/1534.97	c  1535s|840000 | 15120 | 19766k|  23.5 |  44M|  50 |  62 | 375 |  23k| 375 | 812 |  43 | 724k|  23k| 0.000000e+00 |      --      |    Inf 
1555.22/1555.21	c  1555s|850000 | 15222 | 20022k|  23.6 |  44M|  50 |   - | 375 |  22k| 375 | 812 |  43 | 731k|  24k| 0.000000e+00 |      --      |    Inf 
1575.35/1575.36	c  1575s|860000 | 15253 | 20271k|  23.6 |  43M|  50 | 106 | 375 |  20k| 375 | 812 |  43 | 740k|  24k| 0.000000e+00 |      --      |    Inf 
1594.52/1594.56	c  1595s|870000 | 15377 | 20518k|  23.6 |  44M|  50 |  74 | 375 |  20k| 375 | 812 |  43 | 748k|  24k| 0.000000e+00 |      --      |    Inf 
1614.32/1614.32	c  1614s|880000 | 15486 | 20760k|  23.6 |  43M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 756k|  24k| 0.000000e+00 |      --      |    Inf 
1633.32/1633.35	c  1633s|890000 | 15584 | 21008k|  23.6 |  44M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 765k|  24k| 0.000000e+00 |      --      |    Inf 
1650.23/1650.23	c  1650s|900000 | 15665 | 21233k|  23.6 |  45M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 773k|  24k| 0.000000e+00 |      --      |    Inf 
1669.53/1669.57	c  1670s|910000 | 15743 | 21470k|  23.6 |  44M|  50 | 123 | 375 |  19k| 375 | 812 |  43 | 782k|  25k| 0.000000e+00 |      --      |    Inf 
1688.93/1688.99	c  1689s|920000 | 15856 | 21721k|  23.6 |  44M|  50 | 115 | 375 |  18k| 375 | 812 |  43 | 790k|  25k| 0.000000e+00 |      --      |    Inf 
1708.34/1708.41	c  1708s|930000 | 15937 | 21968k|  23.6 |  44M|  50 | 101 | 375 |  19k| 375 | 812 |  43 | 798k|  25k| 0.000000e+00 |      --      |    Inf 
1727.93/1727.97	c  1728s|940000 | 16026 | 22217k|  23.6 |  45M|  50 | 103 | 375 |  19k| 375 | 812 |  43 | 806k|  25k| 0.000000e+00 |      --      |    Inf 
1746.73/1746.75	c  1747s|950000 | 16454 | 22461k|  23.6 |  46M|  50 | 104 | 375 |  19k| 375 | 812 |  43 | 815k|  25k| 0.000000e+00 |      --      |    Inf 
1764.23/1764.26	c  1764s|960000 | 16756 | 22687k|  23.6 |  47M|  50 |   - | 375 |  21k| 375 | 812 |  43 | 824k|  25k| 0.000000e+00 |      --      |    Inf 
1782.63/1782.69	c  1783s|970000 | 17053 | 22924k|  23.6 |  48M|  50 | 124 | 375 |  22k| 375 | 812 |  43 | 833k|  25k| 0.000000e+00 |      --      |    Inf 
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.00
1800.03/1800.01	c Solving Nodes      : 978715
1800.03/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.01	c Gap                : infinite
1800.03/1800.01	s UNKNOWN
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Total Time         :    1800.00
1800.03/1800.01	c   solving          :    1800.00
1800.03/1800.01	c   presolving       :       0.01 (included in solving)
1800.03/1800.01	c   reading          :       0.01 (included in solving)
1800.03/1800.01	c Original Problem   :
1800.03/1800.01	c   Problem name     : HOME/instance-3478999-1307444795.opb
1800.03/1800.01	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 830 initial, 830 maximal
1800.03/1800.01	c Presolved Problem  :
1800.03/1800.01	c   Problem name     : t_HOME/instance-3478999-1307444795.opb
1800.03/1800.01	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.01	c   Constraints      : 785 initial, 24026 maximal
1800.03/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   dualfix          :       0.00        225          0          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.01          0          0          0          0          0         45          0          0          0
1800.03/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0     529204          0          1          0        725       5345          0          0    1052054
1800.03/1800.01	c   setppc           :         95          5    4583395          0          2          0   19185954      12835   12054629          0          0          0
1800.03/1800.01	c   linear           :         15+         6    4570560          0          2          0    1503842      38219    1205904          8          0          0
1800.03/1800.01	c   logicor          :        675+         5    3204607          0          2          0   14275053      77229    6193580          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.01	c   integral         :      78.38       0.00       0.00      78.38       0.00       0.00       0.00
1800.03/1800.01	c   setppc           :      20.84       0.00      17.33       0.00       0.00       0.00       3.51
1800.03/1800.01	c   linear           :      13.05       0.00      11.61       0.00       0.00       0.00       1.44
1800.03/1800.01	c   logicor          :     135.61       0.00     128.98       0.00       0.00       0.00       6.63
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :          0          0          0          0
1800.03/1800.01	c   rootredcost      :          0          0          0          0
1800.03/1800.01	c   pseudoobj        :          0          0          0          0
1800.03/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.01	c   vbounds          :       0.61       0.61       0.00
1800.03/1800.01	c   rootredcost      :       0.67       0.67       0.00
1800.03/1800.01	c   pseudoobj        :       0.43       0.43       0.00
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :      10.63     128283     122022    1791410       42.6      10101       21.8          -
1800.03/1800.01	c   infeasible LP    :      55.22     372269     347473    6572177       49.7       9412       18.8          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -     833915       26.9          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -       6439       52.2          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          4          -          -        182          -    (maximal pool size: 621)
1800.03/1800.01	c   redcost          :       3.04     527138          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.20          5          0          0       1063          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.15          5          0          0       1175          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.02          1          0          0          0         33
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :      78.06     529204        725       5345          0          0    1052054
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :       0.00          2          0          0          0          0          4
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   trivial          :       0.00          1          0
1800.03/1800.01	c   shiftandpropagate:       0.00          0          0
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   oneopt           :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   clique           :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   vbounds          :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   subnlp           :       0.00          0          0
1800.03/1800.01	c   trysol           :       0.00          0          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :    1289.19     895284   23134967      25.84   17945.38
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :      65.99      26218     999368      38.12   15145.34
1800.03/1800.01	c     (at root node) :          -         15       4979     331.93          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     978715
1800.03/1800.01	c   nodes (total)    :     978715
1800.03/1800.01	c   nodes left       :      17133
1800.03/1800.01	c   max depth        :         50
1800.03/1800.01	c   max depth (total):         50
1800.03/1800.01	c   backtracks       :     225269 (23.0%)
1800.03/1800.01	c   delayed cutoffs  :      56211
1800.03/1800.01	c   repropagations   :     835790 (6496192 domain reductions, 48591 cutoffs)
1800.03/1800.01	c   avg switch length:       4.86
1800.03/1800.01	c   switching time   :     104.61
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :        568

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/511 29847
/proc/meminfo: memFree=18570360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=17220 CPUtime=0 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 3234 0 0 0 0 0 0 0 25 0 1 0 836895613 17633280 3187 33554432000 4194304 9163163 140733729171344 18446744073709551615 6919008 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 4305 3188 430 1214 0 3087 0

[startup+0.105149 s]
/proc/loadavg: 2.00 2.02 2.00 3/511 29847
/proc/meminfo: memFree=18570360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34264 CPUtime=0.09 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8194 0 0 0 8 1 0 0 25 0 1 0 836895613 35086336 7177 33554432000 4194304 9163163 140733729171344 18446744073709551615 4391634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8566 7177 686 1214 0 7348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34264

[startup+0.201128 s]
/proc/loadavg: 2.00 2.02 2.00 3/511 29847
/proc/meminfo: memFree=18570360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34264 CPUtime=0.19 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8207 0 0 0 18 1 0 0 25 0 1 0 836895613 35086336 7190 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8566 7190 686 1214 0 7348 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34264

[startup+0.301113 s]
/proc/loadavg: 2.00 2.02 2.00 3/511 29847
/proc/meminfo: memFree=18570360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34264 CPUtime=0.28 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8219 0 0 0 27 1 0 0 25 0 1 0 836895613 35086336 7202 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8566 7202 686 1214 0 7348 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 34264

[startup+0.701042 s]
/proc/loadavg: 2.00 2.02 2.00 3/511 29847
/proc/meminfo: memFree=18570360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=0.69 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8237 0 0 0 65 4 0 0 25 0 1 0 836895613 35155968 7220 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7220 688 1214 0 7365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34332

[startup+1.50091 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29848
/proc/meminfo: memFree=18543320/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=1.49 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8238 0 0 0 141 8 0 0 25 0 1 0 836895613 35155968 7221 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7221 689 1214 0 7365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34332

[startup+3.10062 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29848
/proc/meminfo: memFree=18542220/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=3.09 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8238 0 0 0 292 17 0 0 25 0 1 0 836895613 35155968 7221 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7221 689 1214 0 7365 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34332

[startup+6.30106 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29849
/proc/meminfo: memFree=18541832/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=6.28 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8239 0 0 0 593 35 0 0 25 0 1 0 836895613 35155968 7222 33554432000 4194304 9163163 140733729171344 18446744073709551615 6687797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7222 689 1214 0 7365 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34332

[startup+12.7009 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29849
/proc/meminfo: memFree=18540864/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=12.68 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8317 0 0 0 1196 72 0 0 25 0 1 0 836895613 35155968 7300 33554432000 4194304 9163163 140733729171344 18446744073709551615 7379319 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7300 690 1214 0 7365 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34332

[startup+25.5007 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29849
/proc/meminfo: memFree=18540404/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=34332 CPUtime=25.49 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 8571 0 0 0 2402 147 0 0 25 0 1 0 836895613 35155968 7554 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 8583 7554 690 1214 0 7365 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34332

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29850
/proc/meminfo: memFree=18538044/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=37092 CPUtime=51.09 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 9224 0 0 0 4818 291 0 0 25 0 1 0 836895613 37982208 8207 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 9273 8207 690 1214 0 8055 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37092

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29851
/proc/meminfo: memFree=18532320/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=41556 CPUtime=102.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 10358 0 0 0 9651 580 0 0 25 0 1 0 836895613 42553344 9338 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 10389 9338 690 1214 0 9171 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 41556

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/512 29853
/proc/meminfo: memFree=18527044/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=46920 CPUtime=162.29 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 11641 0 0 0 15319 910 0 0 25 0 1 0 836895613 48046080 10614 33554432000 4194304 9163163 140733729171344 18446744073709551615 6686992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 11730 10614 690 1214 0 10512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46920

[startup+222.319 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 29854
/proc/meminfo: memFree=18561696/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=48692 CPUtime=222.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 12154 0 0 0 20981 1250 0 0 25 0 1 0 836895613 49860608 11127 33554432000 4194304 9163163 140733729171344 18446744073709551615 4706086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 12173 11127 690 1214 0 10955 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 48692

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/512 29856
/proc/meminfo: memFree=18545144/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=50452 CPUtime=282.29 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 12596 0 0 0 26641 1588 0 0 25 0 1 0 836895613 51662848 11569 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 12613 11569 690 1214 0 11395 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 50452

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/512 29858
/proc/meminfo: memFree=18535020/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=54160 CPUtime=342.3 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 13521 0 0 0 32301 1929 0 0 25 0 1 0 836895613 55459840 12487 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 13540 12487 690 1214 0 12322 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54160

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/512 29859
/proc/meminfo: memFree=18556784/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=54460 CPUtime=402.29 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 13611 0 0 0 37968 2261 0 0 25 0 1 0 836895613 55767040 12577 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 13615 12577 690 1214 0 12397 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 54460

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/512 29861
/proc/meminfo: memFree=18549644/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=57560 CPUtime=462.3 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 14348 0 0 0 43645 2585 0 0 25 0 1 0 836895613 58941440 13314 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 14390 13314 690 1214 0 13172 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 57560

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/512 29862
/proc/meminfo: memFree=18532596/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=58504 CPUtime=522.3 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 14601 0 0 0 49315 2915 0 0 25 0 1 0 836895613 59908096 13567 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 14626 13567 690 1214 0 13408 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 58504

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/512 29864
/proc/meminfo: memFree=18530560/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=60292 CPUtime=582.3 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 15073 0 0 0 54989 3241 0 0 25 0 1 0 836895613 61739008 14039 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 15073 14039 690 1214 0 13855 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 60292

[startup+642.3 s]

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

[startup+882.319 s]
/proc/loadavg: 2.20 2.06 2.01 3/512 29872
/proc/meminfo: memFree=18514560/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=68176 CPUtime=882.33 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 16897 0 0 0 83415 4818 0 0 25 0 1 0 836895613 69812224 15858 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 17044 15858 690 1214 0 15826 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 68176

[startup+942.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/512 29874
/proc/meminfo: memFree=18508944/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=68312 CPUtime=942.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 16952 0 0 0 89103 5128 0 0 25 0 1 0 836895613 69951488 15913 33554432000 4194304 9163163 140733729171344 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 17078 15913 690 1214 0 15860 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 68312

[startup+1002.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/512 29875
/proc/meminfo: memFree=18508884/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=68312 CPUtime=1002.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 16958 0 0 0 94806 5425 0 0 25 0 1 0 836895613 69951488 15919 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 17078 15919 690 1214 0 15860 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 68312

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/512 29877
/proc/meminfo: memFree=18506612/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=70640 CPUtime=1062.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 17508 0 0 0 100479 5752 0 0 25 0 1 0 836895613 72335360 16468 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 17660 16468 690 1214 0 16442 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 70640

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 29881
/proc/meminfo: memFree=18503460/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=73852 CPUtime=1122.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 18283 0 0 0 106180 6052 0 0 25 0 1 0 836895613 75624448 17243 33554432000 4194304 9163163 140733729171344 18446744073709551615 4240450 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 18463 17243 690 1214 0 17245 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 73852

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29883
/proc/meminfo: memFree=18539360/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=75280 CPUtime=1182.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 18629 0 0 0 111872 6360 0 0 25 0 1 0 836895613 77086720 17589 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 18820 17589 690 1214 0 17602 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 75280

[startup+1242.3 s]
/proc/loadavg: 1.93 2.00 1.99 3/512 29913
/proc/meminfo: memFree=18640636/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=75444 CPUtime=1242.31 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 18670 0 0 0 117541 6690 0 0 25 0 1 0 836895613 77254656 17630 33554432000 4194304 9163163 140733729171344 18446744073709551615 5275439 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 18861 17630 690 1214 0 17643 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 75444

[startup+1302.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/512 29914
/proc/meminfo: memFree=18606812/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=76756 CPUtime=1302.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 19062 0 0 0 123141 7091 0 0 25 0 1 0 836895613 78598144 18021 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 19189 18021 690 1214 0 17971 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 76756

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/512 29916
/proc/meminfo: memFree=18569344/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=78444 CPUtime=1362.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 19403 0 0 0 128749 7483 0 0 25 0 1 0 836895613 80326656 18362 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 19611 18362 690 1214 0 18393 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 78444

[startup+1422.3 s]
/proc/loadavg: 2.14 2.03 2.00 3/512 29917
/proc/meminfo: memFree=18566056/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=78884 CPUtime=1422.34 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 19531 0 0 0 134342 7892 0 0 25 0 1 0 836895613 80777216 18490 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 19721 18490 690 1214 0 18503 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 78884

[startup+1482.3 s]
/proc/loadavg: 2.26 2.08 2.02 3/512 29919
/proc/meminfo: memFree=18547264/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=82056 CPUtime=1482.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 20287 0 0 0 139955 8277 0 0 25 0 1 0 836895613 84025344 19246 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 20514 19246 690 1214 0 19296 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 82056

[startup+1542.32 s]
/proc/loadavg: 2.09 2.07 2.01 3/512 29921
/proc/meminfo: memFree=18529840/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=83304 CPUtime=1542.34 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 20603 0 0 0 145566 8668 0 0 25 0 1 0 836895613 85303296 19562 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 20826 19562 690 1214 0 19608 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 83304

[startup+1602.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/512 29922
/proc/meminfo: memFree=18528068/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=84804 CPUtime=1602.33 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21043 0 0 0 151189 9044 0 0 25 0 1 0 836895613 86839296 20002 33554432000 4194304 9163163 140733729171344 18446744073709551615 4710429 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 21201 20002 690 1214 0 19983 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 84804

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 29924
/proc/meminfo: memFree=18536952/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=86696 CPUtime=1662.32 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21517 0 0 0 156811 9421 0 0 25 0 1 0 836895613 88776704 20476 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 21674 20476 690 1214 0 20456 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 86696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/512 29925
/proc/meminfo: memFree=18524124/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=86696 CPUtime=1722.33 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21551 0 0 0 162436 9797 0 0 25 0 1 0 836895613 88776704 20510 33554432000 4194304 9163163 140733729171344 18446744073709551615 7250875 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 21674 20510 690 1214 0 20456 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 86696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29927
/proc/meminfo: memFree=18518724/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=87744 CPUtime=1782.33 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21799 0 0 0 168066 10167 0 0 25 0 1 0 836895613 89849856 20758 33554432000 4194304 9163163 140733729171344 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29847/statm: 21936 20758 690 1214 0 20718 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 87744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29927
/proc/meminfo: memFree=18512512/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=88408 CPUtime=1800.05 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21953 0 0 0 169724 10281 0 0 25 0 1 0 836895613 90529792 20912 33554432000 4194304 9163163 140733729171344 18446744073709551615 4748786 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29847/statm: 22102 20912 694 1214 0 20884 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88408

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

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

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/512 29927
/proc/meminfo: memFree=18512512/32951124 swapFree=65259120/67111528
[pid=29847] ppid=29845 vsize=88408 CPUtime=1800.05 cores=1,3,5,7
/proc/29847/stat : 29847 (scip-2.0.1.4b.l) R 29845 29847 29279 0 -1 4202496 21953 0 0 0 169724 10281 0 0 25 0 1 0 836895613 90529792 20912 33554432000 4194304 9163163 140733729171344 18446744073709551615 4748786 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29847/statm: 22102 20912 694 1214 0 20884 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.06
CPU user time (s): 1697.25
CPU system time (s): 102.815
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 88408

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

runsolver used 8.39972 second user time and 21.1208 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-07 13:06:35
IDJOB=3478999
IDBENCH=89818
IDSOLVER=1948
FILE ID=node144/3478999-1307444795
RUNJOBID= node144-1307436782-29298
PBS_JOBID= 13519944
Free space on /tmp= 73940 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478999-1307444795/watcher-3478999-1307444795 -o /tmp/evaluation-result-3478999-1307444795/solver-3478999-1307444795 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3478999-1307444795.opb -t 1800 -m 15500

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=894416399

node144.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.850
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.70
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.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18570516 kB
Buffers:         87444 kB
Cached:         221892 kB
SwapCached:      64452 kB
Active:        5310204 kB
Inactive:      8813248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18570516 kB
SwapTotal:    67111528 kB
SwapFree:     65259120 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:    13749480 kB
Mapped:          41020 kB
Slab:           116400 kB
PageTables:      70396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158214056 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= 73928 MiB
End job on node144 at 2011-06-07 13:36:37