Trace number 3479000

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.06 1800.01

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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3479000-1307648138.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.02/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.02/0.03	c presolving (2 rounds):
0.02/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.02/0.03	c  0 implications, 95 cliques
0.02/0.03	c presolved problem has 375 variables (375 bin, 0 int, 0 impl, 0 cont) and 785 constraints
0.02/0.03	c      95 constraints of type <setppc>
0.02/0.03	c      15 constraints of type <linear>
0.02/0.03	c     675 constraints of type <logicor>
0.02/0.03	c transformed objective value is always integral (scale: 1)
0.02/0.03	c Presolving Time: 0.02
0.02/0.03	c - non default parameters ----------------------------------------------------------------------
0.02/0.03	c # SCIP version 2.0.1.4
0.02/0.03	c 
0.02/0.03	c # frequency for displaying node information lines
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.03	c display/freq = 10000
0.02/0.03	c 
0.02/0.03	c # maximal time in seconds to run
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/time = 1800
0.02/0.03	c 
0.02/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.03	c limits/memory = 13950
0.02/0.03	c 
0.02/0.03	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c limits/solutions = 1
0.02/0.03	c 
0.02/0.03	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.03	c separating/maxrounds = 1
0.02/0.03	c 
0.02/0.03	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c separating/maxroundsroot = 5
0.02/0.03	c 
0.02/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.03	c # [type: int, range: [1,2], default: 1]
0.02/0.03	c timing/clocktype = 2
0.02/0.03	c 
0.02/0.03	c # belongs reading time to solving time?
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c timing/reading = TRUE
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify inequalities
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/linear/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/indicator/addCouplingCons = TRUE
0.02/0.03	c 
0.02/0.03	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.03	c constraints/knapsack/disaggregation = FALSE
0.02/0.03	c 
0.02/0.03	c # should presolving try to simplify knapsacks
0.02/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.03	c 
0.02/0.03	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c presolving/probing/maxrounds = 0
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/coefdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/coefdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/coefdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.03	c heuristics/crossover/freq = -1
0.02/0.03	c 
0.02/0.03	c # number of nodes added to the contingent of the total nodes
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.03	c heuristics/crossover/nodesofs = 750
0.02/0.03	c 
0.02/0.03	c # number of nodes without incumbent change that heuristic should wait
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.03	c heuristics/crossover/nwaitingnodes = 100
0.02/0.03	c 
0.02/0.03	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.03	c # [type: real, range: [0,1], default: 0.1]
0.02/0.03	c heuristics/crossover/nodesquot = 0.15
0.02/0.03	c 
0.02/0.03	c # minimum percentage of integer variables that have to be fixed 
0.02/0.03	c # [type: real, range: [0,1], default: 0.666]
0.02/0.03	c heuristics/crossover/minfixingrate = 0.5
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/feaspump/freq = -1
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/feaspump/maxlpiterofs = 2000
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/fracdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/fracdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/fracdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/guideddiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/guideddiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/guideddiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/intdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/intshifting/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/linesearchdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/objpscostdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.03	c # [type: real, range: [0,1], default: 0.01]
0.02/0.03	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/oneopt/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/pscostdiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/pscostdiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/rens/freq = -1
0.02/0.03	c 
0.02/0.03	c # minimum percentage of integer variables that have to be fixable 
0.02/0.03	c # [type: real, range: [0,1], default: 0.5]
0.02/0.03	c heuristics/rens/minfixingrate = 0.3
0.02/0.03	c 
0.02/0.03	c # number of nodes added to the contingent of the total nodes
0.02/0.03	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.03	c heuristics/rens/nodesofs = 2000
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.03	c heuristics/rootsoldiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.03	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/rounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/shiftandpropagate/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/shifting/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/simplerounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/subnlp/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/trivial/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/trysol/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c heuristics/undercover/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.03	c heuristics/veclendiving/freq = -1
0.02/0.03	c 
0.02/0.03	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.03	c heuristics/veclendiving/maxlpiterquot = 0.075
0.02/0.03	c 
0.02/0.03	c # additional number of allowed LP iterations
0.02/0.03	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.03	c heuristics/veclendiving/maxlpiterofs = 1500
0.02/0.03	c 
0.02/0.03	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.03	c heuristics/zirounding/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c separating/cmir/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.03	c separating/flowcover/freq = -1
0.02/0.03	c 
0.02/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.03	c separating/rapidlearning/freq = 0
0.02/0.03	c 
0.02/0.03	c -----------------------------------------------------------------------------------------------
0.02/0.03	c start solving
0.02/0.03	c 
0.02/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.02/0.04	c   0.0s|     1 |     0 |   285 |     - |2223k|   0 | 135 | 375 | 785 | 375 | 785 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.09	c   0.1s|     1 |     0 |   352 |     - |2421k|   0 | 161 | 375 | 818 | 375 | 801 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   422 |     - |3678k|   0 | 167 | 375 | 818 | 375 | 812 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |   488 |     - |3972k|   0 | 175 | 375 | 818 | 375 | 821 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.4s|     1 |     0 |   516 |     - |3984k|   0 | 178 | 375 | 818 | 375 | 824 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   568 |     - |3990k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     2 |   568 |     - |3990k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
25.30/25.31	c  25.3s| 10000 |   517 |203404 |  20.3 |7496k|  43 |  89 | 375 |5123 | 375 | 812 |  43 |  10k|2122 | 0.000000e+00 |      --      |    Inf 
44.19/44.22	c  44.2s| 20000 |   740 |416988 |  20.8 |8669k|  45 |   - | 375 |6209 | 375 | 812 |  43 |  19k|2988 | 0.000000e+00 |      --      |    Inf 
59.89/60.00	c  60.0s| 30000 |   849 |616258 |  20.5 |  10M|  45 |   - | 375 |9309 | 375 | 812 |  43 |  30k|3005 | 0.000000e+00 |      --      |    Inf 
79.19/79.28	c  79.3s| 40000 |  1132 |835631 |  20.9 |  11M|  45 |   - | 375 |8784 | 375 | 812 |  43 |  38k|3723 | 0.000000e+00 |      --      |    Inf 
98.29/98.39	c  98.4s| 50000 |  1596 |  1044k|  20.9 |  11M|  45 | 105 | 375 |8725 | 375 | 812 |  43 |  47k|4563 | 0.000000e+00 |      --      |    Inf 
116.99/117.08	c   117s| 60000 |  1985 |  1260k|  21.0 |  12M|  45 | 102 | 375 |8480 | 375 | 812 |  43 |  57k|5086 | 0.000000e+00 |      --      |    Inf 
136.19/136.25	c   136s| 70000 |  2419 |  1476k|  21.1 |  13M|  45 |  14 | 375 |9039 | 375 | 812 |  43 |  66k|5750 | 0.000000e+00 |      --      |    Inf 
154.19/154.21	c   154s| 80000 |  2761 |  1686k|  21.1 |  14M|  45 |  99 | 375 |  10k| 375 | 812 |  43 |  75k|6138 | 0.000000e+00 |      --      |    Inf 
171.89/171.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
171.89/171.95	c   172s| 90000 |  2938 |  1885k|  20.9 |  15M|  45 |  29 | 375 |  11k| 375 | 812 |  43 |  85k|6665 | 0.000000e+00 |      --      |    Inf 
190.59/190.63	c   191s|100000 |  3300 |  2104k|  21.0 |  16M|  45 | 109 | 375 |  11k| 375 | 812 |  43 |  93k|7151 | 0.000000e+00 |      --      |    Inf 
207.90/207.91	c   208s|110000 |  3729 |  2308k|  21.0 |  18M|  45 |  27 | 375 |  13k| 375 | 812 |  43 | 103k|7427 | 0.000000e+00 |      --      |    Inf 
225.90/225.96	c   226s|120000 |  3995 |  2522k|  21.0 |  18M|  45 |  68 | 375 |  14k| 375 | 812 |  43 | 112k|7839 | 0.000000e+00 |      --      |    Inf 
244.39/244.46	c   244s|130000 |  4088 |  2736k|  21.0 |  19M|  45 |  77 | 375 |  14k| 375 | 812 |  43 | 121k|8119 | 0.000000e+00 |      --      |    Inf 
264.80/264.81	c   265s|140000 |  4212 |  2962k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 130k|8716 | 0.000000e+00 |      --      |    Inf 
283.80/283.83	c   284s|150000 |  4409 |  3182k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 139k|9144 | 0.000000e+00 |      --      |    Inf 
303.70/303.79	c   304s|160000 |  4619 |  3416k|  21.4 |  19M|  46 | 101 | 375 |  11k| 375 | 812 |  43 | 148k|9508 | 0.000000e+00 |      --      |    Inf 
321.89/321.97	c   322s|170000 |  4849 |  3633k|  21.4 |  20M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 157k|9782 | 0.000000e+00 |      --      |    Inf 
342.00/342.06	c   342s|180000 |  5041 |  3865k|  21.5 |  20M|  46 |  90 | 375 |  11k| 375 | 812 |  43 | 167k|  10k| 0.000000e+00 |      --      |    Inf 
361.60/361.65	c   362s|190000 |  5255 |  4100k|  21.6 |  21M|  46 |  18 | 375 |  12k| 375 | 812 |  43 | 175k|  10k| 0.000000e+00 |      --      |    Inf 
381.80/381.87	c   382s|200000 |  5487 |  4338k|  21.7 |  21M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 184k|  10k| 0.000000e+00 |      --      |    Inf 
401.70/401.71	c   402s|210000 |  5638 |  4571k|  21.8 |  21M|  46 |  55 | 375 |  12k| 375 | 812 |  43 | 193k|  11k| 0.000000e+00 |      --      |    Inf 
422.20/422.23	c   422s|220000 |  5879 |  4812k|  21.9 |  21M|  46 |  93 | 375 |  12k| 375 | 812 |  43 | 202k|  11k| 0.000000e+00 |      --      |    Inf 
442.10/442.12	c   442s|230000 |  6050 |  5043k|  21.9 |  22M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 211k|  11k| 0.000000e+00 |      --      |    Inf 
462.39/462.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
462.39/462.45	c   462s|240000 |  6229 |  5277k|  22.0 |  22M|  46 |  94 | 375 |  12k| 375 | 812 |  43 | 220k|  12k| 0.000000e+00 |      --      |    Inf 
482.90/482.93	c   483s|250000 |  6416 |  5517k|  22.1 |  23M|  46 |  63 | 375 |  13k| 375 | 812 |  43 | 229k|  12k| 0.000000e+00 |      --      |    Inf 
503.40/503.48	c   503s|260000 |  6582 |  5754k|  22.1 |  23M|  46 | 123 | 375 |  13k| 375 | 812 |  43 | 238k|  12k| 0.000000e+00 |      --      |    Inf 
523.00/523.05	c   523s|270000 |  6653 |  5975k|  22.1 |  24M|  46 |  34 | 375 |  14k| 375 | 812 |  43 | 247k|  12k| 0.000000e+00 |      --      |    Inf 
542.61/542.65	c   543s|280000 |  6840 |  6203k|  22.2 |  25M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
562.40/562.45	c   562s|290000 |  6964 |  6434k|  22.2 |  24M|  46 | 113 | 375 |  13k| 375 | 812 |  43 | 265k|  13k| 0.000000e+00 |      --      |    Inf 
582.30/582.30	c   582s|300000 |  7058 |  6673k|  22.2 |  25M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 274k|  13k| 0.000000e+00 |      --      |    Inf 
602.81/602.89	c   603s|310000 |  7302 |  6919k|  22.3 |  26M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 282k|  13k| 0.000000e+00 |      --      |    Inf 
622.30/622.32	c   622s|320000 |  7472 |  7148k|  22.3 |  26M|  46 | 102 | 375 |  16k| 375 | 812 |  43 | 291k|  14k| 0.000000e+00 |      --      |    Inf 
642.00/642.07	c   642s|330000 |  7521 |  7378k|  22.4 |  27M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 300k|  14k| 0.000000e+00 |      --      |    Inf 
661.31/661.37	c   661s|340000 |  7602 |  7605k|  22.4 |  27M|  46 | 103 | 375 |  15k| 375 | 812 |  43 | 309k|  14k| 0.000000e+00 |      --      |    Inf 
682.71/682.71	c   683s|350000 |  7792 |  7860k|  22.5 |  27M|  46 |  58 | 375 |  15k| 375 | 812 |  43 | 317k|  14k| 0.000000e+00 |      --      |    Inf 
703.61/703.67	c   704s|360000 |  7908 |  8104k|  22.5 |  27M|  46 |  87 | 375 |  15k| 375 | 812 |  43 | 325k|  15k| 0.000000e+00 |      --      |    Inf 
723.31/723.30	c   723s|370000 |  8060 |  8340k|  22.5 |  28M|  46 |  93 | 375 |  16k| 375 | 812 |  43 | 334k|  15k| 0.000000e+00 |      --      |    Inf 
744.00/744.05	c   744s|380000 |  8141 |  8586k|  22.6 |  28M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 343k|  15k| 0.000000e+00 |      --      |    Inf 
765.31/765.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.31/765.35	c   765s|390000 |  8256 |  8827k|  22.6 |  28M|  46 |  83 | 375 |  14k| 375 | 812 |  43 | 351k|  15k| 0.000000e+00 |      --      |    Inf 
786.61/786.66	c   787s|400000 |  8555 |  9077k|  22.7 |  29M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 359k|  16k| 0.000000e+00 |      --      |    Inf 
806.81/806.85	c   807s|410000 |  8561 |  9311k|  22.7 |  29M|  46 |  50 | 375 |  16k| 375 | 812 |  43 | 368k|  16k| 0.000000e+00 |      --      |    Inf 
827.91/827.91	c   828s|420000 |  8770 |  9553k|  22.7 |  30M|  46 |  94 | 375 |  16k| 375 | 812 |  43 | 377k|  16k| 0.000000e+00 |      --      |    Inf 
846.71/846.78	c   847s|430000 |  8879 |  9770k|  22.7 |  30M|  46 |  66 | 375 |  17k| 375 | 812 |  43 | 386k|  16k| 0.000000e+00 |      --      |    Inf 
868.11/868.18	c   868s|440000 |  8993 | 10014k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 394k|  16k| 0.000000e+00 |      --      |    Inf 
890.01/890.09	c   890s|450000 |  9161 | 10263k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 402k|  17k| 0.000000e+00 |      --      |    Inf 
910.22/910.26	c   910s|460000 |  9278 | 10500k|  22.8 |  31M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 411k|  17k| 0.000000e+00 |      --      |    Inf 
931.01/931.02	c   931s|470000 |  9404 | 10740k|  22.9 |  31M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 420k|  17k| 0.000000e+00 |      --      |    Inf 
952.52/952.50	c   952s|480000 |  9536 | 10988k|  22.9 |  32M|  46 |  76 | 375 |  18k| 375 | 812 |  43 | 428k|  17k| 0.000000e+00 |      --      |    Inf 
974.31/974.38	c   974s|490000 |  9687 | 11240k|  22.9 |  31M|  46 |  91 | 375 |  16k| 375 | 812 |  43 | 436k|  17k| 0.000000e+00 |      --      |    Inf 
995.22/995.27	c   995s|500000 |  9881 | 11477k|  23.0 |  32M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 444k|  18k| 0.000000e+00 |      --      |    Inf 
1015.42/1015.49	c  1015s|510000 |  9982 | 11710k|  23.0 |  32M|  46 |  88 | 375 |  17k| 375 | 812 |  43 | 453k|  18k| 0.000000e+00 |      --      |    Inf 
1035.52/1035.56	c  1036s|520000 | 10037 | 11936k|  23.0 |  32M|  46 |  95 | 375 |  17k| 375 | 812 |  43 | 462k|  18k| 0.000000e+00 |      --      |    Inf 
1057.02/1057.09	c  1057s|530000 | 10190 | 12183k|  23.0 |  32M|  48 |  94 | 375 |  16k| 375 | 812 |  43 | 471k|  18k| 0.000000e+00 |      --      |    Inf 
1077.72/1077.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1077.72/1077.73	c  1078s|540000 | 10249 | 12416k|  23.0 |  33M|  50 | 107 | 375 |  17k| 375 | 812 |  43 | 479k|  19k| 0.000000e+00 |      --      |    Inf 
1099.22/1099.23	c  1099s|550000 | 10300 | 12658k|  23.0 |  33M|  50 |   - | 375 |  17k|   0 |   0 |  43 | 488k|  19k| 0.000000e+00 |      --      |    Inf 
1119.02/1119.03	c  1119s|560000 | 10407 | 12889k|  23.0 |  33M|  50 |  91 | 375 |  17k| 375 | 812 |  43 | 497k|  19k| 0.000000e+00 |      --      |    Inf 
1140.63/1140.65	c  1141s|570000 | 10542 | 13132k|  23.0 |  33M|  50 |  62 | 375 |  17k| 375 | 812 |  43 | 505k|  19k| 0.000000e+00 |      --      |    Inf 
1160.62/1160.68	c  1161s|580000 | 10636 | 13366k|  23.0 |  34M|  50 |  76 | 375 |  17k| 375 | 812 |  43 | 513k|  19k| 0.000000e+00 |      --      |    Inf 
1181.93/1181.94	c  1182s|590000 | 10757 | 13610k|  23.1 |  34M|  50 |   - | 375 |  18k|   0 |   0 |  43 | 522k|  19k| 0.000000e+00 |      --      |    Inf 
1202.72/1202.70	c  1203s|600000 | 10813 | 13847k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 531k|  20k| 0.000000e+00 |      --      |    Inf 
1224.42/1224.48	c  1224s|610000 | 10997 | 14088k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 539k|  20k| 0.000000e+00 |      --      |    Inf 
1245.93/1245.98	c  1246s|620000 | 11147 | 14327k|  23.1 |  35M|  50 |  92 | 375 |  19k| 375 | 812 |  43 | 548k|  20k| 0.000000e+00 |      --      |    Inf 
1267.63/1267.67	c  1268s|630000 | 11308 | 14573k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 557k|  20k| 0.000000e+00 |      --      |    Inf 
1288.82/1288.83	c  1289s|640000 | 11298 | 14811k|  23.1 |  35M|  50 |  12 | 375 |  17k| 375 | 812 |  43 | 565k|  20k| 0.000000e+00 |      --      |    Inf 
1308.22/1308.26	c  1308s|650000 | 11499 | 15046k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 574k|  20k| 0.000000e+00 |      --      |    Inf 
1329.13/1329.16	c  1329s|660000 | 11510 | 15286k|  23.2 |  36M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 582k|  21k| 0.000000e+00 |      --      |    Inf 
1350.73/1350.72	c  1351s|670000 | 11615 | 15533k|  23.2 |  36M|  50 |  99 | 375 |  18k| 375 | 812 |  43 | 590k|  21k| 0.000000e+00 |      --      |    Inf 
1371.53/1371.50	c  1372s|680000 | 11689 | 15771k|  23.2 |  36M|  50 | 101 | 375 |  18k| 375 | 812 |  43 | 598k|  21k| 0.000000e+00 |      --      |    Inf 
1393.63/1393.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1393.63/1393.69	c  1394s|690000 | 11734 | 16013k|  23.2 |  36M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 607k|  21k| 0.000000e+00 |      --      |    Inf 
1414.93/1414.99	c  1415s|700000 | 11855 | 16262k|  23.2 |  36M|  50 |   - | 375 |  16k| 375 | 812 |  43 | 615k|  21k| 0.000000e+00 |      --      |    Inf 
1436.73/1436.73	c  1437s|710000 | 12015 | 16516k|  23.3 |  36M|  50 | 105 | 375 |  17k| 375 | 812 |  43 | 623k|  22k| 0.000000e+00 |      --      |    Inf 
1458.33/1458.32	c  1458s|720000 | 12403 | 16777k|  23.3 |  38M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 630k|  22k| 0.000000e+00 |      --      |    Inf 
1480.03/1480.08	c  1480s|730000 | 13183 | 17042k|  23.3 |  40M|  50 | 113 | 375 |  21k| 375 | 812 |  43 | 636k|  22k| 0.000000e+00 |      --      |    Inf 
1502.84/1502.86	c  1503s|740000 | 13434 | 17300k|  23.4 |  39M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 643k|  22k| 0.000000e+00 |      --      |    Inf 
1524.93/1524.94	c  1525s|750000 | 13642 | 17558k|  23.4 |  39M|  50 |  94 | 375 |  18k| 375 | 812 |  43 | 651k|  22k| 0.000000e+00 |      --      |    Inf 
1546.63/1546.67	c  1547s|760000 | 13853 | 17811k|  23.4 |  40M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 659k|  22k| 0.000000e+00 |      --      |    Inf 
1567.84/1567.85	c  1568s|770000 | 13970 | 18055k|  23.4 |  40M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 667k|  23k| 0.000000e+00 |      --      |    Inf 
1588.13/1588.18	c  1588s|780000 | 14145 | 18298k|  23.5 |  41M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 676k|  23k| 0.000000e+00 |      --      |    Inf 
1610.23/1610.26	c  1610s|790000 | 14287 | 18548k|  23.5 |  41M|  50 | 111 | 375 |  18k| 375 | 812 |  43 | 684k|  23k| 0.000000e+00 |      --      |    Inf 
1630.24/1630.27	c  1630s|800000 | 14743 | 18788k|  23.5 |  42M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 692k|  23k| 0.000000e+00 |      --      |    Inf 
1650.23/1650.22	c  1650s|810000 | 15038 | 19030k|  23.5 |  43M|  50 |   - | 375 |  21k|   0 |   0 |  43 | 700k|  23k| 0.000000e+00 |      --      |    Inf 
1671.54/1671.53	c  1672s|820000 | 15181 | 19280k|  23.5 |  44M|  50 |   - | 375 |  22k|   0 |   0 |  43 | 707k|  23k| 0.000000e+00 |      --      |    Inf 
1692.04/1692.00	c  1692s|830000 | 15140 | 19520k|  23.5 |  44M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 715k|  23k| 0.000000e+00 |      --      |    Inf 
1713.14/1713.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1713.14/1713.15	c  1713s|840000 | 15120 | 19766k|  23.5 |  44M|  50 |  62 | 375 |  23k| 375 | 812 |  43 | 724k|  23k| 0.000000e+00 |      --      |    Inf 
1735.64/1735.69	c  1736s|850000 | 15222 | 20022k|  23.6 |  44M|  50 |   - | 375 |  22k| 375 | 812 |  43 | 731k|  24k| 0.000000e+00 |      --      |    Inf 
1758.24/1758.22	c  1758s|860000 | 15253 | 20271k|  23.6 |  43M|  50 | 106 | 375 |  20k| 375 | 812 |  43 | 740k|  24k| 0.000000e+00 |      --      |    Inf 
1779.64/1779.66	c  1780s|870000 | 15377 | 20518k|  23.6 |  44M|  50 |  74 | 375 |  20k| 375 | 812 |  43 | 748k|  24k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 879171
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.02 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3479000-1307648138.opb
1800.04/1800.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 830 initial, 830 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3479000-1307648138.opb
1800.04/1800.00	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 785 initial, 24026 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00        225          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.01          0          0          0          0          0         45          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     475271          0          1          0        680       4977          0          0     944602
1800.04/1800.00	c   setppc           :         95          5    4103614          0          0          0   17172658      11293   10724068          0          0          0
1800.04/1800.00	c   linear           :         15+         6    4092321          0          0          0    1336234      33882    1069568          8          0          0
1800.04/1800.00	c   logicor          :        675+         5    2866864          0          0          0   12755625      68740    5519637          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      81.89       0.00       0.00      81.89       0.00       0.00       0.00
1800.04/1800.00	c   setppc           :      21.60       0.00      18.08       0.00       0.00       0.00       3.52
1800.04/1800.00	c   linear           :      12.78       0.00      11.41       0.00       0.00       0.00       1.37
1800.04/1800.00	c   logicor          :     136.70       0.00     130.01       0.00       0.00       0.00       6.68
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.61       0.61       0.00
1800.04/1800.00	c   rootredcost      :       0.62       0.62       0.00
1800.04/1800.00	c   pseudoobj        :       0.44       0.44       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      10.49     113915     108438    1591066       42.5       8955       21.9          -
1800.04/1800.00	c   infeasible LP    :      55.92     335388     312874    5931362       49.7       8511       18.9          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     750371       26.9          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -       5635       52.4          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          4          -          -        182          -    (maximal pool size: 621)
1800.04/1800.00	c   redcost          :       2.91     473335          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.22          5          0          0       1063          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.17          5          0          0       1175          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          5          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.02          1          0          0          0         33
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      81.58     475271        680       4977          0          0     944602
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   trivial          :       0.00          1          0
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.00          0          0
1800.04/1800.00	c   trysol           :       0.00          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1284.42     805084   20741199      25.76   16148.31
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :      69.37      24700     942996      38.18   13594.18
1800.04/1800.00	c     (at root node) :          -         15       4979     331.93          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     879171
1800.04/1800.00	c   nodes (total)    :     879171
1800.04/1800.00	c   nodes left       :      15477
1800.04/1800.00	c   max depth        :         50
1800.04/1800.00	c   max depth (total):         50
1800.04/1800.00	c   backtracks       :     202264 (23.0%)
1800.04/1800.00	c   delayed cutoffs  :      49955
1800.04/1800.00	c   repropagations   :     749384 (5764776 domain reductions, 43113 cutoffs)
1800.04/1800.00	c   avg switch length:       4.88
1800.04/1800.00	c   switching time   :     103.71
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :        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-3479000-1307648138/watcher-3479000-1307648138 -o /tmp/evaluation-result-3479000-1307648138/solver-3479000-1307648138 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479000-1307648138.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 2803
/proc/meminfo: memFree=32043304/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=9264 CPUtime=0 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 1183 0 0 0 0 0 0 0 21 0 1 0 876414628 9486336 1136 33554432000 4194304 9128323 140736882838208 18446744073709551615 8009021 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2803/statm: 2316 1148 381 1205 0 1107 0

[startup+0.0265369 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 2803
/proc/meminfo: memFree=32043304/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=19192 CPUtime=0.02 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 3822 0 0 0 2 0 0 0 21 0 1 0 876414628 19652608 3517 33554432000 4194304 9128323 140736882838208 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 4798 3517 515 1205 0 3589 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19192

[startup+0.100554 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 2803
/proc/meminfo: memFree=32043304/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33004 CPUtime=0.09 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7537 0 0 0 8 1 0 0 18 0 1 0 876414628 33796096 6877 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8251 6877 695 1205 0 7042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33004

[startup+0.300518 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 2803
/proc/meminfo: memFree=32043304/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33004 CPUtime=0.29 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7560 0 0 0 28 1 0 0 18 0 1 0 876414628 33796096 6900 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8251 6900 695 1205 0 7042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33004

[startup+0.700453 s]
/proc/loadavg: 1.02 1.46 1.78 2/174 2803
/proc/meminfo: memFree=32043304/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=0.69 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7578 0 0 0 67 2 0 0 18 0 1 0 876414628 33865728 6918 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6918 697 1205 0 7059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33072

[startup+1.50028 s]
/proc/loadavg: 1.02 1.46 1.78 3/178 2807
/proc/meminfo: memFree=31985220/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=1.49 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7579 0 0 0 146 3 0 0 20 0 1 0 876414628 33865728 6919 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6919 698 1205 0 7059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33072

[startup+3.10102 s]
/proc/loadavg: 1.02 1.46 1.78 3/178 2807
/proc/meminfo: memFree=31983484/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=3.09 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7579 0 0 0 304 5 0 0 25 0 1 0 876414628 33865728 6919 33554432000 4194304 9128323 140736882838208 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6919 698 1205 0 7059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33072

[startup+6.30042 s]
/proc/loadavg: 1.10 1.47 1.78 4/178 2807
/proc/meminfo: memFree=31984116/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=6.29 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7579 0 0 0 619 10 0 0 25 0 1 0 876414628 33865728 6919 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6919 698 1205 0 7059 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33072

[startup+12.7002 s]
/proc/loadavg: 1.17 1.48 1.78 3/178 2807
/proc/meminfo: memFree=31983896/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=12.69 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7580 0 0 0 1249 20 0 0 25 0 1 0 876414628 33865728 6920 33554432000 4194304 9128323 140736882838208 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6920 698 1205 0 7059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33072

[startup+25.5009 s]
/proc/loadavg: 1.35 1.50 1.78 4/178 2807
/proc/meminfo: memFree=31984928/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=33072 CPUtime=25.49 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 7658 0 0 0 2509 40 0 0 25 0 1 0 876414628 33865728 6998 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8268 6998 698 1205 0 7059 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33072

[startup+51.1002 s]
/proc/loadavg: 1.57 1.54 1.79 3/178 2808
/proc/meminfo: memFree=31982624/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=34908 CPUtime=51.08 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 8352 0 0 0 5033 75 0 0 25 0 1 0 876414628 35745792 7692 33554432000 4194304 9128323 140736882838208 18446744073709551615 7343488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 8727 7692 698 1205 0 7518 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34908

[startup+102.307 s]
/proc/loadavg: 1.81 1.61 1.80 4/178 2810
/proc/meminfo: memFree=31976756/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=39840 CPUtime=102.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 9579 0 0 0 10083 147 0 0 25 0 1 0 876414628 40796160 8904 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 9960 8904 698 1205 0 8751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39840

[startup+162.301 s]
/proc/loadavg: 1.93 1.68 1.81 4/178 2811
/proc/meminfo: memFree=31971880/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=44216 CPUtime=162.29 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 10585 0 0 0 15995 234 0 0 25 0 1 0 876414628 45277184 9910 33554432000 4194304 9128323 140736882838208 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 11054 9910 698 1205 0 9845 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 44216

[startup+222.301 s]
/proc/loadavg: 1.97 1.74 1.82 4/178 2813
/proc/meminfo: memFree=31965004/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=47668 CPUtime=222.29 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 11455 0 0 0 21907 322 0 0 25 0 1 0 876414628 48812032 10767 33554432000 4194304 9128323 140736882838208 18446744073709551615 7192403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 11917 10767 698 1205 0 10708 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 47668

[startup+282.301 s]
/proc/loadavg: 1.99 1.78 1.82 4/178 2815
/proc/meminfo: memFree=31960624/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=48524 CPUtime=282.29 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 11745 0 0 0 27820 409 0 0 25 0 1 0 876414628 49688576 11057 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 12131 11057 698 1205 0 10922 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48524

[startup+342.301 s]
/proc/loadavg: 1.99 1.82 1.83 4/178 2817
/proc/meminfo: memFree=31955736/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=50168 CPUtime=342.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 12178 0 0 0 33734 496 0 0 25 0 1 0 876414628 51372032 11490 33554432000 4194304 9128323 140736882838208 18446744073709551615 4900880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 12542 11490 698 1205 0 11333 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 50168

[startup+402.301 s]
/proc/loadavg: 2.07 1.88 1.85 4/178 2819
/proc/meminfo: memFree=31951720/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=52208 CPUtime=402.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 12707 0 0 0 39650 580 0 0 25 0 1 0 876414628 53460992 12013 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 13052 12013 698 1205 0 11843 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 52208

[startup+462.301 s]
/proc/loadavg: 2.02 1.90 1.85 4/178 2820
/proc/meminfo: memFree=31948208/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=52972 CPUtime=462.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 12852 0 0 0 45567 663 0 0 25 0 1 0 876414628 54243328 12158 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 13243 12158 698 1205 0 12034 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52972

[startup+522.301 s]
/proc/loadavg: 2.01 1.91 1.86 4/178 2822
/proc/meminfo: memFree=31944808/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=55996 CPUtime=522.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 13651 0 0 0 51481 749 0 0 25 0 1 0 876414628 57339904 12957 33554432000 4194304 9128323 140736882838208 18446744073709551615 18446744073699065897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 13999 12957 698 1205 0 12790 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 55996

[startup+582.301 s]
/proc/loadavg: 2.00 1.92 1.86 4/178 2823
/proc/meminfo: memFree=31943396/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=56796 CPUtime=582.3 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 13770 0 0 0 57400 830 0 0 25 0 1 0 876414628 58159104 13076 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 14199 13076 698 1205 0 12990 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56796

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 1.96 1.89 3/178 2830
/proc/meminfo: memFree=31931916/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=63088 CPUtime=822.31 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 15387 0 0 0 81066 1165 0 0 25 0 1 0 876414628 64602112 14688 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 15772 14688 698 1205 0 14563 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 63088

[startup+882.301 s]
/proc/loadavg: 2.00 1.96 1.89 4/178 2831
/proc/meminfo: memFree=31929640/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=63252 CPUtime=882.31 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 15463 0 0 0 86987 1244 0 0 25 0 1 0 876414628 64770048 14763 33554432000 4194304 9128323 140736882838208 18446744073709551615 7217748 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 15813 14763 698 1205 0 14604 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 63252

[startup+942.301 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 2833
/proc/meminfo: memFree=31926360/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=64660 CPUtime=942.31 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 15826 0 0 0 92908 1323 0 0 25 0 1 0 876414628 66211840 15126 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 16165 15126 698 1205 0 14956 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 64660

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 2836
/proc/meminfo: memFree=31923212/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=66736 CPUtime=1002.32 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 16302 0 0 0 98827 1405 0 0 25 0 1 0 876414628 68337664 15602 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 16684 15602 698 1205 0 15475 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 66736

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 2837
/proc/meminfo: memFree=31922308/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=66736 CPUtime=1062.32 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 16302 0 0 0 104742 1490 0 0 25 0 1 0 876414628 68337664 15602 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 16684 15602 698 1205 0 15475 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 66736

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 2839
/proc/meminfo: memFree=31920408/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=67276 CPUtime=1122.31 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 16475 0 0 0 110662 1569 0 0 25 0 1 0 876414628 68890624 15774 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 16819 15774 698 1205 0 15610 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 67276

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 2840
/proc/meminfo: memFree=31917524/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=69096 CPUtime=1182.32 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 16943 0 0 0 116587 1645 0 0 25 0 1 0 876414628 70754304 16196 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 17274 16196 698 1205 0 16065 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 69096

[startup+1242.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/178 2842
/proc/meminfo: memFree=31913004/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=72148 CPUtime=1242.32 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 17653 0 0 0 122506 1726 0 0 25 0 1 0 876414628 73879552 16887 33554432000 4194304 9128323 140736882838208 18446744073709551615 5333004 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 18037 16887 698 1205 0 16828 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 72148

[startup+1302.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 2844
/proc/meminfo: memFree=31910984/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=73092 CPUtime=1302.32 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 17948 0 0 0 128424 1808 0 0 25 0 1 0 876414628 74846208 17178 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 18273 17178 698 1205 0 17064 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 73092

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2845
/proc/meminfo: memFree=31908220/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=73984 CPUtime=1362.33 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 18179 0 0 0 134340 1893 0 0 25 0 1 0 876414628 75759616 17407 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 18496 17407 698 1205 0 17287 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 73984

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2847
/proc/meminfo: memFree=31907320/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=74360 CPUtime=1422.34 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 18289 0 0 0 140259 1975 0 0 25 0 1 0 876414628 76144640 17517 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 18590 17517 698 1205 0 17381 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 74360

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2848
/proc/meminfo: memFree=31904800/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=76524 CPUtime=1482.33 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 18843 0 0 0 146174 2059 0 0 25 0 1 0 876414628 78360576 18066 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 19131 18066 698 1205 0 17922 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 76524

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2859
/proc/meminfo: memFree=31904124/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=77236 CPUtime=1542.33 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 18911 0 0 0 152091 2142 0 0 25 0 1 0 876414628 79089664 18134 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 19309 18134 698 1205 0 18100 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 77236

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2861
/proc/meminfo: memFree=31902604/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=77752 CPUtime=1602.33 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 19037 0 0 0 158010 2223 0 0 25 0 1 0 876414628 79618048 18260 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 19438 18260 698 1205 0 18229 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 77752

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2862
/proc/meminfo: memFree=31899444/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=80684 CPUtime=1662.33 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 19776 0 0 0 163931 2302 0 0 25 0 1 0 876414628 82620416 18999 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 20171 18999 698 1205 0 18962 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 80684

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2867
/proc/meminfo: memFree=31897864/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=81788 CPUtime=1722.34 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 20099 0 0 0 169844 2390 0 0 25 0 1 0 876414628 83750912 19322 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 20447 19322 698 1205 0 19238 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 81788

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 2868
/proc/meminfo: memFree=31895932/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=82884 CPUtime=1782.34 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 20427 0 0 0 175766 2468 0 0 25 0 1 0 876414628 84873216 19643 33554432000 4194304 9128323 140736882838208 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 20721 19643 698 1205 0 19512 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 82884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 2869
/proc/meminfo: memFree=31895548/32951124 swapFree=67056684/67111528
[pid=2803] ppid=2799 vsize=83024 CPUtime=1800.04 cores=0,2,4,6
/proc/2803/stat : 2803 (scip-2.0.1.4.li) R 2799 2803 32675 0 -1 4202496 20437 0 0 0 177514 2490 0 0 25 0 1 0 876414628 85016576 19653 33554432000 4194304 9128323 140736882838208 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/2803/statm: 20756 19653 698 1205 0 19547 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 83024

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1775.15
CPU system time (s): 24.9072
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 83024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.15
system time used= 24.9072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 4549

runsolver used 2.99554 second user time and 6.76997 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-09 21:35:38
IDJOB=3479000
IDBENCH=89818
IDSOLVER=1949
FILE ID=node109/3479000-1307648138
RUNJOBID= node109-1307648138-2775
PBS_JOBID= 13549382
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. 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.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479000-1307648138/watcher-3479000-1307648138 -o /tmp/evaluation-result-3479000-1307648138/solver-3479000-1307648138 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3479000-1307648138.opb -t 1800 -m 15500

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=1070279535

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32044532 kB
Buffers:        242840 kB
Cached:         418360 kB
SwapCached:       8608 kB
Active:         382964 kB
Inactive:       296384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32044532 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:           24080 kB
Writeback:           0 kB
AnonPages:       14616 kB
Mapped:          12728 kB
Slab:           162696 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187116 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= 74176 MiB
End job on node109 at 2011-06-09 22:05:41