Trace number 2664855

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1801.73 1802.29

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2664855-1276676954.opb>
0.39/0.43	c original problem has 38460 variables (38460 bin, 0 int, 0 impl, 0 cont) and 38962 constraints
0.39/0.43	c problem read
0.39/0.43	c No objective function, only one solution is needed.
0.39/0.44	c presolving settings loaded
0.89/0.92	c presolving:
2.38/2.48	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1501 upgd conss, 298608 impls, 1000 clqs
3.48/3.53	c presolving (2 rounds):
3.48/3.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.48/3.53	c  298608 implications, 1000 cliques
3.48/3.53	c presolved problem has 38460 variables (38460 bin, 0 int, 0 impl, 0 cont) and 38962 constraints
3.48/3.53	c       1 constraints of type <knapsack>
3.48/3.53	c    1000 constraints of type <setppc>
3.48/3.53	c   37460 constraints of type <and>
3.48/3.53	c       1 constraints of type <linear>
3.48/3.53	c     500 constraints of type <logicor>
3.48/3.53	c transformed objective value is always integral (scale: 1)
3.48/3.53	c Presolving Time: 2.58
3.48/3.53	c - non default parameters ----------------------------------------------------------------------
3.48/3.53	c # SCIP version 1.2.1.2
3.48/3.53	c 
3.48/3.53	c # frequency for displaying node information lines
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 100]
3.48/3.53	c display/freq = 10000
3.48/3.53	c 
3.48/3.53	c # maximal time in seconds to run
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.48/3.53	c limits/time = 1799.57
3.48/3.53	c 
3.48/3.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.48/3.53	c limits/memory = 1620
3.48/3.53	c 
3.48/3.53	c # solving stops, if the given number of solutions were found (-1: no limit)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: -1]
3.48/3.53	c limits/solutions = 1
3.48/3.53	c 
3.48/3.53	c # maximal number of separation rounds per node (-1: unlimited)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 5]
3.48/3.53	c separating/maxrounds = 1
3.48/3.53	c 
3.48/3.53	c # maximal number of separation rounds in the root node (-1: unlimited)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: -1]
3.48/3.53	c separating/maxroundsroot = 5
3.48/3.53	c 
3.48/3.53	c # should presolving try to simplify inequalities
3.48/3.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.48/3.53	c constraints/linear/simplifyinequalities = TRUE
3.48/3.53	c 
3.48/3.53	c # should disaggregation of knapsack constraints be allowed in preprocessing?
3.48/3.53	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
3.48/3.53	c constraints/knapsack/disaggregation = FALSE
3.48/3.53	c 
3.48/3.53	c # should presolving try to simplify knapsacks
3.48/3.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.48/3.53	c constraints/knapsack/simplifyinequalities = TRUE
3.48/3.53	c 
3.48/3.53	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: -1]
3.48/3.53	c presolving/probing/maxrounds = 0
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/coefdiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/coefdiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/coefdiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 30]
3.48/3.53	c heuristics/crossover/freq = -1
3.48/3.53	c 
3.48/3.53	c # number of nodes added to the contingent of the total nodes
3.48/3.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.48/3.53	c heuristics/crossover/nodesofs = 750
3.48/3.53	c 
3.48/3.53	c # number of nodes without incumbent change that heuristic should wait
3.48/3.53	c # [type: longint, range: [0,9223372036854775807], default: 200]
3.48/3.53	c heuristics/crossover/nwaitingnodes = 100
3.48/3.53	c 
3.48/3.53	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
3.48/3.53	c # [type: real, range: [0,1], default: 0.1]
3.48/3.53	c heuristics/crossover/nodesquot = 0.15
3.48/3.53	c 
3.48/3.53	c # minimum percentage of integer variables that have to be fixed 
3.48/3.53	c # [type: real, range: [0,1], default: 0.666]
3.48/3.53	c heuristics/crossover/minfixingrate = 0.5
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 20]
3.48/3.53	c heuristics/feaspump/freq = -1
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/feaspump/maxlpiterofs = 2000
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/fracdiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/fracdiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/fracdiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/guideddiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/guideddiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/guideddiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/intdiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/intshifting/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/linesearchdiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/linesearchdiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/linesearchdiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/nlp/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 20]
3.48/3.53	c heuristics/objpscostdiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to total iteration number
3.48/3.53	c # [type: real, range: [0,1], default: 0.01]
3.48/3.53	c heuristics/objpscostdiving/maxlpiterquot = 0.015
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/objpscostdiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/oneopt/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/pscostdiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/pscostdiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/pscostdiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 0]
3.48/3.53	c heuristics/rens/freq = -1
3.48/3.53	c 
3.48/3.53	c # minimum percentage of integer variables that have to be fixable 
3.48/3.53	c # [type: real, range: [0,1], default: 0.5]
3.48/3.53	c heuristics/rens/minfixingrate = 0.3
3.48/3.53	c 
3.48/3.53	c # number of nodes added to the contingent of the total nodes
3.48/3.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
3.48/3.53	c heuristics/rens/nodesofs = 2000
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 20]
3.48/3.53	c heuristics/rootsoldiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
3.48/3.53	c heuristics/rootsoldiving/maxlpiterquot = 0.015
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/rootsoldiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/rounding/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/shifting/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/simplerounding/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 0]
3.48/3.53	c heuristics/trivial/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/trysol/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 10]
3.48/3.53	c heuristics/veclendiving/freq = -1
3.48/3.53	c 
3.48/3.53	c # maximal fraction of diving LP iterations compared to node LP iterations
3.48/3.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
3.48/3.53	c heuristics/veclendiving/maxlpiterquot = 0.075
3.48/3.53	c 
3.48/3.53	c # additional number of allowed LP iterations
3.48/3.53	c # [type: int, range: [0,2147483647], default: 1000]
3.48/3.53	c heuristics/veclendiving/maxlpiterofs = 1500
3.48/3.53	c 
3.48/3.53	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 1]
3.48/3.53	c heuristics/zirounding/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 0]
3.48/3.53	c separating/cmir/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: 0]
3.48/3.53	c separating/flowcover/freq = -1
3.48/3.53	c 
3.48/3.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.48/3.53	c # [type: int, range: [-1,2147483647], default: -1]
3.48/3.53	c separating/rapidlearning/freq = 0
3.48/3.53	c 
3.48/3.53	c -----------------------------------------------------------------------------------------------
3.48/3.53	c start solving
3.48/3.57	c 
45.36/45.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.36/45.46	c  44.4s|     1 |     0 |  3466 |     - | 174M|   0 |2001 |  38k|  38k|  38k|  76k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
836.83/837.14	c   835s|     1 |     0 |  4349 |     - | 174M|   0 |1599 |  38k|  38k|  38k|  76k|  91 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1659.57/1660.11	c  1657s|     1 |     0 |  4738 |     - | 175M|   0 |1826 |  38k|  38k|  38k|  76k| 110 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.03/1801.62	c  1799s|     1 |     0 |  4787 |     - | 175M|   0 |1850 |  38k|  38k|  38k|  76k| 112 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.03/1801.63	c  1799s|     1 |     2 |  4787 |     - | 175M|   0 |1850 |  38k|  38k|  38k|  76k| 112 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1801.03/1801.63	c 
1801.03/1801.63	c SCIP Status        : solving was interrupted [user interrupt]
1801.03/1801.63	c Solving Time (sec) : 1798.65
1801.03/1801.63	c Solving Nodes      : 1
1801.03/1801.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.03/1801.63	c Dual Bound         : +0.00000000000000e+00
1801.03/1801.63	c Gap                : infinite
1801.03/1801.63	s UNKNOWN
1801.03/1801.63	c SCIP Status        : solving was interrupted [user interrupt]
1801.03/1801.63	c Solving Time       :    1798.65
1801.03/1801.63	c Original Problem   :
1801.03/1801.63	c   Problem name     : HOME/instance-2664855-1276676954.opb
1801.03/1801.63	c   Variables        : 38460 (38460 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.03/1801.63	c   Constraints      : 38962 initial, 38962 maximal
1801.03/1801.63	c Presolved Problem  :
1801.03/1801.63	c   Problem name     : t_HOME/instance-2664855-1276676954.opb
1801.03/1801.63	c   Variables        : 38460 (38460 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.03/1801.63	c   Constraints      : 38962 initial, 38962 maximal
1801.03/1801.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.03/1801.63	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1801.03/1801.63	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1801.03/1801.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.03/1801.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.03/1801.63	c   implics          :       0.02          0          0          0          0          0          0          0          0
1801.03/1801.63	c   probing          :       0.00          0          0          0          0          0          0          0          0
1801.03/1801.63	c   knapsack         :       0.05          0          0          0          0          0          0          0          0
1801.03/1801.63	c   setppc           :       0.05          0          0          0          0          0          0          0          0
1801.03/1801.63	c   and              :       1.81          0          0          0          0          0          0          0          0
1801.03/1801.63	c   linear           :       0.29          0          0          0          0          0          0          0          0
1801.03/1801.63	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1801.03/1801.63	c   root node        :          -          0          -          -          0          -          -          -          -
1801.03/1801.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.03/1801.63	c   integral         :          0          0          0          1          0          0          0          0          0          2
1801.03/1801.63	c   knapsack         :          1          3          1          0          0          0          0          0          0          0
1801.03/1801.63	c   setppc           :       1000          3          1          0          0          0          0          0          0          0
1801.03/1801.63	c   and              :      37460          3          1          0          0          0          0         78          0          0
1801.03/1801.63	c   linear           :          1          3          1          0          0          0          0          0          0          0
1801.03/1801.63	c   logicor          :        500          3          1          0          0          0          0          0          0          0
1801.03/1801.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.03/1801.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.03/1801.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1801.03/1801.63	c   knapsack         :       0.15       0.15       0.00       0.00       0.00
1801.03/1801.63	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1801.03/1801.63	c   and              :       0.07       0.07       0.00       0.00       0.00
1801.03/1801.63	c   linear           :       0.00       0.00       0.00       0.00       0.00
1801.03/1801.63	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1801.03/1801.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.03/1801.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.03/1801.63	c   vbounds          :       0.00          1          0          0
1801.03/1801.63	c   rootredcost      :       0.00          0          0          0
1801.03/1801.63	c   pseudoobj        :       0.00          0          0          0
1801.03/1801.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.03/1801.63	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.03/1801.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.03/1801.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.03/1801.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.03/1801.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.03/1801.63	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.03/1801.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.03/1801.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.03/1801.63	c   cut pool         :       0.00          2          -          -          3          -    (maximal pool size: 144)
1801.03/1801.63	c   redcost          :       0.02          3          0          0          0          0
1801.03/1801.63	c   impliedbounds    :       0.05          3          0          0        179          0
1801.03/1801.63	c   intobj           :       0.00          0          0          0          0          0
1801.03/1801.63	c   cgmip            :       0.00          0          0          0          0          0
1801.03/1801.63	c   gomory           :     617.94          3          0          0          0          0
1801.03/1801.63	c   strongcg         :    1106.82          2          0          0        105          0
1801.03/1801.63	c   cmir             :       0.00          0          0          0          0          0
1801.03/1801.63	c   flowcover        :       0.00          0          0          0          0          0
1801.03/1801.63	c   clique           :       0.54          2          0          0         14          0
1801.03/1801.63	c   zerohalf         :       0.00          0          0          0          0          0
1801.03/1801.63	c   mcf              :       5.74          2          0          0        140          0
1801.03/1801.63	c   rapidlearning    :       0.00          0          0          0          0          0
1801.03/1801.63	c Pricers            :       Time      Calls       Vars
1801.03/1801.63	c   problem variables:       0.00          0          0
1801.03/1801.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.03/1801.63	c   relpscost        :       0.00          1          0          0          0          0          2
1801.03/1801.63	c   pscost           :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   inference        :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   mostinf          :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   leastinf         :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.03/1801.63	c   random           :       0.00          0          0          0          0          0          0
1801.03/1801.63	c Primal Heuristics  :       Time      Calls      Found
1801.03/1801.63	c   LP solutions     :       0.00          -          0
1801.03/1801.63	c   pseudo solutions :       0.00          -          0
1801.03/1801.63	c   trivial          :       0.08          1          0
1801.03/1801.63	c   simplerounding   :       0.00          0          0
1801.03/1801.63	c   zirounding       :       0.00          0          0
1801.03/1801.63	c   rounding         :       0.00          0          0
1801.03/1801.63	c   shifting         :       0.00          0          0
1801.03/1801.63	c   intshifting      :       0.00          0          0
1801.03/1801.63	c   oneopt           :       0.00          0          0
1801.03/1801.63	c   twoopt           :       0.00          0          0
1801.03/1801.63	c   fixandinfer      :       0.00          0          0
1801.03/1801.63	c   feaspump         :       0.00          0          0
1801.03/1801.63	c   coefdiving       :       0.00          0          0
1801.03/1801.63	c   pscostdiving     :       0.00          0          0
1801.03/1801.63	c   fracdiving       :       0.00          0          0
1801.03/1801.63	c   veclendiving     :       0.00          0          0
1801.03/1801.63	c   intdiving        :       0.00          0          0
1801.03/1801.63	c   actconsdiving    :       0.00          0          0
1801.03/1801.63	c   objpscostdiving  :       0.00          0          0
1801.03/1801.63	c   rootsoldiving    :       0.00          0          0
1801.03/1801.63	c   linesearchdiving :       0.00          0          0
1801.03/1801.63	c   guideddiving     :       0.00          0          0
1801.03/1801.63	c   octane           :       0.00          0          0
1801.03/1801.63	c   rens             :       0.00          0          0
1801.03/1801.63	c   rins             :       0.00          0          0
1801.03/1801.63	c   localbranching   :       0.00          0          0
1801.03/1801.63	c   mutation         :       0.00          0          0
1801.03/1801.63	c   crossover        :       0.00          0          0
1801.03/1801.63	c   dins             :       0.00          0          0
1801.03/1801.63	c   undercover       :       0.00          0          0
1801.03/1801.63	c   nlp              :       0.00          0          0
1801.03/1801.63	c   trysol           :       0.00          0          0
1801.03/1801.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.03/1801.63	c   primal LP        :       0.00          0          0       0.00          -
1801.03/1801.63	c   dual LP          :      63.83          4       4787    1196.75      75.00
1801.03/1801.63	c   lex dual LP      :       0.00          0          0       0.00          -
1801.03/1801.63	c   barrier LP       :       0.00          0          0       0.00          -
1801.03/1801.63	c   diving/probing LP:       0.00          0          0       0.00          -
1801.03/1801.63	c   strong branching :       0.00          0          0       0.00          -
1801.03/1801.63	c     (at root node) :          -          0          0       0.00          -
1801.03/1801.63	c   conflict analysis:       0.00          0          0       0.00          -
1801.03/1801.63	c B&B Tree           :
1801.03/1801.63	c   number of runs   :          1
1801.03/1801.63	c   nodes            :          1
1801.03/1801.63	c   nodes (total)    :          1
1801.03/1801.63	c   nodes left       :          2
1801.03/1801.63	c   max depth        :          0
1801.03/1801.63	c   max depth (total):          0
1801.03/1801.63	c   backtracks       :          0 (0.0%)
1801.03/1801.63	c   delayed cutoffs  :          0
1801.03/1801.63	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.03/1801.63	c   avg switch length:       1.00
1801.03/1801.63	c   switching time   :       0.00
1801.03/1801.63	c Solution           :
1801.03/1801.63	c   Solutions found  :          0 (0 improvements)
1801.03/1801.63	c   Primal Bound     :          -
1801.03/1801.63	c   Dual Bound       : +0.00000000000000e+00
1801.03/1801.63	c   Gap              :   infinite
1801.03/1801.63	c   Root Dual Bound  : +0.00000000000000e+00
1801.03/1801.63	c   Root Iterations  :       4787
1801.63/1802.28	c Time complete: 1801.72.

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-2664855-1276676954/watcher-2664855-1276676954 -o /tmp/evaluation-result-2664855-1276676954/solver-2664855-1276676954 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664855-1276676954.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: 1.93 1.94 1.60 3/106 16072
/proc/meminfo: memFree=1675520/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=9584 CPUtime=0
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 1039 0 0 0 0 0 0 0 20 0 1 0 8987458 9814016 960 1992294400 4194304 9819077 140737452888112 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 2396 970 371 1374 0 1017 0

[startup+0.093959 s]
/proc/loadavg: 1.93 1.94 1.60 3/106 16072
/proc/meminfo: memFree=1675520/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=24472 CPUtime=0.08
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 5012 0 0 0 7 1 0 0 20 0 1 0 8987458 25059328 4933 1992294400 4194304 9819077 140737452888112 18446744073709551615 8678192 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 6118 4933 387 1374 0 4739 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24472

[startup+0.100959 s]
/proc/loadavg: 1.93 1.94 1.60 3/106 16072
/proc/meminfo: memFree=1675520/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=25496 CPUtime=0.09
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 5266 0 0 0 8 1 0 0 20 0 1 0 8987458 26107904 5188 1992294400 4194304 9819077 140737452888112 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 6374 5194 387 1374 0 4995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25496

[startup+0.30098 s]
/proc/loadavg: 1.93 1.94 1.60 3/106 16072
/proc/meminfo: memFree=1675520/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=45552 CPUtime=0.29
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 10321 0 0 0 26 3 0 0 20 0 1 0 8987458 46645248 10226 1992294400 4194304 9819077 140737452888112 18446744073709551615 4680120 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 11388 10226 387 1374 0 10009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45552

[startup+0.701022 s]
/proc/loadavg: 1.93 1.94 1.60 3/106 16072
/proc/meminfo: memFree=1675520/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=106760 CPUtime=0.69
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 26040 0 0 0 60 9 0 0 20 0 1 0 8987458 109322240 25517 1992294400 4194304 9819077 140737452888112 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 26690 25517 449 1374 0 25311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106760

[startup+1.50111 s]
/proc/loadavg: 1.93 1.94 1.60 2/107 16073
/proc/meminfo: memFree=1568996/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=120692 CPUtime=1.49
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 29313 0 0 0 137 12 0 0 23 0 1 0 8987458 123588608 28790 1992294400 4194304 9819077 140737452888112 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 30173 28790 472 1374 0 28794 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120692

[startup+3.10129 s]
/proc/loadavg: 1.93 1.94 1.60 2/107 16073
/proc/meminfo: memFree=1553124/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=142916 CPUtime=3.08
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 36593 0 0 0 281 27 0 0 25 0 1 0 8987458 146345984 33837 1992294400 4194304 9819077 140737452888112 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16072/statm: 35729 33837 544 1374 0 34350 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 142916

[startup+6.30162 s]
/proc/loadavg: 1.85 1.92 1.60 2/107 16073
/proc/meminfo: memFree=1415484/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=298752 CPUtime=6.28
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 71992 0 0 0 580 48 0 0 25 0 1 0 8987458 305922048 65622 1992294400 4194304 9819077 140737452888112 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 74688 65622 634 1374 0 73309 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 298752

[startup+12.7013 s]
/proc/loadavg: 1.78 1.91 1.60 2/107 16073
/proc/meminfo: memFree=1406804/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313176 CPUtime=12.68
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 80187 0 0 0 1214 54 0 0 25 0 1 0 8987458 320692224 65422 1992294400 4194304 9819077 140737452888112 18446744073709551615 7291116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78294 65422 637 1374 0 76915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 313176

[startup+25.5007 s]
/proc/loadavg: 1.61 1.86 1.59 2/107 16073
/proc/meminfo: memFree=1409284/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=312640 CPUtime=25.47
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 86708 0 0 0 2489 58 0 0 25 0 1 0 8987458 320143360 66905 1992294400 4194304 9819077 140737452888112 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78160 66905 637 1374 0 76781 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 312640

[startup+51.1004 s]
/proc/loadavg: 1.40 1.79 1.57 2/107 16073
/proc/meminfo: memFree=1415608/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313404 CPUtime=51.07
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101051 0 0 0 5040 67 0 0 25 0 1 0 8987458 320925696 65231 1992294400 4194304 9819077 140737452888112 18446744073709551615 6043630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78351 65231 658 1374 0 76972 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 313404

[startup+102.308 s]
/proc/loadavg: 1.17 1.67 1.54 2/107 16075
/proc/meminfo: memFree=1415608/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313404 CPUtime=102.25
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101051 0 0 0 10154 71 0 0 25 0 1 0 8987458 320925696 65231 1992294400 4194304 9819077 140737452888112 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78351 65231 658 1374 0 76972 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 313404

[startup+162.3 s]
/proc/loadavg: 1.06 1.54 1.50 2/107 16077
/proc/meminfo: memFree=1415608/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313404 CPUtime=162.23
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101051 0 0 0 16147 76 0 0 25 0 1 0 8987458 320925696 65231 1992294400 4194304 9819077 140737452888112 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78351 65231 658 1374 0 76972 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 313404

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.47 2/107 16082
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313404 CPUtime=222.2
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101051 0 0 0 22140 80 0 0 25 0 1 0 8987458 320925696 65231 1992294400 4194304 9819077 140737452888112 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78351 65231 658 1374 0 76972 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 313404

[startup+282.301 s]
/proc/loadavg: 1.01 1.36 1.44 2/107 16084
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=282.19
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 28133 86 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6056795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 313736

[startup+342.301 s]
/proc/loadavg: 1.00 1.29 1.41 2/107 16084
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=342.17
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 34128 89 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055488 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 313736

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.38 2/107 16086
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=402.15
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 40124 91 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6056883 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 313736

[startup+462.3 s]
/proc/loadavg: 1.00 1.19 1.35 2/107 16088
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=462.13
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 46119 94 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 313736

[startup+522.301 s]
/proc/loadavg: 1.00 1.15 1.33 2/107 16090
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=522.12
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 52114 98 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6054126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 313736

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.30 2/107 16092
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=582.1
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 58109 101 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055460 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 313736

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.28 2/107 16092
/proc/meminfo: memFree=1415112/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=313736 CPUtime=642.08
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 101181 0 0 0 64105 103 0 0 25 0 1 0 8987458 321265664 65286 1992294400 4194304 9819077 140737452888112 18446744073709551615 6056782 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 78434 65286 662 1374 0 77055 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 313736

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.08 1.08 1.21 2/107 16102
/proc/meminfo: memFree=1408416/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=326116 CPUtime=1001.97
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124249 0 0 0 100049 148 0 0 25 0 1 0 8987458 333942784 66970 1992294400 4194304 9819077 140737452888112 18446744073709551615 6044404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81529 66970 678 1374 0 80150 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 326116

[startup+1062.3 s]
/proc/loadavg: 1.08 1.08 1.20 2/107 16104
/proc/meminfo: memFree=1408416/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=326116 CPUtime=1061.95
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124249 0 0 0 106043 152 0 0 25 0 1 0 8987458 333942784 66970 1992294400 4194304 9819077 140737452888112 18446744073709551615 6044441 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81529 66970 678 1374 0 80150 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 326116

[startup+1122.3 s]
/proc/loadavg: 1.07 1.08 1.18 2/107 16106
/proc/meminfo: memFree=1407672/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327144 CPUtime=1121.94
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124536 0 0 0 112039 155 0 0 25 0 1 0 8987458 334995456 67182 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81786 67182 678 1374 0 80407 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 327144

[startup+1182.3 s]
/proc/loadavg: 1.07 1.08 1.18 2/107 16108
/proc/meminfo: memFree=1407672/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327144 CPUtime=1181.92
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124536 0 0 0 118033 159 0 0 25 0 1 0 8987458 334995456 67182 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81786 67182 678 1374 0 80407 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 327144

[startup+1242.3 s]
/proc/loadavg: 1.06 1.08 1.17 2/107 16108
/proc/meminfo: memFree=1407424/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327144 CPUtime=1241.9
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124544 0 0 0 124029 161 0 0 25 0 1 0 8987458 334995456 67190 1992294400 4194304 9819077 140737452888112 18446744073709551615 6056795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81786 67190 678 1374 0 80407 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 327144

[startup+1302.3 s]
/proc/loadavg: 1.06 1.07 1.16 2/107 16110
/proc/meminfo: memFree=1407424/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327144 CPUtime=1301.89
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124544 0 0 0 130025 164 0 0 25 0 1 0 8987458 334995456 67190 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055460 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81786 67190 678 1374 0 80407 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 327144

[startup+1362.3 s]
/proc/loadavg: 1.24 1.12 1.17 2/107 16112
/proc/meminfo: memFree=1407424/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327144 CPUtime=1361.86
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124556 0 0 0 136020 166 0 0 25 0 1 0 8987458 334995456 67202 1992294400 4194304 9819077 140737452888112 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81786 67202 678 1374 0 80407 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 327144

[startup+1422.31 s]
/proc/loadavg: 1.09 1.10 1.16 2/107 16114
/proc/meminfo: memFree=1407176/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=327672 CPUtime=1421.85
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124628 0 0 0 142016 169 0 0 25 0 1 0 8987458 335536128 67274 1992294400 4194304 9819077 140737452888112 18446744073709551615 6059637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 81918 67274 678 1374 0 80539 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 327672

[startup+1482.3 s]
/proc/loadavg: 1.03 1.08 1.15 2/107 16116
/proc/meminfo: memFree=1406928/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=328076 CPUtime=1481.83
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124701 0 0 0 148011 172 0 0 25 0 1 0 8987458 335949824 67347 1992294400 4194304 9819077 140737452888112 18446744073709551615 6054173 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82019 67347 678 1374 0 80640 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 328076

[startup+1542.3 s]
/proc/loadavg: 1.01 1.06 1.14 2/107 16116
/proc/meminfo: memFree=1406804/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=328076 CPUtime=1541.8
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124713 0 0 0 154006 174 0 0 25 0 1 0 8987458 335949824 67359 1992294400 4194304 9819077 140737452888112 18446744073709551615 4310623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82019 67359 678 1374 0 80640 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 328076

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.13 2/107 16118
/proc/meminfo: memFree=1406184/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=328712 CPUtime=1601.79
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 124854 0 0 0 160002 177 0 0 25 0 1 0 8987458 336601088 67500 1992294400 4194304 9819077 140737452888112 18446744073709551615 6056782 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82178 67500 678 1374 0 80799 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 328712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.11 2/107 16120
/proc/meminfo: memFree=1403456/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=331672 CPUtime=1661.77
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 140441 0 0 0 165991 186 0 0 25 0 1 0 8987458 339632128 68100 1992294400 4194304 9819077 140737452888112 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82918 68100 678 1374 0 81539 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 331672

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.10 2/107 16122
/proc/meminfo: memFree=1403332/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=331672 CPUtime=1721.76
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 140441 0 0 0 171985 191 0 0 25 0 1 0 8987458 339632128 68100 1992294400 4194304 9819077 140737452888112 18446744073709551615 6043630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82918 68100 678 1374 0 81539 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 331672

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.09 2/107 16124
/proc/meminfo: memFree=1403084/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=331672 CPUtime=1781.73
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 140441 0 0 0 177977 196 0 0 25 0 1 0 8987458 339632128 68100 1992294400 4194304 9819077 140737452888112 18446744073709551615 6043682 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82918 68100 678 1374 0 81539 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 331672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.02 1.09 2/107 16124
/proc/meminfo: memFree=1403084/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=331672 CPUtime=1800.04
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 140441 0 0 0 179807 197 0 0 25 0 1 0 8987458 339632128 68100 1992294400 4194304 9819077 140737452888112 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82918 68100 678 1374 0 81539 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 331672

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.02 1.09 2/107 16124
/proc/meminfo: memFree=1403084/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=331672 CPUtime=1800.82
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 149330 0 0 0 179882 200 0 0 25 0 1 0 8987458 339632128 68204 1992294400 4194304 9819077 140737452888112 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16072/statm: 82918 68204 678 1374 0 81539 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 331672

[startup+1801.81 s]
/proc/loadavg: 1.00 1.02 1.09 2/108 16125
/proc/meminfo: memFree=1406424/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=264952 CPUtime=1801.24
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 153791 0 0 0 179922 202 0 0 25 0 1 0 8987458 271310848 62460 1992294400 4194304 9819077 140737452888112 18446744073709551615 6027304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 66238 62460 691 1374 0 64859 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 264952

[startup+1802.2 s]
/proc/loadavg: 1.00 1.02 1.09 2/108 16125
/proc/meminfo: memFree=1406424/2059040 swapFree=4192956/4192956
[pid=16072] ppid=16070 vsize=163524 CPUtime=1801.63
/proc/16072/stat : 16072 (pbscip.linux.x8) R 16070 16072 15812 0 -1 4202496 153831 0 0 0 179960 203 0 0 25 0 1 0 8987458 167448576 37597 1992294400 4194304 9819077 140737452888112 18446744073709551615 6179972 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16072/statm: 40881 37597 693 1374 0 39502 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 163524

Child status: 0
Real time (s): 1802.29
CPU time (s): 1801.73
CPU user time (s): 1799.67
CPU system time (s): 2.05169
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 332896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 2.05169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153842
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= 5
involuntary context switches= 24856

runsolver used 3.06753 second user time and 8.42472 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 10:29:14
IDJOB=2664855
IDBENCH=48303
IDSOLVER=1168
FILE ID=node047/2664855-1276676954
PBS_JOBID= 11172544
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664855-1276676954/watcher-2664855-1276676954 -o /tmp/evaluation-result-2664855-1276676954/solver-2664855-1276676954 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2664855-1276676954.opb -t 1800 -m 1800

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=816338682

node047.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.244
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.48
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.244
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	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1676048 kB
Buffers:        100028 kB
Cached:         155920 kB
SwapCached:          0 kB
Active:         134448 kB
Inactive:       180824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1676048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7180 kB
Writeback:           0 kB
AnonPages:       59260 kB
Mapped:          15380 kB
Slab:            45920 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181424 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= 62536 MiB
End job on node047 at 2010-06-16 10:59:17