Trace number 3691651

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.82 1797.11

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-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-3691651-1338017082.opb>
0.05/0.07	c original problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.05/0.07	c problem read in 0.07
0.05/0.07	c No objective function, only one solution is needed.
0.05/0.07	c presolving settings loaded
0.09/0.15	c presolving:
0.29/0.32	c (round 1) 0 del vars, 480 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 480 clqs
0.39/0.48	c (round 2) 0 del vars, 480 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 608 upgd conss, 0 impls, 480 clqs
0.49/0.54	c presolving (3 rounds):
0.49/0.54	c  0 deleted vars, 480 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.54	c  0 implications, 480 cliques
0.49/0.54	c presolved problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 608 constraints
0.49/0.54	c     128 constraints of type <knapsack>
0.49/0.54	c     480 constraints of type <setppc>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.42
0.49/0.54	c - non default parameters ----------------------------------------------------------------------
0.49/0.54	c # SCIP version 2.1.1.4
0.49/0.54	c 
0.69/0.88	c # maximal time in seconds to run
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.88	c limits/time = 1797
0.69/0.88	c 
0.69/0.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.88	c limits/memory = 13950
0.69/0.88	c 
0.69/0.88	c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.88	c limits/solutions = 1
0.69/0.88	c 
0.69/0.88	c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.88	c separating/maxrounds = 1
0.69/0.88	c 
0.69/0.88	c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.88	c separating/maxroundsroot = 5
0.69/0.88	c 
0.69/0.88	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.88	c # [type: int, range: [1,2], default: 1]
0.69/0.88	c timing/clocktype = 2
0.69/0.88	c 
0.69/0.88	c # belongs reading time to solving time?
0.69/0.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.88	c timing/reading = TRUE
0.69/0.88	c 
0.69/0.88	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.88	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.88	c constraints/knapsack/disaggregation = FALSE
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/coefdiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.88	c heuristics/crossover/freq = -1
0.69/0.88	c 
0.69/0.88	c # number of nodes added to the contingent of the total nodes
0.69/0.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.88	c heuristics/crossover/nodesofs = 750
0.69/0.88	c 
0.69/0.88	c # number of nodes without incumbent change that heuristic should wait
0.69/0.88	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.88	c heuristics/crossover/nwaitingnodes = 100
0.69/0.88	c 
0.69/0.88	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.88	c # [type: real, range: [0,1], default: 0.1]
0.69/0.88	c heuristics/crossover/nodesquot = 0.15
0.69/0.88	c 
0.69/0.88	c # minimum percentage of integer variables that have to be fixed 
0.69/0.88	c # [type: real, range: [0,1], default: 0.666]
0.69/0.88	c heuristics/crossover/minfixingrate = 0.5
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.88	c heuristics/feaspump/freq = -1
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/fracdiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/guideddiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/intshifting/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/linesearchdiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.88	c heuristics/objpscostdiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.88	c # [type: real, range: [0,1], default: 0.01]
0.69/0.88	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/oneopt/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/pscostdiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c heuristics/rens/freq = -1
0.69/0.88	c 
0.69/0.88	c # minimum percentage of integer variables that have to be fixable 
0.69/0.88	c # [type: real, range: [0,1], default: 0.5]
0.69/0.88	c heuristics/rens/minfixingrate = 0.3
0.69/0.88	c 
0.69/0.88	c # number of nodes added to the contingent of the total nodes
0.69/0.88	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.88	c heuristics/rens/nodesofs = 2000
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.88	c heuristics/rootsoldiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.88	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/rounding/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c heuristics/shiftandpropagate/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/shifting/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/simplerounding/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/subnlp/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c heuristics/trivial/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/trysol/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c heuristics/undercover/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.88	c heuristics/veclendiving/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.88	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.88	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.88	c 
0.69/0.88	c # additional number of allowed LP iterations
0.69/0.88	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.88	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/zirounding/freq = -1
0.69/0.88	c 
0.69/0.88	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.88	c propagating/probing/maxprerounds = 0
0.69/0.88	c 
0.69/0.88	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c separating/cmir/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.88	c separating/flowcover/freq = -1
0.69/0.88	c 
0.69/0.88	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.88	c separating/rapidlearning/freq = 0
0.69/0.88	c 
0.69/0.88	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.69/0.88	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.88	c heuristics/indoneopt/freq = -1
0.69/0.88	c 
0.69/0.88	c -----------------------------------------------------------------------------------------------
0.69/0.88	c start solving
0.69/0.88	c 
9.39/9.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.39/9.45	c   9.5s|     1 |     0 | 18388 |     - |  54M|   0 | 530 |  14k| 608 |  14k| 608 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.79/9.81	c   9.8s|     1 |     0 | 18787 |     - |  54M|   0 | 548 |  14k| 608 |  14k| 617 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.89/9.97	c  10.0s|     1 |     0 | 18884 |     - |  54M|   0 | 559 |  14k| 608 |  14k| 625 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.09/10.15	c  10.1s|     1 |     0 | 18952 |     - |  54M|   0 | 566 |  14k| 608 |  14k| 634 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.29/10.33	c  10.3s|     1 |     0 | 19016 |     - |  54M|   0 | 571 |  14k| 608 |  14k| 640 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.49/10.51	c  10.5s|     1 |     0 | 19062 |     - |  54M|   0 | 577 |  14k| 608 |  14k| 647 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.79/19.87	c  19.9s|     1 |     2 | 19062 |     - |  54M|   0 | 577 |  14k| 608 |  14k| 647 |  39 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
174.25/174.36	c   174s|   100 |    69 | 36820 | 179.4 |  59M|  72 |   - |  14k| 608 |  14k| 643 |  39 |   0 | 545 | 0.000000e+00 |      --      |    Inf 
193.66/193.73	c   194s|   200 |    77 | 65733 | 234.5 |  59M|  79 | 204 |  14k| 608 |  14k| 643 |  39 |   0 | 562 | 0.000000e+00 |      --      |    Inf 
216.35/216.42	c   216s|   300 |    99 | 90879 | 240.2 |  59M|  79 |   - |  14k| 618 |  14k| 643 |  39 |  10 | 594 | 0.000000e+00 |      --      |    Inf 
238.34/238.49	c   238s|   400 |    97 |118003 | 248.0 |  59M|  79 | 201 |  14k| 618 |  14k| 643 |  39 |  10 | 624 | 0.000000e+00 |      --      |    Inf 
255.85/255.90	c   256s|   500 |   113 |142158 | 246.7 |  59M|  79 |   - |  14k| 628 |  14k| 643 |  39 |  20 | 644 | 0.000000e+00 |      --      |    Inf 
276.74/276.89	c   277s|   600 |   127 |168339 | 249.2 |  59M|  79 | 222 |  14k| 634 |  14k| 643 |  39 |  30 | 681 | 0.000000e+00 |      --      |    Inf 
300.64/300.73	c   301s|   700 |   131 |197336 | 255.0 |  59M|  79 |   - |  14k| 633 |  14k| 643 |  39 |  30 | 716 | 0.000000e+00 |      --      |    Inf 
318.43/318.57	c   319s|   800 |   139 |223643 | 256.0 |  60M|  90 |   - |  14k| 682 |  14k| 643 |  39 |  80 | 734 | 0.000000e+00 |      --      |    Inf 
340.83/340.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.83/340.90	c   341s|   900 |   141 |251089 | 258.1 |  60M|  90 |   - |  14k| 722 |  14k| 643 |  39 | 120 | 765 | 0.000000e+00 |      --      |    Inf 
358.02/358.11	c   358s|  1000 |   153 |275920 | 257.1 |  60M|  90 |   - |  14k| 755 |  14k| 643 |  39 | 153 | 780 | 0.000000e+00 |      --      |    Inf 
379.93/380.01	c   380s|  1100 |   159 |303241 | 258.6 |  60M|  90 | 271 |  14k| 784 |  14k| 643 |  39 | 187 | 813 | 0.000000e+00 |      --      |    Inf 
401.43/401.58	c   402s|  1200 |   175 |329346 | 258.8 |  60M|  90 | 209 |  14k| 811 |  14k| 643 |  39 | 216 | 842 | 0.000000e+00 |      --      |    Inf 
423.52/423.66	c   424s|  1300 |   193 |358649 | 261.4 |  60M|  90 | 194 |  14k| 808 |  14k| 643 |  39 | 216 | 872 | 0.000000e+00 |      --      |    Inf 
444.91/445.07	c   445s|  1400 |   205 |383985 | 260.8 |  60M|  90 | 183 |  14k| 822 |  14k| 643 |  39 | 232 | 901 | 0.000000e+00 |      --      |    Inf 
468.91/469.03	c   469s|  1500 |   203 |418405 | 266.4 |  60M|  90 |   - |  14k| 821 |  14k| 643 |  39 | 238 | 925 | 0.000000e+00 |      --      |    Inf 
492.50/492.62	c   493s|  1600 |   221 |450088 | 269.6 |  60M|  90 | 184 |  14k| 830 |  14k| 643 |  39 | 248 | 951 | 0.000000e+00 |      --      |    Inf 
516.50/516.64	c   517s|  1700 |   221 |477666 | 269.9 |  60M|  90 | 179 |  14k| 865 |  14k| 643 |  39 | 294 | 988 | 0.000000e+00 |      --      |    Inf 
537.40/537.58	c   538s|  1800 |   233 |503152 | 269.1 |  61M|  95 | 196 |  14k| 869 |  14k| 643 |  39 | 304 |1017 | 0.000000e+00 |      --      |    Inf 
556.29/556.41	c   556s|  1900 |   247 |527659 | 267.8 |  61M|  95 | 207 |  14k| 904 |  14k| 643 |  39 | 344 |1038 | 0.000000e+00 |      --      |    Inf 
577.59/577.77	c   578s|  2000 |   263 |557935 | 269.6 |  61M|  95 |   - |  14k| 900 |  14k| 643 |  39 | 354 |1058 | 0.000000e+00 |      --      |    Inf 
597.58/597.71	c   598s|  2100 |   279 |582639 | 268.5 |  61M|  95 |   - |  14k| 904 |  14k| 643 |  39 | 373 |1085 | 0.000000e+00 |      --      |    Inf 
613.69/613.81	c   614s|  2200 |   281 |605070 | 266.5 |  61M|  95 | 330 |  14k| 910 |  14k| 643 |  39 | 395 |1101 | 0.000000e+00 |      --      |    Inf 
637.28/637.43	c   637s|  2300 |   293 |635738 | 268.2 |  61M|  95 | 214 |  14k| 908 |  14k| 643 |  39 | 395 |1131 | 0.000000e+00 |      --      |    Inf 
658.08/658.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.08/658.28	c   658s|  2400 |   291 |663104 | 268.5 |  61M|  95 |   - |  14k| 926 |  14k| 643 |  39 | 430 |1160 | 0.000000e+00 |      --      |    Inf 
678.77/678.93	c   679s|  2500 |   295 |686399 | 267.0 |  61M|  95 |   - |  14k| 965 |  14k| 643 |  39 | 479 |1189 | 0.000000e+00 |      --      |    Inf 
697.27/697.47	c   697s|  2600 |   303 |711478 | 266.4 |  61M|  95 | 312 |  14k| 989 |  14k| 643 |  39 | 519 |1218 | 0.000000e+00 |      --      |    Inf 
713.27/713.41	c   713s|  2700 |   309 |732017 | 264.2 |  61M|  95 |   - |  14k|1022 |  14k| 643 |  39 | 560 |1238 | 0.000000e+00 |      --      |    Inf 
735.26/735.40	c   735s|  2800 |   309 |758407 | 264.1 |  61M|  95 | 179 |  14k|1068 |  14k| 643 |  39 | 610 |1271 | 0.000000e+00 |      --      |    Inf 
750.37/750.56	c   751s|  2900 |   315 |776535 | 261.3 |  62M|  95 |   - |  14k|1092 |  14k| 643 |  39 | 640 |1292 | 0.000000e+00 |      --      |    Inf 
769.76/769.92	c   770s|  3000 |   309 |802559 | 261.3 |  62M|  95 |   - |  14k|1127 |  14k| 643 |  39 | 684 |1315 | 0.000000e+00 |      --      |    Inf 
791.15/791.32	c   791s|  3100 |   303 |830122 | 261.7 |  62M|  95 | 228 |  14k|1165 |  14k| 643 |  39 | 733 |1340 | 0.000000e+00 |      --      |    Inf 
810.85/811.08	c   811s|  3200 |   305 |854118 | 261.0 |  62M|  95 | 212 |  14k|1211 |  14k| 643 |  39 | 792 |1367 | 0.000000e+00 |      --      |    Inf 
828.95/829.12	c   829s|  3300 |   303 |879882 | 260.9 |  62M|  95 |   - |  14k|1211 |  14k| 643 |  39 | 813 |1385 | 0.000000e+00 |      --      |    Inf 
853.05/853.23	c   853s|  3400 |   305 |908794 | 261.8 |  62M|  95 |   - |  14k|1210 |  14k| 643 |  39 | 834 |1420 | 0.000000e+00 |      --      |    Inf 
874.84/875.00	c   875s|  3500 |   307 |939547 | 263.1 |  62M|  95 | 189 |  14k|1192 |  14k| 643 |  39 | 834 |1442 | 0.000000e+00 |      --      |    Inf 
899.74/899.92	c   900s|  3600 |   313 |969937 | 264.2 |  62M|  95 | 166 |  14k|1210 |  14k| 643 |  39 | 884 |1478 | 0.000000e+00 |      --      |    Inf 
923.04/923.24	c   923s|  3700 |   319 |  1000k| 265.4 |  62M|  95 |   - |  14k|1194 |  14k| 643 |  39 | 884 |1506 | 0.000000e+00 |      --      |    Inf 
943.64/943.84	c   944s|  3800 |   319 |  1029k| 266.1 |  62M|  95 |   - |  14k|1206 |  14k| 643 |  39 | 908 |1529 | 0.000000e+00 |      --      |    Inf 
969.33/969.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
969.33/969.55	c   970s|  3900 |   317 |  1062k| 267.6 |  62M|  95 | 216 |  14k|1228 |  14k| 643 |  39 | 938 |1572 | 0.000000e+00 |      --      |    Inf 
990.02/990.27	c   990s|  4000 |   317 |  1090k| 267.9 |  62M|  95 | 211 |  14k|1238 |  14k| 643 |  39 | 961 |1599 | 0.000000e+00 |      --      |    Inf 
1015.73/1015.95	c  1016s|  4100 |   311 |  1125k| 270.0 |  62M|  95 |   - |  14k|1253 |   0 |   0 |  39 | 994 |1627 | 0.000000e+00 |      --      |    Inf 
1042.32/1042.51	c  1043s|  4200 |   313 |  1155k| 270.6 |  62M|  95 | 178 |  14k|1250 |  14k| 643 |  39 | 994 |1666 | 0.000000e+00 |      --      |    Inf 
1061.42/1061.60	c  1062s|  4300 |   315 |  1183k| 270.9 |  62M|  95 | 189 |  14k|1245 |  14k| 643 |  39 | 994 |1679 | 0.000000e+00 |      --      |    Inf 
1083.91/1084.18	c  1084s|  4400 |   309 |  1211k| 271.0 |  62M|  95 | 213 |  14k|1262 |  14k| 643 |  39 |1014 |1705 | 0.000000e+00 |      --      |    Inf 
1103.90/1104.16	c  1104s|  4500 |   311 |  1237k| 270.8 |  62M|  95 |   - |  14k|1249 |  14k| 643 |  39 |1024 |1728 | 0.000000e+00 |      --      |    Inf 
1124.21/1124.48	c  1124s|  4600 |   309 |  1264k| 270.9 |  62M|  95 |   - |  14k|1250 |  14k| 643 |  39 |1048 |1747 | 0.000000e+00 |      --      |    Inf 
1142.10/1142.36	c  1142s|  4700 |   317 |  1288k| 270.2 |  62M|  95 | 188 |  14k|1253 |  14k| 643 |  39 |1058 |1762 | 0.000000e+00 |      --      |    Inf 
1165.70/1165.94	c  1166s|  4800 |   313 |  1319k| 271.0 |  62M|  95 | 191 |  14k|1271 |  14k| 643 |  39 |1078 |1787 | 0.000000e+00 |      --      |    Inf 
1190.79/1191.00	c  1191s|  4900 |   309 |  1350k| 271.7 |  62M|  95 |   - |  14k|1269 |  14k| 643 |  39 |1078 |1818 | 0.000000e+00 |      --      |    Inf 
1211.29/1211.56	c  1212s|  5000 |   311 |  1379k| 272.1 |  62M|  95 |   - |  14k|1285 |  14k| 643 |  39 |1104 |1840 | 0.000000e+00 |      --      |    Inf 
1234.28/1234.57	c  1235s|  5100 |   309 |  1409k| 272.7 |  62M|  95 |   - |  14k|1335 |   0 |   0 |  39 |1163 |1870 | 0.000000e+00 |      --      |    Inf 
1257.19/1257.44	c  1257s|  5200 |   311 |  1439k| 273.2 |  62M|  95 | 212 |  14k|1323 |  14k| 643 |  39 |1183 |1900 | 0.000000e+00 |      --      |    Inf 
1275.98/1276.27	c  1276s|  5300 |   315 |  1463k| 272.5 |  62M|  95 | 185 |  14k|1379 |  14k| 643 |  39 |1271 |1922 | 0.000000e+00 |      --      |    Inf 
1299.58/1299.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1299.58/1299.84	c  1300s|  5400 |   311 |  1493k| 273.1 |  62M|  95 |   - |  14k|1386 |  14k| 643 |  39 |1297 |1955 | 0.000000e+00 |      --      |    Inf 
1322.98/1323.29	c  1323s|  5500 |   311 |  1525k| 273.9 |  62M|  95 | 239 |  14k|1400 |  14k| 643 |  39 |1317 |1985 | 0.000000e+00 |      --      |    Inf 
1348.97/1349.29	c  1349s|  5600 |   311 |  1559k| 275.1 |  62M|  95 |   - |  14k|1387 |  14k| 643 |  39 |1332 |2022 | 0.000000e+00 |      --      |    Inf 
1377.36/1377.68	c  1378s|  5700 |   311 |  1596k| 276.8 |  62M|  95 |   - |  14k|1387 |  14k| 643 |  39 |1349 |2063 | 0.000000e+00 |      --      |    Inf 
1408.66/1408.93	c  1409s|  5800 |   309 |  1638k| 279.3 |  62M|  95 | 214 |  14k|1387 |  14k| 643 |  39 |1371 |2104 | 0.000000e+00 |      --      |    Inf 
1434.35/1434.65	c  1435s|  5900 |   315 |  1674k| 280.6 |  62M|  95 | 297 |  14k|1329 |  14k| 643 |  39 |1371 |2134 | 0.000000e+00 |      --      |    Inf 
1454.46/1454.79	c  1455s|  6000 |   313 |  1700k| 280.4 |  62M|  95 |   - |  14k|1327 |  14k| 643 |  39 |1396 |2154 | 0.000000e+00 |      --      |    Inf 
1478.05/1478.37	c  1478s|  6100 |   319 |  1729k| 280.4 |  62M|  95 |   - |  14k|1318 |  14k| 643 |  39 |1417 |2185 | 0.000000e+00 |      --      |    Inf 
1501.55/1501.89	c  1502s|  6200 |   325 |  1759k| 280.7 |  62M|  95 | 203 |  14k|1313 |  14k| 643 |  39 |1444 |2217 | 0.000000e+00 |      --      |    Inf 
1521.55/1521.82	c  1522s|  6300 |   323 |  1785k| 280.5 |  62M|  95 |   - |  14k|1292 |  14k| 643 |  39 |1444 |2242 | 0.000000e+00 |      --      |    Inf 
1541.14/1541.49	c  1541s|  6400 |   325 |  1812k| 280.2 |  62M|  95 |   - |  14k|1295 |  14k| 643 |  39 |1457 |2269 | 0.000000e+00 |      --      |    Inf 
1564.54/1564.82	c  1565s|  6500 |   323 |  1844k| 280.9 |  62M|  95 |   - |  14k|1288 |  14k| 643 |  39 |1457 |2294 | 0.000000e+00 |      --      |    Inf 
1590.54/1590.86	c  1591s|  6600 |   323 |  1873k| 281.1 |  62M|  95 | 207 |  14k|1291 |  14k| 643 |  39 |1467 |2333 | 0.000000e+00 |      --      |    Inf 
1614.83/1615.16	c  1615s|  6700 |   319 |  1909k| 282.2 |  62M|  95 |   - |  14k|1281 |  14k| 643 |  39 |1467 |2357 | 0.000000e+00 |      --      |    Inf 
1640.22/1640.59	c  1641s|  6800 |   321 |  1943k| 283.1 |  62M|  95 |   - |  14k|1281 |  14k| 643 |  39 |1467 |2386 | 0.000000e+00 |      --      |    Inf 
1663.82/1664.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1663.82/1664.11	c  1664s|  6900 |   321 |  1973k| 283.4 |  62M|  95 |   - |  14k|1294 |  14k| 643 |  39 |1485 |2415 | 0.000000e+00 |      --      |    Inf 
1684.72/1685.04	c  1685s|  7000 |   321 |  2002k| 283.4 |  62M|  95 |   - |  14k|1293 |  14k| 643 |  39 |1485 |2435 | 0.000000e+00 |      --      |    Inf 
1711.72/1712.09	c  1712s|  7100 |   321 |  2035k| 284.0 |  62M|  95 |   - |  14k|1322 |   0 |   0 |  39 |1515 |2471 | 0.000000e+00 |      --      |    Inf 
1735.41/1735.73	c  1736s|  7200 |   317 |  2068k| 284.7 |  62M|  95 |   - |  14k|1331 |  14k| 643 |  39 |1524 |2501 | 0.000000e+00 |      --      |    Inf 
1763.50/1763.85	c  1764s|  7300 |   319 |  2105k| 285.8 |  62M|  95 |   - |  14k|1331 |  14k| 643 |  39 |1524 |2531 | 0.000000e+00 |      --      |    Inf 
1786.30/1786.62	c  1787s|  7400 |   321 |  2138k| 286.4 |  62M|  95 |   - |  14k|1341 |  14k| 643 |  39 |1534 |2553 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.01
1796.70/1797.01	c Solving Nodes      : 7446
1796.70/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.01	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.01	c Gap                : infinite
1796.70/1797.01	s UNKNOWN
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Total Time         :    1797.01
1796.70/1797.01	c   solving          :    1797.01
1796.70/1797.01	c   presolving       :       0.42 (included in solving)
1796.70/1797.01	c   reading          :       0.07 (included in solving)
1796.70/1797.01	c   copying          :       0.00 (0 times copied the problem)
1796.70/1797.01	c Original Problem   :
1796.70/1797.01	c   Problem name     : HOME/instance-3691651-1338017082.opb
1796.70/1797.01	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 1088 initial, 1088 maximal
1796.70/1797.01	c   Objective sense  : minimize
1796.70/1797.01	c Presolved Problem  :
1796.70/1797.01	c   Problem name     : t_HOME/instance-3691651-1338017082.opb
1796.70/1797.01	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.01	c   Constraints      : 608 initial, 1403 maximal
1796.70/1797.01	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.01	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   knapsack         :       0.12       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   setppc           :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   linear           :       0.18       0.02          0          0          0          0          0        480          0          0          0
1796.70/1797.01	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   integral         :          0          0          0          0       4080          0          1          0         49        456          0          0       7768
1796.70/1797.01	c   knapsack         :        128        128          5      16157          0          0          0      14899          4     136005          0          0          0
1796.70/1797.01	c   setppc           :        480        480          5      16153          0          0          0     149376        120     238443          0          0          0
1796.70/1797.01	c   logicor          :          0+       795          0       5981          0          0          0        173          9       1432          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.01	c   integral         :     637.57       0.00       0.00       0.00     637.57       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       1.01       0.00       0.01       0.96       0.00       0.00       0.00       0.04
1796.70/1797.01	c   setppc           :       1.56       0.00       0.00       1.40       0.00       0.00       0.00       0.16
1796.70/1797.01	c   logicor          :       0.11       0.00       0.00       0.10       0.00       0.00       0.00       0.00
1796.70/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.01	c   rootredcost      :          0          0          0          0
1796.70/1797.01	c   pseudoobj        :          0          0          0          0
1796.70/1797.01	c   vbounds          :          0          0          0          0
1796.70/1797.01	c   redcost          :       4085          0          0          0
1796.70/1797.01	c   probing          :          0          0          0          0
1796.70/1797.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.01	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.01	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.01	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.01	c   redcost          :       1.62       0.00       0.00       1.62       0.00
1796.70/1797.01	c   probing          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.01	c   propagation      :       0.86        133        133       3695      412.9         45      142.6          -
1796.70/1797.01	c   infeasible LP    :     164.31       3380         47       2630     1713.8         17      124.4          0
1796.70/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.01	c   applied globally :          -          -          -       1544      260.5          -          -          -
1796.70/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.01	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.01	c   cut pool         :       0.00                     4          -          -          0          -    (maximal pool size: 40)
1796.70/1797.01	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1796.70/1797.01	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   gomory           :       0.12       0.00          5          0          0          0          0
1796.70/1797.01	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   strongcg         :       0.12       0.00          5          0          0          0          0
1796.70/1797.01	c   cmir             :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   flowcover        :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   clique           :       0.09       0.00          5          0          0         40          0
1796.70/1797.01	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   mcf              :       0.01       0.00          1          0          0          0          0
1796.70/1797.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.01	c   problem variables:       0.00          -          0          0
1796.70/1797.01	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.01	c   relpscost        :     637.56       0.00       4080         49        456          0          0       7768
1796.70/1797.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.01	c   LP solutions     :       0.00          -          -          0
1796.70/1797.01	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.01	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.01	c   trivial          :       0.01       0.00          1          0
1796.70/1797.01	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.01	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.01	c   zirounding       :       0.00       0.00          0          0
1796.70/1797.01	c   rounding         :       0.00       0.00          0          0
1796.70/1797.01	c   shifting         :       0.00       0.00          0          0
1796.70/1797.01	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.01	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.01	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.01	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.01	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.01	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.01	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.01	c   clique           :       0.00       0.00          0          0
1796.70/1797.01	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.01	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   coefdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   pscostdiving     :       0.00       0.00          0          0
1796.70/1797.01	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   fracdiving       :       0.00       0.00          0          0
1796.70/1797.01	c   veclendiving     :       0.00       0.00          0          0
1796.70/1797.01	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.01	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.01	c   objpscostdiving  :       0.00       0.00          0          0
1796.70/1797.01	c   rootsoldiving    :       0.00       0.00          0          0
1796.70/1797.01	c   linesearchdiving :       0.00       0.00          0          0
1796.70/1797.01	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.01	c   octane           :       0.00       0.00          0          0
1796.70/1797.01	c   rens             :       0.00       0.00          0          0
1796.70/1797.01	c   rins             :       0.00       0.00          0          0
1796.70/1797.01	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.01	c   mutation         :       0.00       0.00          0          0
1796.70/1797.01	c   crossover        :       0.00       0.00          0          0
1796.70/1797.01	c   dins             :       0.00       0.00          0          0
1796.70/1797.01	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.01	c   undercover       :       0.00       0.00          0          0
1796.70/1797.01	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.01	c   trysol           :       0.00       0.00          0          0
1796.70/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.01	c   primal LP        :       0.04          1          0       0.00       0.00       0.04          1
1796.70/1797.01	c   dual LP          :     979.10       7465    2151848     288.45    2197.77       0.01          5
1796.70/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.01	c   diving/probing LP:       0.00          0          0       0.00          -
1796.70/1797.01	c   strong branching :     637.08       2566    1184297     461.53    1858.94
1796.70/1797.01	c     (at root node) :          -         33       7786     235.94          -
1796.70/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.01	c B&B Tree           :
1796.70/1797.01	c   number of runs   :          1
1796.70/1797.01	c   nodes            :       7446
1796.70/1797.01	c   nodes (total)    :       7446
1796.70/1797.01	c   nodes left       :        323
1796.70/1797.01	c   max depth        :         95
1796.70/1797.01	c   max depth (total):         95
1796.70/1797.01	c   backtracks       :        856 (11.5%)
1796.70/1797.01	c   delayed cutoffs  :          0
1796.70/1797.01	c   repropagations   :        893 (1004 domain reductions, 0 cutoffs)
1796.70/1797.01	c   avg switch length:       3.30
1796.70/1797.01	c   switching time   :       1.94
1796.70/1797.01	c Solution           :
1796.70/1797.01	c   Solutions found  :          0 (0 improvements)
1796.70/1797.01	c   Primal Bound     :          -
1796.70/1797.01	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.01	c   Gap              :   infinite
1796.70/1797.01	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.01	c   Root Iterations  :      19062
1796.80/1797.11	c Time complete: 1796.82.

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

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

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


[startup+0 s]
/proc/loadavg: 0.82 1.12 1.37 3/174 14405
/proc/meminfo: memFree=28261428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=12696 CPUtime=0 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 1921 0 0 0 0 0 0 0 20 0 1 0 267834061 13000704 1875 33554432000 4194304 10219143 140737091930768 140733296060760 5666896 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 3174 1878 419 1471 0 1694 0

[startup+0.0585691 s]
/proc/loadavg: 0.82 1.12 1.37 3/174 14405
/proc/meminfo: memFree=28261428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=26268 CPUtime=0.05 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 5316 0 0 0 4 1 0 0 20 0 1 0 267834061 26898432 5270 33554432000 4194304 10219143 140737091930768 140733296060760 8771547 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 6567 5270 419 1471 0 5087 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26268

[startup+0.100363 s]
/proc/loadavg: 0.82 1.12 1.37 3/174 14405
/proc/meminfo: memFree=28261428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=46524 CPUtime=0.09 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 10347 0 0 0 8 1 0 0 20 0 1 0 267834061 47640576 10301 33554432000 4194304 10219143 140737091930768 140737091925800 7589947 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 11631 10301 482 1471 0 10151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46524

[startup+0.300287 s]
/proc/loadavg: 0.82 1.12 1.37 3/174 14405
/proc/meminfo: memFree=28261428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=60016 CPUtime=0.29 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 13783 0 0 0 27 2 0 0 20 0 1 0 267834061 61456384 13480 33554432000 4194304 10219143 140737091930768 140737091925800 9008087 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 15004 13480 547 1471 0 13524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60016

[startup+0.700285 s]
/proc/loadavg: 0.82 1.12 1.37 3/174 14405
/proc/meminfo: memFree=28261428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=100404 CPUtime=0.69 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25015 0 0 0 65 4 0 0 20 0 1 0 267834061 102813696 23448 33554432000 4194304 10219143 140737091930768 140737091925800 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25101 23448 724 1471 0 23621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100404

[startup+1.50021 s]
/proc/loadavg: 0.82 1.12 1.37 3/175 14406
/proc/meminfo: memFree=28164428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=100404 CPUtime=1.49 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25016 0 0 0 145 4 0 0 20 0 1 0 267834061 102813696 23449 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25101 23449 725 1471 0 23621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100404

[startup+3.10021 s]
/proc/loadavg: 0.82 1.12 1.37 3/175 14406
/proc/meminfo: memFree=28135536/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=100404 CPUtime=3.08 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25016 0 0 0 304 4 0 0 20 0 1 0 267834061 102813696 23449 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25101 23449 725 1471 0 23621 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100404

[startup+6.30022 s]
/proc/loadavg: 0.92 1.13 1.38 3/175 14406
/proc/meminfo: memFree=28135808/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=100404 CPUtime=6.28 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25097 0 0 0 623 5 0 0 20 0 1 0 267834061 102813696 23530 33554432000 4194304 10219143 140737091930768 140737091924440 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25101 23530 728 1471 0 23621 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 100404

[startup+12.7003 s]
/proc/loadavg: 1.00 1.15 1.38 3/175 14406
/proc/meminfo: memFree=28135500/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=99588 CPUtime=12.69 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25673 0 0 0 1261 8 0 0 20 0 1 0 267834061 101978112 23616 33554432000 4194304 10219143 140737091930768 140737091923944 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 24897 23616 770 1471 0 23417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99588

[startup+25.501 s]
/proc/loadavg: 1.22 1.19 1.39 3/175 14406
/proc/meminfo: memFree=28135244/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=99588 CPUtime=25.49 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25679 0 0 0 2539 10 0 0 20 0 1 0 267834061 101978112 23622 33554432000 4194304 10219143 140737091930768 140737091924216 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 24897 23622 776 1471 0 23417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99588

[startup+51.1003 s]
/proc/loadavg: 1.49 1.25 1.40 3/175 14406
/proc/meminfo: memFree=28132964/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=100524 CPUtime=51.08 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 25852 0 0 0 5096 12 0 0 20 0 1 0 267834061 102936576 23795 33554432000 4194304 10219143 140737091930768 140737091924312 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25131 23795 777 1471 0 23651 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100524

[startup+102.3 s]
/proc/loadavg: 1.78 1.37 1.43 3/175 14406
/proc/meminfo: memFree=28128920/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=101360 CPUtime=102.27 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 26061 0 0 0 10208 19 0 0 20 0 1 0 267834061 103792640 24146 33554432000 4194304 10219143 140737091930768 140737091923896 8098704 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25340 24146 777 1471 0 23860 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 101360

[startup+162.3 s]
/proc/loadavg: 1.92 1.48 1.47 3/175 14406
/proc/meminfo: memFree=28127708/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=102484 CPUtime=162.25 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 26414 0 0 0 16198 27 0 0 20 0 1 0 267834061 104943616 24551 33554432000 4194304 10219143 140737091930768 140737091923752 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 25621 24551 777 1471 0 24141 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 102484

[startup+222.307 s]
/proc/loadavg: 1.97 1.57 1.50 3/175 14444
/proc/meminfo: memFree=28195176/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=107680 CPUtime=222.25 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 27503 0 0 0 22185 40 0 0 20 0 1 0 267834061 110264320 25632 33554432000 4194304 10219143 140737091930768 140737091927352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 26920 25632 786 1471 0 25440 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 107680

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.53 3/175 14482
/proc/meminfo: memFree=28189448/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=107680 CPUtime=282.24 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 27507 0 0 0 28171 53 0 0 20 0 1 0 267834061 110264320 25635 33554432000 4194304 10219143 140737091930768 140737091927352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 26920 25635 786 1471 0 25440 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 107680

[startup+342.3 s]
/proc/loadavg: 1.99 1.71 1.55 3/176 14486
/proc/meminfo: memFree=28185280/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=109132 CPUtime=342.22 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 28073 0 0 0 34155 67 0 0 20 0 1 0 267834061 111751168 26201 33554432000 4194304 10219143 140737091930768 140737091924120 4218447 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 27283 26201 786 1471 0 25803 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 109132

[startup+402.3 s]
/proc/loadavg: 1.99 1.76 1.58 3/175 14486
/proc/meminfo: memFree=28176848/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=116776 CPUtime=402.22 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 29853 0 0 0 40139 83 0 0 20 0 1 0 267834061 119578624 28102 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 29194 28102 786 1471 0 27714 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 116776

[startup+462.3 s]
/proc/loadavg: 1.99 1.80 1.60 3/175 14486
/proc/meminfo: memFree=28168964/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=122708 CPUtime=462.2 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 31226 0 0 0 46121 99 0 0 20 0 1 0 267834061 125652992 29628 33554432000 4194304 10219143 140737091930768 140737091924216 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 30677 29628 786 1471 0 29197 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 122708

[startup+522.3 s]
/proc/loadavg: 2.07 1.85 1.63 3/175 14486
/proc/meminfo: memFree=28165428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=125744 CPUtime=522.19 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 31917 0 0 0 52104 115 0 0 20 0 1 0 267834061 128761856 30319 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 31436 30319 786 1471 0 29956 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 125744

[startup+582.3 s]
/proc/loadavg: 2.03 1.87 1.65 3/175 14486
/proc/meminfo: memFree=28160956/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=129300 CPUtime=582.18 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 32784 0 0 0 58090 128 0 0 20 0 1 0 267834061 132403200 31290 33554432000 4194304 10219143 140737091930768 140737091924312 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 32325 31290 786 1471 0 30845 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 129300

[startup+642.3 s]

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

/proc/meminfo: memFree=28125340/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=160628 CPUtime=1122.1 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 39945 0 0 0 111943 267 0 0 20 0 1 0 267834061 164483072 38995 33554432000 4194304 10219143 140737091930768 140737091924072 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 40157 38995 786 1471 0 38677 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 160628

[startup+1182.3 s]
/proc/loadavg: 2.04 1.99 1.80 3/175 14491
/proc/meminfo: memFree=28124596/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=161560 CPUtime=1182.1 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 40175 0 0 0 117928 282 0 0 20 0 1 0 267834061 165437440 39225 33554432000 4194304 10219143 140737091930768 140737091927352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 40390 39225 786 1471 0 38910 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 161560

[startup+1242.3 s]
/proc/loadavg: 2.01 1.99 1.81 3/175 14492
/proc/meminfo: memFree=28120000/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=165004 CPUtime=1242.08 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 40971 0 0 0 123909 299 0 0 20 0 1 0 267834061 168964096 40203 33554432000 4194304 10219143 140737091930768 140737091924024 4218423 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 41251 40203 786 1471 0 39771 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 165004

[startup+1302.3 s]
/proc/loadavg: 2.03 2.00 1.82 3/175 14492
/proc/meminfo: memFree=28111196/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=174248 CPUtime=1302.08 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 43057 0 0 0 129891 317 0 0 20 0 1 0 267834061 178429952 42289 33554432000 4194304 10219143 140737091930768 140737091924312 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 43562 42289 786 1471 0 42082 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 174248

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.83 3/175 14492
/proc/meminfo: memFree=28106856/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=177904 CPUtime=1362.06 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 43887 0 0 0 135874 332 0 0 20 0 1 0 267834061 182173696 43119 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 44476 43119 786 1471 0 42996 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 177904

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/175 14492
/proc/meminfo: memFree=28101884/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=181396 CPUtime=1422.06 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 44646 0 0 0 141858 348 0 0 20 0 1 0 267834061 185749504 44184 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 45349 44184 786 1471 0 43869 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 181396

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.85 3/175 14492
/proc/meminfo: memFree=28094132/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=188552 CPUtime=1482.05 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 46330 0 0 0 147842 363 0 0 20 0 1 0 267834061 193077248 45854 33554432000 4194304 10219143 140737091930768 140737091927352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 47138 45854 786 1471 0 45658 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 188552

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 1.85 3/176 14496
/proc/meminfo: memFree=28088096/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=191856 CPUtime=1542.05 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47103 0 0 0 153828 377 0 0 20 0 1 0 267834061 196460544 46917 33554432000 4194304 10219143 140737091930768 140737091927352 7754056 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 47964 46917 786 1471 0 46484 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 191856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/175 14496
/proc/meminfo: memFree=28087296/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=192124 CPUtime=1602.03 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47171 0 0 0 159810 393 0 0 20 0 1 0 267834061 196734976 46985 33554432000 4194304 10219143 140737091930768 140737091924312 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48031 46985 786 1471 0 46551 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 192124

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.87 3/175 14496
/proc/meminfo: memFree=28086428/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=192988 CPUtime=1662.02 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47431 0 0 0 165793 409 0 0 20 0 1 0 267834061 197619712 47231 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48247 47231 786 1471 0 46767 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 192988

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.88 3/175 14496
/proc/meminfo: memFree=28086116/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193208 CPUtime=1722.01 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47456 0 0 0 171780 421 0 0 20 0 1 0 267834061 197844992 47255 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48302 47255 786 1471 0 46822 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 193208

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28085496/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193396 CPUtime=1782.01 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47504 0 0 0 177763 438 0 0 20 0 1 0 267834061 198037504 47303 33554432000 4194304 10219143 140737091930768 140737091927352 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48349 47303 786 1471 0 46869 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 193396

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

[startup+1785.6 s]
/proc/loadavg: 2.04 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28085248/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1785.3 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47557 0 0 0 178091 439 0 0 20 0 1 0 267834061 198352896 47356 33554432000 4194304 10219143 140737091930768 140737091924024 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47356 786 1471 0 46946 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 193704

[startup+1792.01 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1791.71 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47562 0 0 0 178731 440 0 0 20 0 1 0 267834061 198352896 47361 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47361 786 1471 0 46946 0
Current children cumulated CPU time (s) 1791.71
Current children cumulated vsize (KiB) 193704

[startup+1795.2 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1794.91 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47562 0 0 0 179050 441 0 0 20 0 1 0 267834061 198352896 47361 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47361 786 1471 0 46946 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 193704

[startup+1796 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1795.7 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47562 0 0 0 179129 441 0 0 20 0 1 0 267834061 198352896 47361 33554432000 4194304 10219143 140737091930768 140737091924120 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47361 786 1471 0 46946 0
Current children cumulated CPU time (s) 1795.7
Current children cumulated vsize (KiB) 193704

[startup+1796.8 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1796.5 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47562 0 0 0 179209 441 0 0 20 0 1 0 267834061 198352896 47361 33554432000 4194304 10219143 140737091930768 140737091924024 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47361 786 1471 0 46946 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (KiB) 193704

[startup+1797 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=193704 CPUtime=1796.7 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47562 0 0 0 179229 441 0 0 20 0 1 0 267834061 198352896 47361 33554432000 4194304 10219143 140737091930768 140737091924024 9026266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 48426 47361 786 1471 0 46946 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 193704

[startup+1797.1 s]
/proc/loadavg: 2.03 2.02 1.89 3/175 14496
/proc/meminfo: memFree=28084876/32873852 swapFree=6848/6848
[pid=14405] ppid=14403 vsize=181680 CPUtime=1796.8 cores=1,3,5,7
/proc/14405/stat : 14405 (scip-2.1.1.4exp) R 14403 14405 14323 0 -1 4202496 47574 0 0 0 179239 441 0 0 20 0 1 0 267834061 186040320 44623 33554432000 4194304 10219143 140737091930768 140737091929960 8676196 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14405/statm: 45420 44623 798 1471 0 43940 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 181680

Child status: 0
Real time (s): 1797.11
CPU time (s): 1796.82
CPU user time (s): 1792.4
CPU system time (s): 4.42133
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 193704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.4
system time used= 4.42133
maximum resident set size= 189488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47587
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= 34
involuntary context switches= 1884

runsolver used 2.85857 second user time and 7.67483 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-26 09:24:41
IDJOB=3691651
IDBENCH=1153
IDSOLVER=2271
FILE ID=node128/3691651-1338017082
RUNJOBID= node128-1338017079-14340
PBS_JOBID= 14624370
Free space on /tmp= 71228 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691651-1338017082/watcher-3691651-1338017082 -o /tmp/evaluation-result-3691651-1338017082/solver-3691651-1338017082 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691651-1338017082.opb -t 1800 -m 15500

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=564026537

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        28262180 kB
Buffers:          268024 kB
Cached:          3475028 kB
SwapCached:            0 kB
Active:           950972 kB
Inactive:        2875280 kB
Active(anon):      85752 kB
Inactive(anon):        0 kB
Active(file):     865220 kB
Inactive(file):  2875280 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28896 kB
Writeback:             0 kB
AnonPages:        105860 kB
Mapped:            17296 kB
Shmem:               204 kB
Slab:             647668 kB
SReclaimable:      89620 kB
SUnreclaim:       558048 kB
KernelStack:        1456 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     198568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 71212 MiB
End job on node128 at 2012-05-26 09:54:39