Trace number 3690735

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? 1796.83 1797.16

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690735-1338022346.opb>
0.00/0.03	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 1502 constraints
0.00/0.03	c problem read in 0.03
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	c presolving settings loaded
0.09/0.12	c presolving:
0.29/0.32	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 126648 impls, 1000 clqs
0.39/0.47	c presolving (2 rounds):
0.39/0.47	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.47	c  126648 implications, 1000 cliques
0.39/0.47	c presolved problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17208 constraints
0.39/0.47	c       1 constraints of type <knapsack>
0.39/0.47	c    1500 constraints of type <setppc>
0.39/0.47	c   15706 constraints of type <and>
0.39/0.47	c       1 constraints of type <linear>
0.39/0.47	c transformed objective value is always integral (scale: 1)
0.39/0.47	c Presolving Time: 0.43
0.39/0.47	c - non default parameters ----------------------------------------------------------------------
0.39/0.47	c # SCIP version 2.1.1.4
0.39/0.47	c 
0.39/0.47	c # maximal time in seconds to run
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/time = 1797
0.39/0.47	c 
0.39/0.47	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.47	c limits/memory = 13950
0.39/0.47	c 
0.39/0.47	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c limits/solutions = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.47	c separating/maxrounds = 1
0.39/0.47	c 
0.39/0.47	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/maxroundsroot = 5
0.39/0.47	c 
0.39/0.47	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.47	c # [type: int, range: [1,2], default: 1]
0.39/0.47	c timing/clocktype = 2
0.39/0.47	c 
0.39/0.47	c # belongs reading time to solving time?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.47	c timing/reading = TRUE
0.39/0.47	c 
0.39/0.47	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.47	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.47	c constraints/knapsack/disaggregation = FALSE
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/coefdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.47	c heuristics/crossover/freq = -1
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/crossover/nodesofs = 750
0.39/0.47	c 
0.39/0.47	c # number of nodes without incumbent change that heuristic should wait
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.47	c heuristics/crossover/nwaitingnodes = 100
0.39/0.47	c 
0.39/0.47	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.47	c # [type: real, range: [0,1], default: 0.1]
0.39/0.47	c heuristics/crossover/nodesquot = 0.15
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixed 
0.39/0.47	c # [type: real, range: [0,1], default: 0.666]
0.39/0.47	c heuristics/crossover/minfixingrate = 0.5
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/feaspump/freq = -1
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/fracdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/guideddiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/intshifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/linesearchdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/objpscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.47	c # [type: real, range: [0,1], default: 0.01]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/oneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/pscostdiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/rens/freq = -1
0.39/0.47	c 
0.39/0.47	c # minimum percentage of integer variables that have to be fixable 
0.39/0.47	c # [type: real, range: [0,1], default: 0.5]
0.39/0.47	c heuristics/rens/minfixingrate = 0.3
0.39/0.47	c 
0.39/0.47	c # number of nodes added to the contingent of the total nodes
0.39/0.47	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.47	c heuristics/rens/nodesofs = 2000
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.47	c heuristics/rootsoldiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/rounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/shiftandpropagate/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/shifting/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/simplerounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/subnlp/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/trivial/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/trysol/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c heuristics/undercover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.47	c heuristics/veclendiving/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.47	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.47	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.47	c 
0.39/0.47	c # additional number of allowed LP iterations
0.39/0.47	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.47	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/zirounding/freq = -1
0.39/0.47	c 
0.39/0.47	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c propagating/probing/maxprerounds = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/cmir/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.47	c separating/flowcover/freq = -1
0.39/0.47	c 
0.39/0.47	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.47	c separating/rapidlearning/freq = 0
0.39/0.47	c 
0.39/0.47	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.39/0.47	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.47	c heuristics/indoneopt/freq = -1
0.39/0.47	c 
0.39/0.47	c -----------------------------------------------------------------------------------------------
0.39/0.47	c start solving
0.39/0.47	c 
2.68/2.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.68/2.77	c   2.8s|     1 |     0 |  2391 |     - |  72M|   0 |1270 |  16k|  17k|  16k|  32k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
39.78/39.84	c  39.8s|     1 |     0 |  2480 |     - |  74M|   0 |1271 |  16k|  17k|  16k|  32k|  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
77.17/77.29	c  77.3s|     1 |     0 |  2556 |     - |  74M|   0 |1273 |  16k|  17k|  16k|  32k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
114.65/114.72	c   115s|     1 |     0 |  2608 |     - |  75M|   0 |1266 |  16k|  17k|  16k|  32k|  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
149.13/149.21	c   149s|     1 |     0 |  2718 |     - |  76M|   0 |1246 |  16k|  17k|  16k|  32k|  61 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
182.52/182.64	c   183s|     1 |     0 |  2803 |     - |  78M|   0 |1224 |  16k|  17k|  16k|  32k|  69 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
207.81/207.93	c   208s|     1 |     2 |  2803 |     - |  78M|   0 |1224 |  16k|  17k|  16k|  32k|  69 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
347.99/348.11	c   348s|   100 |   101 |109081 |1073.5 |  83M|  29 | 794 |  16k|  17k|  16k|4599 |9781 |   0 | 405 | 0.000000e+00 |      --      |    Inf 
490.27/490.46	c   490s|   200 |   154 |286668 |1426.5 |  85M|  47 |1064 |  16k|  17k|  16k|5750 |  19k|  67 | 637 | 0.000000e+00 |      --      |    Inf 
624.64/624.86	c   625s|   300 |   215 |456809 |1518.4 |  86M|  48 | 906 |  16k|  17k|  16k|4372 |  28k| 144 | 840 | 0.000000e+00 |      --      |    Inf 
752.63/752.81	c   753s|   400 |   280 |610407 |1522.8 |  87M|  51 | 992 |  16k|  17k|  16k|4168 |  38k| 198 |1056 | 0.000000e+00 |      --      |    Inf 
905.79/906.08	c   906s|   500 |   329 |803864 |1605.3 |  88M|  51 |1004 |  16k|  17k|  16k|5784 |  47k| 276 |1283 | 0.000000e+00 |      --      |    Inf 
1031.87/1032.15	c  1032s|   600 |   379 |963697 |1604.2 |  89M|  51 |1089 |  16k|  17k|  16k|3480 |  56k| 334 |1480 | 0.000000e+00 |      --      |    Inf 
1164.76/1165.02	c  1165s|   700 |   431 |  1132k|1615.5 |  90M|  51 |1026 |  16k|  17k|  16k|3772 |  65k| 411 |1733 | 0.000000e+00 |      --      |    Inf 
1278.04/1278.35	c  1278s|   800 |   455 |  1342k|1676.2 |  90M|  51 |   - |  16k|  17k|  16k|5732 |  75k| 538 |1804 | 0.000000e+00 |      --      |    Inf 
1405.82/1406.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1405.82/1406.14	c  1406s|   900 |   508 |  1523k|1691.6 |  91M|  51 |   - |  16k|  17k|  16k|6124 |  84k| 600 |2010 | 0.000000e+00 |      --      |    Inf 
1544.79/1545.13	c  1545s|  1000 |   539 |  1710k|1709.6 |  92M|  51 |   - |  16k|  17k|  16k|6088 |  93k| 703 |2224 | 0.000000e+00 |      --      |    Inf 
1670.08/1670.45	c  1670s|  1100 |   599 |  1872k|1701.5 |  93M|  52 | 884 |  16k|  17k|  16k|5024 | 103k| 765 |2424 | 0.000000e+00 |      --      |    Inf 
1785.56/1785.90	c  1786s|  1200 |   657 |  2022k|1684.8 |  93M|  52 |1117 |  16k|  17k|  16k|3411 | 112k| 813 |2609 | 0.000000e+00 |      --      |    Inf 
1796.66/1797.03	c 
1796.66/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.03	c Solving Time (sec) : 1797.03
1796.66/1797.03	c Solving Nodes      : 1214
1796.66/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.66/1797.03	c Dual Bound         : +0.00000000000000e+00
1796.66/1797.03	c Gap                : infinite
1796.66/1797.03	s UNKNOWN
1796.66/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.03	c Total Time         :    1797.03
1796.66/1797.03	c   solving          :    1797.03
1796.66/1797.03	c   presolving       :       0.43 (included in solving)
1796.66/1797.03	c   reading          :       0.03 (included in solving)
1796.66/1797.03	c   copying          :       0.00 (0 times copied the problem)
1796.66/1797.03	c Original Problem   :
1796.66/1797.03	c   Problem name     : HOME/instance-3690735-1338022346.opb
1796.66/1797.03	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.03	c   Constraints      : 1502 initial, 1502 maximal
1796.66/1797.03	c   Objective sense  : minimize
1796.66/1797.03	c Presolved Problem  :
1796.66/1797.03	c   Problem name     : t_HOME/instance-3690735-1338022346.opb
1796.66/1797.03	c   Variables        : 16706 (16706 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.03	c   Constraints      : 17208 initial, 17772 maximal
1796.66/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.66/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   knapsack         :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   and              :       0.23       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   linear           :       0.05       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.66/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.03	c   integral         :          0          0          0          0       1006          0          1          0          2         83          0          0       1900
1796.66/1797.03	c   knapsack         :          1          1          5       3541          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   setppc           :       1500       1500          5       3541          0          0          0      88272         10       6043          0          0          0
1796.66/1797.03	c   and              :      15706      15706       1146       3531          0          0          0      84583          0     128247     367930          0          0
1796.66/1797.03	c   linear           :          1          1          5       3531          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c   logicor          :          0+       564          0       1164          0          0          0        592          0        343          0          0          0
1796.66/1797.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.66/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.66/1797.03	c   integral         :     588.78       0.00       0.00       0.00     588.78       0.00       0.00       0.00
1796.66/1797.03	c   knapsack         :       0.17       0.00       0.16       0.01       0.00       0.00       0.00       0.00
1796.66/1797.03	c   setppc           :       0.11       0.00       0.00       0.08       0.00       0.00       0.00       0.03
1796.66/1797.03	c   and              :       4.34       0.00       3.58       0.72       0.00       0.00       0.00       0.04
1796.66/1797.03	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.66/1797.03	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
1796.66/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.66/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.66/1797.03	c   rootredcost      :          0          0          0          0
1796.66/1797.03	c   pseudoobj        :          0          0          0          0
1796.66/1797.03	c   vbounds          :          0          0          0          0
1796.66/1797.03	c   redcost          :       2152          0          0          0
1796.66/1797.03	c   probing          :          0          0          0          0
1796.66/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.66/1797.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.66/1797.03	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.66/1797.03	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.66/1797.03	c   redcost          :       1.03       0.00       0.00       1.03       0.00
1796.66/1797.03	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.66/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.66/1797.03	c   propagation      :       0.00         10         10         31      144.4          1      386.0          -
1796.66/1797.03	c   infeasible LP    :       1.34        253        253       6267      229.5          0        0.0          0
1796.66/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.66/1797.03	c   applied globally :          -          -          -        813      233.6          -          -          -
1796.66/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.66/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.66/1797.03	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 251)
1796.66/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   impliedbounds    :       0.01       0.00          5          0          0         62          0
1796.66/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   gomory           :      40.26       0.00          5          0          0          0          0
1796.66/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   strongcg         :     137.11       0.00          5          0          0        606          0
1796.66/1797.03	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   clique           :       0.42       0.00          5          0          0         33          0
1796.66/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   mcf              :       1.28       0.00          4          0          0         51          0
1796.66/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.66/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.66/1797.03	c   problem variables:       0.00          -          0          0
1796.66/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.03	c   relpscost        :     588.77       0.00       1006          2         83          0          0       1900
1796.66/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.66/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.66/1797.03	c   LP solutions     :       0.00          -          -          0
1796.66/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.66/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.66/1797.03	c   trivial          :       0.01       0.00          1          0
1796.66/1797.03	c   shiftandpropagate:       0.00       0.00          0          0
1796.66/1797.03	c   simplerounding   :       0.00       0.00          0          0
1796.66/1797.03	c   zirounding       :       0.00       0.00          0          0
1796.66/1797.03	c   rounding         :       0.00       0.00          0          0
1796.66/1797.03	c   shifting         :       0.00       0.00          0          0
1796.66/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.66/1797.03	c   oneopt           :       0.00       0.00          0          0
1796.66/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.66/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.66/1797.03	c   indoneopt        :       0.00       0.00          0          0
1796.66/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.66/1797.03	c   feaspump         :       0.00       0.00          0          0
1796.66/1797.03	c   clique           :       0.00       0.00          0          0
1796.66/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.66/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.66/1797.03	c   coefdiving       :       0.00       0.00          0          0
1796.66/1797.03	c   pscostdiving     :       0.00       0.00          0          0
1796.66/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.66/1797.03	c   fracdiving       :       0.00       0.00          0          0
1796.66/1797.03	c   veclendiving     :       0.00       0.00          0          0
1796.66/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.66/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.66/1797.03	c   objpscostdiving  :       0.00       0.00          0          0
1796.66/1797.03	c   rootsoldiving    :       0.00       0.00          0          0
1796.66/1797.03	c   linesearchdiving :       0.00       0.00          0          0
1796.66/1797.03	c   guideddiving     :       0.00       0.00          0          0
1796.66/1797.03	c   octane           :       0.00       0.00          0          0
1796.66/1797.03	c   rens             :       0.00       0.00          0          0
1796.66/1797.03	c   rins             :       0.00       0.00          0          0
1796.66/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.66/1797.03	c   mutation         :       0.00       0.00          0          0
1796.66/1797.03	c   crossover        :       0.00       0.00          0          0
1796.66/1797.03	c   dins             :       0.00       0.00          0          0
1796.66/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.66/1797.03	c   undercover       :       0.00       0.00          0          0
1796.66/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.66/1797.03	c   trysol           :       0.00       0.00          0          0
1796.66/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.66/1797.03	c   primal LP        :       7.26        949          0       0.00       0.00       7.26        949
1796.66/1797.03	c   dual LP          :    1004.77       2405    2040880     848.60    2031.19       0.00          0
1796.66/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.66/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.66/1797.03	c   diving/probing LP:       0.00          0          0       0.00          -
1796.66/1797.03	c   strong branching :     588.48       2630     994260     378.05    1689.53
1796.66/1797.03	c     (at root node) :          -         33      17419     527.85          -
1796.66/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.66/1797.03	c B&B Tree           :
1796.66/1797.03	c   number of runs   :          1
1796.66/1797.03	c   nodes            :       1214
1796.66/1797.03	c   nodes (total)    :       1214
1796.66/1797.03	c   nodes left       :        671
1796.66/1797.03	c   max depth        :         52
1796.66/1797.03	c   max depth (total):         52
1796.66/1797.03	c   backtracks       :        231 (19.0%)
1796.66/1797.03	c   delayed cutoffs  :         16
1796.66/1797.03	c   repropagations   :        587 (6603 domain reductions, 15 cutoffs)
1796.66/1797.03	c   avg switch length:       5.29
1796.66/1797.03	c   switching time   :       8.89
1796.66/1797.03	c Solution           :
1796.66/1797.03	c   Solutions found  :          0 (0 improvements)
1796.66/1797.03	c   Primal Bound     :          -
1796.66/1797.03	c   Dual Bound       : +0.00000000000000e+00
1796.66/1797.03	c   Gap              :   infinite
1796.66/1797.03	c   Root Dual Bound  : +0.00000000000000e+00
1796.66/1797.03	c   Root Iterations  :       2803
1796.76/1797.15	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-3690735-1338022346/watcher-3690735-1338022346 -o /tmp/evaluation-result-3690735-1338022346/solver-3690735-1338022346 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690735-1338022346.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.94 2/176 1136
/proc/meminfo: memFree=27125928/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=8136 CPUtime=0 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 830 0 0 0 0 0 0 0 20 0 1 0 268360277 8331264 785 33554432000 4194304 10173063 140737015362768 140733765286392 8846909 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 2034 785 392 1460 0 565 0

[startup+0.049402 s]
/proc/loadavg: 2.08 2.02 1.94 2/176 1136
/proc/meminfo: memFree=27125928/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=27456 CPUtime=0.03 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 5384 0 0 0 3 0 0 0 20 0 1 0 268360277 28114944 5338 33554432000 4194304 10173063 140737015362768 140733765286392 7549426 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 6864 5338 520 1460 0 5395 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27456

[startup+0.100295 s]
/proc/loadavg: 2.08 2.02 1.94 2/176 1136
/proc/meminfo: memFree=27125928/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=44936 CPUtime=0.09 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 9618 0 0 0 8 1 0 0 20 0 1 0 268360277 46014464 9573 33554432000 4194304 10173063 140737015362768 140733765286392 7545739 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 11234 9608 520 1460 0 9765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44936

[startup+0.300234 s]
/proc/loadavg: 2.08 2.02 1.94 2/176 1136
/proc/meminfo: memFree=27125928/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=58132 CPUtime=0.29 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 13400 0 0 0 24 5 0 0 20 0 1 0 268360277 59527168 12974 33554432000 4194304 10173063 140737015362768 140733765286392 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 14533 12974 572 1460 0 13064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58132

[startup+0.700355 s]
/proc/loadavg: 2.08 2.02 1.94 2/176 1136
/proc/meminfo: memFree=27125928/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=140816 CPUtime=0.69 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 32034 0 0 0 58 11 0 0 20 0 1 0 268360277 144195584 31956 33554432000 4194304 10173063 140737015362768 140737015359512 8982074 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 35204 31956 747 1460 0 33735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140816

[startup+1.50024 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 1137
/proc/meminfo: memFree=26997264/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=143972 CPUtime=1.48 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 33473 0 0 0 137 11 0 0 20 0 1 0 268360277 147427328 33374 33554432000 4194304 10173063 140737015362768 140737015356120 8012679 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 35993 33374 747 1460 0 34524 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 143972

[startup+3.10013 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 1137
/proc/meminfo: memFree=26993048/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=142588 CPUtime=3.09 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 34621 0 0 0 297 12 0 0 20 0 1 0 268360277 146010112 33872 33554432000 4194304 10173063 140737015362768 140737015357640 7654624 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/1136/statm: 35647 33872 776 1460 0 34178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142588

[startup+6.30018 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 1137
/proc/meminfo: memFree=26992800/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=142588 CPUtime=6.28 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 34621 0 0 0 616 12 0 0 20 0 1 0 268360277 146010112 33872 33554432000 4194304 10173063 140737015362768 140737015357640 5023556 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1136/statm: 35647 33872 776 1460 0 34178 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142588

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.94 3/177 1137
/proc/meminfo: memFree=26992568/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=142588 CPUtime=12.68 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 34659 0 0 0 1255 13 0 0 20 0 1 0 268360277 146010112 33902 33554432000 4194304 10173063 140737015362768 140737015357656 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 35647 33902 782 1460 0 34178 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 142588

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 1.94 3/177 1137
/proc/meminfo: memFree=26992948/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=142588 CPUtime=25.48 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 34659 0 0 0 2533 15 0 0 20 0 1 0 268360277 146010112 33902 33554432000 4194304 10173063 140737015362768 140737015357608 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 35647 33902 782 1460 0 34178 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 142588

[startup+51.1003 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 1137
/proc/meminfo: memFree=26985132/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=151604 CPUtime=51.07 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 36216 0 0 0 5088 19 0 0 20 0 1 0 268360277 155242496 35978 33554432000 4194304 10173063 140737015362768 140737015357656 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 37901 35978 796 1460 0 36432 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 151604

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 1137
/proc/meminfo: memFree=26985320/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=152544 CPUtime=102.28 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 36570 0 0 0 10202 26 0 0 20 0 1 0 268360277 156205056 36332 33554432000 4194304 10173063 140737015362768 140737015357656 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 38136 36332 796 1460 0 36667 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152544

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1213
/proc/meminfo: memFree=28474348/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=155388 CPUtime=162.23 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 37328 0 0 0 16189 34 0 0 20 0 1 0 268360277 159117312 37136 33554432000 4194304 10173063 140737015362768 140737015357656 5107543 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 38847 37136 796 1460 0 37378 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 155388

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1213
/proc/meminfo: memFree=28463032/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159320 CPUtime=222.2 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38360 0 0 0 22179 41 0 0 20 0 1 0 268360277 163143680 38574 33554432000 4194304 10173063 140737015362768 140737015356312 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38574 809 1460 0 38361 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 159320

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1214
/proc/meminfo: memFree=28467728/32873844 swapFree=7100/7100
[pid=1136] ppid=1134 vsize=159320 CPUtime=282.2 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38360 0 0 0 28161 59 0 0 20 0 1 0 268360277 163143680 38574 33554432000 4194304 10173063 140737015362768 140737015356024 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38574 809 1460 0 38361 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 159320

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1214
/proc/meminfo: memFree=28466848/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159320 CPUtime=342.19 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38360 0 0 0 34145 74 0 0 20 0 1 0 268360277 163143680 38574 33554432000 4194304 10173063 140737015362768 140737015356216 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38574 809 1460 0 38361 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 159320

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 1214
/proc/meminfo: memFree=28466720/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159320 CPUtime=402.17 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38370 0 0 0 40126 91 0 0 20 0 1 0 268360277 163143680 38584 33554432000 4194304 10173063 140737015362768 140737015356312 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38584 816 1460 0 38361 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 159320

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 1217
/proc/meminfo: memFree=28463268/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159320 CPUtime=462.17 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38370 0 0 0 46111 106 0 0 20 0 1 0 268360277 163143680 38584 33554432000 4194304 10173063 140737015362768 140737015356264 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38584 816 1460 0 38361 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 159320

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 1239
/proc/meminfo: memFree=28466568/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159320 CPUtime=522.15 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38518 0 0 0 52094 121 0 0 20 0 1 0 268360277 163143680 38732 33554432000 4194304 10173063 140737015362768 140737015356312 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39830 38732 816 1460 0 38361 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 159320

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/176 1239
/proc/meminfo: memFree=28461996/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=159764 CPUtime=582.14 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 38653 0 0 0 58079 135 0 0 20 0 1 0 268360277 163598336 38867 33554432000 4194304 10173063 140737015362768 140737015356120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 39941 38867 816 1460 0 38472 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 159764

[startup+642.3 s]

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

/proc/meminfo: memFree=28454840/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=163560 CPUtime=1062.07 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 39655 0 0 0 105955 252 0 0 20 0 1 0 268360277 167485440 39867 33554432000 4194304 10173063 140737015362768 140737015355896 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 40890 39867 816 1460 0 39421 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 163560

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1244
/proc/meminfo: memFree=28454484/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=164352 CPUtime=1122.06 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 39788 0 0 0 111939 267 0 0 20 0 1 0 268360277 168296448 40000 33554432000 4194304 10173063 140737015362768 140737015356120 8046674 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41088 40000 816 1460 0 39619 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 164352

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1244
/proc/meminfo: memFree=28454360/32873844 swapFree=7108/7108
[pid=1136] ppid=1134 vsize=164352 CPUtime=1182.05 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 39828 0 0 0 117923 282 0 0 20 0 1 0 268360277 168296448 40040 33554432000 4194304 10173063 140737015362768 140737015356120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41088 40040 816 1460 0 39619 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 164352

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1245
/proc/meminfo: memFree=28453988/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=164352 CPUtime=1242.04 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 39865 0 0 0 123907 297 0 0 20 0 1 0 268360277 168296448 40077 33554432000 4194304 10173063 140737015362768 140737015356120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41088 40077 816 1460 0 39619 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 164352

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 1245
/proc/meminfo: memFree=28453368/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=164736 CPUtime=1302.04 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 39966 0 0 0 129890 314 0 0 20 0 1 0 268360277 168689664 40178 33554432000 4194304 10173063 140737015362768 140737015356120 8007437 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41184 40178 816 1460 0 39715 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 164736

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 1245
/proc/meminfo: memFree=28452808/32873844 swapFree=7108/7108
[pid=1136] ppid=1134 vsize=165052 CPUtime=1362.03 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 40029 0 0 0 135873 330 0 0 20 0 1 0 268360277 169013248 40240 33554432000 4194304 10173063 140737015362768 140737015356408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41263 40240 816 1460 0 39794 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 165052

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.96 3/177 1245
/proc/meminfo: memFree=28450948/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=167156 CPUtime=1422.03 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 40523 0 0 0 141858 345 0 0 20 0 1 0 268360277 171167744 40734 33554432000 4194304 10173063 140737015362768 140737015356120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41789 40734 816 1460 0 40320 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 167156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1245
/proc/meminfo: memFree=28450576/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=167156 CPUtime=1482.01 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 40570 0 0 0 147841 360 0 0 20 0 1 0 268360277 171167744 40781 33554432000 4194304 10173063 140737015362768 140737015356312 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41789 40781 816 1460 0 40320 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 167156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1246
/proc/meminfo: memFree=28450140/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=167868 CPUtime=1542 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 40757 0 0 0 153823 377 0 0 20 0 1 0 268360277 171896832 40967 33554432000 4194304 10173063 140737015362768 140737015356408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 41967 40967 816 1460 0 40498 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 167868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1246
/proc/meminfo: memFree=28449644/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=168708 CPUtime=1601.99 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 40917 0 0 0 159807 392 0 0 20 0 1 0 268360277 172756992 41127 33554432000 4194304 10173063 140737015362768 140737015356072 8054286 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42177 41127 816 1460 0 40708 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 168708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 1249
/proc/meminfo: memFree=28447272/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=170576 CPUtime=1661.98 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41395 0 0 0 165789 409 0 0 20 0 1 0 268360277 174669824 41605 33554432000 4194304 10173063 140737015362768 140737015356024 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42644 41605 816 1460 0 41175 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 170576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447532/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=170576 CPUtime=1721.97 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41396 0 0 0 171772 425 0 0 20 0 1 0 268360277 174669824 41633 33554432000 4194304 10173063 140737015362768 140737015356072 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42644 41633 816 1460 0 41175 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 170576

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447160/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1781.96 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41409 0 0 0 177755 441 0 0 20 0 1 0 268360277 175165440 41646 33554432000 4194304 10173063 140737015362768 140737015356024 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41646 816 1460 0 41296 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 171060

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447284/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1785.16 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41411 0 0 0 178075 441 0 0 20 0 1 0 268360277 175165440 41648 33554432000 4194304 10173063 140737015362768 140737015356312 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41648 816 1460 0 41296 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 171060

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447408/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1791.57 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41411 0 0 0 178714 443 0 0 20 0 1 0 268360277 175165440 41648 33554432000 4194304 10173063 140737015362768 140737015356120 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41648 816 1460 0 41296 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 171060

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447408/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1794.77 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41411 0 0 0 179033 444 0 0 20 0 1 0 268360277 175165440 41648 33554432000 4194304 10173063 140737015362768 140737015356408 7981125 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41648 816 1460 0 41296 0
Current children cumulated CPU time (s) 1794.77
Current children cumulated vsize (KiB) 171060

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447408/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1795.56 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41411 0 0 0 179112 444 0 0 20 0 1 0 268360277 175165440 41648 33554432000 4194304 10173063 140737015362768 140737015356408 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41648 816 1460 0 41296 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 171060

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447408/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1796.36 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41411 0 0 0 179192 444 0 0 20 0 1 0 268360277 175165440 41648 33554432000 4194304 10173063 140737015362768 140737015359208 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41648 816 1460 0 41296 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 171060

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1249
/proc/meminfo: memFree=28447408/32873844 swapFree=7104/7104
[pid=1136] ppid=1134 vsize=171060 CPUtime=1796.76 cores=0,2,4,6
/proc/1136/stat : 1136 (scip-2.1.1.4fix) R 1134 1136 521 0 -1 4202496 41420 0 0 0 179232 444 0 0 20 0 1 0 268360277 175165440 41657 33554432000 4194304 10173063 140737015362768 140737015359464 5889219 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1136/statm: 42765 41657 825 1460 0 41296 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 171060

Child status: 0
Real time (s): 1797.16
CPU time (s): 1796.83
CPU user time (s): 1792.38
CPU system time (s): 4.44832
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 171060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.38
system time used= 4.44832
maximum resident set size= 166628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41437
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= 57
involuntary context switches= 1980

runsolver used 2.74958 second user time and 7.2279 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 10:52:26
IDJOB=3690735
IDBENCH=48295
IDSOLVER=2270
FILE ID=node119/3690735-1338022346
RUNJOBID= node119-1338016937-537
PBS_JOBID= 14624352
Free space on /tmp= 71544 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690735-1338022346/watcher-3690735-1338022346 -o /tmp/evaluation-result-3690735-1338022346/solver-3690735-1338022346 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690735-1338022346.opb -t 1800 -m 15500

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=784910569

node119.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.943
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	: 5333.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:       32873844 kB
MemFree:        27126192 kB
Buffers:          230660 kB
Cached:          3129964 kB
SwapCached:            0 kB
Active:          2115832 kB
Inactive:        2850056 kB
Active(anon):    1607912 kB
Inactive(anon):        0 kB
Active(file):     507920 kB
Inactive(file):  2850056 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14016 kB
Writeback:             0 kB
AnonPages:       1618620 kB
Mapped:            16676 kB
Shmem:               200 kB
Slab:             632224 kB
SReclaimable:      74712 kB
SUnreclaim:       557512 kB
KernelStack:        1456 kB
PageTables:         7624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1750316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 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= 71548 MiB
End job on node119 at 2012-05-26 11:22:23