Trace number 3690485

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.79 1797.08

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: 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-3690485-1338016918.opb>
0.00/0.06	c original problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.00/0.06	c problem read in 0.06
0.00/0.06	c No objective function, only one solution is needed.
0.00/0.06	c presolving settings loaded
0.09/0.13	c presolving:
0.28/0.30	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.45	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.69/0.79	c presolving (3 rounds):
0.69/0.79	c  0 deleted vars, 480 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.69/0.79	c  0 implications, 480 cliques
0.69/0.79	c presolved problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 608 constraints
0.69/0.79	c     128 constraints of type <knapsack>
0.69/0.79	c     480 constraints of type <setppc>
0.69/0.79	c transformed objective value is always integral (scale: 1)
0.69/0.79	c Presolving Time: 0.43
0.69/0.79	c - non default parameters ----------------------------------------------------------------------
0.69/0.79	c # SCIP version 2.1.1.4
0.69/0.79	c 
0.69/0.79	c # maximal time in seconds to run
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.79	c limits/time = 1797
0.69/0.79	c 
0.69/0.79	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.69/0.79	c limits/memory = 13950
0.69/0.79	c 
0.69/0.79	c # solving stops, if the given number of solutions were found (-1: no limit)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.79	c limits/solutions = 1
0.69/0.79	c 
0.69/0.79	c # maximal number of separation rounds per node (-1: unlimited)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 5]
0.69/0.79	c separating/maxrounds = 1
0.69/0.79	c 
0.69/0.79	c # maximal number of separation rounds in the root node (-1: unlimited)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.79	c separating/maxroundsroot = 5
0.69/0.79	c 
0.69/0.79	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.69/0.79	c # [type: int, range: [1,2], default: 1]
0.69/0.79	c timing/clocktype = 2
0.69/0.79	c 
0.69/0.79	c # belongs reading time to solving time?
0.69/0.79	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.69/0.79	c timing/reading = TRUE
0.69/0.79	c 
0.69/0.79	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.69/0.79	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.69/0.79	c constraints/knapsack/disaggregation = FALSE
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/coefdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/coefdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/coefdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 30]
0.69/0.79	c heuristics/crossover/freq = -1
0.69/0.79	c 
0.69/0.79	c # number of nodes added to the contingent of the total nodes
0.69/0.79	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.79	c heuristics/crossover/nodesofs = 750
0.69/0.79	c 
0.69/0.79	c # number of nodes without incumbent change that heuristic should wait
0.69/0.79	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.69/0.79	c heuristics/crossover/nwaitingnodes = 100
0.69/0.79	c 
0.69/0.79	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.69/0.79	c # [type: real, range: [0,1], default: 0.1]
0.69/0.79	c heuristics/crossover/nodesquot = 0.15
0.69/0.79	c 
0.69/0.79	c # minimum percentage of integer variables that have to be fixed 
0.69/0.79	c # [type: real, range: [0,1], default: 0.666]
0.69/0.79	c heuristics/crossover/minfixingrate = 0.5
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.79	c heuristics/feaspump/freq = -1
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/feaspump/maxlpiterofs = 2000
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/fracdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/fracdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/fracdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/guideddiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/guideddiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/guideddiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/intdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/intshifting/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/linesearchdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.79	c heuristics/objpscostdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to total iteration number
0.69/0.79	c # [type: real, range: [0,1], default: 0.01]
0.69/0.79	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/oneopt/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/pscostdiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/pscostdiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/rens/freq = -1
0.69/0.79	c 
0.69/0.79	c # minimum percentage of integer variables that have to be fixable 
0.69/0.79	c # [type: real, range: [0,1], default: 0.5]
0.69/0.79	c heuristics/rens/minfixingrate = 0.3
0.69/0.79	c 
0.69/0.79	c # number of nodes added to the contingent of the total nodes
0.69/0.79	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.69/0.79	c heuristics/rens/nodesofs = 2000
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 20]
0.69/0.79	c heuristics/rootsoldiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.69/0.79	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/rounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/shiftandpropagate/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/shifting/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/simplerounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/subnlp/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/trivial/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/trysol/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c heuristics/undercover/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 10]
0.69/0.79	c heuristics/veclendiving/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal fraction of diving LP iterations compared to node LP iterations
0.69/0.79	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.69/0.79	c heuristics/veclendiving/maxlpiterquot = 0.075
0.69/0.79	c 
0.69/0.79	c # additional number of allowed LP iterations
0.69/0.79	c # [type: int, range: [0,2147483647], default: 1000]
0.69/0.79	c heuristics/veclendiving/maxlpiterofs = 1500
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/zirounding/freq = -1
0.69/0.79	c 
0.69/0.79	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.79	c propagating/probing/maxprerounds = 0
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c separating/cmir/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 0]
0.69/0.79	c separating/flowcover/freq = -1
0.69/0.79	c 
0.69/0.79	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: -1]
0.69/0.79	c separating/rapidlearning/freq = 0
0.69/0.79	c 
0.69/0.79	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
0.69/0.79	c # [type: int, range: [-1,2147483647], default: 1]
0.69/0.79	c heuristics/indoneopt/freq = -1
0.69/0.79	c 
0.69/0.79	c -----------------------------------------------------------------------------------------------
0.69/0.79	c start solving
0.69/0.79	c 
9.09/9.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.09/9.14	c   9.1s|     1 |     0 | 18388 |     - |  54M|   0 | 530 |  14k| 608 |  14k| 608 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.50	c   9.5s|     1 |     0 | 18787 |     - |  54M|   0 | 548 |  14k| 608 |  14k| 617 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.58/9.67	c   9.7s|     1 |     0 | 18884 |     - |  54M|   0 | 559 |  14k| 608 |  14k| 625 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.79/9.83	c   9.8s|     1 |     0 | 18952 |     - |  54M|   0 | 566 |  14k| 608 |  14k| 634 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.99/10.01	c  10.0s|     1 |     0 | 19016 |     - |  54M|   0 | 571 |  14k| 608 |  14k| 640 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.09/10.19	c  10.2s|     1 |     0 | 19062 |     - |  54M|   0 | 577 |  14k| 608 |  14k| 647 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.29/19.37	c  19.4s|     1 |     2 | 19062 |     - |  54M|   0 | 577 |  14k| 608 |  14k| 647 |  39 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
172.35/172.42	c   172s|   100 |    69 | 36820 | 179.4 |  58M|  72 |   - |  14k| 608 |  14k| 643 |  39 |   0 | 545 | 0.000000e+00 |      --      |    Inf 
191.55/191.68	c   192s|   200 |    77 | 65733 | 234.5 |  58M|  79 | 204 |  14k| 608 |  14k| 643 |  39 |   0 | 562 | 0.000000e+00 |      --      |    Inf 
214.15/214.28	c   214s|   300 |    99 | 90879 | 240.2 |  59M|  79 |   - |  14k| 618 |  14k| 643 |  39 |  10 | 594 | 0.000000e+00 |      --      |    Inf 
236.14/236.26	c   236s|   400 |    97 |118003 | 248.0 |  59M|  79 | 201 |  14k| 618 |  14k| 643 |  39 |  10 | 624 | 0.000000e+00 |      --      |    Inf 
253.44/253.58	c   254s|   500 |   113 |142158 | 246.7 |  59M|  79 |   - |  14k| 628 |  14k| 643 |  39 |  20 | 644 | 0.000000e+00 |      --      |    Inf 
274.34/274.47	c   274s|   600 |   127 |168339 | 249.2 |  59M|  79 | 222 |  14k| 634 |  14k| 643 |  39 |  30 | 681 | 0.000000e+00 |      --      |    Inf 
298.04/298.19	c   298s|   700 |   131 |197336 | 255.0 |  59M|  79 |   - |  14k| 633 |  14k| 643 |  39 |  30 | 716 | 0.000000e+00 |      --      |    Inf 
315.82/315.92	c   316s|   800 |   139 |223643 | 256.0 |  59M|  90 |   - |  14k| 682 |  14k| 643 |  39 |  80 | 734 | 0.000000e+00 |      --      |    Inf 
338.02/338.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.02/338.17	c   338s|   900 |   141 |251089 | 258.1 |  59M|  90 |   - |  14k| 722 |  14k| 643 |  39 | 120 | 765 | 0.000000e+00 |      --      |    Inf 
355.23/355.31	c   355s|  1000 |   153 |275920 | 257.1 |  60M|  90 |   - |  14k| 755 |  14k| 643 |  39 | 153 | 780 | 0.000000e+00 |      --      |    Inf 
377.02/377.13	c   377s|  1100 |   159 |303241 | 258.6 |  60M|  90 | 271 |  14k| 784 |  14k| 643 |  39 | 187 | 813 | 0.000000e+00 |      --      |    Inf 
398.52/398.62	c   399s|  1200 |   175 |329346 | 258.8 |  60M|  90 | 209 |  14k| 811 |  14k| 643 |  39 | 216 | 842 | 0.000000e+00 |      --      |    Inf 
420.51/420.63	c   421s|  1300 |   193 |358649 | 261.4 |  60M|  90 | 194 |  14k| 808 |  14k| 643 |  39 | 216 | 872 | 0.000000e+00 |      --      |    Inf 
441.81/441.97	c   442s|  1400 |   205 |383985 | 260.8 |  60M|  90 | 183 |  14k| 822 |  14k| 643 |  39 | 232 | 901 | 0.000000e+00 |      --      |    Inf 
465.70/465.83	c   466s|  1500 |   203 |418405 | 266.4 |  60M|  90 |   - |  14k| 821 |  14k| 643 |  39 | 238 | 925 | 0.000000e+00 |      --      |    Inf 
489.20/489.36	c   489s|  1600 |   221 |450088 | 269.6 |  60M|  90 | 184 |  14k| 830 |  14k| 643 |  39 | 248 | 951 | 0.000000e+00 |      --      |    Inf 
513.20/513.34	c   513s|  1700 |   221 |477666 | 269.9 |  60M|  90 | 179 |  14k| 865 |  14k| 643 |  39 | 294 | 988 | 0.000000e+00 |      --      |    Inf 
534.10/534.22	c   534s|  1800 |   233 |503152 | 269.1 |  60M|  95 | 196 |  14k| 869 |  14k| 643 |  39 | 304 |1017 | 0.000000e+00 |      --      |    Inf 
552.79/552.99	c   553s|  1900 |   247 |527659 | 267.8 |  61M|  95 | 207 |  14k| 904 |  14k| 643 |  39 | 344 |1038 | 0.000000e+00 |      --      |    Inf 
574.09/574.28	c   574s|  2000 |   263 |557935 | 269.6 |  61M|  95 |   - |  14k| 900 |  14k| 643 |  39 | 354 |1058 | 0.000000e+00 |      --      |    Inf 
593.99/594.16	c   594s|  2100 |   279 |582639 | 268.5 |  61M|  95 |   - |  14k| 904 |  14k| 643 |  39 | 373 |1085 | 0.000000e+00 |      --      |    Inf 
609.98/610.17	c   610s|  2200 |   281 |605070 | 266.5 |  61M|  95 | 330 |  14k| 910 |  14k| 643 |  39 | 395 |1101 | 0.000000e+00 |      --      |    Inf 
633.58/633.74	c   634s|  2300 |   293 |635738 | 268.2 |  61M|  95 | 214 |  14k| 908 |  14k| 643 |  39 | 395 |1131 | 0.000000e+00 |      --      |    Inf 
654.38/654.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
654.38/654.51	c   655s|  2400 |   291 |663104 | 268.5 |  61M|  95 |   - |  14k| 926 |  14k| 643 |  39 | 430 |1160 | 0.000000e+00 |      --      |    Inf 
674.87/675.09	c   675s|  2500 |   295 |686399 | 267.0 |  61M|  95 |   - |  14k| 965 |  14k| 643 |  39 | 479 |1189 | 0.000000e+00 |      --      |    Inf 
693.37/693.57	c   694s|  2600 |   303 |711478 | 266.4 |  61M|  95 | 312 |  14k| 989 |  14k| 643 |  39 | 519 |1218 | 0.000000e+00 |      --      |    Inf 
709.27/709.44	c   709s|  2700 |   309 |732017 | 264.2 |  61M|  95 |   - |  14k|1022 |  14k| 643 |  39 | 560 |1238 | 0.000000e+00 |      --      |    Inf 
731.16/731.37	c   731s|  2800 |   309 |758407 | 264.1 |  61M|  95 | 179 |  14k|1068 |  14k| 643 |  39 | 610 |1271 | 0.000000e+00 |      --      |    Inf 
746.26/746.43	c   746s|  2900 |   315 |776535 | 261.3 |  61M|  95 |   - |  14k|1092 |  14k| 643 |  39 | 640 |1292 | 0.000000e+00 |      --      |    Inf 
765.46/765.69	c   766s|  3000 |   309 |802559 | 261.3 |  61M|  95 |   - |  14k|1127 |  14k| 643 |  39 | 684 |1315 | 0.000000e+00 |      --      |    Inf 
786.85/787.01	c   787s|  3100 |   303 |830122 | 261.7 |  61M|  95 | 228 |  14k|1165 |  14k| 643 |  39 | 733 |1340 | 0.000000e+00 |      --      |    Inf 
806.45/806.68	c   807s|  3200 |   305 |854118 | 261.0 |  62M|  95 | 212 |  14k|1211 |  14k| 643 |  39 | 792 |1367 | 0.000000e+00 |      --      |    Inf 
824.44/824.62	c   825s|  3300 |   303 |879882 | 260.9 |  62M|  95 |   - |  14k|1211 |  14k| 643 |  39 | 813 |1385 | 0.000000e+00 |      --      |    Inf 
848.45/848.64	c   849s|  3400 |   305 |908794 | 261.8 |  62M|  95 |   - |  14k|1210 |  14k| 643 |  39 | 834 |1420 | 0.000000e+00 |      --      |    Inf 
870.14/870.31	c   870s|  3500 |   307 |939547 | 263.1 |  62M|  95 | 189 |  14k|1192 |  14k| 643 |  39 | 834 |1442 | 0.000000e+00 |      --      |    Inf 
894.94/895.14	c   895s|  3600 |   313 |969937 | 264.2 |  62M|  95 | 166 |  14k|1210 |  14k| 643 |  39 | 884 |1478 | 0.000000e+00 |      --      |    Inf 
918.14/918.40	c   918s|  3700 |   319 |  1000k| 265.4 |  62M|  95 |   - |  14k|1194 |  14k| 643 |  39 | 884 |1506 | 0.000000e+00 |      --      |    Inf 
938.73/938.94	c   939s|  3800 |   319 |  1029k| 266.1 |  62M|  95 |   - |  14k|1206 |  14k| 643 |  39 | 908 |1529 | 0.000000e+00 |      --      |    Inf 
964.32/964.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.32/964.58	c   965s|  3900 |   317 |  1062k| 267.6 |  62M|  95 | 216 |  14k|1228 |  14k| 643 |  39 | 938 |1572 | 0.000000e+00 |      --      |    Inf 
985.02/985.22	c   985s|  4000 |   317 |  1090k| 267.9 |  62M|  95 | 211 |  14k|1238 |  14k| 643 |  39 | 961 |1599 | 0.000000e+00 |      --      |    Inf 
1010.63/1010.83	c  1011s|  4100 |   311 |  1125k| 270.0 |  62M|  95 |   - |  14k|1253 |   0 |   0 |  39 | 994 |1627 | 0.000000e+00 |      --      |    Inf 
1037.12/1037.32	c  1037s|  4200 |   313 |  1155k| 270.6 |  62M|  95 | 178 |  14k|1250 |  14k| 643 |  39 | 994 |1666 | 0.000000e+00 |      --      |    Inf 
1056.11/1056.33	c  1056s|  4300 |   315 |  1183k| 270.9 |  62M|  95 | 189 |  14k|1245 |  14k| 643 |  39 | 994 |1679 | 0.000000e+00 |      --      |    Inf 
1078.61/1078.82	c  1079s|  4400 |   309 |  1211k| 271.0 |  62M|  95 | 213 |  14k|1262 |  14k| 643 |  39 |1014 |1705 | 0.000000e+00 |      --      |    Inf 
1098.51/1098.72	c  1099s|  4500 |   311 |  1237k| 270.8 |  62M|  95 |   - |  14k|1249 |  14k| 643 |  39 |1024 |1728 | 0.000000e+00 |      --      |    Inf 
1118.70/1118.96	c  1119s|  4600 |   309 |  1264k| 270.9 |  62M|  95 |   - |  14k|1250 |  14k| 643 |  39 |1048 |1747 | 0.000000e+00 |      --      |    Inf 
1136.50/1136.76	c  1137s|  4700 |   317 |  1288k| 270.2 |  62M|  95 | 188 |  14k|1253 |  14k| 643 |  39 |1058 |1762 | 0.000000e+00 |      --      |    Inf 
1160.00/1160.29	c  1160s|  4800 |   313 |  1319k| 271.0 |  62M|  95 | 191 |  14k|1271 |  14k| 643 |  39 |1078 |1787 | 0.000000e+00 |      --      |    Inf 
1185.09/1185.30	c  1185s|  4900 |   309 |  1350k| 271.7 |  62M|  95 |   - |  14k|1269 |  14k| 643 |  39 |1078 |1818 | 0.000000e+00 |      --      |    Inf 
1205.59/1205.80	c  1206s|  5000 |   311 |  1379k| 272.1 |  62M|  95 |   - |  14k|1285 |  14k| 643 |  39 |1104 |1840 | 0.000000e+00 |      --      |    Inf 
1228.49/1228.73	c  1229s|  5100 |   309 |  1409k| 272.7 |  62M|  95 |   - |  14k|1335 |   0 |   0 |  39 |1163 |1870 | 0.000000e+00 |      --      |    Inf 
1251.28/1251.52	c  1252s|  5200 |   311 |  1439k| 273.2 |  62M|  95 | 212 |  14k|1323 |  14k| 643 |  39 |1183 |1900 | 0.000000e+00 |      --      |    Inf 
1269.98/1270.28	c  1270s|  5300 |   315 |  1463k| 272.5 |  62M|  95 | 185 |  14k|1379 |  14k| 643 |  39 |1271 |1922 | 0.000000e+00 |      --      |    Inf 
1293.47/1293.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1293.47/1293.77	c  1294s|  5400 |   311 |  1493k| 273.1 |  62M|  95 |   - |  14k|1386 |  14k| 643 |  39 |1297 |1955 | 0.000000e+00 |      --      |    Inf 
1316.87/1317.14	c  1317s|  5500 |   311 |  1525k| 273.9 |  62M|  95 | 239 |  14k|1400 |  14k| 643 |  39 |1317 |1985 | 0.000000e+00 |      --      |    Inf 
1342.78/1343.07	c  1343s|  5600 |   311 |  1559k| 275.1 |  62M|  95 |   - |  14k|1387 |  14k| 643 |  39 |1332 |2022 | 0.000000e+00 |      --      |    Inf 
1371.06/1371.38	c  1371s|  5700 |   311 |  1596k| 276.8 |  62M|  95 |   - |  14k|1387 |  14k| 643 |  39 |1349 |2063 | 0.000000e+00 |      --      |    Inf 
1402.26/1402.58	c  1403s|  5800 |   309 |  1638k| 279.3 |  62M|  95 | 214 |  14k|1387 |  14k| 643 |  39 |1371 |2104 | 0.000000e+00 |      --      |    Inf 
1427.95/1428.23	c  1428s|  5900 |   315 |  1674k| 280.6 |  62M|  95 | 297 |  14k|1329 |  14k| 643 |  39 |1371 |2134 | 0.000000e+00 |      --      |    Inf 
1447.95/1448.28	c  1448s|  6000 |   313 |  1700k| 280.4 |  62M|  95 |   - |  14k|1327 |  14k| 643 |  39 |1396 |2154 | 0.000000e+00 |      --      |    Inf 
1471.55/1471.80	c  1472s|  6100 |   319 |  1729k| 280.4 |  62M|  95 |   - |  14k|1318 |  14k| 643 |  39 |1417 |2185 | 0.000000e+00 |      --      |    Inf 
1494.95/1495.26	c  1495s|  6200 |   325 |  1759k| 280.7 |  62M|  95 | 203 |  14k|1313 |  14k| 643 |  39 |1444 |2217 | 0.000000e+00 |      --      |    Inf 
1514.84/1515.11	c  1515s|  6300 |   323 |  1785k| 280.5 |  62M|  95 |   - |  14k|1292 |  14k| 643 |  39 |1444 |2242 | 0.000000e+00 |      --      |    Inf 
1534.44/1534.72	c  1535s|  6400 |   325 |  1812k| 280.2 |  62M|  95 |   - |  14k|1295 |  14k| 643 |  39 |1457 |2269 | 0.000000e+00 |      --      |    Inf 
1557.73/1558.00	c  1558s|  6500 |   323 |  1844k| 280.9 |  62M|  95 |   - |  14k|1288 |  14k| 643 |  39 |1457 |2294 | 0.000000e+00 |      --      |    Inf 
1583.74/1584.02	c  1584s|  6600 |   323 |  1873k| 281.1 |  62M|  95 | 207 |  14k|1291 |  14k| 643 |  39 |1467 |2333 | 0.000000e+00 |      --      |    Inf 
1607.93/1608.29	c  1608s|  6700 |   319 |  1909k| 282.2 |  62M|  95 |   - |  14k|1281 |  14k| 643 |  39 |1467 |2357 | 0.000000e+00 |      --      |    Inf 
1633.42/1633.70	c  1634s|  6800 |   321 |  1943k| 283.1 |  62M|  95 |   - |  14k|1281 |  14k| 643 |  39 |1467 |2386 | 0.000000e+00 |      --      |    Inf 
1656.82/1657.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1656.82/1657.19	c  1657s|  6900 |   321 |  1973k| 283.4 |  62M|  95 |   - |  14k|1294 |  14k| 643 |  39 |1485 |2415 | 0.000000e+00 |      --      |    Inf 
1677.71/1678.08	c  1678s|  7000 |   321 |  2002k| 283.4 |  62M|  95 |   - |  14k|1293 |  14k| 643 |  39 |1485 |2435 | 0.000000e+00 |      --      |    Inf 
1704.81/1705.12	c  1705s|  7100 |   321 |  2035k| 284.0 |  62M|  95 |   - |  14k|1322 |   0 |   0 |  39 |1515 |2471 | 0.000000e+00 |      --      |    Inf 
1728.40/1728.71	c  1729s|  7200 |   317 |  2068k| 284.7 |  62M|  95 |   - |  14k|1331 |  14k| 643 |  39 |1524 |2501 | 0.000000e+00 |      --      |    Inf 
1756.50/1756.83	c  1757s|  7300 |   319 |  2105k| 285.8 |  62M|  95 |   - |  14k|1331 |  14k| 643 |  39 |1524 |2531 | 0.000000e+00 |      --      |    Inf 
1779.20/1779.54	c  1780s|  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      : 7477
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.43 (included in solving)
1796.70/1797.01	c   reading          :       0.06 (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-3690485-1338016918.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-3690485-1338016918.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.11       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.00          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       4097          0          1          0         49        458          0          0       7800
1796.70/1797.01	c   knapsack         :        128        128          5      16228          0          1          0      14998          4     136685          0          0          0
1796.70/1797.01	c   setppc           :        480        480          5      16224          0          1          0     149865        121     239454          0          0          0
1796.70/1797.01	c   logicor          :          0+       795          0       6018          0          0          0        174          9       1452          0          0          0
1796.70/1797.01	c   countsols        :          0          0          0          0          0          1          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         :     640.22       0.00       0.00       0.00     640.22       0.00       0.00       0.00
1796.70/1797.01	c   knapsack         :       0.77       0.00       0.01       0.71       0.00       0.00       0.00       0.04
1796.70/1797.01	c   setppc           :       1.53       0.00       0.00       1.29       0.00       0.00       0.00       0.24
1796.70/1797.01	c   logicor          :       0.08       0.00       0.00       0.08       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          :       4102          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.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.01	c   redcost          :       1.20       0.00       0.00       1.20       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.92        134        134       3740      412.4         45      142.6          -
1796.70/1797.01	c   infeasible LP    :     160.13       3393         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 :          -          -          -       1554      260.4          -          -          -
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.10       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.00       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        :     640.21       0.00       4097         49        458          0          0       7800
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          1          0          0          0          0          2
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          :     983.63       7495    2159929     288.38    2195.87       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 :     639.83       2578    1190542     461.81    1860.71
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            :       7477
1796.70/1797.01	c   nodes (total)    :       7477
1796.70/1797.01	c   nodes left       :        326
1796.70/1797.01	c   max depth        :         95
1796.70/1797.01	c   max depth (total):         95
1796.70/1797.01	c   backtracks       :        858 (11.5%)
1796.70/1797.01	c   delayed cutoffs  :          0
1796.70/1797.01	c   repropagations   :        899 (1005 domain reductions, 0 cutoffs)
1796.70/1797.01	c   avg switch length:       3.30
1796.70/1797.01	c   switching time   :       1.53
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.70/1797.08	c Time complete: 1796.78.

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-3690485-1338016918/watcher-3690485-1338016918 -o /tmp/evaluation-result-3690485-1338016918/solver-3690485-1338016918 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690485-1338016918.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: 0.00 0.21 0.81 2/173 29852
/proc/meminfo: memFree=28901216/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=10488 CPUtime=0 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 1363 0 0 0 0 0 0 0 20 0 1 0 267817184 10739712 1318 33554432000 4194304 10173063 140733509627360 140733509490904 7173563 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 2622 1318 413 1460 0 1153 0

[startup+0.0900711 s]
/proc/loadavg: 0.00 0.21 0.81 2/173 29852
/proc/meminfo: memFree=28901216/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=41640 CPUtime=0.08 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 9162 0 0 0 7 1 0 0 20 0 1 0 267817184 42639360 9117 33554432000 4194304 10173063 140733509627360 140733509490904 5760629 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 10410 9117 493 1460 0 8941 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41640

[startup+0.100342 s]
/proc/loadavg: 0.00 0.21 0.81 2/173 29852
/proc/meminfo: memFree=28901216/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=41640 CPUtime=0.09 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 9162 0 0 0 8 1 0 0 20 0 1 0 267817184 42639360 9117 33554432000 4194304 10173063 140733509627360 140733509490904 5761248 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 10410 9117 493 1460 0 8941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41640

[startup+0.300283 s]
/proc/loadavg: 0.00 0.21 0.81 2/173 29852
/proc/meminfo: memFree=28901216/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=62592 CPUtime=0.28 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 14440 0 0 0 26 2 0 0 20 0 1 0 267817184 64094208 14138 33554432000 4194304 10173063 140733509627360 140733509490904 5894816 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 15648 14138 554 1460 0 14179 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62592

[startup+0.70024 s]
/proc/loadavg: 0.00 0.21 0.81 2/173 29852
/proc/meminfo: memFree=28901216/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101956 CPUtime=0.69 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25122 0 0 0 65 4 0 0 20 0 1 0 267817184 104402944 23853 33554432000 4194304 10173063 140733509627360 140733509490904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25489 23853 732 1460 0 24020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101956

[startup+1.50024 s]
/proc/loadavg: 0.00 0.21 0.81 3/179 29867
/proc/meminfo: memFree=28751520/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101956 CPUtime=1.49 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25122 0 0 0 145 4 0 0 20 0 1 0 267817184 104402944 23853 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25489 23853 732 1460 0 24020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101956

[startup+3.1002 s]
/proc/loadavg: 0.00 0.21 0.81 3/179 29867
/proc/meminfo: memFree=28737252/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101956 CPUtime=3.09 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25122 0 0 0 304 5 0 0 20 0 1 0 267817184 104402944 23853 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25489 23853 732 1460 0 24020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101956

[startup+6.30022 s]
/proc/loadavg: 0.24 0.26 0.82 3/179 29867
/proc/meminfo: memFree=28737260/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101956 CPUtime=6.29 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25204 0 0 0 623 6 0 0 20 0 1 0 267817184 104402944 23935 33554432000 4194304 10173063 140733509627360 140733509621000 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25489 23935 736 1460 0 24020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101956

[startup+12.7002 s]
/proc/loadavg: 0.38 0.29 0.83 3/179 29867
/proc/meminfo: memFree=28735356/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101484 CPUtime=12.68 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25867 0 0 0 1258 10 0 0 20 0 1 0 267817184 103919616 24198 33554432000 4194304 10173063 140733509627360 140733509620904 8054559 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25371 24198 780 1460 0 23902 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101484

[startup+25.5003 s]
/proc/loadavg: 0.58 0.34 0.84 2/174 29929
/proc/meminfo: memFree=28805664/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101484 CPUtime=25.48 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25875 0 0 0 2536 12 0 0 20 0 1 0 267817184 103919616 24210 33554432000 4194304 10173063 140733509627360 140733509620856 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25371 24210 787 1460 0 23902 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101484

[startup+51.1002 s]
/proc/loadavg: 1.00 0.45 0.86 3/179 30019
/proc/meminfo: memFree=28748508/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=101484 CPUtime=51.08 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 25935 0 0 0 5093 15 0 0 20 0 1 0 267817184 103919616 24534 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25371 24534 789 1460 0 23902 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 101484

[startup+102.306 s]
/proc/loadavg: 1.62 0.70 0.92 3/178 30019
/proc/meminfo: memFree=28737000/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=103144 CPUtime=102.27 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 26344 0 0 0 10205 22 0 0 20 0 1 0 267817184 105619456 24943 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 25786 24943 789 1460 0 24317 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 103144

[startup+162.3 s]
/proc/loadavg: 1.86 0.94 0.99 3/179 30020
/proc/meminfo: memFree=28725204/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=105272 CPUtime=162.25 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 26884 0 0 0 16196 29 0 0 20 0 1 0 267817184 107798528 25532 33554432000 4194304 10173063 140733509627360 140733509621000 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 26318 25532 789 1460 0 24849 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 105272

[startup+222.3 s]
/proc/loadavg: 1.95 1.13 1.05 3/179 30020
/proc/meminfo: memFree=28710680/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=109164 CPUtime=222.25 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 27898 0 0 0 22181 44 0 0 20 0 1 0 267817184 111783936 26538 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 27291 26538 797 1460 0 25822 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 109164

[startup+282.3 s]
/proc/loadavg: 2.04 1.30 1.11 3/179 30020
/proc/meminfo: memFree=28699832/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=109164 CPUtime=282.24 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 27901 0 0 0 28165 59 0 0 20 0 1 0 267817184 111783936 26538 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 27291 26538 797 1460 0 25822 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 109164

[startup+342.3 s]
/proc/loadavg: 2.01 1.42 1.16 3/179 30020
/proc/meminfo: memFree=28685568/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=112920 CPUtime=342.23 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 28761 0 0 0 34146 77 0 0 20 0 1 0 267817184 115630080 27396 33554432000 4194304 10173063 140733509627360 140733509620616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 28230 27396 797 1460 0 26761 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 112920

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 1.21 3/179 30020
/proc/meminfo: memFree=28667448/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=118740 CPUtime=402.21 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 30100 0 0 0 40128 93 0 0 20 0 1 0 267817184 121589760 28856 33554432000 4194304 10173063 140733509627360 140733509620616 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 29685 28856 797 1460 0 28216 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 118740

[startup+462.3 s]
/proc/loadavg: 2.00 1.61 1.26 3/179 30021
/proc/meminfo: memFree=28652072/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=124040 CPUtime=462.2 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 31402 0 0 0 46110 110 0 0 20 0 1 0 267817184 127016960 30145 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 31010 30145 797 1460 0 29541 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 124040

[startup+522.3 s]
/proc/loadavg: 2.00 1.68 1.30 3/180 30024
/proc/meminfo: memFree=28636408/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=128244 CPUtime=522.19 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 32350 0 0 0 52093 126 0 0 20 0 1 0 267817184 131321856 31090 33554432000 4194304 10173063 140733509627360 140733509620488 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 32061 31090 797 1460 0 30592 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 128244

[startup+582.3 s]
/proc/loadavg: 2.05 1.75 1.35 3/179 30024
/proc/meminfo: memFree=28620220/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=131152 CPUtime=582.19 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 33042 0 0 0 58077 142 0 0 20 0 1 0 267817184 134299648 31982 33554432000 4194304 10173063 140733509627360 140733509620616 8054704 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 32788 31982 797 1460 0 31319 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 131152

[startup+642.3 s]

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

/proc/meminfo: memFree=28490728/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=162172 CPUtime=1122.11 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 40237 0 0 0 111914 297 0 0 20 0 1 0 267817184 166064128 39485 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 40543 39485 797 1460 0 39074 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 162172

[startup+1182.3 s]
/proc/loadavg: 2.15 2.04 1.68 3/179 30029
/proc/meminfo: memFree=28480212/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=163084 CPUtime=1182.09 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 40474 0 0 0 117898 311 0 0 20 0 1 0 267817184 166998016 39722 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 40771 39722 797 1460 0 39302 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 163084

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 1.69 3/179 30029
/proc/meminfo: memFree=28471148/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=166552 CPUtime=1242.08 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 41234 0 0 0 123879 329 0 0 20 0 1 0 267817184 170549248 40794 33554432000 4194304 10173063 140733509627360 140733509623944 4218467 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 41638 40794 797 1460 0 40169 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 166552

[startup+1302.3 s]
/proc/loadavg: 2.07 2.04 1.72 3/179 30029
/proc/meminfo: memFree=28458872/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=175984 CPUtime=1302.08 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 43318 0 0 0 129862 346 0 0 20 0 1 0 267817184 180207616 42878 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 43996 42878 797 1460 0 42527 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 175984

[startup+1362.3 s]
/proc/loadavg: 2.09 2.04 1.74 3/179 30030
/proc/meminfo: memFree=28454160/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=179772 CPUtime=1362.07 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 44193 0 0 0 135842 365 0 0 20 0 1 0 267817184 184086528 43753 33554432000 4194304 10173063 140733509627360 140733509623944 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 44943 43753 797 1460 0 43474 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 179772

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 1.75 3/179 30030
/proc/meminfo: memFree=28442296/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=183140 CPUtime=1422.06 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 44914 0 0 0 141823 383 0 0 20 0 1 0 267817184 187535360 44474 33554432000 4194304 10173063 140733509627360 140733509621192 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 45785 44474 797 1460 0 44316 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 183140

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 1.77 3/179 30030
/proc/meminfo: memFree=28420844/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=190244 CPUtime=1482.04 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 46570 0 0 0 147803 401 0 0 20 0 1 0 267817184 194809856 46130 33554432000 4194304 10173063 140733509627360 140733509620712 4218467 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 47561 46130 797 1460 0 46092 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 190244

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 1.78 3/180 30031
/proc/meminfo: memFree=28402332/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=193652 CPUtime=1542.03 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47336 0 0 0 153783 420 0 0 20 0 1 0 267817184 198299648 47651 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48413 47651 797 1460 0 46944 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 193652

[startup+1602.3 s]
/proc/loadavg: 2.14 2.06 1.81 3/179 30031
/proc/meminfo: memFree=28390312/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=193652 CPUtime=1602.03 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47349 0 0 0 159769 434 0 0 20 0 1 0 267817184 198299648 47664 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48413 47664 797 1460 0 46944 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 193652

[startup+1662.3 s]
/proc/loadavg: 2.16 2.08 1.83 3/179 30032
/proc/meminfo: memFree=28381136/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194660 CPUtime=1662.02 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47599 0 0 0 165753 449 0 0 20 0 1 0 267817184 199331840 47914 33554432000 4194304 10173063 140733509627360 140733509623944 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48665 47914 797 1460 0 47196 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 194660

[startup+1722.3 s]
/proc/loadavg: 2.14 2.08 1.84 3/180 30035
/proc/meminfo: memFree=28372112/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194804 CPUtime=1722 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47628 0 0 0 171737 463 0 0 20 0 1 0 267817184 199479296 47943 33554432000 4194304 10173063 140733509627360 140733509620616 4218423 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48701 47943 797 1460 0 47232 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 194804

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28370852/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1782 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 177720 480 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 194952

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28370852/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1785.2 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 178039 481 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 194952

[startup+1791.91 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1791.6 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 178677 483 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620712 4218560 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 194952

[startup+1795.1 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1794.8 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 178996 484 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620712 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1794.8
Current children cumulated vsize (KiB) 194952

[startup+1795.9 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1795.6 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 179075 485 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (KiB) 194952

[startup+1796.7 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1796.4 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 179155 485 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 194952

[startup+1796.9 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1796.6 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 179175 485 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620904 8045160 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (KiB) 194952

[startup+1797 s]
/proc/loadavg: 2.04 2.06 1.84 3/179 30035
/proc/meminfo: memFree=28369984/32873844 swapFree=7096/7096
[pid=29852] ppid=29850 vsize=194952 CPUtime=1796.7 cores=0,2,4,6
/proc/29852/stat : 29852 (scip-2.1.1.4fix) R 29850 29852 29822 0 -1 4202496 47685 0 0 0 179185 485 0 0 20 0 1 0 267817184 199630848 48000 33554432000 4194304 10173063 140733509627360 140733509620904 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29852/statm: 48738 48000 797 1460 0 47269 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 194952

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.79
CPU user time (s): 1791.92
CPU system time (s): 4.86326
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 194952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.92
system time used= 4.86326
maximum resident set size= 192044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47713
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= 33
involuntary context switches= 1850

runsolver used 2.6226 second user time and 7.2139 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 09:21:59
IDJOB=3690485
IDBENCH=1153
IDSOLVER=2270
FILE ID=node132/3690485-1338016918
RUNJOBID= node132-1338016918-29838
PBS_JOBID= 14624340
Free space on /tmp= 71572 MiB

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

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=248488130

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28901480 kB
Buffers:          237044 kB
Cached:          2956436 kB
SwapCached:            0 kB
Active:           759596 kB
Inactive:        2444072 kB
Active(anon):      12820 kB
Inactive(anon):        0 kB
Active(file):     746776 kB
Inactive(file):  2444072 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14764 kB
Writeback:             0 kB
AnonPages:         17392 kB
Mapped:            13632 kB
Shmem:               212 kB
Slab:             631168 kB
SReclaimable:      73732 kB
SUnreclaim:       557436 kB
KernelStack:        1416 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71544 MiB
End job on node132 at 2012-05-26 09:51:56