Trace number 2704277

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1795.38 1795.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
MD5SUMf7a477da8fbb23e2742430438fb68c46
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.51816
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables55066
Total number of constraints160619
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
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 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
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-2704277-1278550661.opb>
2.29/2.36	c original problem has 55066 variables (55066 bin, 0 int, 0 impl, 0 cont) and 160619 constraints
2.29/2.36	c problem read
2.29/2.36	c No objective function, only one solution is needed.
2.29/2.37	c presolving settings loaded
3.09/3.19	c presolving:
6.39/6.49	c (round 1) 7298 del vars, 14356 del conss, 4797 chg bounds, 2021 chg sides, 4396 chg coeffs, 0 upgd conss, 3048260 impls, 0 clqs
6.69/6.75	c (round 2) 9748 del vars, 27760 del conss, 6068 chg bounds, 2022 chg sides, 4398 chg coeffs, 0 upgd conss, 3049868 impls, 0 clqs
6.79/6.83	c (round 3) 9749 del vars, 27894 del conss, 6068 chg bounds, 2023 chg sides, 4399 chg coeffs, 0 upgd conss, 3049870 impls, 0 clqs
7.79/7.82	c (round 4) 9749 del vars, 28278 del conss, 6068 chg bounds, 2023 chg sides, 4399 chg coeffs, 132341 upgd conss, 3049870 impls, 0 clqs
8.19/8.26	c presolving (5 rounds):
8.19/8.26	c  9749 deleted vars, 28278 deleted constraints, 6068 tightened bounds, 0 added holes, 2023 changed sides, 4404 changed coefficients
8.19/8.26	c  3049950 implications, 0 cliques
8.19/8.26	c presolved problem has 45314 variables (45314 bin, 0 int, 0 impl, 0 cont) and 132341 constraints
8.19/8.26	c    3724 constraints of type <knapsack>
8.19/8.26	c   85792 constraints of type <setppc>
8.19/8.26	c   42825 constraints of type <logicor>
8.19/8.26	c transformed objective value is always integral (scale: 1)
8.19/8.26	c Presolving Time: 5.40
8.19/8.26	c - non default parameters ----------------------------------------------------------------------
8.19/8.26	c # SCIP version 1.2.1.3
8.19/8.26	c 
8.19/8.26	c # frequency for displaying node information lines
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 100]
8.19/8.26	c display/freq = 10000
8.19/8.26	c 
8.19/8.26	c # maximal time in seconds to run
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.26	c limits/time = 1787.64
8.19/8.26	c 
8.19/8.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.26	c limits/memory = 1620
8.19/8.26	c 
8.19/8.26	c # solving stops, if the given number of solutions were found (-1: no limit)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.26	c limits/solutions = 1
8.19/8.26	c 
8.19/8.26	c # maximal number of separation rounds per node (-1: unlimited)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 5]
8.19/8.26	c separating/maxrounds = 1
8.19/8.26	c 
8.19/8.26	c # maximal number of separation rounds in the root node (-1: unlimited)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.26	c separating/maxroundsroot = 5
8.19/8.26	c 
8.19/8.26	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.19/8.26	c # [type: int, range: [1,2], default: 1]
8.19/8.26	c timing/clocktype = 2
8.19/8.26	c 
8.19/8.26	c # should presolving try to simplify inequalities
8.19/8.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.26	c constraints/linear/simplifyinequalities = TRUE
8.19/8.26	c 
8.19/8.26	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.19/8.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.26	c constraints/indicator/addCouplingCons = TRUE
8.19/8.26	c 
8.19/8.26	c # should disaggregation of knapsack constraints be allowed in preprocessing?
8.19/8.26	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
8.19/8.26	c constraints/knapsack/disaggregation = FALSE
8.19/8.26	c 
8.19/8.26	c # should presolving try to simplify knapsacks
8.19/8.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.26	c constraints/knapsack/simplifyinequalities = TRUE
8.19/8.26	c 
8.19/8.26	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.26	c presolving/probing/maxrounds = 0
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/coefdiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/coefdiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/coefdiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 30]
8.19/8.26	c heuristics/crossover/freq = -1
8.19/8.26	c 
8.19/8.26	c # number of nodes added to the contingent of the total nodes
8.19/8.26	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.19/8.26	c heuristics/crossover/nodesofs = 750
8.19/8.26	c 
8.19/8.26	c # number of nodes without incumbent change that heuristic should wait
8.19/8.26	c # [type: longint, range: [0,9223372036854775807], default: 200]
8.19/8.26	c heuristics/crossover/nwaitingnodes = 100
8.19/8.26	c 
8.19/8.26	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
8.19/8.26	c # [type: real, range: [0,1], default: 0.1]
8.19/8.26	c heuristics/crossover/nodesquot = 0.15
8.19/8.26	c 
8.19/8.26	c # minimum percentage of integer variables that have to be fixed 
8.19/8.26	c # [type: real, range: [0,1], default: 0.666]
8.19/8.26	c heuristics/crossover/minfixingrate = 0.5
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 20]
8.19/8.26	c heuristics/feaspump/freq = -1
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/feaspump/maxlpiterofs = 2000
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/fracdiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/fracdiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/fracdiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/guideddiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/guideddiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/guideddiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/intdiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/intshifting/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/linesearchdiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/linesearchdiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/linesearchdiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/nlp/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 20]
8.19/8.26	c heuristics/objpscostdiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to total iteration number
8.19/8.26	c # [type: real, range: [0,1], default: 0.01]
8.19/8.26	c heuristics/objpscostdiving/maxlpiterquot = 0.015
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/objpscostdiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/oneopt/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/pscostdiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/pscostdiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/pscostdiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 0]
8.19/8.26	c heuristics/rens/freq = -1
8.19/8.26	c 
8.19/8.26	c # minimum percentage of integer variables that have to be fixable 
8.19/8.26	c # [type: real, range: [0,1], default: 0.5]
8.19/8.26	c heuristics/rens/minfixingrate = 0.3
8.19/8.26	c 
8.19/8.26	c # number of nodes added to the contingent of the total nodes
8.19/8.26	c # [type: longint, range: [0,9223372036854775807], default: 500]
8.19/8.26	c heuristics/rens/nodesofs = 2000
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 20]
8.19/8.26	c heuristics/rootsoldiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
8.19/8.26	c heuristics/rootsoldiving/maxlpiterquot = 0.015
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/rootsoldiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/rounding/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/shifting/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/simplerounding/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 0]
8.19/8.26	c heuristics/trivial/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/trysol/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 10]
8.19/8.26	c heuristics/veclendiving/freq = -1
8.19/8.26	c 
8.19/8.26	c # maximal fraction of diving LP iterations compared to node LP iterations
8.19/8.26	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
8.19/8.26	c heuristics/veclendiving/maxlpiterquot = 0.075
8.19/8.26	c 
8.19/8.26	c # additional number of allowed LP iterations
8.19/8.26	c # [type: int, range: [0,2147483647], default: 1000]
8.19/8.26	c heuristics/veclendiving/maxlpiterofs = 1500
8.19/8.26	c 
8.19/8.26	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 1]
8.19/8.26	c heuristics/zirounding/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 0]
8.19/8.26	c separating/cmir/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: 0]
8.19/8.26	c separating/flowcover/freq = -1
8.19/8.26	c 
8.19/8.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.19/8.26	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.26	c separating/rapidlearning/freq = 0
8.19/8.26	c 
8.19/8.26	c -----------------------------------------------------------------------------------------------
8.19/8.26	c start solving
8.29/8.31	c 
88.87/88.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.87/88.99	c  86.6s|     1 |     0 | 12262 |     - | 349M|   0 |8064 |  45k| 132k|  45k| 132k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
211.53/211.68	c   209s|     1 |     0 | 20808 |     - | 349M|   0 |9289 |  45k| 132k|  45k| 132k| 199 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
368.90/369.01	c   367s|     1 |     0 | 31370 |     - | 350M|   0 |  10k|  45k| 132k|  45k| 132k| 402 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
553.65/553.87	c   551s|     1 |     0 | 42996 |     - | 350M|   0 |  11k|  45k| 132k|  45k| 132k| 597 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
823.78/824.05	c   822s|     1 |     0 | 59512 |     - | 351M|   0 |  13k|  45k| 132k|  45k| 133k| 838 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1268.77/1269.16	c  1267s|     1 |     0 | 80775 |     - | 351M|   0 |  14k|  45k| 132k|  45k| 133k|1028 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1794.43/1794.96	c  1793s|     1 |     2 | 80775 |     - | 351M|   0 |  14k|  45k| 132k|  45k| 133k|1028 |   0 |  26 | 0.000000e+00 |      --      |    Inf 
1794.43/1794.96	c 
1794.43/1794.96	c SCIP Status        : solving was interrupted [time limit reached]
1794.43/1794.96	c Solving Time (sec) : 1792.59
1794.43/1794.96	c Solving Nodes      : 1
1794.43/1794.96	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.43/1794.96	c Dual Bound         : +0.00000000000000e+00
1794.43/1794.96	c Gap                : infinite
1794.43/1794.96	s UNKNOWN
1794.43/1794.96	c SCIP Status        : solving was interrupted [time limit reached]
1794.43/1794.96	c Solving Time       :    1792.59
1794.43/1794.96	c Original Problem   :
1794.43/1794.96	c   Problem name     : HOME/instance-2704277-1278550661.opb
1794.43/1794.96	c   Variables        : 55066 (55066 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.43/1794.96	c   Constraints      : 160619 initial, 160619 maximal
1794.43/1794.96	c Presolved Problem  :
1794.43/1794.96	c   Problem name     : t_HOME/instance-2704277-1278550661.opb
1794.43/1794.96	c   Variables        : 45314 (45314 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.43/1794.96	c   Constraints      : 132341 initial, 132341 maximal
1794.43/1794.96	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.43/1794.96	c   trivial          :       0.05       1113          0          0          0          0          0          0          0
1794.43/1794.96	c   dualfix          :       0.04          0          0          0          0          0          0          0          0
1794.43/1794.96	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.43/1794.96	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.43/1794.96	c   implics          :       0.79          0       2553          0          0          0          0          0          0
1794.43/1794.96	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.43/1794.96	c   knapsack         :       0.07          0          0          0          0          0          0          0          5
1794.43/1794.96	c   setppc           :       0.25          0          0          0          0          0          0          0          0
1794.43/1794.96	c   linear           :       3.58       6068         15          0       6068          0      28278       2023       4399
1794.43/1794.96	c   logicor          :       0.08          0          0          0          0          0          0          0          0
1794.43/1794.96	c   root node        :          -          0          -          -          0          -          -          -          -
1794.43/1794.96	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.43/1794.96	c   integral         :          0          0          0          1          0          0          0          0          0          2
1794.43/1794.96	c   knapsack         :       3724          5          1          0          0          0          0       1001          0          0
1794.43/1794.96	c   setppc           :      85792          5          1          0          0          0          0          0          0          0
1794.43/1794.96	c   logicor          :      42825          5          1          0          0          0          0          0          0          0
1794.43/1794.96	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.43/1794.96	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.43/1794.96	c   integral         :     525.78       0.00       0.00     525.78       0.00
1794.43/1794.96	c   knapsack         :       0.04       0.04       0.00       0.00       0.00
1794.43/1794.96	c   setppc           :       0.07       0.06       0.01       0.00       0.00
1794.43/1794.96	c   logicor          :       0.10       0.05       0.05       0.00       0.00
1794.43/1794.96	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.43/1794.96	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.43/1794.96	c   vbounds          :       0.00          1          0          0
1794.43/1794.96	c   rootredcost      :       0.00          0          0          0
1794.43/1794.96	c   pseudoobj        :       0.00          0          0          0
1794.43/1794.96	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.43/1794.96	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.43/1794.96	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.43/1794.96	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.43/1794.96	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.43/1794.96	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.43/1794.96	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.43/1794.96	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.43/1794.96	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.43/1794.96	c   cut pool         :       0.00          4          -          -        442          -    (maximal pool size: 3054)
1794.43/1794.96	c   redcost          :       0.03          5          0          0          0          0
1794.43/1794.96	c   impliedbounds    :       0.30          5          0          0         32          0
1794.43/1794.96	c   intobj           :       0.00          0          0          0          0          0
1794.43/1794.96	c   cgmip            :       0.00          0          0          0          0          0
1794.43/1794.96	c   gomory           :      74.48          5          0          0       2500          0
1794.43/1794.96	c   strongcg         :      74.16          5          0          0       2500          0
1794.43/1794.96	c   cmir             :       0.00          0          0          0          0          0
1794.43/1794.96	c   flowcover        :       0.00          0          0          0          0          0
1794.43/1794.96	c   clique           :       8.14          5          0          0         39          0
1794.43/1794.96	c   zerohalf         :       0.00          0          0          0          0          0
1794.43/1794.96	c   mcf              :       2.76          1          0          0          0          0
1794.43/1794.96	c   rapidlearning    :       0.00          0          0          0          0          0
1794.43/1794.96	c Pricers            :       Time      Calls       Vars
1794.43/1794.96	c   problem variables:       0.00          0          0
1794.43/1794.96	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.43/1794.96	c   relpscost        :     525.78          1          0          0          0          0          2
1794.43/1794.96	c   pscost           :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   inference        :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   mostinf          :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   leastinf         :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.43/1794.96	c   random           :       0.00          0          0          0          0          0          0
1794.43/1794.96	c Primal Heuristics  :       Time      Calls      Found
1794.43/1794.96	c   LP solutions     :       0.00          -          0
1794.43/1794.96	c   pseudo solutions :       0.00          -          0
1794.43/1794.96	c   trivial          :       0.10          1          0
1794.43/1794.96	c   simplerounding   :       0.00          0          0
1794.43/1794.96	c   zirounding       :       0.00          0          0
1794.43/1794.96	c   rounding         :       0.00          0          0
1794.43/1794.96	c   shifting         :       0.00          0          0
1794.43/1794.96	c   intshifting      :       0.00          0          0
1794.43/1794.96	c   oneopt           :       0.00          0          0
1794.43/1794.96	c   twoopt           :       0.00          0          0
1794.43/1794.96	c   fixandinfer      :       0.00          0          0
1794.43/1794.96	c   feaspump         :       0.00          0          0
1794.43/1794.96	c   coefdiving       :       0.00          0          0
1794.43/1794.96	c   pscostdiving     :       0.00          0          0
1794.43/1794.96	c   fracdiving       :       0.00          0          0
1794.43/1794.96	c   veclendiving     :       0.00          0          0
1794.43/1794.96	c   intdiving        :       0.00          0          0
1794.43/1794.96	c   actconsdiving    :       0.00          0          0
1794.43/1794.96	c   objpscostdiving  :       0.00          0          0
1794.43/1794.96	c   rootsoldiving    :       0.00          0          0
1794.43/1794.96	c   linesearchdiving :       0.00          0          0
1794.43/1794.96	c   guideddiving     :       0.00          0          0
1794.43/1794.96	c   octane           :       0.00          0          0
1794.43/1794.96	c   rens             :       0.00          0          0
1794.43/1794.96	c   rins             :       0.00          0          0
1794.43/1794.96	c   localbranching   :       0.00          0          0
1794.43/1794.96	c   mutation         :       0.00          0          0
1794.43/1794.96	c   crossover        :       0.00          0          0
1794.43/1794.96	c   dins             :       0.00          0          0
1794.43/1794.96	c   undercover       :       0.00          0          0
1794.43/1794.96	c   nlp              :       0.00          0          0
1794.43/1794.96	c   trysol           :       0.00          0          0
1794.43/1794.96	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.43/1794.96	c   primal LP        :       0.00          0          0       0.00          -
1794.43/1794.96	c   dual LP          :    1099.59          6      80775   13462.50      73.46
1794.43/1794.96	c   lex dual LP      :       0.00          0          0       0.00          -
1794.43/1794.96	c   barrier LP       :       0.00          0          0       0.00          -
1794.43/1794.96	c   diving/probing LP:       0.00          0          0       0.00          -
1794.43/1794.96	c   strong branching :     525.77         26      26000    1000.00      49.45
1794.43/1794.96	c     (at root node) :          -         26      26000    1000.00          -
1794.43/1794.96	c   conflict analysis:       0.00          0          0       0.00          -
1794.43/1794.96	c B&B Tree           :
1794.43/1794.96	c   number of runs   :          1
1794.43/1794.96	c   nodes            :          1
1794.43/1794.96	c   nodes (total)    :          1
1794.43/1794.96	c   nodes left       :          2
1794.43/1794.96	c   max depth        :          0
1794.43/1794.96	c   max depth (total):          0
1794.43/1794.96	c   backtracks       :          0 (0.0%)
1794.43/1794.96	c   delayed cutoffs  :          0
1794.43/1794.96	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.43/1794.96	c   avg switch length:       1.00
1794.43/1794.96	c   switching time   :       0.00
1794.43/1794.96	c Solution           :
1794.43/1794.96	c   Solutions found  :          0 (0 improvements)
1794.43/1794.96	c   Primal Bound     :          -
1794.43/1794.96	c   Dual Bound       : +0.00000000000000e+00
1794.43/1794.96	c   Gap              :   infinite
1794.43/1794.96	c   Root Dual Bound  : +0.00000000000000e+00
1794.43/1794.96	c   Root Iterations  :      80775
1795.33/1795.83	c Time complete: 1795.37.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2704277-1278550661/watcher-2704277-1278550661 -o /tmp/evaluation-result-2704277-1278550661/solver-2704277-1278550661 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704277-1278550661.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.03 0.98 3/105 29065
/proc/meminfo: memFree=1692436/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=7904 CPUtime=0
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 1136 0 0 0 0 0 0 0 25 0 1 0 23274658 8093696 1047 1992294400 4194304 8395647 140734442644544 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 1976 1056 365 1026 0 946 0

[startup+0.0586791 s]
/proc/loadavg: 0.93 1.03 0.98 3/105 29065
/proc/meminfo: memFree=1692436/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=13220 CPUtime=0.05
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 2593 0 0 0 5 0 0 0 25 0 1 0 23274658 13537280 2504 1992294400 4194304 8395647 140734442644544 18446744073709551615 4327576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 3305 2504 390 1026 0 2275 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13220

[startup+0.101682 s]
/proc/loadavg: 0.93 1.03 0.98 3/105 29065
/proc/meminfo: memFree=1692436/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=16260 CPUtime=0.09
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 3368 0 0 0 9 0 0 0 25 0 1 0 23274658 16650240 3279 1992294400 4194304 8395647 140734442644544 18446744073709551615 6766140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 4065 3279 390 1026 0 3035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16260

[startup+0.301702 s]
/proc/loadavg: 0.93 1.03 0.98 3/105 29065
/proc/meminfo: memFree=1692436/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=25284 CPUtime=0.29
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 5594 0 0 0 28 1 0 0 25 0 1 0 23274658 25890816 5505 1992294400 4194304 8395647 140734442644544 18446744073709551615 7382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 6321 5505 390 1026 0 5291 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25284

[startup+0.701742 s]
/proc/loadavg: 0.93 1.03 0.98 3/105 29065
/proc/meminfo: memFree=1692436/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=41028 CPUtime=0.69
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 9520 0 0 0 66 3 0 0 25 0 1 0 23274658 42012672 9431 1992294400 4194304 8395647 140734442644544 18446744073709551615 4423932 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 10257 9431 390 1026 0 9227 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41028

[startup+1.50182 s]
/proc/loadavg: 0.93 1.03 0.98 2/106 29066
/proc/meminfo: memFree=1643944/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=73992 CPUtime=1.49
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 17772 0 0 0 143 6 0 0 25 0 1 0 23274658 75767808 17683 1992294400 4194304 8395647 140734442644544 18446744073709551615 5754552 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 18498 17683 390 1026 0 17468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73992

[startup+3.10098 s]
/proc/loadavg: 0.93 1.03 0.98 2/106 29066
/proc/meminfo: memFree=1599552/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=250268 CPUtime=3.09
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 61664 0 0 0 287 22 0 0 25 0 1 0 23274658 256274432 61221 1992294400 4194304 8395647 140734442644544 18446744073709551615 4285932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 62567 61221 440 1026 0 61537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 250268

[startup+6.3013 s]
/proc/loadavg: 1.10 1.07 0.99 2/106 29066
/proc/meminfo: memFree=1352668/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=362232 CPUtime=6.29
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 88179 0 0 0 599 30 0 0 25 0 1 0 23274658 370925568 87736 1992294400 4194304 8395647 140734442644544 18446744073709551615 4247653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 90558 87736 475 1026 0 89528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 362232

[startup+12.7009 s]
/proc/loadavg: 1.09 1.06 0.99 2/106 29066
/proc/meminfo: memFree=1153524/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=581472 CPUtime=12.69
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 141332 0 0 0 1220 49 0 0 25 0 1 0 23274658 595427328 135021 1992294400 4194304 8395647 140734442644544 18446744073709551615 6696675 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 145368 135021 715 1026 0 144338 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 581472

[startup+25.5012 s]
/proc/loadavg: 1.07 1.06 0.99 2/106 29066
/proc/meminfo: memFree=1141992/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=588664 CPUtime=25.49
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 144486 0 0 0 2497 52 0 0 25 0 1 0 23274658 602791936 137906 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697804 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 147166 137906 709 1026 0 146136 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 588664

[startup+51.1008 s]
/proc/loadavg: 1.05 1.05 0.99 2/106 29066
/proc/meminfo: memFree=1132320/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=593924 CPUtime=51.07
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 147108 0 0 0 5051 56 0 0 25 0 1 0 23274658 608178176 140370 1992294400 4194304 8395647 140734442644544 18446744073709551615 6636373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 148481 140370 716 1026 0 147451 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 593924

[startup+102.309 s]
/proc/loadavg: 1.02 1.04 0.99 2/106 29068
/proc/meminfo: memFree=1126368/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=601400 CPUtime=102.28
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 148682 0 0 0 10162 66 0 0 25 0 1 0 23274658 615833600 141907 1992294400 4194304 8395647 140734442644544 18446744073709551615 6124447 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 150350 141907 806 1026 0 149320 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 601400

[startup+162.301 s]
/proc/loadavg: 1.04 1.05 1.00 2/106 29070
/proc/meminfo: memFree=1098716/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=620292 CPUtime=162.25
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 156030 0 0 0 16150 75 0 0 25 0 1 0 23274658 635179008 148701 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698214 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 155073 148701 693 1026 0 154043 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 620292

[startup+222.301 s]
/proc/loadavg: 1.07 1.05 1.00 2/106 29081
/proc/meminfo: memFree=1096360/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=620976 CPUtime=222.23
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 156465 0 0 0 22140 83 0 0 25 0 1 0 23274658 635879424 149136 1992294400 4194304 8395647 140734442644544 18446744073709551615 7382147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 155244 149136 693 1026 0 154214 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 620976

[startup+282.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/106 29083
/proc/meminfo: memFree=1091896/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=625468 CPUtime=282.21
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 157687 0 0 0 28132 89 0 0 25 0 1 0 23274658 640479232 150349 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 156367 150349 684 1026 0 155337 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 625468

[startup+342.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/106 29083
/proc/meminfo: memFree=1091524/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=625892 CPUtime=342.2
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 157800 0 0 0 34125 95 0 0 25 0 1 0 23274658 640913408 150462 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697301 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 156473 150462 684 1026 0 155443 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 625892

[startup+402.301 s]
/proc/loadavg: 1.08 1.06 1.00 2/106 29085
/proc/meminfo: memFree=1087432/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=630148 CPUtime=402.18
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 158822 0 0 0 40115 103 0 0 25 0 1 0 23274658 645271552 151484 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697301 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 157537 151484 684 1026 0 156507 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 630148

[startup+462.301 s]
/proc/loadavg: 1.07 1.06 1.00 2/106 29087
/proc/meminfo: memFree=1086936/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=630280 CPUtime=462.16
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 158956 0 0 0 46106 110 0 0 25 0 1 0 23274658 645406720 151618 1992294400 4194304 8395647 140734442644544 18446744073709551615 6752759 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 157570 151618 684 1026 0 156540 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 630280

[startup+522.301 s]
/proc/loadavg: 1.07 1.06 1.00 2/106 29089
/proc/meminfo: memFree=1086688/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=630420 CPUtime=522.15
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 159021 0 0 0 52100 115 0 0 25 0 1 0 23274658 645550080 151683 1992294400 4194304 8395647 140734442644544 18446744073709551615 6669665 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 157605 151683 684 1026 0 156575 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 630420

[startup+582.301 s]
/proc/loadavg: 1.11 1.08 1.01 2/106 29091
/proc/meminfo: memFree=1086316/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=630760 CPUtime=582.14
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 159125 0 0 0 58089 125 0 0 25 0 1 0 23274658 645898240 151786 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 157690 151786 683 1026 0 156660 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 630760

[startup+642.301 s]
/proc/loadavg: 1.07 1.08 1.01 2/106 29091
/proc/meminfo: memFree=1080860/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=640164 CPUtime=642.13
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 160469 0 0 0 64082 131 0 0 25 0 1 0 23274658 655527936 153130 1992294400 4194304 8395647 140734442644544 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 160041 153130 683 1026 0 159011 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 640164

[startup+702.301 s]

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

/proc/meminfo: memFree=1069948/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=646820 CPUtime=1122
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 163135 0 0 0 112020 180 0 0 25 0 1 0 23274658 662343680 155795 1992294400 4194304 8395647 140734442644544 18446744073709551615 6721265 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 161705 155795 683 1026 0 160675 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 646820

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29107
/proc/meminfo: memFree=1069700/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=646952 CPUtime=1181.98
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 163185 0 0 0 118014 184 0 0 25 0 1 0 23274658 662478848 155845 1992294400 4194304 8395647 140734442644544 18446744073709551615 6391396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 161738 155845 683 1026 0 160708 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 646952

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29107
/proc/meminfo: memFree=1065484/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1241.97
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164188 0 0 0 124008 189 0 0 25 0 1 0 23274658 666869760 156848 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156848 683 1026 0 161780 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 651240

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29109
/proc/meminfo: memFree=1065112/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1301.96
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 130001 195 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 651240

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29114
/proc/meminfo: memFree=1064368/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1361.94
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 135993 201 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6585964 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 651240

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29116
/proc/meminfo: memFree=1064368/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1421.93
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 141988 205 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 651240

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29118
/proc/meminfo: memFree=1064368/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1481.91
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 147982 209 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6391396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 651240

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29118
/proc/meminfo: memFree=1064616/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1541.89
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 153976 213 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698419 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 651240

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29120
/proc/meminfo: memFree=1064616/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1601.88
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 159969 219 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 651240

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29122
/proc/meminfo: memFree=1064616/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1661.86
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 165962 224 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 651240

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29124
/proc/meminfo: memFree=1064616/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1721.85
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 171957 228 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 651240

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1781.83
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 177950 233 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 651240

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1785.03
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 178270 233 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6721536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1785.03
Current children cumulated vsize (KiB) 651240

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1791.44
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 178910 234 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6697959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 651240

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1793.03
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164232 0 0 0 179069 234 0 0 25 0 1 0 23274658 666869760 156892 1992294400 4194304 8395647 140734442644544 18446744073709551615 6669594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156892 685 1026 0 161780 0
Current children cumulated CPU time (s) 1793.03
Current children cumulated vsize (KiB) 651240

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1794.64
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164237 0 0 0 179230 234 0 0 25 0 1 0 23274658 666869760 156897 1992294400 4194304 8395647 140734442644544 18446744073709551615 6673305 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156897 690 1026 0 161780 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 651240

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=651240 CPUtime=1795.03
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164239 0 0 0 179269 234 0 0 25 0 1 0 23274658 666869760 156899 1992294400 4194304 8395647 140734442644544 18446744073709551615 6345887 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 162810 156899 692 1026 0 161780 0
Current children cumulated CPU time (s) 1795.03
Current children cumulated vsize (KiB) 651240

[startup+1795.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=569628 CPUtime=1795.24
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164239 0 0 0 179289 235 0 0 25 0 1 0 23274658 583299072 137519 1992294400 4194304 8395647 140734442644544 18446744073709551615 6345248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 142407 137519 692 1026 0 141377 0
Current children cumulated CPU time (s) 1795.24
Current children cumulated vsize (KiB) 569628

[startup+1795.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 29126
/proc/meminfo: memFree=1064492/2059040 swapFree=4139448/4192956
[pid=29065] ppid=29063 vsize=509004 CPUtime=1795.33
/proc/29065/stat : 29065 (pbscip.linux.x8) R 29063 29065 27594 0 -1 4202496 164239 0 0 0 179296 237 0 0 25 0 1 0 23274658 521220096 91501 1992294400 4194304 8395647 140734442644544 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29065/statm: 127251 91501 643 1026 0 126221 0
Current children cumulated CPU time (s) 1795.33
Current children cumulated vsize (KiB) 509004

Child status: 0
Real time (s): 1795.84
CPU time (s): 1795.38
CPU user time (s): 1792.97
CPU system time (s): 2.40463
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 651240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.97
system time used= 2.40463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164246
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= 1
involuntary context switches= 6036

runsolver used 2.87356 second user time and 8.5757 second system time

The end

Launcher Data

Begin job on node084 at 2010-07-08 02:57:42
IDJOB=2704277
IDBENCH=1494
IDSOLVER=1213
FILE ID=node084/2704277-1278550661
PBS_JOBID= 11239479
Free space on /tmp= 62492 MiB

SOLVER NAME= 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/web/uclid_pb_benchmarks/normalized-elf.rf10.ucl.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-2704277-1278550661/watcher-2704277-1278550661 -o /tmp/evaluation-result-2704277-1278550661/solver-2704277-1278550661 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704277-1278550661.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7a477da8fbb23e2742430438fb68c46
RANDOM SEED=1193724166

node084.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1692964 kB
Buffers:         61484 kB
Cached:         199952 kB
SwapCached:      22024 kB
Active:         169776 kB
Inactive:       121188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1692964 kB
SwapTotal:     4192956 kB
SwapFree:      4139448 kB
Dirty:           15396 kB
Writeback:           0 kB
AnonPages:       12076 kB
Mapped:          11876 kB
Slab:            53196 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183172 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node084 at 2010-07-08 03:27:38