Trace number 3741214

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.77 1790.06

General information on the benchmark

Name/DEC-SMALLINT-LIN/heinz/
normalized-neos-820157.opb
MD5SUMda32b1e615c8e1bae2ecd5f742c16c96
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 variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3741214-1338751104.opb>
0.00/0.01	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 1015 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) 0 del vars, 55 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 890 upgd conss, 300 impls, 110 clqs
0.00/0.03	c (round 2) 0 del vars, 55 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 935 upgd conss, 300 impls, 110 clqs
0.00/0.03	c presolving (3 rounds):
0.00/0.03	c  0 deleted vars, 55 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  300 implications, 110 cliques
0.00/0.03	c presolved problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 960 constraints
0.00/0.03	c     260 constraints of type <setppc>
0.00/0.03	c      25 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 1.2.1.3
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 = 1789.99
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 # 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 <nlp> (-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/nlp/freq = -1
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 <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 <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 <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.07	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.07	c   0.1s|     1 |     0 |   873 |     - |3728k|   0 | 184 |1200 | 960 |1200 | 960 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |  1031 |     - |5680k|   0 | 211 |1200 |1076 |1200 | 971 |  11 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |  1349 |     - |6007k|   0 | 222 |1200 |1076 |1200 | 974 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |  1602 |     - |9334k|   0 | 191 |1200 |1076 |1200 | 977 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.78/0.84	c   0.8s|     1 |     0 |  1774 |     - |9410k|   0 | 222 |1200 |1076 |1200 | 983 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.06	c   1.0s|     1 |     0 |  1936 |     - |9572k|   0 | 239 |1200 |1076 |1200 | 986 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.89/1.90	c   1.9s|     1 |     2 |  1936 |     - |9572k|   0 | 239 |1200 |1076 |1200 | 986 |  26 |   0 |  11 | 0.000000e+00 |      --      |    Inf 
104.37/104.47	c   104s| 10000 |  2032 |582674 |  58.1 |  17M|  43 |   - |1200 |5267 |1200 | 972 |  26 |  16k|2761 | 0.000000e+00 |      --      |    Inf 
187.75/187.87	c   188s| 20000 |  4259 |  1155k|  57.7 |  23M|  45 |  77 |1200 |6097 |1200 | 972 |  26 |  31k|4242 | 0.000000e+00 |      --      |    Inf 
264.14/264.25	c   264s| 30000 |  5959 |  1689k|  56.3 |  27M|  45 | 223 |1200 |7251 |1200 | 972 |  26 |  48k|5621 | 0.000000e+00 |      --      |    Inf 
334.43/334.56	c   335s| 40000 |  7081 |  2207k|  55.2 |  31M|  45 |   - |1200 |9040 |   0 |   0 |  26 |  66k|6643 | 0.000000e+00 |      --      |    Inf 
397.92/398.08	c   398s| 50000 |  7927 |  2707k|  54.1 |  34M|  45 | 169 |1200 |9264 |1200 | 972 |  26 |  84k|7163 | 0.000000e+00 |      --      |    Inf 
463.41/463.57	c   464s| 60000 |  8564 |  3198k|  53.3 |  36M|  45 | 123 |1200 |  10k|1200 | 972 |  26 | 102k|8082 | 0.000000e+00 |      --      |    Inf 
528.40/528.56	c   529s| 70000 |  9199 |  3692k|  52.7 |  38M|  45 | 170 |1200 |  10k|1200 | 972 |  26 | 120k|8908 | 0.000000e+00 |      --      |    Inf 
591.60/591.77	c   592s| 80000 |  9793 |  4180k|  52.2 |  40M|  45 |  90 |1200 |  10k|1200 | 972 |  26 | 138k|9616 | 0.000000e+00 |      --      |    Inf 
653.38/653.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.38/653.54	c   654s| 90000 | 10370 |  4658k|  51.7 |  41M|  45 |   - |1200 |  10k|1200 | 972 |  26 | 156k|  10k| 0.000000e+00 |      --      |    Inf 
714.47/714.65	c   715s|100000 | 10793 |  5129k|  51.3 |  43M|  45 |   - |1200 |  11k|1200 | 972 |  26 | 174k|  11k| 0.000000e+00 |      --      |    Inf 
783.56/783.72	c   784s|110000 | 11416 |  5663k|  51.5 |  45M|  47 |   - |1200 |  11k|1200 | 972 |  26 | 190k|  12k| 0.000000e+00 |      --      |    Inf 
843.15/843.32	c   843s|120000 | 11916 |  6143k|  51.2 |  46M|  47 |   - |1200 |  10k|1200 | 972 |  26 | 208k|  12k| 0.000000e+00 |      --      |    Inf 
901.24/901.42	c   901s|130000 | 12228 |  6596k|  50.7 |  47M|  47 |  62 |1200 |  10k|1200 | 972 |  26 | 226k|  13k| 0.000000e+00 |      --      |    Inf 
963.13/963.32	c   963s|140000 | 12496 |  7077k|  50.5 |  48M|  47 |  93 |1200 |  11k|1200 | 972 |  26 | 244k|  13k| 0.000000e+00 |      --      |    Inf 
1022.83/1023.07	c  1023s|150000 | 12932 |  7564k|  50.4 |  49M|  47 |  58 |1200 |  11k|1200 | 972 |  26 | 261k|  14k| 0.000000e+00 |      --      |    Inf 
1084.42/1084.63	c  1085s|160000 | 13176 |  8046k|  50.3 |  50M|  47 |   - |1200 |  11k|1200 | 972 |  26 | 279k|  15k| 0.000000e+00 |      --      |    Inf 
1138.90/1139.17	c  1139s|170000 | 13306 |  8483k|  49.9 |  51M|  47 |  81 |1200 |  12k|1200 | 972 |  26 | 297k|  15k| 0.000000e+00 |      --      |    Inf 
1197.49/1197.71	c  1198s|180000 | 13494 |  8949k|  49.7 |  51M|  47 | 140 |1200 |  12k|1200 | 972 |  26 | 315k|  16k| 0.000000e+00 |      --      |    Inf 
1257.78/1258.08	c  1258s|190000 | 13756 |  9426k|  49.6 |  53M|  47 |  48 |1200 |  13k|1200 | 972 |  26 | 332k|  16k| 0.000000e+00 |      --      |    Inf 
1313.48/1313.71	c  1314s|200000 | 14028 |  9886k|  49.4 |  53M|  47 |   - |1200 |  12k|1200 | 972 |  26 | 350k|  17k| 0.000000e+00 |      --      |    Inf 
1372.26/1372.51	c  1372s|210000 | 14185 | 10348k|  49.3 |  54M|  47 |  20 |1200 |  12k|1200 | 972 |  26 | 367k|  17k| 0.000000e+00 |      --      |    Inf 
1430.95/1431.27	c  1431s|220000 | 14560 | 10835k|  49.2 |  55M|  47 |   - |1200 |  12k|1200 | 972 |  26 | 385k|  18k| 0.000000e+00 |      --      |    Inf 
1484.05/1484.36	c  1484s|230000 | 14788 | 11254k|  48.9 |  56M|  47 |   - |1200 |  13k|1200 | 972 |  26 | 402k|  18k| 0.000000e+00 |      --      |    Inf 
1542.04/1542.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.04/1542.38	c  1542s|240000 | 14934 | 11735k|  48.9 |  56M|  48 |   - |1200 |  13k|1200 | 972 |  26 | 420k|  18k| 0.000000e+00 |      --      |    Inf 
1602.73/1603.09	c  1603s|250000 | 15279 | 12217k|  48.9 |  58M|  48 |  18 |1200 |  14k|1200 | 972 |  26 | 437k|  19k| 0.000000e+00 |      --      |    Inf 
1658.32/1658.67	c  1659s|260000 | 15486 | 12680k|  48.8 |  58M|  48 |  98 |1200 |  13k|1200 | 972 |  26 | 454k|  19k| 0.000000e+00 |      --      |    Inf 
1716.62/1716.94	c  1717s|270000 | 15722 | 13137k|  48.7 |  59M|  48 |  58 |1200 |  13k|1200 | 972 |  26 | 472k|  20k| 0.000000e+00 |      --      |    Inf 
1775.71/1776.03	c  1776s|280000 | 16054 | 13624k|  48.7 |  59M|  48 |   - |1200 |  12k|1200 | 972 |  26 | 489k|  20k| 0.000000e+00 |      --      |    Inf 
1789.70/1790.00	c 
1789.70/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.00	c Solving Time (sec) : 1789.99
1789.70/1790.00	c Solving Nodes      : 282641
1789.70/1790.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.00	c Dual Bound         : +0.00000000000000e+00
1789.70/1790.00	c Gap                : infinite
1789.70/1790.00	s UNKNOWN
1789.70/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.00	c Solving Time       :    1789.99
1789.70/1790.00	c Original Problem   :
1789.70/1790.00	c   Problem name     : HOME/instance-3741214-1338751104.opb
1789.70/1790.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.00	c   Constraints      : 1015 initial, 1015 maximal
1789.70/1790.00	c Presolved Problem  :
1789.70/1790.00	c   Problem name     : t_HOME/instance-3741214-1338751104.opb
1789.70/1790.00	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.00	c   Constraints      : 960 initial, 15184 maximal
1789.70/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   linear           :       0.01          0          0          0          0          0         55          0          0
1789.70/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.00	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.00	c   integral         :          0          0          0     158062          0        198       3235          0          0     312198
1789.70/1790.00	c   setppc           :        260          5    1400520          0          1       2814   12224187          0          0          0
1789.70/1790.00	c   linear           :         25+         6    1397706          0          1       8498     325061          0          0          0
1789.70/1790.00	c   logicor          :        675+         5     809365          0          1      17945    1462225          0          0          0
1789.70/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.70/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.00	c   integral         :     191.74       0.00       0.00     191.74       0.00
1789.70/1790.00	c   setppc           :       9.27       0.00       9.27       0.00       0.00
1789.70/1790.00	c   linear           :       4.71       0.00       4.71       0.00       0.00
1789.70/1790.00	c   logicor          :      33.99       0.00      33.99       0.00       0.00
1789.70/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.00	c   vbounds          :       0.16          1          0          0
1789.70/1790.00	c   rootredcost      :       0.14          0          0          0
1789.70/1790.00	c   pseudoobj        :       0.12          0          0          0
1789.70/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.00	c   propagation      :       2.37      29257      29257     439639       40.7       2635       20.5          -
1789.70/1790.00	c   infeasible LP    :      19.80     107567     107567    1992261       45.0       2891       18.6          0
1789.70/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.00	c   applied globally :          -          -          -     494013       37.9          -          -          -
1789.70/1790.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.00	c   cut pool         :       0.00          4          -          -          9          -    (maximal pool size: 739)
1789.70/1790.00	c   redcost          :       2.54     156415          0          0          0          0
1789.70/1790.00	c   impliedbounds    :       0.00          5          0          0          0          0
1789.70/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.00	c   gomory           :       0.39          5          0          0       1097          0
1789.70/1790.00	c   strongcg         :       0.37          5          0          0       1331          0
1789.70/1790.00	c   cmir             :       0.00          0          0          0          0          0
1789.70/1790.00	c   flowcover        :       0.00          0          0          0          0          0
1789.70/1790.00	c   clique           :       0.00          5          0          0          0          0
1789.70/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.00	c   rapidlearning    :       0.07          1          0          0          0        116
1789.70/1790.00	c Pricers            :       Time      Calls       Vars
1789.70/1790.00	c   problem variables:       0.00          0          0
1789.70/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.00	c   relpscost        :     191.65     158062        198       3235          0          0     312198
1789.70/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.70/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.00	c   LP solutions     :       0.00          -          0
1789.70/1790.00	c   pseudo solutions :       0.00          -          0
1789.70/1790.00	c   trivial          :       0.00          1          0
1789.70/1790.00	c   simplerounding   :       0.00          0          0
1789.70/1790.00	c   zirounding       :       0.00          0          0
1789.70/1790.00	c   rounding         :       0.00          0          0
1789.70/1790.00	c   shifting         :       0.00          0          0
1789.70/1790.00	c   intshifting      :       0.00          0          0
1789.70/1790.00	c   oneopt           :       0.00          0          0
1789.70/1790.00	c   twoopt           :       0.00          0          0
1789.70/1790.00	c   fixandinfer      :       0.00          0          0
1789.70/1790.00	c   feaspump         :       0.00          0          0
1789.70/1790.00	c   coefdiving       :       0.00          0          0
1789.70/1790.00	c   pscostdiving     :       0.00          0          0
1789.70/1790.00	c   fracdiving       :       0.00          0          0
1789.70/1790.00	c   veclendiving     :       0.00          0          0
1789.70/1790.00	c   intdiving        :       0.00          0          0
1789.70/1790.00	c   actconsdiving    :       0.00          0          0
1789.70/1790.00	c   objpscostdiving  :       0.00          0          0
1789.70/1790.00	c   rootsoldiving    :       0.00          0          0
1789.70/1790.00	c   linesearchdiving :       0.00          0          0
1789.70/1790.00	c   guideddiving     :       0.00          0          0
1789.70/1790.00	c   octane           :       0.00          0          0
1789.70/1790.00	c   rens             :       0.00          0          0
1789.70/1790.00	c   rins             :       0.00          0          0
1789.70/1790.00	c   localbranching   :       0.00          0          0
1789.70/1790.00	c   mutation         :       0.00          0          0
1789.70/1790.00	c   crossover        :       0.00          0          0
1789.70/1790.00	c   dins             :       0.00          0          0
1789.70/1790.00	c   undercover       :       0.00          0          0
1789.70/1790.00	c   nlp              :       0.00          0          0
1789.70/1790.00	c   trysol           :       0.00          0          0
1789.70/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.00	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.00	c   dual LP          :    1448.28     264346   13740581      51.98    9487.49
1789.70/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.00	c   diving/probing LP:       0.00          0          0       0.00          -
1789.70/1790.00	c   strong branching :     187.22      20894    1658474      79.38    8858.39
1789.70/1790.00	c     (at root node) :          -         11       5563     505.73          -
1789.70/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.00	c B&B Tree           :
1789.70/1790.00	c   number of runs   :          1
1789.70/1790.00	c   nodes            :     282641
1789.70/1790.00	c   nodes (total)    :     282641
1789.70/1790.00	c   nodes left       :      16118
1789.70/1790.00	c   max depth        :         48
1789.70/1790.00	c   max depth (total):         48
1789.70/1790.00	c   backtracks       :      60702 (21.5%)
1789.70/1790.00	c   delayed cutoffs  :      13442
1789.70/1790.00	c   repropagations   :     270023 (4782891 domain reductions, 10481 cutoffs)
1789.70/1790.00	c   avg switch length:       6.01
1789.70/1790.00	c   switching time   :      35.25
1789.70/1790.00	c Solution           :
1789.70/1790.00	c   Solutions found  :          0 (0 improvements)
1789.70/1790.00	c   Primal Bound     :          -
1789.70/1790.00	c   Dual Bound       : +0.00000000000000e+00
1789.70/1790.00	c   Gap              :   infinite
1789.70/1790.00	c   Root Dual Bound  : +0.00000000000000e+00
1789.70/1790.00	c   Root Iterations  :       1936
1789.70/1790.06	c Time complete: 1789.76.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24038
/proc/meminfo: memFree=27029500/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 1816 0 0 0 0 0 0 0 20 0 1 0 341234530 10461184 1762 33554432000 4194304 8395647 140735889223888 140735506073864 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 2554 1762 390 1026 0 1524 0

[startup+0.0935601 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24038
/proc/meminfo: memFree=27029500/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=21696 CPUtime=0.08 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 4938 0 0 0 8 0 0 0 20 0 1 0 341234530 22216704 4517 33554432000 4194304 8395647 140735889223888 140735506073864 7355228 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 5424 4519 574 1026 0 4394 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21696

[startup+0.100202 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24038
/proc/meminfo: memFree=27029500/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=21952 CPUtime=0.09 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 5017 0 0 0 9 0 0 0 20 0 1 0 341234530 22478848 4595 33554432000 4194304 8395647 140735889223888 140735506073864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 5488 4595 574 1026 0 4458 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21952

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24038
/proc/meminfo: memFree=27029500/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=0.29 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9046 0 0 0 28 1 0 0 20 0 1 0 341234530 39940096 8605 33554432000 4194304 8395647 140735889223888 140735506073864 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8605 608 1026 0 8721 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39004

[startup+0.700196 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24038
/proc/meminfo: memFree=27029500/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=0.69 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9222 0 0 0 68 1 0 0 20 0 1 0 341234530 39940096 8781 33554432000 4194304 8395647 140735889223888 140735889219176 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8781 608 1026 0 8721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39004

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26996516/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=1.49 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9369 0 0 0 147 2 0 0 20 0 1 0 341234530 39940096 8928 33554432000 4194304 8395647 140735889223888 140735889219144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8928 608 1026 0 8721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39004

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26995880/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=3.09 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9372 0 0 0 306 3 0 0 20 0 1 0 341234530 39940096 8931 33554432000 4194304 8395647 140735889223888 140735889219096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8931 609 1026 0 8721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39004

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26995528/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=6.29 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9373 0 0 0 623 6 0 0 20 0 1 0 341234530 39940096 8932 33554432000 4194304 8395647 140735889223888 140735889218760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8932 610 1026 0 8721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39004

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26993064/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=12.69 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9375 0 0 0 1256 13 0 0 20 0 1 0 341234530 39940096 8933 33554432000 4194304 8395647 140735889223888 140735889219192 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 8933 610 1026 0 8721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39004

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26992096/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=39004 CPUtime=25.48 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 9382 0 0 0 2523 25 0 0 20 0 1 0 341234530 39940096 9190 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 9751 9190 611 1026 0 8721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39004

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24039
/proc/meminfo: memFree=26985356/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=44376 CPUtime=51.08 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 10668 0 0 0 5062 46 0 0 20 0 1 0 341234530 45441024 10484 33554432000 4194304 8395647 140735889223888 140735889219352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 11094 10484 611 1026 0 10064 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44376

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24042
/proc/meminfo: memFree=26973964/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=50164 CPUtime=102.28 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 12148 0 0 0 10133 95 0 0 20 0 1 0 341234530 51367936 11962 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 12541 11962 611 1026 0 11511 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 50164

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24042
/proc/meminfo: memFree=26961912/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=59160 CPUtime=162.25 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 14377 0 0 0 16078 147 0 0 20 0 1 0 341234530 60579840 14174 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 14790 14174 611 1026 0 13760 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 59160

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24042
/proc/meminfo: memFree=26950628/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=64044 CPUtime=222.25 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 15645 0 0 0 22023 202 0 0 20 0 1 0 341234530 65581056 15441 33554432000 4194304 8395647 140735889223888 140735889219400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 16011 15441 611 1026 0 14981 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 64044

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26943244/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=69156 CPUtime=282.24 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 16869 0 0 0 27969 255 0 0 20 0 1 0 341234530 70815744 16676 33554432000 4194304 8395647 140735889223888 140735889219400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 17289 16676 611 1026 0 16259 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 69156

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26932580/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=74864 CPUtime=342.23 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 18324 0 0 0 33918 305 0 0 20 0 1 0 341234530 76660736 18128 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 18716 18128 611 1026 0 17686 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 74864

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26924080/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=78344 CPUtime=402.22 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 19168 0 0 0 39866 356 0 0 20 0 1 0 341234530 80224256 18970 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 19586 18970 611 1026 0 18556 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 78344

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24043
/proc/meminfo: memFree=26919180/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=80828 CPUtime=462.21 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 19831 0 0 0 45809 412 0 0 20 0 1 0 341234530 82767872 19632 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 20207 19632 611 1026 0 19177 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 80828

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24044
/proc/meminfo: memFree=26914844/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=83604 CPUtime=522.2 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 20472 0 0 0 51756 464 0 0 20 0 1 0 341234530 85610496 20273 33554432000 4194304 8395647 140735889223888 140735889219496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 20901 20273 611 1026 0 19871 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 83604

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24045
/proc/meminfo: memFree=26905912/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=86524 CPUtime=582.19 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 21241 0 0 0 57696 523 0 0 20 0 1 0 341234530 88600576 21058 33554432000 4194304 8395647 140735889223888 140735889219448 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 21631 21058 611 1026 0 20601 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 86524

[startup+642.3 s]

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

/proc/meminfo: memFree=26867988/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=101880 CPUtime=1062.11 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 25064 0 0 0 105240 971 0 0 20 0 1 0 341234530 104325120 24878 33554432000 4194304 8395647 140735889223888 140735889219448 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 25470 24878 611 1026 0 24440 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 101880

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24049
/proc/meminfo: memFree=26864924/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=103488 CPUtime=1122.1 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 25475 0 0 0 111187 1023 0 0 20 0 1 0 341234530 105971712 25289 33554432000 4194304 8395647 140735889223888 140735889219352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 25872 25289 611 1026 0 24842 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 103488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24050
/proc/meminfo: memFree=26863124/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=104228 CPUtime=1182.09 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 25661 0 0 0 117130 1079 0 0 20 0 1 0 341234530 106729472 25472 33554432000 4194304 8395647 140735889223888 140735889219448 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 26057 25472 611 1026 0 25027 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 104228

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24050
/proc/meminfo: memFree=26860768/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=105332 CPUtime=1242.08 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 25920 0 0 0 123075 1133 0 0 20 0 1 0 341234530 107859968 25731 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 26333 25731 611 1026 0 25303 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 105332

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24053
/proc/meminfo: memFree=26857564/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=106176 CPUtime=1302.08 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 26177 0 0 0 129023 1185 0 0 20 0 1 0 341234530 108724224 25987 33554432000 4194304 8395647 140735889223888 140735889219400 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 26544 25987 611 1026 0 25514 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 106176

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24053
/proc/meminfo: memFree=26857052/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=107004 CPUtime=1362.06 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 26370 0 0 0 134962 1244 0 0 20 0 1 0 341234530 109572096 26179 33554432000 4194304 8395647 140735889223888 140735889219096 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 26751 26179 611 1026 0 25721 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 107004

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 24053
/proc/meminfo: memFree=26852708/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=108200 CPUtime=1422.06 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 26692 0 0 0 140908 1298 0 0 20 0 1 0 341234530 110796800 26501 33554432000 4194304 8395647 140735889223888 140735889219496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 27050 26501 611 1026 0 26020 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 108200

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 24054
/proc/meminfo: memFree=26852152/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=109292 CPUtime=1482.05 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 26942 0 0 0 146854 1351 0 0 20 0 1 0 341234530 111915008 26750 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 27323 26750 611 1026 0 26293 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 109292

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24054
/proc/meminfo: memFree=26850108/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=110300 CPUtime=1542.04 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 27202 0 0 0 152799 1405 0 0 20 0 1 0 341234530 112947200 27010 33554432000 4194304 8395647 140735889223888 140735889219352 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 27575 27010 611 1026 0 26545 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 110300

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24054
/proc/meminfo: memFree=26847636/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=112076 CPUtime=1602.03 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 27664 0 0 0 158744 1459 0 0 20 0 1 0 341234530 114765824 27471 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28019 27471 611 1026 0 26989 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 112076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24054
/proc/meminfo: memFree=26844596/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=112764 CPUtime=1662.02 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 27819 0 0 0 164690 1512 0 0 20 0 1 0 341234530 115470336 27626 33554432000 4194304 8395647 140735889223888 140735889219192 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28191 27626 611 1026 0 27161 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 112764

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24054
/proc/meminfo: memFree=26843256/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=113192 CPUtime=1722.01 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 27875 0 0 0 170635 1566 0 0 20 0 1 0 341234530 115908608 27681 33554432000 4194304 8395647 140735889223888 140735889219496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28298 27681 611 1026 0 27268 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 113192

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 24055
/proc/meminfo: memFree=26839848/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1782 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 176577 1623 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219448 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 114520

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 24055
/proc/meminfo: memFree=26839980/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1785.2 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 176895 1625 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219448 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 114520

[startup+1787.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 24056
/proc/meminfo: memFree=26839980/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1786.8 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 177053 1627 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 114520

[startup+1788.7 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24094
/proc/meminfo: memFree=26898172/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1788.4 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 177212 1628 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889218760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 114520

[startup+1789.5 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24094
/proc/meminfo: memFree=26898172/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1789.2 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 177291 1629 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 114520

[startup+1789.9 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24094
/proc/meminfo: memFree=26896056/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1789.6 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 177331 1629 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 114520

[startup+1790 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 24094
/proc/meminfo: memFree=26896056/32873648 swapFree=7368/7368
[pid=24038] ppid=24036 vsize=114520 CPUtime=1789.7 cores=1,3,5,7
/proc/24038/stat : 24038 (pbscip.linux.x8) R 24036 24038 23880 0 -1 4202496 28262 0 0 0 177341 1629 0 0 20 0 1 0 341234530 117268480 28068 33554432000 4194304 8395647 140735889223888 140735889219016 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/24038/statm: 28630 28068 611 1026 0 27600 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 114520

Child status: 0
Real time (s): 1790.06
CPU time (s): 1789.77
CPU user time (s): 1773.48
CPU system time (s): 16.2975
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 114520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.48
system time used= 16.2975
maximum resident set size= 112284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28268
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= 42
involuntary context switches= 1835

runsolver used 2.6306 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-03 21:18:24
IDJOB=3741214
IDBENCH=89819
IDSOLVER=2326
FILE ID=node149/3741214-1338751104
RUNJOBID= node149-1338749311-23897
PBS_JOBID= 14636798
Free space on /tmp= 71040 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741214-1338751104/watcher-3741214-1338751104 -o /tmp/evaluation-result-3741214-1338751104/solver-3741214-1338751104 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3741214-1338751104.opb -t 1800 -m 15500

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

MD5SUM BENCH= da32b1e615c8e1bae2ecd5f742c16c96
RANDOM SEED=64348393

node149.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.145
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.29
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.145
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.145
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	: 5438.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27030136 kB
Buffers:          776896 kB
Cached:          4129708 kB
SwapCached:         2468 kB
Active:          2063960 kB
Inactive:        2882748 kB
Active(anon):      23264 kB
Inactive(anon):     9368 kB
Active(file):    2040696 kB
Inactive(file):  2873380 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:             20584 kB
Writeback:             0 kB
AnonPages:        107160 kB
Mapped:            16820 kB
Shmem:                96 kB
Slab:             759384 kB
SReclaimable:     202940 kB
SUnreclaim:       556444 kB
KernelStack:        1472 kB
PageTables:         3568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71032 MiB
End job on node149 at 2012-06-03 21:48:14