Trace number 3741204

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.82 1797.11

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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3741204-1338772657.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.03	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.02
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 = 1797
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.05/0.10	c   0.1s|     1 |     0 |   352 |     - |2483k|   0 | 161 | 375 | 818 | 375 | 801 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   422 |     - |3739k|   0 | 167 | 375 | 818 | 375 | 812 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   488 |     - |4033k|   0 | 175 | 375 | 818 | 375 | 821 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   516 |     - |4046k|   0 | 178 | 375 | 818 | 375 | 824 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   568 |     - |4051k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.80	c   0.8s|     1 |     2 |   568 |     - |4052k|   0 | 175 | 375 | 818 | 375 | 828 |  43 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
23.38/23.47	c  23.5s| 10000 |   517 |203404 |  20.3 |7557k|  43 |  89 | 375 |5123 | 375 | 812 |  43 |  10k|2122 | 0.000000e+00 |      --      |    Inf 
41.08/41.13	c  41.1s| 20000 |   740 |416988 |  20.8 |8731k|  45 |   - | 375 |6209 | 375 | 812 |  43 |  19k|2988 | 0.000000e+00 |      --      |    Inf 
55.98/56.03	c  56.0s| 30000 |   849 |616258 |  20.5 |  10M|  45 |   - | 375 |9309 | 375 | 812 |  43 |  30k|3005 | 0.000000e+00 |      --      |    Inf 
73.97/74.03	c  74.0s| 40000 |  1132 |835631 |  20.9 |  11M|  45 |   - | 375 |8784 | 375 | 812 |  43 |  38k|3723 | 0.000000e+00 |      --      |    Inf 
91.87/91.91	c  91.9s| 50000 |  1596 |  1044k|  20.9 |  11M|  45 | 105 | 375 |8725 | 375 | 812 |  43 |  47k|4563 | 0.000000e+00 |      --      |    Inf 
109.36/109.42	c   109s| 60000 |  1985 |  1260k|  21.0 |  12M|  45 | 102 | 375 |8480 | 375 | 812 |  43 |  57k|5086 | 0.000000e+00 |      --      |    Inf 
127.26/127.39	c   127s| 70000 |  2419 |  1476k|  21.1 |  13M|  45 |  14 | 375 |9039 | 375 | 812 |  43 |  66k|5750 | 0.000000e+00 |      --      |    Inf 
144.26/144.30	c   144s| 80000 |  2761 |  1686k|  21.1 |  14M|  45 |  99 | 375 |  10k| 375 | 812 |  43 |  75k|6138 | 0.000000e+00 |      --      |    Inf 
160.96/161.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
160.96/161.07	c   161s| 90000 |  2938 |  1885k|  20.9 |  15M|  45 |  29 | 375 |  11k| 375 | 812 |  43 |  85k|6665 | 0.000000e+00 |      --      |    Inf 
178.55/178.66	c   179s|100000 |  3300 |  2104k|  21.0 |  16M|  45 | 109 | 375 |  11k| 375 | 812 |  43 |  93k|7151 | 0.000000e+00 |      --      |    Inf 
194.96/195.03	c   195s|110000 |  3729 |  2308k|  21.0 |  18M|  45 |  27 | 375 |  13k| 375 | 812 |  43 | 103k|7427 | 0.000000e+00 |      --      |    Inf 
211.95/212.08	c   212s|120000 |  3995 |  2522k|  21.0 |  19M|  45 |  68 | 375 |  14k| 375 | 812 |  43 | 112k|7839 | 0.000000e+00 |      --      |    Inf 
229.55/229.63	c   230s|130000 |  4088 |  2736k|  21.0 |  19M|  45 |  77 | 375 |  14k| 375 | 812 |  43 | 121k|8119 | 0.000000e+00 |      --      |    Inf 
248.75/248.88	c   249s|140000 |  4212 |  2962k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 130k|8716 | 0.000000e+00 |      --      |    Inf 
266.75/266.88	c   267s|150000 |  4409 |  3182k|  21.2 |  18M|  46 |   - | 375 |  11k| 375 | 812 |  43 | 139k|9144 | 0.000000e+00 |      --      |    Inf 
285.65/285.71	c   286s|160000 |  4619 |  3416k|  21.4 |  19M|  46 | 101 | 375 |  11k| 375 | 812 |  43 | 148k|9508 | 0.000000e+00 |      --      |    Inf 
302.83/302.90	c   303s|170000 |  4849 |  3633k|  21.4 |  20M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 157k|9782 | 0.000000e+00 |      --      |    Inf 
321.84/321.90	c   322s|180000 |  5041 |  3865k|  21.5 |  20M|  46 |  90 | 375 |  11k| 375 | 812 |  43 | 167k|  10k| 0.000000e+00 |      --      |    Inf 
340.33/340.41	c   340s|190000 |  5255 |  4100k|  21.6 |  21M|  46 |  18 | 375 |  12k| 375 | 812 |  43 | 175k|  10k| 0.000000e+00 |      --      |    Inf 
359.43/359.52	c   360s|200000 |  5487 |  4338k|  21.7 |  21M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 184k|  10k| 0.000000e+00 |      --      |    Inf 
378.13/378.29	c   378s|210000 |  5638 |  4571k|  21.8 |  21M|  46 |  55 | 375 |  12k| 375 | 812 |  43 | 193k|  11k| 0.000000e+00 |      --      |    Inf 
397.63/397.71	c   398s|220000 |  5879 |  4812k|  21.9 |  21M|  46 |  93 | 375 |  12k| 375 | 812 |  43 | 202k|  11k| 0.000000e+00 |      --      |    Inf 
416.42/416.57	c   417s|230000 |  6050 |  5043k|  21.9 |  22M|  46 |   - | 375 |  12k| 375 | 812 |  43 | 211k|  11k| 0.000000e+00 |      --      |    Inf 
435.82/435.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
435.82/435.91	c   436s|240000 |  6229 |  5277k|  22.0 |  22M|  46 |  94 | 375 |  12k| 375 | 812 |  43 | 220k|  12k| 0.000000e+00 |      --      |    Inf 
455.12/455.30	c   455s|250000 |  6416 |  5517k|  22.1 |  23M|  46 |  63 | 375 |  13k| 375 | 812 |  43 | 229k|  12k| 0.000000e+00 |      --      |    Inf 
474.72/474.86	c   475s|260000 |  6582 |  5754k|  22.1 |  24M|  46 | 123 | 375 |  13k| 375 | 812 |  43 | 238k|  12k| 0.000000e+00 |      --      |    Inf 
493.51/493.63	c   494s|270000 |  6653 |  5975k|  22.1 |  24M|  46 |  34 | 375 |  14k| 375 | 812 |  43 | 247k|  12k| 0.000000e+00 |      --      |    Inf 
512.21/512.35	c   512s|280000 |  6840 |  6203k|  22.2 |  25M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 256k|  13k| 0.000000e+00 |      --      |    Inf 
531.21/531.34	c   531s|290000 |  6964 |  6434k|  22.2 |  24M|  46 | 113 | 375 |  13k| 375 | 812 |  43 | 265k|  13k| 0.000000e+00 |      --      |    Inf 
550.10/550.28	c   550s|300000 |  7058 |  6673k|  22.2 |  25M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 274k|  13k| 0.000000e+00 |      --      |    Inf 
569.80/569.91	c   570s|310000 |  7302 |  6919k|  22.3 |  26M|  46 |   - | 375 |  15k|   0 |   0 |  43 | 282k|  13k| 0.000000e+00 |      --      |    Inf 
588.40/588.58	c   589s|320000 |  7472 |  7148k|  22.3 |  27M|  46 | 102 | 375 |  16k| 375 | 812 |  43 | 291k|  14k| 0.000000e+00 |      --      |    Inf 
607.39/607.56	c   608s|330000 |  7521 |  7378k|  22.4 |  27M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 300k|  14k| 0.000000e+00 |      --      |    Inf 
626.09/626.22	c   626s|340000 |  7602 |  7605k|  22.4 |  27M|  46 | 103 | 375 |  15k| 375 | 812 |  43 | 309k|  14k| 0.000000e+00 |      --      |    Inf 
646.48/646.66	c   647s|350000 |  7792 |  7860k|  22.5 |  27M|  46 |  58 | 375 |  15k| 375 | 812 |  43 | 317k|  14k| 0.000000e+00 |      --      |    Inf 
666.58/666.78	c   667s|360000 |  7908 |  8104k|  22.5 |  27M|  46 |  87 | 375 |  15k| 375 | 812 |  43 | 325k|  15k| 0.000000e+00 |      --      |    Inf 
685.38/685.59	c   686s|370000 |  8060 |  8340k|  22.5 |  28M|  46 |  93 | 375 |  16k| 375 | 812 |  43 | 334k|  15k| 0.000000e+00 |      --      |    Inf 
705.38/705.51	c   706s|380000 |  8141 |  8586k|  22.6 |  29M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 343k|  15k| 0.000000e+00 |      --      |    Inf 
725.88/726.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
725.88/726.08	c   726s|390000 |  8256 |  8827k|  22.6 |  28M|  46 |  83 | 375 |  14k| 375 | 812 |  43 | 351k|  15k| 0.000000e+00 |      --      |    Inf 
746.37/746.51	c   747s|400000 |  8555 |  9077k|  22.7 |  29M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 359k|  16k| 0.000000e+00 |      --      |    Inf 
765.87/766.09	c   766s|410000 |  8561 |  9311k|  22.7 |  29M|  46 |  50 | 375 |  16k| 375 | 812 |  43 | 368k|  16k| 0.000000e+00 |      --      |    Inf 
786.16/786.34	c   786s|420000 |  8770 |  9553k|  22.7 |  30M|  46 |  94 | 375 |  16k| 375 | 812 |  43 | 377k|  16k| 0.000000e+00 |      --      |    Inf 
804.47/804.63	c   805s|430000 |  8879 |  9770k|  22.7 |  30M|  46 |  66 | 375 |  17k| 375 | 812 |  43 | 386k|  16k| 0.000000e+00 |      --      |    Inf 
825.16/825.37	c   825s|440000 |  8993 | 10014k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 394k|  16k| 0.000000e+00 |      --      |    Inf 
846.15/846.40	c   846s|450000 |  9161 | 10263k|  22.8 |  30M|  46 |   - | 375 |  15k| 375 | 812 |  43 | 402k|  17k| 0.000000e+00 |      --      |    Inf 
865.56/865.74	c   866s|460000 |  9278 | 10500k|  22.8 |  31M|  46 |   - | 375 |  16k| 375 | 812 |  43 | 411k|  17k| 0.000000e+00 |      --      |    Inf 
885.45/885.63	c   886s|470000 |  9404 | 10740k|  22.9 |  31M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 420k|  17k| 0.000000e+00 |      --      |    Inf 
905.95/906.10	c   906s|480000 |  9536 | 10988k|  22.9 |  32M|  46 |  76 | 375 |  18k| 375 | 812 |  43 | 428k|  17k| 0.000000e+00 |      --      |    Inf 
926.94/927.20	c   927s|490000 |  9687 | 11240k|  22.9 |  32M|  46 |  91 | 375 |  16k| 375 | 812 |  43 | 436k|  17k| 0.000000e+00 |      --      |    Inf 
947.04/947.24	c   947s|500000 |  9881 | 11477k|  23.0 |  32M|  46 |   - | 375 |  17k| 375 | 812 |  43 | 444k|  18k| 0.000000e+00 |      --      |    Inf 
966.53/966.76	c   967s|510000 |  9982 | 11710k|  23.0 |  32M|  46 |  88 | 375 |  17k| 375 | 812 |  43 | 453k|  18k| 0.000000e+00 |      --      |    Inf 
985.84/986.09	c   986s|520000 | 10037 | 11936k|  23.0 |  32M|  46 |  95 | 375 |  17k| 375 | 812 |  43 | 462k|  18k| 0.000000e+00 |      --      |    Inf 
1006.64/1006.85	c  1007s|530000 | 10190 | 12183k|  23.0 |  32M|  48 |  94 | 375 |  16k| 375 | 812 |  43 | 471k|  18k| 0.000000e+00 |      --      |    Inf 
1026.53/1026.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1026.53/1026.72	c  1027s|540000 | 10249 | 12416k|  23.0 |  33M|  50 | 107 | 375 |  17k| 375 | 812 |  43 | 479k|  19k| 0.000000e+00 |      --      |    Inf 
1047.23/1047.40	c  1047s|550000 | 10300 | 12658k|  23.0 |  33M|  50 |   - | 375 |  17k|   0 |   0 |  43 | 488k|  19k| 0.000000e+00 |      --      |    Inf 
1066.12/1066.39	c  1066s|560000 | 10407 | 12889k|  23.0 |  33M|  50 |  91 | 375 |  17k| 375 | 812 |  43 | 497k|  19k| 0.000000e+00 |      --      |    Inf 
1086.82/1087.09	c  1087s|570000 | 10542 | 13132k|  23.0 |  33M|  50 |  62 | 375 |  17k| 375 | 812 |  43 | 505k|  19k| 0.000000e+00 |      --      |    Inf 
1106.02/1106.29	c  1106s|580000 | 10636 | 13366k|  23.0 |  34M|  50 |  76 | 375 |  17k| 375 | 812 |  43 | 513k|  19k| 0.000000e+00 |      --      |    Inf 
1126.41/1126.62	c  1127s|590000 | 10757 | 13610k|  23.1 |  35M|  50 |   - | 375 |  18k|   0 |   0 |  43 | 522k|  19k| 0.000000e+00 |      --      |    Inf 
1146.41/1146.66	c  1147s|600000 | 10813 | 13847k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 531k|  20k| 0.000000e+00 |      --      |    Inf 
1167.31/1167.56	c  1168s|610000 | 10997 | 14088k|  23.1 |  35M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 539k|  20k| 0.000000e+00 |      --      |    Inf 
1188.01/1188.23	c  1188s|620000 | 11147 | 14327k|  23.1 |  35M|  50 |  92 | 375 |  19k| 375 | 812 |  43 | 548k|  20k| 0.000000e+00 |      --      |    Inf 
1208.80/1209.07	c  1209s|630000 | 11308 | 14573k|  23.1 |  36M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 557k|  20k| 0.000000e+00 |      --      |    Inf 
1229.30/1229.59	c  1230s|640000 | 11298 | 14811k|  23.1 |  35M|  50 |  12 | 375 |  17k| 375 | 812 |  43 | 565k|  20k| 0.000000e+00 |      --      |    Inf 
1247.69/1248.00	c  1248s|650000 | 11499 | 15046k|  23.1 |  37M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 574k|  20k| 0.000000e+00 |      --      |    Inf 
1267.58/1267.83	c  1268s|660000 | 11510 | 15286k|  23.2 |  36M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 582k|  21k| 0.000000e+00 |      --      |    Inf 
1287.88/1288.18	c  1288s|670000 | 11615 | 15533k|  23.2 |  36M|  50 |  99 | 375 |  18k| 375 | 812 |  43 | 590k|  21k| 0.000000e+00 |      --      |    Inf 
1307.68/1307.94	c  1308s|680000 | 11689 | 15771k|  23.2 |  36M|  50 | 101 | 375 |  18k| 375 | 812 |  43 | 598k|  21k| 0.000000e+00 |      --      |    Inf 
1328.98/1329.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1328.98/1329.21	c  1329s|690000 | 11734 | 16013k|  23.2 |  36M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 607k|  21k| 0.000000e+00 |      --      |    Inf 
1349.07/1349.36	c  1349s|700000 | 11855 | 16262k|  23.2 |  36M|  50 |   - | 375 |  16k| 375 | 812 |  43 | 615k|  21k| 0.000000e+00 |      --      |    Inf 
1369.57/1369.85	c  1370s|710000 | 12015 | 16516k|  23.3 |  37M|  50 | 105 | 375 |  17k| 375 | 812 |  43 | 623k|  22k| 0.000000e+00 |      --      |    Inf 
1389.66/1389.96	c  1390s|720000 | 12403 | 16777k|  23.3 |  38M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 630k|  22k| 0.000000e+00 |      --      |    Inf 
1410.06/1410.33	c  1410s|730000 | 13183 | 17042k|  23.3 |  40M|  50 | 113 | 375 |  21k| 375 | 812 |  43 | 636k|  22k| 0.000000e+00 |      --      |    Inf 
1431.66/1431.91	c  1432s|740000 | 13434 | 17300k|  23.4 |  39M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 643k|  22k| 0.000000e+00 |      --      |    Inf 
1452.76/1453.02	c  1453s|750000 | 13642 | 17558k|  23.4 |  39M|  50 |  94 | 375 |  18k| 375 | 812 |  43 | 651k|  22k| 0.000000e+00 |      --      |    Inf 
1473.44/1473.73	c  1474s|760000 | 13853 | 17811k|  23.4 |  40M|  50 |   - | 375 |  19k| 375 | 812 |  43 | 659k|  22k| 0.000000e+00 |      --      |    Inf 
1493.75/1494.09	c  1494s|770000 | 13970 | 18055k|  23.4 |  40M|  50 |   - | 375 |  17k| 375 | 812 |  43 | 667k|  23k| 0.000000e+00 |      --      |    Inf 
1512.95/1513.29	c  1513s|780000 | 14145 | 18298k|  23.5 |  41M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 676k|  23k| 0.000000e+00 |      --      |    Inf 
1534.34/1534.60	c  1535s|790000 | 14287 | 18548k|  23.5 |  41M|  50 | 111 | 375 |  18k| 375 | 812 |  43 | 684k|  23k| 0.000000e+00 |      --      |    Inf 
1553.34/1553.68	c  1554s|800000 | 14743 | 18788k|  23.5 |  42M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 692k|  23k| 0.000000e+00 |      --      |    Inf 
1572.34/1572.60	c  1573s|810000 | 15038 | 19030k|  23.5 |  43M|  50 |   - | 375 |  21k|   0 |   0 |  43 | 700k|  23k| 0.000000e+00 |      --      |    Inf 
1592.54/1592.87	c  1593s|820000 | 15181 | 19280k|  23.5 |  44M|  50 |   - | 375 |  22k|   0 |   0 |  43 | 707k|  23k| 0.000000e+00 |      --      |    Inf 
1612.03/1612.37	c  1612s|830000 | 15140 | 19520k|  23.5 |  44M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 715k|  23k| 0.000000e+00 |      --      |    Inf 
1632.14/1632.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1632.14/1632.44	c  1632s|840000 | 15120 | 19766k|  23.5 |  44M|  50 |  62 | 375 |  23k| 375 | 812 |  43 | 724k|  23k| 0.000000e+00 |      --      |    Inf 
1653.62/1653.96	c  1654s|850000 | 15222 | 20022k|  23.6 |  44M|  50 |   - | 375 |  22k| 375 | 812 |  43 | 731k|  24k| 0.000000e+00 |      --      |    Inf 
1675.22/1675.59	c  1676s|860000 | 15253 | 20271k|  23.6 |  43M|  50 | 106 | 375 |  20k| 375 | 812 |  43 | 740k|  24k| 0.000000e+00 |      --      |    Inf 
1695.71/1696.02	c  1696s|870000 | 15377 | 20518k|  23.6 |  44M|  50 |  74 | 375 |  20k| 375 | 812 |  43 | 748k|  24k| 0.000000e+00 |      --      |    Inf 
1716.92/1717.26	c  1717s|880000 | 15486 | 20760k|  23.6 |  43M|  50 |   - | 375 |  18k| 375 | 812 |  43 | 756k|  24k| 0.000000e+00 |      --      |    Inf 
1737.11/1737.44	c  1737s|890000 | 15584 | 21008k|  23.6 |  44M|  50 |   - | 375 |  20k| 375 | 812 |  43 | 765k|  24k| 0.000000e+00 |      --      |    Inf 
1755.01/1755.32	c  1755s|900000 | 15665 | 21233k|  23.6 |  45M|  50 |   - | 375 |  23k| 375 | 812 |  43 | 773k|  24k| 0.000000e+00 |      --      |    Inf 
1775.70/1776.00	c  1776s|910000 | 15743 | 21470k|  23.6 |  44M|  50 | 123 | 375 |  19k| 375 | 812 |  43 | 782k|  25k| 0.000000e+00 |      --      |    Inf 
1796.50/1796.85	c  1797s|920000 | 15856 | 21721k|  23.6 |  44M|  50 | 115 | 375 |  18k| 375 | 812 |  43 | 790k|  25k| 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 920066
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.02 (included in solving)
1796.70/1797.00	c   reading          :       0.01 (included in solving)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3741204-1338772657.opb
1796.70/1797.00	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 830 initial, 830 maximal
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3741204-1338772657.opb
1796.70/1797.00	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 785 initial, 24026 maximal
1796.70/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00        225          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.01          0          0          0          0          0         45          0          0          0
1796.70/1797.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0     497150          0          1          0        693       5113          0          0     988232
1796.70/1797.00	c   setppc           :         95          5    4298622          0          1          0   17970470      11805   11243041          0          0          0
1796.70/1797.00	c   linear           :         15+         6    4286817          0          1          0    1402006      35460    1121328          8          0          0
1796.70/1797.00	c   logicor          :        675+         5    3003285          0          1          0   13349087      71814    5782101          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.70/1797.00	c   integral         :      77.08       0.00       0.00      77.08       0.00       0.00       0.00
1796.70/1797.00	c   setppc           :      33.25       0.00      19.86       0.00       0.00       0.00      13.40
1796.70/1797.00	c   linear           :      17.78       0.00      15.69       0.00       0.00       0.00       2.09
1796.70/1797.00	c   logicor          :     157.86       0.00     144.43       0.00       0.00       0.00      13.43
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.70/1797.00	c   vbounds          :       2.82       2.82       0.00
1796.70/1797.00	c   rootredcost      :       2.78       2.78       0.00
1796.70/1797.00	c   pseudoobj        :       2.69       2.69       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :      18.48     119079     113261    1659342       42.5       9427       21.9          -
1796.70/1797.00	c   infeasible LP    :      80.10     351311     327770    6205105       49.7       8914       18.8          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -     784491       26.9          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -       6147       52.0          -          -          -
1796.70/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00          4          -          -        182          -    (maximal pool size: 621)
1796.70/1797.00	c   redcost          :       3.69     495173          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00          5          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.20          5          0          0       1063          0
1796.70/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1796.70/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.15          5          0          0       1175          0
1796.70/1797.00	c   cmir             :       0.00          0          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.00          0          0          0          0          0
1796.70/1797.00	c   clique           :       0.00          5          0          0          0          0
1796.70/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.03          1          0          0          0         33
1796.70/1797.00	c Pricers            :       Time      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          0          0
1796.70/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :      75.74     497150        693       5113          0          0     988232
1796.70/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1796.70/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :       Time      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          0
1796.70/1797.00	c   trivial          :       0.00          1          0
1796.70/1797.00	c   shiftandpropagate:       0.00          0          0
1796.70/1797.00	c   simplerounding   :       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.00          0          0
1796.70/1797.00	c   rounding         :       0.00          0          0
1796.70/1797.00	c   shifting         :       0.00          0          0
1796.70/1797.00	c   intshifting      :       0.00          0          0
1796.70/1797.00	c   oneopt           :       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00          0          0
1796.70/1797.00	c   feaspump         :       0.00          0          0
1796.70/1797.00	c   clique           :       0.00          0          0
1796.70/1797.00	c   coefdiving       :       0.00          0          0
1796.70/1797.00	c   pscostdiving     :       0.00          0          0
1796.70/1797.00	c   fracdiving       :       0.00          0          0
1796.70/1797.00	c   veclendiving     :       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00          0          0
1796.70/1797.00	c   objpscostdiving  :       0.00          0          0
1796.70/1797.00	c   rootsoldiving    :       0.00          0          0
1796.70/1797.00	c   linesearchdiving :       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00          0          0
1796.70/1797.00	c   octane           :       0.00          0          0
1796.70/1797.00	c   rens             :       0.00          0          0
1796.70/1797.00	c   rins             :       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00          0          0
1796.70/1797.00	c   crossover        :       0.00          0          0
1796.70/1797.00	c   dins             :       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.00          0          0
1796.70/1797.00	c   trysol           :       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.70/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1796.70/1797.00	c   dual LP          :    1206.30     842600   21723074      25.78   18007.98
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1796.70/1797.00	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.00	c   strong branching :      63.91      25255     964140      38.18   15086.59
1796.70/1797.00	c     (at root node) :          -         15       4979     331.93          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :     920066
1796.70/1797.00	c   nodes (total)    :     920066
1796.70/1797.00	c   nodes left       :      15850
1796.70/1797.00	c   max depth        :         50
1796.70/1797.00	c   max depth (total):         50
1796.70/1797.00	c   backtracks       :     211883 (23.0%)
1796.70/1797.00	c   delayed cutoffs  :      52319
1796.70/1797.00	c   repropagations   :     784252 (6045498 domain reductions, 45134 cutoffs)
1796.70/1797.00	c   avg switch length:       4.87
1796.70/1797.00	c   switching time   :     108.07
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :        568
1796.80/1797.10	c Time complete: 1796.81.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3741204-1338772657/watcher-3741204-1338772657 -o /tmp/evaluation-result-3741204-1338772657/solver-3741204-1338772657 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741204-1338772657.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: 0.93 0.98 1.17 3/173 14806
/proc/meminfo: memFree=31253876/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=10952 CPUtime=0 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 1793 0 0 0 0 0 0 0 20 0 1 0 343392693 11214848 1747 33554432000 4194304 9016284 140736940718464 140736246116136 7870589 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 2738 1755 340 1178 0 1556 0

[startup+0.064484 s]
/proc/loadavg: 0.93 0.98 1.17 3/173 14806
/proc/meminfo: memFree=31253876/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=25620 CPUtime=0.05 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 5465 0 0 0 5 0 0 0 20 0 1 0 343392693 26234880 5161 33554432000 4194304 9016284 140736940718464 140736940650216 7870589 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 6405 5183 635 1178 0 5223 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25620

[startup+0.100327 s]
/proc/loadavg: 0.93 0.98 1.17 3/173 14806
/proc/meminfo: memFree=31253876/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34128 CPUtime=0.09 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8162 0 0 0 8 1 0 0 20 0 1 0 343392693 34947072 7151 33554432000 4194304 9016284 140736940718464 140736940650216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8532 7151 662 1178 0 7350 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34128

[startup+0.3002 s]
/proc/loadavg: 0.93 0.98 1.17 3/173 14806
/proc/meminfo: memFree=31253876/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34128 CPUtime=0.29 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8189 0 0 0 28 1 0 0 20 0 1 0 343392693 34947072 7178 33554432000 4194304 9016284 140736940718464 140736940650216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8532 7178 663 1178 0 7350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34128

[startup+0.700185 s]
/proc/loadavg: 0.93 0.98 1.17 3/173 14806
/proc/meminfo: memFree=31253876/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=0.69 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8206 0 0 0 68 1 0 0 20 0 1 0 343392693 35016704 7195 33554432000 4194304 9016284 140736940718464 140736940650216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7195 664 1178 0 7367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34196

[startup+1.50018 s]
/proc/loadavg: 0.93 0.98 1.17 3/177 14817
/proc/meminfo: memFree=31159448/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=1.49 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8208 0 0 0 147 2 0 0 20 0 1 0 343392693 35016704 7197 33554432000 4194304 9016284 140736940718464 140736940712216 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7197 666 1178 0 7367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34196

[startup+3.10019 s]
/proc/loadavg: 0.93 0.98 1.17 3/177 14817
/proc/meminfo: memFree=31081948/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=3.08 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8214 0 0 0 304 4 0 0 20 0 1 0 343392693 35016704 7663 33554432000 4194304 9016284 140736940718464 140736940712264 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7663 666 1178 0 7367 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34196

[startup+6.30028 s]
/proc/loadavg: 1.01 1.00 1.18 3/177 14817
/proc/meminfo: memFree=30753456/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=6.29 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8214 0 0 0 621 8 0 0 20 0 1 0 343392693 35016704 7663 33554432000 4194304 9016284 140736940718464 140736940712216 7082063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7663 666 1178 0 7367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34196

[startup+12.7002 s]
/proc/loadavg: 1.09 1.02 1.18 3/177 14817
/proc/meminfo: memFree=30328204/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=12.68 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8216 0 0 0 1249 19 0 0 20 0 1 0 343392693 35016704 7665 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7665 668 1178 0 7367 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34196

[startup+25.5003 s]
/proc/loadavg: 1.29 1.06 1.19 3/177 14817
/proc/meminfo: memFree=29276592/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=34196 CPUtime=25.48 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8218 0 0 0 2511 37 0 0 20 0 1 0 343392693 35016704 7704 33554432000 4194304 9016284 140736940718464 140736940711512 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 8549 7704 668 1178 0 7367 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34196

[startup+51.1003 s]
/proc/loadavg: 1.53 1.14 1.21 3/177 14817
/proc/meminfo: memFree=29322252/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=36928 CPUtime=51.08 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 8905 0 0 0 5034 74 0 0 20 0 1 0 343392693 37814272 8389 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 9232 8389 668 1178 0 8050 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36928

[startup+102.307 s]
/proc/loadavg: 1.80 1.27 1.25 3/177 14817
/proc/meminfo: memFree=29200364/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=40980 CPUtime=102.27 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 9922 0 0 0 10077 150 0 0 20 0 1 0 343392693 41963520 9406 33554432000 4194304 9016284 140736940718464 140736940712424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 10245 9406 668 1178 0 9063 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 40980

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.30 3/178 14820
/proc/meminfo: memFree=29099312/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=46752 CPUtime=162.26 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 11290 0 0 0 15993 233 0 0 20 0 1 0 343392693 47874048 10774 33554432000 4194304 9016284 140736940718464 140736940712792 5325772 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 11688 10774 668 1178 0 10506 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 46752

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.34 3/177 14821
/proc/meminfo: memFree=29094396/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=48516 CPUtime=222.25 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 11779 0 0 0 21912 313 0 0 20 0 1 0 343392693 49680384 11263 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 12129 11263 668 1178 0 10947 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48516

[startup+282.3 s]
/proc/loadavg: 2.08 1.62 1.39 3/177 14821
/proc/meminfo: memFree=29129940/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=49924 CPUtime=282.24 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 12133 0 0 0 27833 391 0 0 20 0 1 0 343392693 51122176 11617 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 12481 11617 668 1178 0 11299 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 49924

[startup+342.3 s]
/proc/loadavg: 2.03 1.69 1.42 3/177 14821
/proc/meminfo: memFree=29120368/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=52528 CPUtime=342.24 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 12807 0 0 0 33749 475 0 0 20 0 1 0 343392693 53788672 12288 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 13132 12288 668 1178 0 11950 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 52528

[startup+402.3 s]
/proc/loadavg: 2.05 1.76 1.46 3/177 14821
/proc/meminfo: memFree=29136844/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=54216 CPUtime=402.23 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 13186 0 0 0 39664 559 0 0 20 0 1 0 343392693 55517184 12658 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 13554 12658 668 1178 0 12372 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 54216

[startup+462.3 s]
/proc/loadavg: 2.08 1.81 1.50 3/177 14821
/proc/meminfo: memFree=29127796/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=56424 CPUtime=462.21 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 13768 0 0 0 45561 660 0 0 20 0 1 0 343392693 57778176 13240 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 14106 13240 668 1178 0 12924 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 56424

[startup+522.3 s]
/proc/loadavg: 2.03 1.85 1.53 3/176 14821
/proc/meminfo: memFree=29138708/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=57764 CPUtime=522.2 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 14065 0 0 0 51461 759 0 0 20 0 1 0 343392693 59150336 13537 33554432000 4194304 9016284 140736940718464 140736940712792 18446744073699066235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 14441 13537 668 1178 0 13259 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 57764

[startup+582.3 s]
/proc/loadavg: 2.01 1.87 1.55 3/177 14822
/proc/meminfo: memFree=29130852/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=59148 CPUtime=582.2 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 14419 0 0 0 57363 857 0 0 20 0 1 0 343392693 60567552 13891 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 14787 13891 668 1178 0 13605 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 59148

[startup+642.3 s]

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

/proc/meminfo: memFree=29111420/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=68076 CPUtime=1062.12 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 16622 0 0 0 104692 1520 0 0 20 0 1 0 343392693 69709824 16094 33554432000 4194304 9016284 140736940718464 140736940712376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 17019 16094 668 1178 0 15837 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 68076

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/177 14827
/proc/meminfo: memFree=29105996/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=70360 CPUtime=1122.11 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 17180 0 0 0 110617 1594 0 0 20 0 1 0 343392693 72048640 16652 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 17590 16652 668 1178 0 16408 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 70360

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/177 14828
/proc/meminfo: memFree=29098580/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=73352 CPUtime=1182.1 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 17860 0 0 0 116537 1673 0 0 20 0 1 0 343392693 75112448 17332 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 18338 17332 668 1178 0 17156 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 73352

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.76 3/177 14828
/proc/meminfo: memFree=29099632/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=74268 CPUtime=1242.09 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 18151 0 0 0 122457 1752 0 0 20 0 1 0 343392693 76050432 17622 33554432000 4194304 9016284 140736940718464 140736940712632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 18567 17622 668 1178 0 17385 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 74268

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.77 3/177 14828
/proc/meminfo: memFree=29093700/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=75148 CPUtime=1302.08 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 18385 0 0 0 128374 1834 0 0 20 0 1 0 343392693 76951552 17962 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 18787 17962 668 1178 0 17605 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 75148

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/178 14831
/proc/meminfo: memFree=29090900/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=75620 CPUtime=1362.07 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 18498 0 0 0 134292 1915 0 0 20 0 1 0 343392693 77434880 18075 33554432000 4194304 9016284 140736940718464 140736940712632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 18905 18075 668 1178 0 17723 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 75620

[startup+1422.31 s]
/proc/loadavg: 2.08 1.99 1.80 3/177 14831
/proc/meminfo: memFree=29088428/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=77976 CPUtime=1422.06 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 19090 0 0 0 140210 1996 0 0 20 0 1 0 343392693 79847424 18667 33554432000 4194304 9016284 140736940718464 140736940712632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 19494 18667 668 1178 0 18312 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 77976

[startup+1482.3 s]
/proc/loadavg: 2.03 1.99 1.81 3/177 14832
/proc/meminfo: memFree=29088984/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=78608 CPUtime=1482.05 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 19174 0 0 0 146130 2075 0 0 20 0 1 0 343392693 80494592 18751 33554432000 4194304 9016284 140736940718464 140736940712376 6422985 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 19652 18751 668 1178 0 18470 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 78608

[startup+1542.3 s]
/proc/loadavg: 2.01 1.99 1.82 3/177 14832
/proc/meminfo: memFree=29086316/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=79976 CPUtime=1542.04 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 19422 0 0 0 152054 2150 0 0 20 0 1 0 343392693 81895424 18999 33554432000 4194304 9016284 140736940718464 140736940712424 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 19994 18999 668 1178 0 18812 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 79976

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/177 14832
/proc/meminfo: memFree=29078872/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=82996 CPUtime=1602.03 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 20257 0 0 0 157972 2231 0 0 20 0 1 0 343392693 84987904 19822 33554432000 4194304 9016284 140736940718464 140736940712632 7213512 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 20749 19822 668 1178 0 19567 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 82996

[startup+1662.3 s]
/proc/loadavg: 2.07 2.00 1.84 3/177 14832
/proc/meminfo: memFree=29079432/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=84020 CPUtime=1662.02 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 20576 0 0 0 163898 2304 0 0 20 0 1 0 343392693 86036480 20141 33554432000 4194304 9016284 140736940718464 140736940712632 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21005 20141 668 1178 0 19823 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 84020

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.84 3/177 14832
/proc/meminfo: memFree=29080612/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=84992 CPUtime=1722.01 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 20796 0 0 0 169822 2379 0 0 20 0 1 0 343392693 87031808 20361 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21248 20361 668 1178 0 20066 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 84992

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1782.01 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 175743 2458 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 86728

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1785.21 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 176059 2462 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940712376 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 86728

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1791.6 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 176692 2468 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940712328 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 86728

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1794.81 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 177008 2473 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940711512 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 86728

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1795.6 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 177086 2474 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940712792 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 86728

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1796.4 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21270 0 0 0 177166 2474 0 0 20 0 1 0 343392693 88809472 20835 33554432000 4194304 9016284 140736940718464 140736940712792 6421236 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20835 668 1178 0 20500 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 86728

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 14833
/proc/meminfo: memFree=29073912/32873844 swapFree=7116/7116
[pid=14806] ppid=14804 vsize=86728 CPUtime=1796.8 cores=1,3,5,7
/proc/14806/stat : 14806 (scip-2.0.1.4b_2) R 14804 14806 14772 0 -1 4202496 21273 0 0 0 177205 2475 0 0 20 0 1 0 343392693 88809472 20838 33554432000 4194304 9016284 140736940718464 140736940712424 6812620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14806/statm: 21682 20838 671 1178 0 20500 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 86728

Child status: 0
Real time (s): 1797.11
CPU time (s): 1796.82
CPU user time (s): 1772.06
CPU system time (s): 24.7552
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 86728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.06
system time used= 24.7552
maximum resident set size= 83352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21278
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= 23
involuntary context switches= 1925

runsolver used 8.14676 second user time and 13.9049 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 03:17:37
IDJOB=3741204
IDBENCH=89818
IDSOLVER=2329
FILE ID=node111/3741204-1338772657
RUNJOBID= node111-1338772657-14789
PBS_JOBID= 14636821
Free space on /tmp= 67396 MiB

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

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

MD5SUM BENCH= 04a6efcac49375b9407fbc5f15fae5c7
RANDOM SEED=303515328

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31255124 kB
Buffers:          222712 kB
Cached:           601268 kB
SwapCached:         1404 kB
Active:           221548 kB
Inactive:         609288 kB
Active(anon):       8404 kB
Inactive(anon):     1276 kB
Active(file):     213144 kB
Inactive(file):   608012 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:             25348 kB
Writeback:             0 kB
AnonPages:         13380 kB
Mapped:             8008 kB
Shmem:                 0 kB
Slab:             648184 kB
SReclaimable:      90084 kB
SUnreclaim:       558100 kB
KernelStack:        1424 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67332 MiB
End job on node111 at 2012-06-04 03:47:34