Trace number 3730493

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.75 1790.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
MD5SUM72bb077846a4d869a09744c0b238b13c
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 benchmark0.115982
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2340
Total number of constraints1678
Number of constraints which are clauses1599
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3730493-1338682159.opb>
0.00/0.04	c original problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 constraints
0.00/0.04	c problem read
0.00/0.04	c No objective function, only one solution is needed.
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.08	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1678 upgd conss, 0 impls, 79 clqs
0.00/0.10	c presolving (2 rounds):
0.00/0.10	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.10	c  0 implications, 79 cliques
0.00/0.10	c presolved problem has 2340 variables (2340 bin, 0 int, 0 impl, 0 cont) and 1678 constraints
0.00/0.10	c      79 constraints of type <setppc>
0.00/0.10	c    1599 constraints of type <logicor>
0.00/0.10	c transformed objective value is always integral (scale: 1)
0.00/0.10	c Presolving Time: 0.05
0.00/0.10	c - non default parameters ----------------------------------------------------------------------
0.00/0.10	c # SCIP version 1.2.1.3
0.00/0.10	c 
0.00/0.10	c # frequency for displaying node information lines
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.10	c display/freq = 10000
0.00/0.10	c 
0.00/0.10	c # maximal time in seconds to run
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.10	c limits/time = 1789.97
0.00/0.10	c 
0.00/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.10	c limits/memory = 13950
0.00/0.10	c 
0.00/0.10	c # solving stops, if the given number of solutions were found (-1: no limit)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c limits/solutions = 1
0.00/0.10	c 
0.00/0.10	c # maximal number of separation rounds per node (-1: unlimited)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 5]
0.00/0.10	c separating/maxrounds = 1
0.00/0.10	c 
0.00/0.10	c # maximal number of separation rounds in the root node (-1: unlimited)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c separating/maxroundsroot = 5
0.00/0.10	c 
0.00/0.10	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.10	c # [type: int, range: [1,2], default: 1]
0.00/0.10	c timing/clocktype = 2
0.00/0.10	c 
0.00/0.10	c # should presolving try to simplify inequalities
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c constraints/linear/simplifyinequalities = TRUE
0.00/0.10	c 
0.00/0.10	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c constraints/indicator/addCouplingCons = TRUE
0.00/0.10	c 
0.00/0.10	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.00/0.10	c constraints/knapsack/disaggregation = FALSE
0.00/0.10	c 
0.00/0.10	c # should presolving try to simplify knapsacks
0.00/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.10	c 
0.00/0.10	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c presolving/probing/maxrounds = 0
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/coefdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/coefdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/coefdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 30]
0.00/0.10	c heuristics/crossover/freq = -1
0.00/0.10	c 
0.00/0.10	c # number of nodes added to the contingent of the total nodes
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.10	c heuristics/crossover/nodesofs = 750
0.00/0.10	c 
0.00/0.10	c # number of nodes without incumbent change that heuristic should wait
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.00/0.10	c heuristics/crossover/nwaitingnodes = 100
0.00/0.10	c 
0.00/0.10	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.00/0.10	c # [type: real, range: [0,1], default: 0.1]
0.00/0.10	c heuristics/crossover/nodesquot = 0.15
0.00/0.10	c 
0.00/0.10	c # minimum percentage of integer variables that have to be fixed 
0.00/0.10	c # [type: real, range: [0,1], default: 0.666]
0.00/0.10	c heuristics/crossover/minfixingrate = 0.5
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/feaspump/freq = -1
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/feaspump/maxlpiterofs = 2000
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/fracdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/fracdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/fracdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/guideddiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/guideddiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/guideddiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/intdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/intshifting/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/linesearchdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/nlp/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/objpscostdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to total iteration number
0.00/0.10	c # [type: real, range: [0,1], default: 0.01]
0.00/0.10	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/oneopt/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/pscostdiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/pscostdiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c heuristics/rens/freq = -1
0.00/0.10	c 
0.00/0.10	c # minimum percentage of integer variables that have to be fixable 
0.00/0.10	c # [type: real, range: [0,1], default: 0.5]
0.00/0.10	c heuristics/rens/minfixingrate = 0.3
0.00/0.10	c 
0.00/0.10	c # number of nodes added to the contingent of the total nodes
0.00/0.10	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.00/0.10	c heuristics/rens/nodesofs = 2000
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 20]
0.00/0.10	c heuristics/rootsoldiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.00/0.10	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/rounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/shifting/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/simplerounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c heuristics/trivial/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/trysol/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 10]
0.00/0.10	c heuristics/veclendiving/freq = -1
0.00/0.10	c 
0.00/0.10	c # maximal fraction of diving LP iterations compared to node LP iterations
0.00/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.00/0.10	c heuristics/veclendiving/maxlpiterquot = 0.075
0.00/0.10	c 
0.00/0.10	c # additional number of allowed LP iterations
0.00/0.10	c # [type: int, range: [0,2147483647], default: 1000]
0.00/0.10	c heuristics/veclendiving/maxlpiterofs = 1500
0.00/0.10	c 
0.00/0.10	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.10	c heuristics/zirounding/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c separating/cmir/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: 0]
0.00/0.10	c separating/flowcover/freq = -1
0.00/0.10	c 
0.00/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.10	c separating/rapidlearning/freq = 0
0.00/0.10	c 
0.00/0.10	c -----------------------------------------------------------------------------------------------
0.00/0.10	c start solving
0.00/0.10	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     0 |  1091 |     - |  10M|   0 | 315 |2340 |1678 |2340 |1678 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |  1625 |     - |  10M|   0 | 378 |2340 |1678 |2340 |1695 |  17 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |  2105 |     - |  10M|   0 | 434 |2340 |1678 |2340 |1707 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.78/0.85	c   0.8s|     1 |     0 |  2649 |     - |  10M|   0 | 477 |2340 |1678 |2340 |1724 |  46 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.08	c   1.0s|     1 |     0 |  3200 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1740 |  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |  3830 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1756 |  78 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.76	c   1.7s|     1 |     2 |  3830 |     - |  10M|   0 | 493 |2340 |1678 |2340 |1756 |  78 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
53.38/53.42	c  53.4s| 10000 |   320 | 66787 |   6.3 |  15M|  97 |   9 |2340 |5091 |2340 |1716 |  78 |  10k|2165 | 0.000000e+00 |      --      |    Inf 
80.17/80.20	c  80.2s| 20000 |   315 |124779 |   6.0 |  17M| 101 |  10 |2340 |6315 |2340 |1716 |  78 |  19k|2297 | 0.000000e+00 |      --      |    Inf 
106.57/106.69	c   107s| 30000 |   315 |179066 |   5.8 |  18M| 101 |   - |2340 |7596 |2340 |1716 |  78 |  28k|2439 | 0.000000e+00 |      --      |    Inf 
133.76/133.85	c   134s| 40000 |   317 |234805 |   5.8 |  19M| 104 |   - |2340 |9116 |2340 |1716 |  78 |  36k|2510 | 0.000000e+00 |      --      |    Inf 
163.56/163.64	c   164s| 50000 |   313 |289891 |   5.7 |  19M| 106 |   - |2340 |8537 |2340 |1716 |  78 |  44k|2520 | 0.000000e+00 |      --      |    Inf 
191.05/191.17	c   191s| 60000 |   311 |343287 |   5.7 |  19M| 106 |   - |2340 |8459 |2340 |1716 |  78 |  52k|2803 | 0.000000e+00 |      --      |    Inf 
217.54/217.66	c   218s| 70000 |   304 |392547 |   5.6 |  18M| 106 |   - |2340 |7413 |2340 |1716 |  78 |  62k|2813 | 0.000000e+00 |      --      |    Inf 
243.44/243.59	c   244s| 80000 |   307 |443111 |   5.5 |  19M| 106 |   - |2340 |8315 |2340 |1716 |  78 |  71k|2818 | 0.000000e+00 |      --      |    Inf 
269.14/269.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.14/269.26	c   269s| 90000 |   313 |491351 |   5.4 |  19M| 106 |  11 |2340 |8998 |2340 |1716 |  78 |  80k|2853 | 0.000000e+00 |      --      |    Inf 
297.73/297.81	c   298s|100000 |   311 |539540 |   5.4 |  20M| 106 |   - |2340 |  10k|2340 |1716 |  78 |  88k|2897 | 0.000000e+00 |      --      |    Inf 
325.13/325.22	c   325s|110000 |   305 |590000 |   5.3 |  19M| 106 |   - |2340 |8893 |2340 |1716 |  78 |  96k|2941 | 0.000000e+00 |      --      |    Inf 
352.83/352.92	c   353s|120000 |   305 |648546 |   5.4 |  18M| 106 |  19 |2340 |7830 |2340 |1716 |  78 | 105k|3859 | 0.000000e+00 |      --      |    Inf 
376.62/376.78	c   377s|130000 |   308 |711179 |   5.4 |  18M| 106 |  24 |2340 |7587 |2340 |1716 |  78 | 113k|4019 | 0.000000e+00 |      --      |    Inf 
401.32/401.41	c   401s|140000 |   305 |773075 |   5.5 |  21M| 106 |   - |2340 |  10k|2340 |1716 |  78 | 120k|4147 | 0.000000e+00 |      --      |    Inf 
426.31/426.40	c   426s|150000 |   308 |840481 |   5.6 |  22M| 106 |   - |2340 |  11k|2340 |1716 |  78 | 128k|4253 | 0.000000e+00 |      --      |    Inf 
450.60/450.74	c   451s|160000 |   318 |894426 |   5.6 |  24M| 106 |  11 |2340 |  13k|2340 |1716 |  78 | 136k|4318 | 0.000000e+00 |      --      |    Inf 
476.31/476.48	c   476s|170000 |   307 |965286 |   5.7 |  23M| 106 |  17 |2340 |  13k|2340 |1716 |  78 | 145k|4439 | 0.000000e+00 |      --      |    Inf 
502.90/503.04	c   503s|180000 |   303 |  1038k|   5.8 |  23M| 106 |   - |2340 |  12k|2340 |1716 |  78 | 155k|4607 | 0.000000e+00 |      --      |    Inf 
529.50/529.63	c   530s|190000 |   307 |  1097k|   5.8 |  20M| 106 |   - |2340 |8589 |2340 |1716 |  78 | 163k|4795 | 0.000000e+00 |      --      |    Inf 
552.29/552.49	c   552s|200000 |   308 |  1157k|   5.8 |  20M| 106 |   - |2340 |9117 |2340 |1716 |  78 | 171k|4917 | 0.000000e+00 |      --      |    Inf 
575.68/575.80	c   576s|210000 |   312 |  1220k|   5.8 |  20M| 106 |  18 |2340 |9705 |2340 |1716 |  78 | 179k|4993 | 0.000000e+00 |      --      |    Inf 
599.69/599.89	c   600s|220000 |   316 |  1283k|   5.8 |  22M| 106 |   - |2340 |  11k|2340 |1716 |  78 | 186k|5111 | 0.000000e+00 |      --      |    Inf 
625.18/625.38	c   625s|230000 |   312 |  1348k|   5.8 |  21M| 106 |  17 |2340 |  10k|2340 |1716 |  78 | 193k|5184 | 0.000000e+00 |      --      |    Inf 
651.48/651.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
651.48/651.65	c   652s|240000 |   319 |  1402k|   5.8 |  22M| 106 |  12 |2340 |  12k|2340 |1716 |  78 | 200k|5249 | 0.000000e+00 |      --      |    Inf 
678.48/678.69	c   679s|250000 |   313 |  1456k|   5.8 |  21M| 106 |  10 |2340 |9808 |2340 |1716 |  78 | 206k|5384 | 0.000000e+00 |      --      |    Inf 
701.97/702.15	c   702s|260000 |   317 |  1512k|   5.8 |  22M| 106 |   - |2340 |  11k|2340 |1716 |  78 | 213k|5492 | 0.000000e+00 |      --      |    Inf 
726.17/726.31	c   726s|270000 |   313 |  1569k|   5.8 |  23M| 106 |   - |2340 |  12k|2340 |1716 |  78 | 220k|5564 | 0.000000e+00 |      --      |    Inf 
751.76/751.99	c   752s|280000 |   323 |  1624k|   5.8 |  24M| 106 |  13 |2340 |  14k|2340 |1716 |  78 | 227k|5631 | 0.000000e+00 |      --      |    Inf 
777.15/777.38	c   777s|290000 |   322 |  1689k|   5.8 |  22M| 106 |  12 |2340 |  11k|2340 |1716 |  78 | 235k|5777 | 0.000000e+00 |      --      |    Inf 
801.86/802.06	c   802s|300000 |   322 |  1754k|   5.8 |  23M| 106 |   - |2340 |  12k|2340 |1716 |  78 | 243k|5858 | 0.000000e+00 |      --      |    Inf 
826.95/827.19	c   827s|310000 |   330 |  1823k|   5.9 |  24M| 106 |   - |2340 |  14k|2340 |1716 |  78 | 252k|5968 | 0.000000e+00 |      --      |    Inf 
852.85/853.07	c   853s|320000 |   326 |  1891k|   5.9 |  27M| 106 |   - |2340 |  16k|2340 |1716 |  78 | 261k|6038 | 0.000000e+00 |      --      |    Inf 
879.24/879.44	c   879s|330000 |   323 |  1957k|   5.9 |  26M| 106 |  13 |2340 |  15k|2340 |1716 |  78 | 271k|6166 | 0.000000e+00 |      --      |    Inf 
905.53/905.76	c   906s|340000 |   321 |  2016k|   5.9 |  26M| 106 |   6 |2340 |  15k|2340 |1716 |  78 | 279k|6236 | 0.000000e+00 |      --      |    Inf 
931.13/931.30	c   931s|350000 |   317 |  2072k|   5.9 |  26M| 106 |   - |2340 |  16k|2340 |1716 |  78 | 286k|6306 | 0.000000e+00 |      --      |    Inf 
958.03/958.22	c   958s|360000 |   316 |  2128k|   5.9 |  28M| 106 |   - |2340 |  17k|2340 |1716 |  78 | 292k|6401 | 0.000000e+00 |      --      |    Inf 
982.62/982.84	c   983s|370000 |   322 |  2185k|   5.9 |  26M| 106 |  14 |2340 |  15k|2340 |1716 |  78 | 301k|6497 | 0.000000e+00 |      --      |    Inf 
1008.22/1008.48	c  1008s|380000 |   315 |  2246k|   5.9 |  27M| 106 |   - |2340 |  16k|2340 |1716 |  78 | 310k|6574 | 0.000000e+00 |      --      |    Inf 
1036.12/1036.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1036.12/1036.36	c  1036s|390000 |   325 |  2319k|   5.9 |  31M| 106 |   8 |2340 |  20k|2340 |1716 |  78 | 320k|6641 | 0.000000e+00 |      --      |    Inf 
1064.51/1064.77	c  1065s|400000 |   320 |  2389k|   6.0 |  32M| 106 |   - |2340 |  22k|2340 |1716 |  78 | 329k|6708 | 0.000000e+00 |      --      |    Inf 
1092.61/1092.85	c  1093s|410000 |   313 |  2451k|   6.0 |  28M| 106 |   - |2340 |  17k|2340 |1716 |  78 | 337k|6817 | 0.000000e+00 |      --      |    Inf 
1117.41/1117.66	c  1118s|420000 |   321 |  2515k|   6.0 |  27M| 106 |   - |2340 |  16k|2340 |1716 |  78 | 346k|6930 | 0.000000e+00 |      --      |    Inf 
1142.80/1143.03	c  1143s|430000 |   326 |  2576k|   6.0 |  29M| 106 |  13 |2340 |  18k|2340 |1716 |  78 | 353k|6992 | 0.000000e+00 |      --      |    Inf 
1169.90/1170.13	c  1170s|440000 |   320 |  2638k|   6.0 |  28M| 107 |  11 |2340 |  17k|2340 |1716 |  78 | 361k|7097 | 0.000000e+00 |      --      |    Inf 
1194.59/1194.83	c  1195s|450000 |   326 |  2700k|   6.0 |  27M| 107 |  13 |2340 |  16k|2340 |1716 |  78 | 370k|7159 | 0.000000e+00 |      --      |    Inf 
1220.28/1220.54	c  1221s|460000 |   322 |  2762k|   6.0 |  27M| 107 |   - |2340 |  16k|2340 |1716 |  78 | 376k|7208 | 0.000000e+00 |      --      |    Inf 
1245.88/1246.15	c  1246s|470000 |   329 |  2820k|   6.0 |  27M| 107 |   - |2340 |  16k|2340 |1716 |  78 | 384k|7274 | 0.000000e+00 |      --      |    Inf 
1270.88/1271.17	c  1271s|480000 |   328 |  2876k|   6.0 |  30M| 107 |   - |2340 |  20k|2340 |1716 |  78 | 393k|7343 | 0.000000e+00 |      --      |    Inf 
1297.37/1297.68	c  1298s|490000 |   322 |  2935k|   6.0 |  28M| 108 |   - |2340 |  18k|2340 |1716 |  78 | 401k|7405 | 0.000000e+00 |      --      |    Inf 
1322.97/1323.29	c  1323s|500000 |   318 |  3001k|   6.0 |  30M| 108 |   - |2340 |  20k|2340 |1716 |  78 | 409k|7478 | 0.000000e+00 |      --      |    Inf 
1350.87/1351.17	c  1351s|510000 |   325 |  3067k|   6.0 |  31M| 108 |   - |2340 |  20k|2340 |1716 |  78 | 418k|7637 | 0.000000e+00 |      --      |    Inf 
1375.66/1375.96	c  1376s|520000 |   324 |  3123k|   6.0 |  31M| 108 |  11 |2340 |  21k|2340 |1716 |  78 | 425k|7686 | 0.000000e+00 |      --      |    Inf 
1403.15/1403.44	c  1403s|530000 |   328 |  3199k|   6.0 |  33M| 108 |   - |2340 |  22k|2340 |1716 |  78 | 436k|7771 | 0.000000e+00 |      --      |    Inf 
1429.86/1430.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1429.86/1430.12	c  1430s|540000 |   318 |  3264k|   6.0 |  30M| 108 |  15 |2340 |  19k|2340 |1716 |  78 | 445k|7883 | 0.000000e+00 |      --      |    Inf 
1454.65/1454.90	c  1455s|550000 |   329 |  3322k|   6.0 |  30M| 108 |   - |2340 |  19k|2340 |1716 |  78 | 454k|7950 | 0.000000e+00 |      --      |    Inf 
1479.84/1480.17	c  1480s|560000 |   322 |  3376k|   6.0 |  30M| 108 |   - |2340 |  19k|2340 |1716 |  78 | 461k|8020 | 0.000000e+00 |      --      |    Inf 
1504.74/1505.02	c  1505s|570000 |   320 |  3438k|   6.0 |  31M| 108 |   - |2340 |  21k|2340 |1716 |  78 | 469k|8101 | 0.000000e+00 |      --      |    Inf 
1530.83/1531.13	c  1531s|580000 |   323 |  3497k|   6.0 |  31M| 108 |   - |2340 |  20k|2340 |1716 |  78 | 478k|8185 | 0.000000e+00 |      --      |    Inf 
1555.94/1556.22	c  1556s|590000 |   314 |  3553k|   6.0 |  32M| 108 |   - |2340 |  22k|2340 |1716 |  78 | 485k|8237 | 0.000000e+00 |      --      |    Inf 
1583.13/1583.42	c  1583s|600000 |   317 |  3624k|   6.0 |  33M| 108 |   - |2340 |  23k|2340 |1716 |  78 | 495k|8321 | 0.000000e+00 |      --      |    Inf 
1609.52/1609.81	c  1610s|610000 |   327 |  3686k|   6.0 |  29M| 111 |   - |2340 |  18k|2340 |1716 |  78 | 503k|8384 | 0.000000e+00 |      --      |    Inf 
1637.22/1637.59	c  1638s|620000 |   330 |  3746k|   6.0 |  32M| 111 |  22 |2340 |  21k|2340 |1716 |  78 | 512k|8440 | 0.000000e+00 |      --      |    Inf 
1664.72/1665.04	c  1665s|630000 |   329 |  3814k|   6.0 |  33M| 111 |  18 |2340 |  22k|2340 |1716 |  78 | 522k|8501 | 0.000000e+00 |      --      |    Inf 
1691.52/1691.89	c  1692s|640000 |   322 |  3876k|   6.1 |  31M| 111 |  16 |2340 |  20k|2340 |1716 |  78 | 530k|8617 | 0.000000e+00 |      --      |    Inf 
1717.92/1718.20	c  1718s|650000 |   325 |  3935k|   6.0 |  33M| 111 |  19 |2340 |  22k|2340 |1716 |  78 | 538k|8697 | 0.000000e+00 |      --      |    Inf 
1745.21/1745.59	c  1746s|660000 |   318 |  3991k|   6.0 |  32M| 111 |  18 |2340 |  22k|2340 |1716 |  78 | 546k|8754 | 0.000000e+00 |      --      |    Inf 
1772.30/1772.64	c  1773s|670000 |   325 |  4051k|   6.0 |  33M| 111 |  22 |2340 |  22k|2340 |1716 |  78 | 554k|8828 | 0.000000e+00 |      --      |    Inf 
1789.70/1790.01	c 
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time (sec) : 1789.97
1789.70/1790.01	c Solving Nodes      : 676409
1789.70/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.70/1790.01	c Gap                : infinite
1789.70/1790.01	s UNKNOWN
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time       :    1789.97
1789.70/1790.01	c Original Problem   :
1789.70/1790.01	c   Problem name     : HOME/instance-3730493-1338682159.opb
1789.70/1790.01	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 1678 initial, 1678 maximal
1789.70/1790.01	c Presolved Problem  :
1789.70/1790.01	c   Problem name     : t_HOME/instance-3730493-1338682159.opb
1789.70/1790.01	c   Variables        : 2340 (2340 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.01	c   Constraints      : 1678 initial, 24847 maximal
1789.70/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1789.70/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   integral         :          0          0          0     340185          0        148        937          0          0     678444
1789.70/1790.01	c   setppc           :         79          5    2316610          0          0        203   16316199          0          0          0
1789.70/1790.01	c   logicor          :       1599+         5     683733          0          0        377     556297          0          0          0
1789.70/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.01	c   integral         :      44.16       0.00       0.00      44.16       0.00
1789.70/1790.01	c   setppc           :      12.80       0.00      12.80       0.00       0.00
1789.70/1790.01	c   logicor          :      63.91       0.00      63.91       0.00       0.00
1789.70/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.01	c   vbounds          :       0.29          1          0          0
1789.70/1790.01	c   rootredcost      :       0.27          0          0          0
1789.70/1790.01	c   pseudoobj        :       0.21          0          0          0
1789.70/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.01	c   propagation      :       0.59        580        578      26971      163.7          4      124.8          -
1789.70/1790.01	c   infeasible LP    :     670.96     336668     330239   15330701      218.5        693       91.2          0
1789.70/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.01	c   applied globally :          -          -          -     560419      103.2          -          -          -
1789.70/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.01	c   cut pool         :       0.00          4          -          -          0          -    (maximal pool size: 156)
1789.70/1790.01	c   redcost          :      10.19     339409          0          0          0          0
1789.70/1790.01	c   impliedbounds    :       0.00          5          0          0          0          0
1789.70/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.01	c   gomory           :       0.17          5          0          0       2481          0
1789.70/1790.01	c   strongcg         :       0.16          5          0          0       2481          0
1789.70/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.70/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.70/1790.01	c   clique           :       0.02          5          0          0          0          0
1789.70/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.01	c   rapidlearning    :       0.07          1          0          0          0          0
1789.70/1790.01	c Pricers            :       Time      Calls       Vars
1789.70/1790.01	c   problem variables:       0.00          0          0
1789.70/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.01	c   relpscost        :      43.94     340185        148        937          0          0     678444
1789.70/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.01	c   LP solutions     :       0.00          -          0
1789.70/1790.01	c   pseudo solutions :       0.00          -          0
1789.70/1790.01	c   trivial          :       0.00          1          0
1789.70/1790.01	c   simplerounding   :       0.00          0          0
1789.70/1790.01	c   zirounding       :       0.00          0          0
1789.70/1790.01	c   rounding         :       0.00          0          0
1789.70/1790.01	c   shifting         :       0.00          0          0
1789.70/1790.01	c   intshifting      :       0.00          0          0
1789.70/1790.01	c   oneopt           :       0.00          0          0
1789.70/1790.01	c   twoopt           :       0.00          0          0
1789.70/1790.01	c   fixandinfer      :       0.00          0          0
1789.70/1790.01	c   feaspump         :       0.00          0          0
1789.70/1790.01	c   coefdiving       :       0.00          0          0
1789.70/1790.01	c   pscostdiving     :       0.00          0          0
1789.70/1790.01	c   fracdiving       :       0.00          0          0
1789.70/1790.01	c   veclendiving     :       0.00          0          0
1789.70/1790.01	c   intdiving        :       0.00          0          0
1789.70/1790.01	c   actconsdiving    :       0.00          0          0
1789.70/1790.01	c   objpscostdiving  :       0.00          0          0
1789.70/1790.01	c   rootsoldiving    :       0.00          0          0
1789.70/1790.01	c   linesearchdiving :       0.00          0          0
1789.70/1790.01	c   guideddiving     :       0.00          0          0
1789.70/1790.01	c   octane           :       0.00          0          0
1789.70/1790.01	c   rens             :       0.00          0          0
1789.70/1790.01	c   rins             :       0.00          0          0
1789.70/1790.01	c   localbranching   :       0.00          0          0
1789.70/1790.01	c   mutation         :       0.00          0          0
1789.70/1790.01	c   crossover        :       0.00          0          0
1789.70/1790.01	c   dins             :       0.00          0          0
1789.70/1790.01	c   undercover       :       0.00          0          0
1789.70/1790.01	c   nlp              :       0.00          0          0
1789.70/1790.01	c   trysol           :       0.00          0          0
1789.70/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1789.70/1790.01	c   dual LP          :     778.25     669941    4092268       6.11    5258.28
1789.70/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.01	c   diving/probing LP:       0.00          0          0       0.00          -
1789.70/1790.01	c   strong branching :      40.76       8876     178163      20.07    4371.40
1789.70/1790.01	c     (at root node) :          -         33       1954      59.21          -
1789.70/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.01	c B&B Tree           :
1789.70/1790.01	c   number of runs   :          1
1789.70/1790.01	c   nodes            :     676409
1789.70/1790.01	c   nodes (total)    :     676409
1789.70/1790.01	c   nodes left       :        325
1789.70/1790.01	c   max depth        :        111
1789.70/1790.01	c   max depth (total):        111
1789.70/1790.01	c   backtracks       :     127227 (18.8%)
1789.70/1790.01	c   delayed cutoffs  :       1711
1789.70/1790.01	c   repropagations   :     851197 (2754160 domain reductions, 209 cutoffs)
1789.70/1790.01	c   avg switch length:       3.98
1789.70/1790.01	c   switching time   :      72.51
1789.70/1790.01	c Solution           :
1789.70/1790.01	c   Solutions found  :          0 (0 improvements)
1789.70/1790.01	c   Primal Bound     :          -
1789.70/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.70/1790.01	c   Gap              :   infinite
1789.70/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.70/1790.01	c   Root Iterations  :       3830
1789.70/1790.04	c Time complete: 1789.75.

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-3730493-1338682159/watcher-3730493-1338682159 -o /tmp/evaluation-result-3730493-1338682159/solver-3730493-1338682159 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730493-1338682159.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.91 3/176 8802
/proc/meminfo: memFree=25399524/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=10032 CPUtime=0 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 1775 0 0 0 0 0 0 0 20 0 1 0 334341340 10272768 1721 33554432000 4194304 8395647 140734211306992 140737346284312 5756997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 2554 1724 376 1026 0 1524 0

[startup+0.105867 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 8802
/proc/meminfo: memFree=25399524/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=31784 CPUtime=0.09 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 7337 0 0 0 8 1 0 0 20 0 1 0 334341340 32546816 6929 33554432000 4194304 8395647 140734211306992 140737346284312 7385355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 7946 6929 515 1026 0 6916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31784

[startup+0.200309 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 8802
/proc/meminfo: memFree=25399524/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=38180 CPUtime=0.19 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 8878 0 0 0 18 1 0 0 20 0 1 0 334341340 39096320 8434 33554432000 4194304 8395647 140734211306992 140737346284312 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 9545 8434 556 1026 0 8515 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38180

[startup+0.3003 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 8802
/proc/meminfo: memFree=25399524/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=60596 CPUtime=0.29 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 14227 0 0 0 27 2 0 0 20 0 1 0 334341340 62050304 13783 33554432000 4194304 8395647 140734211306992 140734211300712 7385355 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 15149 13783 584 1026 0 14119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60596

[startup+0.700245 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 8802
/proc/meminfo: memFree=25399524/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=0.69 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15289 0 0 0 67 2 0 0 20 0 1 0 334341340 60710912 13755 33554432000 4194304 8395647 140734211306992 140734211300712 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13755 598 1026 0 13792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59288

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8803
/proc/meminfo: memFree=25346460/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=1.49 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15597 0 0 0 146 3 0 0 20 0 1 0 334341340 60710912 13914 33554432000 4194304 8395647 140734211306992 140734211302504 6622155 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13914 598 1026 0 13792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59288

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8803
/proc/meminfo: memFree=25345964/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=3.08 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15599 0 0 0 305 3 0 0 20 0 1 0 334341340 60710912 13916 33554432000 4194304 8395647 140734211306992 140734211301544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13916 600 1026 0 13792 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59288

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8803
/proc/meminfo: memFree=25345576/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=6.29 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15599 0 0 0 624 5 0 0 20 0 1 0 334341340 60710912 13916 33554432000 4194304 8395647 140734211306992 140734211302296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13916 600 1026 0 13792 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59288

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8803
/proc/meminfo: memFree=25345476/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=12.68 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15599 0 0 0 1259 9 0 0 20 0 1 0 334341340 60710912 13916 33554432000 4194304 8395647 140734211306992 140734211301544 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13916 600 1026 0 13792 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59288

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8803
/proc/meminfo: memFree=25345732/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=25.49 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15599 0 0 0 2533 16 0 0 20 0 1 0 334341340 60710912 13916 33554432000 4194304 8395647 140734211306992 140734211302296 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 13916 600 1026 0 13792 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59288

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 8844
/proc/meminfo: memFree=26137112/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=59288 CPUtime=51.08 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15610 0 0 0 5081 27 0 0 20 0 1 0 334341340 60710912 14177 33554432000 4194304 8395647 140734211306992 140734211302120 6023245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 14822 14177 605 1026 0 13792 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59288

[startup+102.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/177 8844
/proc/meminfo: memFree=26126948/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=60264 CPUtime=102.27 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 15851 0 0 0 10180 47 0 0 20 0 1 0 334341340 61710336 14507 33554432000 4194304 8395647 140734211306992 140734211302456 6023153 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 15066 14507 605 1026 0 14036 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60264

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 8845
/proc/meminfo: memFree=26121648/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=63592 CPUtime=162.26 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 16681 0 0 0 16156 70 0 0 20 0 1 0 334341340 65118208 15337 33554432000 4194304 8395647 140734211306992 140734211302600 4706433 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 15898 15337 605 1026 0 14868 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 63592

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8845
/proc/meminfo: memFree=26118612/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=65664 CPUtime=222.25 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 17190 0 0 0 22131 94 0 0 20 0 1 0 334341340 67239936 15897 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 16416 15897 605 1026 0 15386 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 65664

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/177 8845
/proc/meminfo: memFree=26118612/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=66116 CPUtime=282.24 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 17317 0 0 0 28106 118 0 0 20 0 1 0 334341340 67702784 16024 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 16529 16024 605 1026 0 15499 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 66116

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 8845
/proc/meminfo: memFree=26114024/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=67616 CPUtime=342.23 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 17701 0 0 0 34080 143 0 0 20 0 1 0 334341340 69238784 16408 33554432000 4194304 8395647 140734211306992 140734211302600 6023215 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 16904 16408 605 1026 0 15874 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 67616

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 8845
/proc/meminfo: memFree=26110320/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=70296 CPUtime=402.22 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 18377 0 0 0 40048 174 0 0 20 0 1 0 334341340 71983104 17081 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 17574 17081 605 1026 0 16544 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 70296

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 8846
/proc/meminfo: memFree=26100016/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=72228 CPUtime=462.21 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 18868 0 0 0 46013 208 0 0 20 0 1 0 334341340 73961472 17572 33554432000 4194304 8395647 140734211306992 140734211302120 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 18057 17572 605 1026 0 17027 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 72228

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 8846
/proc/meminfo: memFree=26094932/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=75436 CPUtime=522.19 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 19642 0 0 0 51981 238 0 0 20 0 1 0 334341340 77246464 18346 33554432000 4194304 8395647 140734211306992 140734211302600 6023409 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 18859 18346 605 1026 0 17829 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 75436

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/177 8846
/proc/meminfo: memFree=26096104/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=75436 CPUtime=582.19 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 19658 0 0 0 57949 270 0 0 20 0 1 0 334341340 77246464 18363 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 18859 18363 605 1026 0 17829 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 75436

[startup+642.3 s]

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

/proc/meminfo: memFree=26173860/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=80020 CPUtime=1002.12 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 20819 0 0 0 99760 452 0 0 20 0 1 0 334341340 81940480 19524 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 20005 19524 605 1026 0 18975 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 80020

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8928
/proc/meminfo: memFree=26169516/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=84940 CPUtime=1062.11 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22020 0 0 0 105732 479 0 0 20 0 1 0 334341340 86978560 20725 33554432000 4194304 8395647 140734211306992 140734211301800 6023201 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21235 20725 605 1026 0 20205 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 84940

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8928
/proc/meminfo: memFree=26167968/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=86092 CPUtime=1122.11 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22295 0 0 0 111702 509 0 0 20 0 1 0 334341340 88158208 21030 33554432000 4194304 8395647 140734211306992 140734211302552 6023234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21523 21030 605 1026 0 20493 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 86092

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8928
/proc/meminfo: memFree=26168468/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=86092 CPUtime=1182.1 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22296 0 0 0 117674 536 0 0 20 0 1 0 334341340 88158208 21031 33554432000 4194304 8395647 140734211306992 140734211302600 6023201 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21523 21031 605 1026 0 20493 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 86092

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8931
/proc/meminfo: memFree=26167940/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=86092 CPUtime=1242.08 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22311 0 0 0 123650 558 0 0 20 0 1 0 334341340 88158208 21046 33554432000 4194304 8395647 140734211306992 140734211302088 6023245 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21523 21046 605 1026 0 20493 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 86092

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8931
/proc/meminfo: memFree=26168764/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=86244 CPUtime=1302.08 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22356 0 0 0 129621 587 0 0 20 0 1 0 334341340 88313856 21091 33554432000 4194304 8395647 140734211306992 140734211302456 6034415 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21561 21091 605 1026 0 20531 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 86244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8932
/proc/meminfo: memFree=26167220/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=87856 CPUtime=1362.07 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 22736 0 0 0 135591 616 0 0 20 0 1 0 334341340 89964544 21470 33554432000 4194304 8395647 140734211306992 140734211302504 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 21964 21470 605 1026 0 20934 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 87856

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8932
/proc/meminfo: memFree=26165980/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=89028 CPUtime=1422.06 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23045 0 0 0 141561 645 0 0 20 0 1 0 334341340 91164672 21779 33554432000 4194304 8395647 140734211306992 140734211302552 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22257 21779 605 1026 0 21227 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 89028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8932
/proc/meminfo: memFree=26165792/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=89188 CPUtime=1482.05 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23072 0 0 0 147532 673 0 0 20 0 1 0 334341340 91328512 21806 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22297 21806 605 1026 0 21267 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 89188

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8932
/proc/meminfo: memFree=26166168/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=89188 CPUtime=1542.04 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23088 0 0 0 153505 699 0 0 20 0 1 0 334341340 91328512 21822 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22297 21822 605 1026 0 21267 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 89188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8932
/proc/meminfo: memFree=26165920/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=89336 CPUtime=1602.02 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23104 0 0 0 159473 729 0 0 20 0 1 0 334341340 91480064 21838 33554432000 4194304 8395647 140734211306992 140734211302600 6023234 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22334 21838 605 1026 0 21304 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 89336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8933
/proc/meminfo: memFree=26165796/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=89336 CPUtime=1662.02 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23105 0 0 0 165446 756 0 0 20 0 1 0 334341340 91480064 21839 33554432000 4194304 8395647 140734211306992 140734211302600 6019731 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22334 21839 605 1026 0 21304 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 89336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 8933
/proc/meminfo: memFree=26164680/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=90640 CPUtime=1722.01 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23431 0 0 0 171419 782 0 0 20 0 1 0 334341340 92815360 22165 33554432000 4194304 8395647 140734211306992 140734211302552 6644176 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22660 22165 605 1026 0 21630 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 90640

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 8971
/proc/meminfo: memFree=26081476/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1782 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 177393 807 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 91076

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

[startup+1785.6 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 8971
/proc/meminfo: memFree=26082096/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1785.3 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 177721 809 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302600 5085381 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 91076

[startup+1787.2 s]
/proc/loadavg: 2.06 2.01 1.94 3/177 8971
/proc/meminfo: memFree=26081772/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1786.9 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 177880 810 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302456 6119534 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1786.9
Current children cumulated vsize (KiB) 91076

[startup+1788.8 s]
/proc/loadavg: 2.06 2.01 1.94 3/177 8971
/proc/meminfo: memFree=26063664/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1788.49 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 178039 810 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302136 6018923 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1788.49
Current children cumulated vsize (KiB) 91076

[startup+1789.6 s]
/proc/loadavg: 2.06 2.01 1.94 3/177 8971
/proc/meminfo: memFree=26063664/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1789.3 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 178119 811 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302600 6023215 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1789.3
Current children cumulated vsize (KiB) 91076

[startup+1790 s]
/proc/loadavg: 2.06 2.01 1.94 3/177 8971
/proc/meminfo: memFree=26063664/32873648 swapFree=6864/6864
[pid=8802] ppid=8800 vsize=91076 CPUtime=1789.7 cores=0,2,4,6
/proc/8802/stat : 8802 (pbscip.linux.x8) R 8800 8802 7869 0 -1 4202496 23510 0 0 0 178159 811 0 0 20 0 1 0 334341340 93261824 22244 33554432000 4194304 8395647 140734211306992 140734211302600 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8802/statm: 22769 22244 605 1026 0 21739 0
Current children cumulated CPU time (s) 1789.7
Current children cumulated vsize (KiB) 91076

Child status: 0
Real time (s): 1790.05
CPU time (s): 1789.75
CPU user time (s): 1781.64
CPU system time (s): 8.11277
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 91076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.64
system time used= 8.11277
maximum resident set size= 89288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23591
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= 36
involuntary context switches= 1902

runsolver used 6.72698 second user time and 14.3888 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 02:09:19
IDJOB=3730493
IDBENCH=1430
IDSOLVER=2326
FILE ID=node125/3730493-1338682159
RUNJOBID= node125-1338678622-7888
PBS_JOBID= 14636688
Free space on /tmp= 70420 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga40_39_sat_pb.cnf.cr.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730493-1338682159/watcher-3730493-1338682159 -o /tmp/evaluation-result-3730493-1338682159/solver-3730493-1338682159 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3730493-1338682159.opb -t 1800 -m 15500

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

MD5SUM BENCH= 72bb077846a4d869a09744c0b238b13c
RANDOM SEED=965535187

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25400052 kB
Buffers:          602860 kB
Cached:          5047776 kB
SwapCached:         2308 kB
Active:          3407504 kB
Inactive:        3160484 kB
Active(anon):     908804 kB
Inactive(anon):     9252 kB
Active(file):    2498700 kB
Inactive(file):  3151232 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             10500 kB
Writeback:             0 kB
AnonPages:        955264 kB
Mapped:            16764 kB
Shmem:                96 kB
Slab:             766140 kB
SReclaimable:     210232 kB
SUnreclaim:       555908 kB
KernelStack:        1480 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1062940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 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= 70420 MiB
End job on node125 at 2012-06-03 02:39:09