Trace number 3690631

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? 1797.65 1797.93

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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-3690631-1338024260.opb>
0.49/0.59	c original problem has 10052 variables (10052 bin, 0 int, 0 impl, 0 cont) and 226117 constraints
0.49/0.59	c problem read in 0.59
0.59/0.60	c No objective function, only one solution is needed.
0.59/0.60	c presolving settings loaded
1.19/1.23	c presolving:
1.69/1.78	c (round 1) 100 del vars, 3180 del conss, 0 add conss, 100 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 110454 impls, 365 clqs
1.78/1.83	c (round 2) 100 del vars, 4236 del conss, 0 add conss, 100 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 110454 impls, 365 clqs
2.79/2.89	c (round 3) 100 del vars, 4285 del conss, 0 add conss, 100 chg bounds, 9 chg sides, 0 chg coeffs, 221914 upgd conss, 110454 impls, 365 clqs
3.19/3.22	c (round 4) 100 del vars, 4329 del conss, 0 add conss, 100 chg bounds, 9 chg sides, 0 chg coeffs, 221914 upgd conss, 110454 impls, 365 clqs
3.99/4.02	c presolving (5 rounds):
3.99/4.02	c  100 deleted vars, 4329 deleted constraints, 0 added constraints, 100 tightened bounds, 0 added holes, 9 changed sides, 0 changed coefficients
3.99/4.02	c  110454 implications, 365 cliques
3.99/4.02	c presolved problem has 9952 variables (9952 bin, 0 int, 0 impl, 0 cont) and 221788 constraints
3.99/4.02	c   22570 constraints of type <knapsack>
3.99/4.02	c   47249 constraints of type <setppc>
3.99/4.02	c       2 constraints of type <linear>
3.99/4.02	c  151967 constraints of type <logicor>
3.99/4.02	c transformed objective value is always integral (scale: 1)
3.99/4.02	c Presolving Time: 3.26
3.99/4.02	c - non default parameters ----------------------------------------------------------------------
3.99/4.02	c # SCIP version 2.1.1.4
3.99/4.02	c 
3.99/4.02	c # maximal time in seconds to run
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.99/4.02	c limits/time = 1797
3.99/4.02	c 
3.99/4.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.99/4.02	c limits/memory = 13950
3.99/4.02	c 
3.99/4.02	c # solving stops, if the given number of solutions were found (-1: no limit)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.99/4.02	c limits/solutions = 1
3.99/4.02	c 
3.99/4.02	c # maximal number of separation rounds per node (-1: unlimited)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 5]
3.99/4.02	c separating/maxrounds = 1
3.99/4.02	c 
3.99/4.02	c # maximal number of separation rounds in the root node (-1: unlimited)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.99/4.02	c separating/maxroundsroot = 5
3.99/4.02	c 
3.99/4.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.99/4.02	c # [type: int, range: [1,2], default: 1]
3.99/4.02	c timing/clocktype = 2
3.99/4.02	c 
3.99/4.02	c # belongs reading time to solving time?
3.99/4.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.99/4.02	c timing/reading = TRUE
3.99/4.02	c 
3.99/4.02	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.99/4.02	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.99/4.02	c constraints/knapsack/disaggregation = FALSE
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/coefdiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/coefdiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/coefdiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 30]
3.99/4.02	c heuristics/crossover/freq = -1
3.99/4.02	c 
3.99/4.02	c # number of nodes added to the contingent of the total nodes
3.99/4.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.99/4.02	c heuristics/crossover/nodesofs = 750
3.99/4.02	c 
3.99/4.02	c # number of nodes without incumbent change that heuristic should wait
3.99/4.02	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.99/4.02	c heuristics/crossover/nwaitingnodes = 100
3.99/4.02	c 
3.99/4.02	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.99/4.02	c # [type: real, range: [0,1], default: 0.1]
3.99/4.02	c heuristics/crossover/nodesquot = 0.15
3.99/4.02	c 
3.99/4.02	c # minimum percentage of integer variables that have to be fixed 
3.99/4.02	c # [type: real, range: [0,1], default: 0.666]
3.99/4.02	c heuristics/crossover/minfixingrate = 0.5
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.99/4.02	c heuristics/feaspump/freq = -1
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/feaspump/maxlpiterofs = 2000
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/fracdiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/fracdiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/fracdiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/guideddiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/guideddiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/guideddiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/intdiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/intshifting/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/linesearchdiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.99/4.02	c heuristics/objpscostdiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to total iteration number
3.99/4.02	c # [type: real, range: [0,1], default: 0.01]
3.99/4.02	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/oneopt/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/pscostdiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/pscostdiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c heuristics/rens/freq = -1
3.99/4.02	c 
3.99/4.02	c # minimum percentage of integer variables that have to be fixable 
3.99/4.02	c # [type: real, range: [0,1], default: 0.5]
3.99/4.02	c heuristics/rens/minfixingrate = 0.3
3.99/4.02	c 
3.99/4.02	c # number of nodes added to the contingent of the total nodes
3.99/4.02	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.99/4.02	c heuristics/rens/nodesofs = 2000
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 20]
3.99/4.02	c heuristics/rootsoldiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.99/4.02	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/rounding/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <shiftandpropagate> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c heuristics/shiftandpropagate/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/shifting/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/simplerounding/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <subnlp> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/subnlp/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c heuristics/trivial/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/trysol/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c heuristics/undercover/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 10]
3.99/4.02	c heuristics/veclendiving/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal fraction of diving LP iterations compared to node LP iterations
3.99/4.02	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.99/4.02	c heuristics/veclendiving/maxlpiterquot = 0.075
3.99/4.02	c 
3.99/4.02	c # additional number of allowed LP iterations
3.99/4.02	c # [type: int, range: [0,2147483647], default: 1000]
3.99/4.02	c heuristics/veclendiving/maxlpiterofs = 1500
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/zirounding/freq = -1
3.99/4.02	c 
3.99/4.02	c # maximal number of presolving rounds the propagator participates in (-1: no limit)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.99/4.02	c propagating/probing/maxprerounds = 0
3.99/4.02	c 
3.99/4.02	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c separating/cmir/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 0]
3.99/4.02	c separating/flowcover/freq = -1
3.99/4.02	c 
3.99/4.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: -1]
3.99/4.02	c separating/rapidlearning/freq = 0
3.99/4.02	c 
3.99/4.02	c # frequency for calling primal heuristic <indoneopt> (-1: never, 0: only at depth freqofs)
3.99/4.02	c # [type: int, range: [-1,2147483647], default: 1]
3.99/4.02	c heuristics/indoneopt/freq = -1
3.99/4.02	c 
3.99/4.02	c -----------------------------------------------------------------------------------------------
3.99/4.02	c start solving
3.99/4.02	c 
5.78/5.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.78/5.84	c   5.8s|     1 |     0 |  1123 |     - | 338M|   0 | 435 |9952 | 221k|9952 | 221k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.69/8.77	c   8.8s|     1 |     0 |  2486 |     - | 338M|   0 |1110 |9952 | 221k|9952 | 221k|  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.78/16.81	c  16.8s|     1 |     0 |  6571 |     - | 338M|   0 |2248 |9952 | 221k|9952 | 221k|  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
19.69/19.72	c  19.7s|     1 |     0 |  7008 |     - | 339M|   0 |2944 |9952 | 221k|9952 | 221k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.09/23.18	c  23.2s|     1 |     0 |  7482 |     - | 340M|   0 |2758 |9952 | 221k|9952 | 221k|  74 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.29/27.39	c  27.4s|     1 |     0 |  8045 |     - | 341M|   0 |3289 |9952 | 221k|9952 | 221k|  86 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
81.48/81.54	c  81.5s|     1 |     2 |  8045 |     - | 341M|   0 |3289 |9952 | 221k|9952 | 221k|  86 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
711.58/711.76	c   712s|   100 |    43 | 25994 | 181.3 | 348M|  34 |1851 |9952 | 221k|9952 | 221k|  86 | 130 | 331 | 0.000000e+00 |      --      |    Inf 
841.26/841.46	c   841s|   200 |    49 | 43203 | 176.7 | 349M|  59 |1603 |9952 | 222k|9952 | 221k|  86 | 276 | 372 | 0.000000e+00 |      --      |    Inf 
1029.34/1029.60	c  1030s|   300 |    40 | 68353 | 201.7 | 348M|  59 |2429 |9952 | 222k|9952 | 221k|  86 | 435 | 417 | 0.000000e+00 |      --      |    Inf 
1147.12/1147.39	c  1147s|   400 |    45 | 88820 | 202.4 | 349M|  59 |   - |9952 | 222k|9952 | 221k|  86 | 564 | 439 | 0.000000e+00 |      --      |    Inf 
1317.49/1317.72	c  1318s|   500 |    42 |111053 | 206.4 | 349M|  59 |   - |9952 | 222k|9952 | 221k|  86 | 684 | 482 | 0.000000e+00 |      --      |    Inf 
1431.67/1431.92	c  1432s|   600 |    43 |129296 | 202.4 | 349M|  59 |   - |9952 | 222k|9952 | 221k|  86 | 814 | 499 | 0.000000e+00 |      --      |    Inf 
1533.15/1533.45	c  1533s|   700 |    43 |148210 | 200.5 | 349M|  59 |1888 |9952 | 222k|9952 | 221k|  86 | 947 | 516 | 0.000000e+00 |      --      |    Inf 
1721.72/1722.02	c  1722s|   800 |    46 |177580 | 212.2 | 349M|  59 |1927 |9952 | 222k|9952 | 221k|  86 |1069 | 581 | 0.000000e+00 |      --      |    Inf 
1797.01/1797.34	c 
1797.01/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.34	c Solving Time (sec) : 1797.33
1797.01/1797.34	c Solving Nodes      : 841
1797.01/1797.34	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.01/1797.34	c Dual Bound         : +0.00000000000000e+00
1797.01/1797.34	c Gap                : infinite
1797.01/1797.34	s UNKNOWN
1797.01/1797.34	c SCIP Status        : solving was interrupted [time limit reached]
1797.01/1797.34	c Total Time         :    1797.33
1797.01/1797.34	c   solving          :    1797.33
1797.01/1797.34	c   presolving       :       3.26 (included in solving)
1797.01/1797.34	c   reading          :       0.59 (included in solving)
1797.01/1797.34	c   copying          :       0.00 (0 times copied the problem)
1797.01/1797.34	c Original Problem   :
1797.01/1797.34	c   Problem name     : HOME/instance-3690631-1338024260.opb
1797.01/1797.34	c   Variables        : 10052 (10052 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.34	c   Constraints      : 226117 initial, 226117 maximal
1797.01/1797.34	c   Objective sense  : minimize
1797.01/1797.34	c Presolved Problem  :
1797.01/1797.34	c   Problem name     : t_HOME/instance-3690631-1338024260.opb
1797.01/1797.34	c   Variables        : 9952 (9952 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.01/1797.34	c   Constraints      : 221788 initial, 222513 maximal
1797.01/1797.34	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.01/1797.34	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   gateextraction   :       0.06       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   components       :       0.09       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   knapsack         :       0.09       0.00          0          0          0          0          0          0          0          0          0
1797.01/1797.34	c   setppc           :       0.08       0.00          0          0          0          0          0         44          0          0          0
1797.01/1797.34	c   linear           :       1.22       0.00        100          0          0        100          0       4245          0          9          0
1797.01/1797.34	c   logicor          :       0.68       0.40          0          0          0          0          0         40          0          0          0
1797.01/1797.34	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1797.01/1797.34	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.34	c   integral         :          0          0          0          0        500          0          1          0         11         36          0          0        954
1797.01/1797.34	c   knapsack         :      22570      22570          5       3222          0          1          0         18          0        361         73          0          0
1797.01/1797.34	c   setppc           :      47249      47249          5       3222          0          1          0      15647          2     105536          0          0          0
1797.01/1797.34	c   linear           :          2          2          5       3220          0          1          0          0          0          0          0          0          0
1797.01/1797.34	c   logicor          :     151967+    152692          5       1450          0          1          0       1163         29       3218          0          0          0
1797.01/1797.34	c   countsols        :          0          0          0          0          0          1          0          0          0          0          0          0          0
1797.01/1797.34	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1797.01/1797.34	c   integral         :    1015.40       0.00       0.00       0.00    1015.40       0.00       0.00       0.00
1797.01/1797.34	c   knapsack         :       2.35       0.00       0.08       2.26       0.00       0.01       0.00       0.00
1797.01/1797.34	c   setppc           :       2.20       0.00       0.01       2.18       0.00       0.00       0.00       0.01
1797.01/1797.34	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   logicor          :       0.89       0.40       0.03       0.43       0.00       0.02       0.00       0.00
1797.01/1797.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1797.01/1797.34	c   rootredcost      :          0          0          0          0
1797.01/1797.34	c   pseudoobj        :          0          0          0          0
1797.01/1797.34	c   vbounds          :          0          0          0          0
1797.01/1797.34	c   redcost          :        505          0          0          0
1797.01/1797.34	c   probing          :          0          0          0          0
1797.01/1797.34	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1797.01/1797.34	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c   redcost          :       0.08       0.00       0.00       0.08       0.00
1797.01/1797.34	c   probing          :       0.00       0.00       0.00       0.00       0.00
1797.01/1797.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.01/1797.34	c   propagation      :       0.00         31         31        282       33.1          4        4.5          -
1797.01/1797.34	c   infeasible LP    :       1.65        328        328       3743       33.3          7       38.9          0
1797.01/1797.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.01/1797.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.01/1797.34	c   applied globally :          -          -          -       1120       30.8          -          -          -
1797.01/1797.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.01/1797.34	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1797.01/1797.34	c   cut pool         :       0.00                     4          -          -         39          -    (maximal pool size: 766)
1797.01/1797.34	c   closecuts        :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   impliedbounds    :       0.00       0.00          5          0          0          0          0
1797.01/1797.34	c   intobj           :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   gomory           :       1.10       0.00          5          0          0        250          0
1797.01/1797.34	c   cgmip            :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   strongcg         :       6.16       0.00          5          0          0       2500          0
1797.01/1797.34	c   cmir             :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   flowcover        :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   clique           :       0.34       0.00          5          0          0         38          0
1797.01/1797.34	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   mcf              :       0.17       0.00          1          0          0          0          0
1797.01/1797.34	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1797.01/1797.34	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1797.01/1797.34	c   problem variables:       0.00          -          0          0
1797.01/1797.34	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.01/1797.34	c   relpscost        :    1015.40       0.00        500         11         36          0          0        954
1797.01/1797.34	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c   inference        :       0.00       0.00          1          0          0          0          0          2
1797.01/1797.34	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c   random           :       0.00       0.00          0          0          0          0          0          0
1797.01/1797.34	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1797.01/1797.34	c   LP solutions     :       0.00          -          -          0
1797.01/1797.34	c   pseudo solutions :       0.00          -          -          0
1797.01/1797.34	c   smallcard        :       0.00       0.00          0          0
1797.01/1797.34	c   trivial          :       0.00       0.00          1          0
1797.01/1797.34	c   shiftandpropagate:       0.00       0.00          0          0
1797.01/1797.34	c   simplerounding   :       0.00       0.00          0          0
1797.01/1797.34	c   zirounding       :       0.00       0.00          0          0
1797.01/1797.34	c   rounding         :       0.00       0.00          0          0
1797.01/1797.34	c   shifting         :       0.00       0.00          0          0
1797.01/1797.34	c   intshifting      :       0.00       0.00          0          0
1797.01/1797.34	c   oneopt           :       0.00       0.00          0          0
1797.01/1797.34	c   twoopt           :       0.00       0.00          0          0
1797.01/1797.34	c   indtwoopt        :       0.00       0.00          0          0
1797.01/1797.34	c   indoneopt        :       0.00       0.00          0          0
1797.01/1797.34	c   fixandinfer      :       0.00       0.00          0          0
1797.01/1797.34	c   feaspump         :       0.00       0.00          0          0
1797.01/1797.34	c   clique           :       0.00       0.00          0          0
1797.01/1797.34	c   indrounding      :       0.00       0.00          0          0
1797.01/1797.34	c   indcoefdiving    :       0.00       0.00          0          0
1797.01/1797.34	c   coefdiving       :       0.00       0.00          0          0
1797.01/1797.34	c   pscostdiving     :       0.00       0.00          0          0
1797.01/1797.34	c   nlpdiving        :       0.00       0.00          0          0
1797.01/1797.34	c   fracdiving       :       0.00       0.00          0          0
1797.01/1797.34	c   veclendiving     :       0.00       0.00          0          0
1797.01/1797.34	c   intdiving        :       0.00       0.00          0          0
1797.01/1797.34	c   actconsdiving    :       0.00       0.00          0          0
1797.01/1797.34	c   objpscostdiving  :       0.00       0.00          0          0
1797.01/1797.34	c   rootsoldiving    :       0.00       0.00          0          0
1797.01/1797.34	c   linesearchdiving :       0.00       0.00          0          0
1797.01/1797.34	c   guideddiving     :       0.00       0.00          0          0
1797.01/1797.34	c   octane           :       0.00       0.00          0          0
1797.01/1797.34	c   rens             :       0.00       0.00          0          0
1797.01/1797.34	c   rins             :       0.00       0.00          0          0
1797.01/1797.34	c   localbranching   :       0.00       0.00          0          0
1797.01/1797.34	c   mutation         :       0.00       0.00          0          0
1797.01/1797.34	c   crossover        :       0.00       0.00          0          0
1797.01/1797.34	c   dins             :       0.00       0.00          0          0
1797.01/1797.34	c   vbounds          :       0.00       0.00          0          0
1797.01/1797.34	c   undercover       :       0.00       0.00          0          0
1797.01/1797.34	c   subnlp           :       0.00       0.00          0          0
1797.01/1797.34	c   trysol           :       0.00       0.00          0          0
1797.01/1797.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1797.01/1797.34	c   primal LP        :       0.13          1          0       0.00       0.00       0.13          1
1797.01/1797.34	c   dual LP          :     745.87        833     188413     227.28     252.61       0.40          4
1797.01/1797.34	c   lex dual LP      :       0.00          0          0       0.00          -
1797.01/1797.34	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1797.01/1797.34	c   diving/probing LP:       0.00          0          0       0.00          -
1797.01/1797.34	c   strong branching :    1014.74        617     208233     337.49     205.21
1797.01/1797.34	c     (at root node) :          -         26      13019     500.73          -
1797.01/1797.34	c   conflict analysis:       0.00          0          0       0.00          -
1797.01/1797.34	c B&B Tree           :
1797.01/1797.34	c   number of runs   :          1
1797.01/1797.34	c   nodes            :        841
1797.01/1797.34	c   nodes (total)    :        841
1797.01/1797.34	c   nodes left       :         46
1797.01/1797.34	c   max depth        :         59
1797.01/1797.34	c   max depth (total):         59
1797.01/1797.34	c   backtracks       :        155 (18.4%)
1797.01/1797.34	c   delayed cutoffs  :         70
1797.01/1797.34	c   repropagations   :       1034 (17613 domain reductions, 29 cutoffs)
1797.01/1797.34	c   avg switch length:       4.16
1797.01/1797.34	c   switching time   :       2.00
1797.01/1797.34	c Solution           :
1797.01/1797.34	c   Solutions found  :          0 (0 improvements)
1797.01/1797.34	c   Primal Bound     :          -
1797.01/1797.34	c   Dual Bound       : +0.00000000000000e+00
1797.01/1797.34	c   Gap              :   infinite
1797.01/1797.34	c   Root Dual Bound  : +0.00000000000000e+00
1797.01/1797.34	c   Root Iterations  :       8045
1797.61/1797.92	c Time complete: 1797.63.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 5181
/proc/meminfo: memFree=29016072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=9960 CPUtime=0 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 1233 0 0 0 0 0 0 0 20 0 1 0 268551903 10199040 1188 33554432000 4194304 10173063 140736203958272 140736262452792 7545739 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 2490 1194 413 1460 0 1021 0

[startup+0.0976251 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 5181
/proc/meminfo: memFree=29016072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=23876 CPUtime=0.08 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 4695 0 0 0 8 0 0 0 20 0 1 0 268551903 24449024 4650 33554432000 4194304 10173063 140736203958272 140736262452792 7142534 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 5969 4650 413 1460 0 4500 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23876

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 5181
/proc/meminfo: memFree=29016072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=24384 CPUtime=0.08 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 4824 0 0 0 8 0 0 0 20 0 1 0 268551903 24969216 4779 33554432000 4194304 10173063 140736203958272 140736262452792 7410911 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 6096 4779 413 1460 0 4627 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24384

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 5181
/proc/meminfo: memFree=29016072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=50452 CPUtime=0.29 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 11311 0 0 0 27 2 0 0 20 0 1 0 268551903 51662848 11266 33554432000 4194304 10173063 140736203958272 140736262452792 7410845 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 12613 11266 413 1460 0 11144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50452

[startup+0.70024 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 5181
/proc/meminfo: memFree=29016072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=146032 CPUtime=0.68 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 35220 0 0 0 63 5 0 0 20 0 1 0 268551903 149536768 35131 33554432000 4194304 10173063 140736203958272 140736203954136 4638804 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 36508 35138 465 1460 0 35039 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 146032

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28744256/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=304468 CPUtime=1.48 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 87157 0 0 0 132 16 0 0 20 0 1 0 268551903 311775232 73618 33554432000 4194304 10173063 140736203958272 140736203954136 8963895 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 76117 73618 560 1460 0 74648 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 304468

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28697260/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=355732 CPUtime=3.09 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 114531 0 0 0 268 41 0 0 20 0 1 0 268551903 364269568 86175 33554432000 4194304 10173063 140736203958272 140736203954328 4516559 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 88933 86175 596 1460 0 87464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 355732

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28317736/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=737184 CPUtime=6.29 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 165984 0 0 0 571 58 0 0 20 0 1 0 268551903 754876416 177163 33554432000 4194304 10173063 140736203958272 140736203951256 8846889 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 184296 177163 782 1460 0 182827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 737184

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28271272/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=763140 CPUtime=12.68 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 171491 0 0 0 1208 60 0 0 20 0 1 0 268551903 781455360 186857 33554432000 4194304 10173063 140736203958272 140736203950792 7706073 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 190785 186857 793 1460 0 189316 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 763140

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28264400/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=777992 CPUtime=25.48 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 175685 0 0 0 2484 64 0 0 20 0 1 0 268551903 796663808 188451 33554432000 4194304 10173063 140736203958272 140736203953112 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 194498 188451 793 1460 0 193029 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 777992

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28240132/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=802928 CPUtime=51.08 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 182451 0 0 0 5038 70 0 0 20 0 1 0 268551903 822198272 194545 33554432000 4194304 10173063 140736203958272 140736203951720 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 200732 194545 797 1460 0 199263 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 802928

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5182
/proc/meminfo: memFree=28242124/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=800804 CPUtime=102.28 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 198801 0 0 0 10146 82 0 0 20 0 1 0 268551903 820023296 194637 33554432000 4194304 10173063 140736203958272 140736203951720 7661786 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 200201 194637 803 1460 0 198732 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 800804

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5220
/proc/meminfo: memFree=28691136/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=802032 CPUtime=162.27 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 207718 0 0 0 16134 93 0 0 20 0 1 0 268551903 821280768 197282 33554432000 4194304 10173063 140736203958272 140736203952104 8033045 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 200508 197282 803 1460 0 199039 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 802032

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/177 5259
/proc/meminfo: memFree=28550072/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=801604 CPUtime=222.25 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 220092 0 0 0 22119 106 0 0 20 0 1 0 268551903 820842496 194029 33554432000 4194304 10173063 140736203958272 140736203952104 8012547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 200401 194029 803 1460 0 198932 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 801604

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 5259
/proc/meminfo: memFree=28437284/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=810156 CPUtime=282.24 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 232123 0 0 0 28106 118 0 0 20 0 1 0 268551903 829599744 198367 33554432000 4194304 10173063 140736203958272 140736203952104 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 202539 198367 803 1460 0 201070 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 810156

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 5262
/proc/meminfo: memFree=28348708/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=804856 CPUtime=342.23 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 246819 0 0 0 34095 128 0 0 20 0 1 0 268551903 824172544 199660 33554432000 4194304 10173063 140736203958272 140736203951400 8886752 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 201214 199660 803 1460 0 199745 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 804856

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5262
/proc/meminfo: memFree=28366600/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=806284 CPUtime=402.22 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 255877 0 0 0 40085 137 0 0 20 0 1 0 268551903 825634816 195272 33554432000 4194304 10173063 140736203958272 140736203952104 7706032 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 201571 195272 803 1460 0 200102 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 806284

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5262
/proc/meminfo: memFree=28366524/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=796580 CPUtime=462.21 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 259531 0 0 0 46076 145 0 0 20 0 1 0 268551903 815697920 194321 33554432000 4194304 10173063 140736203958272 140736203951720 7887628 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 199145 194321 803 1460 0 197676 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 796580

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 5263
/proc/meminfo: memFree=28358936/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=809852 CPUtime=522.2 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 268530 0 0 0 52065 155 0 0 20 0 1 0 268551903 829288448 196335 33554432000 4194304 10173063 140736203958272 140736203951448 8012547 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 202463 196335 803 1460 0 200994 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 809852

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 5264
/proc/meminfo: memFree=28361820/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=811640 CPUtime=582.19 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 274750 0 0 0 58057 162 0 0 20 0 1 0 268551903 831119360 195375 33554432000 4194304 10173063 140736203958272 140736203951720 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 202910 195375 803 1460 0 201441 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 811640

[startup+642.3 s]

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

/proc/meminfo: memFree=28331144/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=835388 CPUtime=1062.12 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 333096 0 0 0 105975 237 0 0 20 0 1 0 268551903 855437312 202235 33554432000 4194304 10173063 140736203958272 140736203950792 7594611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 208847 202235 808 1460 0 207378 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 835388

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 5269
/proc/meminfo: memFree=28345480/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=836072 CPUtime=1122.11 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 355688 0 0 0 111958 253 0 0 20 0 1 0 268551903 856137728 198576 33554432000 4194304 10173063 140736203958272 140736203951912 8046977 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 209018 198576 808 1460 0 207549 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 836072

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 5269
/proc/meminfo: memFree=28335032/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=819516 CPUtime=1182.11 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 369688 0 0 0 117946 265 0 0 20 0 1 0 268551903 839184384 201118 33554432000 4194304 10173063 140736203958272 140736203951912 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 204879 201118 808 1460 0 203410 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 819516

[startup+1242.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/177 5269
/proc/meminfo: memFree=28357688/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=818228 CPUtime=1242.1 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 385007 0 0 0 123931 279 0 0 20 0 1 0 268551903 837865472 196447 33554432000 4194304 10173063 140736203958272 140736203951528 8012611 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 204557 196447 808 1460 0 203088 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 818228

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/177 5269
/proc/meminfo: memFree=28337396/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=818948 CPUtime=1302.09 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 397890 0 0 0 129915 294 0 0 20 0 1 0 268551903 838602752 200057 33554432000 4194304 10173063 140736203958272 140736203951400 8012592 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 204737 200057 808 1460 0 203268 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 818948

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/177 5269
/proc/meminfo: memFree=28317040/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=839428 CPUtime=1362.08 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 409112 0 0 0 135902 306 0 0 20 0 1 0 268551903 859574272 205034 33554432000 4194304 10173063 140736203958272 140736203951528 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 209857 205034 808 1460 0 208388 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 839428

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 5270
/proc/meminfo: memFree=28317908/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=838448 CPUtime=1422.07 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 415932 0 0 0 141893 314 0 0 20 0 1 0 268551903 858570752 204983 33554432000 4194304 10173063 140736203958272 140736203951912 8012224 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 209612 204983 808 1460 0 208143 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 838448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 5270
/proc/meminfo: memFree=28337144/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=818524 CPUtime=1482.06 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 428672 0 0 0 147879 327 0 0 20 0 1 0 268551903 838168576 200076 33554432000 4194304 10173063 140736203958272 140736203952104 8012272 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 204631 200076 808 1460 0 203162 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 818524

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 5273
/proc/meminfo: memFree=28285248/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=859204 CPUtime=1542.04 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 444031 0 0 0 153863 341 0 0 20 0 1 0 268551903 879824896 213494 33554432000 4194304 10173063 140736203958272 140736203951720 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 214801 213494 808 1460 0 213332 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 859204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 5273
/proc/meminfo: memFree=28319096/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=838836 CPUtime=1602.04 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 455305 0 0 0 159851 353 0 0 20 0 1 0 268551903 858968064 205209 33554432000 4194304 10173063 140736203958272 140736203952136 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 209709 205209 808 1460 0 208240 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 838836

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.99 3/177 5273
/proc/meminfo: memFree=28318980/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=838876 CPUtime=1662.03 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 467177 0 0 0 165839 364 0 0 20 0 1 0 268551903 859009024 205217 33554432000 4194304 10173063 140736203958272 140736203954856 7911601 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 209719 205217 808 1460 0 208250 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 838876

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/177 5274
/proc/meminfo: memFree=28299372/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=859088 CPUtime=1722.02 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 472733 0 0 0 171828 374 0 0 20 0 1 0 268551903 879706112 210006 33554432000 4194304 10173063 140736203958272 140736203951528 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 214772 210006 808 1460 0 213303 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 859088

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28235892/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=919356 CPUtime=1782.01 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 476609 0 0 0 177820 381 0 0 20 0 1 0 268551903 941420544 225814 33554432000 4194304 10173063 140736203958272 140736203951528 8982074 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 229839 225814 808 1460 0 228370 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 919356

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28260464/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=899304 CPUtime=1785.22 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 477440 0 0 0 178140 382 0 0 20 0 1 0 268551903 920887296 219750 33554432000 4194304 10173063 140736203958272 140736203951528 5134464 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 224826 219750 808 1460 0 223357 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 899304

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28293292/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=879592 CPUtime=1791.61 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 479115 0 0 0 178778 383 0 0 20 0 1 0 268551903 900702208 211573 33554432000 4194304 10173063 140736203958272 140736203950984 8033088 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 219898 211573 808 1460 0 218429 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 879592

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28258664/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=900088 CPUtime=1794.82 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 479867 0 0 0 179098 384 0 0 20 0 1 0 268551903 921690112 220201 33554432000 4194304 10173063 140736203958272 140736203950984 8046662 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 225022 220201 808 1460 0 223553 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 900088

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28258664/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=900088 CPUtime=1796.41 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 479867 0 0 0 179257 384 0 0 20 0 1 0 268551903 921690112 220201 33554432000 4194304 10173063 140736203958272 140736203952104 7595768 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 225022 220201 808 1460 0 223553 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 900088

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28258664/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=899828 CPUtime=1797.21 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 479879 0 0 0 179337 384 0 0 20 0 1 0 268551903 921423872 220148 33554432000 4194304 10173063 140736203958272 140736203952104 5061432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 224957 220148 819 1460 0 223488 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 899828

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 5274
/proc/meminfo: memFree=28258664/32873648 swapFree=7112/7112
[pid=5181] ppid=5179 vsize=738524 CPUtime=1797.61 cores=0,2,4,6
/proc/5181/stat : 5181 (scip-2.1.1.4fix) R 5179 5181 4305 0 -1 4202496 479883 0 0 0 179376 385 0 0 20 0 1 0 268551903 756248576 183585 33554432000 4194304 10173063 140736203958272 140736203957384 8992599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5181/statm: 184422 183320 823 1460 0 182953 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (KiB) 738524

Child status: 0
Real time (s): 1797.93
CPU time (s): 1797.65
CPU user time (s): 1793.78
CPU system time (s): 3.86641
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 920428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 3.86641
maximum resident set size= 904232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479895
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= 14
involuntary context switches= 1861

runsolver used 2.54961 second user time and 7.2659 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-26 11:24:20
IDJOB=3690631
IDBENCH=89714
IDSOLVER=2270
FILE ID=node126/3690631-1338024260
RUNJOBID= node126-1338016934-4321
PBS_JOBID= 14624345
Free space on /tmp= 71416 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-47.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-3690631-1338024260/watcher-3690631-1338024260 -o /tmp/evaluation-result-3690631-1338024260/solver-3690631-1338024260 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690631-1338024260.opb -t 1800 -m 15500

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1566804025

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29015964 kB
Buffers:          258780 kB
Cached:          2305420 kB
SwapCached:        17768 kB
Active:          1186044 kB
Inactive:        1901352 kB
Active(anon):     505848 kB
Inactive(anon):    19404 kB
Active(file):     680196 kB
Inactive(file):  1881948 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:             22848 kB
Writeback:            24 kB
AnonPages:        615844 kB
Mapped:            13220 kB
Shmem:                 0 kB
Slab:             630392 kB
SReclaimable:      74812 kB
SUnreclaim:       555580 kB
KernelStack:        1440 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     631296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71404 MiB
End job on node126 at 2012-05-26 11:54:18