Trace number 2702910

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? 1789.64 1790.17

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_40.opb
MD5SUMff64c7b9cef588c95a335f732f2d905b
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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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-2702910-1278576542.opb>
0.04/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.04/0.08	c problem read
0.04/0.08	c No objective function, only one solution is needed.
0.04/0.08	c presolving settings loaded
0.09/0.17	c presolving:
0.29/0.33	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50160 impls, 400 clqs
0.39/0.44	c presolving (2 rounds):
0.39/0.44	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.44	c  50160 implications, 400 cliques
0.39/0.44	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6822 constraints
0.39/0.44	c       1 constraints of type <knapsack>
0.39/0.44	c     600 constraints of type <setppc>
0.39/0.44	c    6220 constraints of type <and>
0.39/0.44	c       1 constraints of type <linear>
0.39/0.44	c transformed objective value is always integral (scale: 1)
0.39/0.44	c Presolving Time: 0.31
0.39/0.44	c - non default parameters ----------------------------------------------------------------------
0.39/0.44	c # SCIP version 1.2.1.3
0.39/0.44	c 
0.39/0.44	c # frequency for displaying node information lines
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.44	c display/freq = 10000
0.39/0.44	c 
0.39/0.44	c # maximal time in seconds to run
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/time = 1789.92
0.39/0.44	c 
0.39/0.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.44	c limits/memory = 1620
0.39/0.44	c 
0.39/0.44	c # solving stops, if the given number of solutions were found (-1: no limit)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c limits/solutions = 1
0.39/0.44	c 
0.39/0.44	c # maximal number of separation rounds per node (-1: unlimited)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 5]
0.39/0.44	c separating/maxrounds = 1
0.39/0.44	c 
0.39/0.44	c # maximal number of separation rounds in the root node (-1: unlimited)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c separating/maxroundsroot = 5
0.39/0.44	c 
0.39/0.44	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.44	c # [type: int, range: [1,2], default: 1]
0.39/0.44	c timing/clocktype = 2
0.39/0.44	c 
0.39/0.44	c # should presolving try to simplify inequalities
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/linear/simplifyinequalities = TRUE
0.39/0.44	c 
0.39/0.44	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/indicator/addCouplingCons = TRUE
0.39/0.44	c 
0.39/0.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.39/0.44	c constraints/knapsack/disaggregation = FALSE
0.39/0.44	c 
0.39/0.44	c # should presolving try to simplify knapsacks
0.39/0.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.44	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.44	c 
0.39/0.44	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c presolving/probing/maxrounds = 0
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/coefdiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/coefdiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/coefdiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 30]
0.39/0.44	c heuristics/crossover/freq = -1
0.39/0.44	c 
0.39/0.44	c # number of nodes added to the contingent of the total nodes
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44	c heuristics/crossover/nodesofs = 750
0.39/0.44	c 
0.39/0.44	c # number of nodes without incumbent change that heuristic should wait
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.39/0.44	c heuristics/crossover/nwaitingnodes = 100
0.39/0.44	c 
0.39/0.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.39/0.44	c # [type: real, range: [0,1], default: 0.1]
0.39/0.44	c heuristics/crossover/nodesquot = 0.15
0.39/0.44	c 
0.39/0.44	c # minimum percentage of integer variables that have to be fixed 
0.39/0.44	c # [type: real, range: [0,1], default: 0.666]
0.39/0.44	c heuristics/crossover/minfixingrate = 0.5
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/feaspump/freq = -1
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/feaspump/maxlpiterofs = 2000
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/fracdiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/fracdiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/fracdiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/guideddiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/guideddiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/guideddiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/intdiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/intshifting/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/linesearchdiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/linesearchdiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/linesearchdiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <nlp> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/nlp/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/objpscostdiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to total iteration number
0.39/0.44	c # [type: real, range: [0,1], default: 0.01]
0.39/0.44	c heuristics/objpscostdiving/maxlpiterquot = 0.015
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/objpscostdiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/oneopt/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/pscostdiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/pscostdiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/pscostdiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c heuristics/rens/freq = -1
0.39/0.44	c 
0.39/0.44	c # minimum percentage of integer variables that have to be fixable 
0.39/0.44	c # [type: real, range: [0,1], default: 0.5]
0.39/0.44	c heuristics/rens/minfixingrate = 0.3
0.39/0.44	c 
0.39/0.44	c # number of nodes added to the contingent of the total nodes
0.39/0.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.39/0.44	c heuristics/rens/nodesofs = 2000
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 20]
0.39/0.44	c heuristics/rootsoldiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.39/0.44	c heuristics/rootsoldiving/maxlpiterquot = 0.015
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/rootsoldiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/rounding/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/shifting/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/simplerounding/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <trivial> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c heuristics/trivial/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <trysol> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/trysol/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 10]
0.39/0.44	c heuristics/veclendiving/freq = -1
0.39/0.44	c 
0.39/0.44	c # maximal fraction of diving LP iterations compared to node LP iterations
0.39/0.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.39/0.44	c heuristics/veclendiving/maxlpiterquot = 0.075
0.39/0.44	c 
0.39/0.44	c # additional number of allowed LP iterations
0.39/0.44	c # [type: int, range: [0,2147483647], default: 1000]
0.39/0.44	c heuristics/veclendiving/maxlpiterofs = 1500
0.39/0.44	c 
0.39/0.44	c # frequency for calling primal heuristic <zirounding> (-1: never, 0: only at depth freqofs)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.44	c heuristics/zirounding/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c separating/cmir/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: 0]
0.39/0.44	c separating/flowcover/freq = -1
0.39/0.44	c 
0.39/0.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.44	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.44	c separating/rapidlearning/freq = 0
0.39/0.44	c 
0.39/0.44	c -----------------------------------------------------------------------------------------------
0.39/0.44	c start solving
0.39/0.44	c 
2.29/2.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.29/2.32	c   2.2s|     1 |     0 |  1220 |     - |  29M|   0 | 732 |6620 |6822 |6620 |  13k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.87	c  28.8s|     1 |     0 |  1321 |     - |  30M|   0 | 753 |6620 |6822 |6620 |  13k|  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
56.37/56.45	c  56.4s|     1 |     0 |  1486 |     - |  32M|   0 | 729 |6620 |6822 |6620 |  13k|  45 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
84.77/84.89	c  84.8s|     1 |     0 |  1614 |     - |  33M|   0 | 730 |6620 |6822 |6620 |  13k|  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
105.76/105.88	c   106s|     1 |     0 |  1772 |     - |  35M|   0 | 730 |6620 |6822 |6620 |  13k|  60 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
135.16/135.28	c   135s|     1 |     0 |  2005 |     - |  36M|   0 | 707 |6620 |6822 |6620 |  13k|  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
135.46/135.58	c   135s|     1 |     0 |  2059 |     - |  36M|   0 | 713 |6620 |6822 |6620 |  13k|  71 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
187.64/187.78	c   188s|     1 |     2 |  2059 |     - |  36M|   0 | 713 |6620 |6822 |6620 |  13k|  71 |   0 |  22 | 0.000000e+00 |      --      |    Inf 
1789.47/1790.01	c 
1789.47/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.47/1790.01	c Solving Time (sec) : 1789.93
1789.47/1790.01	c Solving Nodes      : 1819
1789.47/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.47/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.47/1790.01	c Gap                : infinite
1789.47/1790.01	s UNKNOWN
1789.47/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.47/1790.01	c Solving Time       :    1789.93
1789.47/1790.01	c Original Problem   :
1789.47/1790.01	c   Problem name     : HOME/instance-2702910-1278576542.opb
1789.47/1790.01	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.47/1790.01	c   Constraints      : 6822 initial, 6822 maximal
1789.47/1790.01	c Presolved Problem  :
1789.47/1790.01	c   Problem name     : t_HOME/instance-2702910-1278576542.opb
1789.47/1790.01	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.47/1790.01	c   Constraints      : 6822 initial, 8456 maximal
1789.47/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.47/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   probing          :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1789.47/1790.01	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1789.47/1790.01	c   and              :       0.18          0          0          0          0          0          0          0          0
1789.47/1790.01	c   linear           :       0.05          0          0          0          0          0          0          0          0
1789.47/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.47/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.47/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.47/1790.01	c   integral         :          0          0          0       1389          0         10        421          0          0       2248
1789.47/1790.01	c   knapsack         :          1          5       6654          0          1          0          0          0          0          0
1789.47/1790.01	c   setppc           :        600          5       6654          0          1         25      19498          0          0          0
1789.47/1790.01	c   and              :       6220       1705       6629          0          1          1     418292     487442          0          0
1789.47/1790.01	c   linear           :          1          5       6628          0          1          0          0          0          0          0
1789.47/1790.01	c   logicor          :          0+         0       2185          0          0          9        939          0          0          0
1789.47/1790.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.47/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.47/1790.01	c   integral         :     636.93       0.00       0.00     636.93       0.00
1789.47/1790.01	c   knapsack         :       0.13       0.05       0.08       0.00       0.00
1789.47/1790.01	c   setppc           :       0.26       0.00       0.26       0.00       0.00
1789.47/1790.01	c   and              :       8.85       5.92       2.93       0.00       0.00
1789.47/1790.01	c   linear           :       0.31       0.00       0.31       0.00       0.00
1789.47/1790.01	c   logicor          :       0.18       0.00       0.18       0.00       0.00
1789.47/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.47/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.47/1790.01	c   vbounds          :       0.01          1          0          0
1789.47/1790.01	c   rootredcost      :       0.00          0          0          0
1789.47/1790.01	c   pseudoobj        :       0.00          0          0          0
1789.47/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.47/1790.01	c   propagation      :       0.00         35         32         75       21.4          0        0.0          -
1789.47/1790.01	c   infeasible LP    :       3.24        654        650       5663       43.0          0        0.0          0
1789.47/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.47/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.47/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.47/1790.01	c   applied globally :          -          -          -       1680       61.8          -          -          -
1789.47/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.47/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.47/1790.01	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 494)
1789.47/1790.01	c   redcost          :       1.44       1705          0          0          0          0
1789.47/1790.01	c   impliedbounds    :       0.01          5          0          0         58          0
1789.47/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.47/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.47/1790.01	c   gomory           :      33.64          5          0          0          0          0
1789.47/1790.01	c   strongcg         :      95.34          5          0          0       1802          0
1789.47/1790.01	c   cmir             :       0.00          0          0          0          0          0
1789.47/1790.01	c   flowcover        :       0.00          0          0          0          0          0
1789.47/1790.01	c   clique           :       0.17          5          0          0         34          0
1789.47/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.47/1790.01	c   mcf              :       0.43          3          0          0         33          0
1789.47/1790.01	c   rapidlearning    :       1.02          1          0          0          0          0
1789.47/1790.01	c Pricers            :       Time      Calls       Vars
1789.47/1790.01	c   problem variables:       0.00          0          0
1789.47/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.47/1790.01	c   relpscost        :     636.93       1389         10        421          0          0       2248
1789.47/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.47/1790.01	c   inference        :       0.00          1          0          0          0          0          2
1789.47/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.47/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.47/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.47/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.47/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.47/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.47/1790.01	c   LP solutions     :       0.00          -          0
1789.47/1790.01	c   pseudo solutions :       0.00          -          0
1789.47/1790.01	c   trivial          :       0.01          1          0
1789.47/1790.01	c   simplerounding   :       0.00          0          0
1789.47/1790.01	c   zirounding       :       0.00          0          0
1789.47/1790.01	c   rounding         :       0.00          0          0
1789.47/1790.01	c   shifting         :       0.00          0          0
1789.47/1790.01	c   intshifting      :       0.00          0          0
1789.47/1790.01	c   oneopt           :       0.00          0          0
1789.47/1790.01	c   twoopt           :       0.00          0          0
1789.47/1790.01	c   fixandinfer      :       0.00          0          0
1789.47/1790.01	c   feaspump         :       0.00          0          0
1789.47/1790.01	c   coefdiving       :       0.00          0          0
1789.47/1790.01	c   pscostdiving     :       0.00          0          0
1789.47/1790.01	c   fracdiving       :       0.00          0          0
1789.47/1790.01	c   veclendiving     :       0.00          0          0
1789.47/1790.01	c   intdiving        :       0.00          0          0
1789.47/1790.01	c   actconsdiving    :       0.00          0          0
1789.47/1790.01	c   objpscostdiving  :       0.00          0          0
1789.47/1790.01	c   rootsoldiving    :       0.00          0          0
1789.47/1790.01	c   linesearchdiving :       0.00          0          0
1789.47/1790.01	c   guideddiving     :       0.00          0          0
1789.47/1790.01	c   octane           :       0.00          0          0
1789.47/1790.01	c   rens             :       0.00          0          0
1789.47/1790.01	c   rins             :       0.00          0          0
1789.47/1790.01	c   localbranching   :       0.00          0          0
1789.47/1790.01	c   mutation         :       0.00          0          0
1789.47/1790.01	c   crossover        :       0.00          0          0
1789.47/1790.01	c   dins             :       0.00          0          0
1789.47/1790.01	c   undercover       :       0.00          0          0
1789.47/1790.01	c   nlp              :       0.00          0          0
1789.47/1790.01	c   trysol           :       0.00          0          0
1789.47/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.47/1790.01	c   primal LP        :       5.75          0          0       0.00       0.00
1789.47/1790.01	c   dual LP          :     977.32       3749    1100315     293.50    1125.84
1789.47/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.47/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.47/1790.01	c   diving/probing LP:       0.00          0          0       0.00          -
1789.47/1790.01	c   strong branching :     636.46       4364     667927     153.05    1049.45
1789.47/1790.01	c     (at root node) :          -         22      17754     807.00          -
1789.47/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.47/1790.01	c B&B Tree           :
1789.47/1790.01	c   number of runs   :          1
1789.47/1790.01	c   nodes            :       1819
1789.47/1790.01	c   nodes (total)    :       1819
1789.47/1790.01	c   nodes left       :        311
1789.47/1790.01	c   max depth        :         23
1789.47/1790.01	c   max depth (total):         23
1789.47/1790.01	c   backtracks       :        344 (18.9%)
1789.47/1790.01	c   delayed cutoffs  :        121
1789.47/1790.01	c   repropagations   :       1416 (20979 domain reductions, 5 cutoffs)
1789.47/1790.01	c   avg switch length:       5.19
1789.47/1790.01	c   switching time   :      10.36
1789.47/1790.01	c Solution           :
1789.47/1790.01	c   Solutions found  :          0 (0 improvements)
1789.47/1790.01	c   Primal Bound     :          -
1789.47/1790.01	c   Dual Bound       : +0.00000000000000e+00
1789.47/1790.01	c   Gap              :   infinite
1789.47/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1789.47/1790.01	c   Root Iterations  :       2059
1789.57/1790.16	c Time complete: 1789.63.

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-2702910-1278576542/watcher-2702910-1278576542 -o /tmp/evaluation-result-2702910-1278576542/solver-2702910-1278576542 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702910-1278576542.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.00 1.00 0.91 3/106 2888
/proc/meminfo: memFree=1561040/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=7904 CPUtime=0
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 1075 0 0 0 0 0 0 0 23 0 1 0 25866573 8093696 987 1992294400 4194304 8395647 140734337223664 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2888/statm: 1976 995 365 1026 0 946 0

[startup+0.0470139 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 2888
/proc/meminfo: memFree=1561040/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=16404 CPUtime=0.04
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 3391 0 0 0 3 1 0 0 25 0 1 0 25866573 16797696 3302 1992294400 4194304 8395647 140734337223664 18446744073709551615 7382046 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2888/statm: 4101 3302 390 1026 0 3071 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16404

[startup+0.101019 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 2888
/proc/meminfo: memFree=1561040/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=24416 CPUtime=0.09
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 5579 0 0 0 7 2 0 0 25 0 1 0 25866573 25001984 5136 1992294400 4194304 8395647 140734337223664 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 6104 5149 407 1026 0 5074 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24416

[startup+0.301039 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 2888
/proc/meminfo: memFree=1561040/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=35392 CPUtime=0.29
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 8224 0 0 0 26 3 0 0 25 0 1 0 25866573 36241408 7781 1992294400 4194304 8395647 140734337223664 18446744073709551615 5018866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 8848 7781 468 1026 0 7818 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35392

[startup+0.701079 s]
/proc/loadavg: 1.00 1.00 0.91 3/106 2888
/proc/meminfo: memFree=1561040/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=64048 CPUtime=0.69
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 15347 0 0 0 64 5 0 0 25 0 1 0 25866573 65585152 14529 1992294400 4194304 8395647 140734337223664 18446744073709551615 6669594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16012 14529 570 1026 0 14982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64048

[startup+1.50116 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 2889
/proc/meminfo: memFree=1503496/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=65272 CPUtime=1.49
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 15824 0 0 0 143 6 0 0 25 0 1 0 25866573 66838528 14986 1992294400 4194304 8395647 140734337223664 18446744073709551615 6391382 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16318 14986 568 1026 0 15288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65272

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 0.91 2/107 2889
/proc/meminfo: memFree=1502256/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=66376 CPUtime=3.09
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 16156 0 0 0 303 6 0 0 25 0 1 0 25866573 67969024 15315 1992294400 4194304 8395647 140734337223664 18446744073709551615 6198182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16594 15315 590 1026 0 15564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66376

[startup+6.30164 s]
/proc/loadavg: 1.08 1.02 0.92 2/107 2889
/proc/meminfo: memFree=1501264/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=66376 CPUtime=6.29
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 16156 0 0 0 622 7 0 0 25 0 1 0 25866573 67969024 15315 1992294400 4194304 8395647 140734337223664 18446744073709551615 6198176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16594 15315 590 1026 0 15564 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66376

[startup+12.7013 s]
/proc/loadavg: 1.07 1.02 0.92 2/107 2889
/proc/meminfo: memFree=1501264/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=66376 CPUtime=12.69
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 16166 0 0 0 1260 9 0 0 25 0 1 0 25866573 67969024 15322 1992294400 4194304 8395647 140734337223664 18446744073709551615 6130246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16594 15322 592 1026 0 15564 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66376

[startup+25.5006 s]
/proc/loadavg: 1.06 1.01 0.92 2/107 2890
/proc/meminfo: memFree=1499528/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=67560 CPUtime=25.48
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 16601 0 0 0 2536 12 0 0 25 0 1 0 25866573 69181440 15757 1992294400 4194304 8395647 140734337223664 18446744073709551615 7185608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 16890 15757 592 1026 0 15860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67560

[startup+51.1002 s]
/proc/loadavg: 1.04 1.01 0.92 2/107 2890
/proc/meminfo: memFree=1474108/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=92640 CPUtime=51.08
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 25668 0 0 0 5069 39 0 0 25 0 1 0 25866573 94863360 22059 1992294400 4194304 8395647 140734337223664 18446744073709551615 6124428 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23160 22059 624 1026 0 22130 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92640

[startup+102.308 s]
/proc/loadavg: 1.01 1.01 0.92 2/107 2892
/proc/meminfo: memFree=1474108/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=92640 CPUtime=102.27
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 25745 0 0 0 10178 49 0 0 25 0 1 0 25866573 94863360 22136 1992294400 4194304 8395647 140734337223664 18446744073709551615 6124483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23160 22136 624 1026 0 22130 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 92640

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2893
/proc/meminfo: memFree=1470636/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=162.25
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26861 0 0 0 16163 62 0 0 25 0 1 0 25866573 97824768 23003 1992294400 4194304 8395647 140734337223664 18446744073709551615 6697003 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23003 630 1026 0 22853 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 95532

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2895
/proc/meminfo: memFree=1470636/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=222.23
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26862 0 0 0 22137 86 0 0 25 0 1 0 25866573 97824768 23004 1992294400 4194304 8395647 140734337223664 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23004 631 1026 0 22853 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 95532

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2897
/proc/meminfo: memFree=1470636/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=282.21
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26868 0 0 0 28103 118 0 0 25 0 1 0 25866573 97824768 23010 1992294400 4194304 8395647 140734337223664 18446744073709551615 6390468 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23010 636 1026 0 22853 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 95532

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2898
/proc/meminfo: memFree=1470636/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=342.19
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26869 0 0 0 34069 150 0 0 25 0 1 0 25866573 97824768 23011 1992294400 4194304 8395647 140734337223664 18446744073709551615 6695885 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23011 636 1026 0 22853 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 95532

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2900
/proc/meminfo: memFree=1470636/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=402.18
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26871 0 0 0 40038 180 0 0 25 0 1 0 25866573 97824768 23013 1992294400 4194304 8395647 140734337223664 18446744073709551615 6586944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23013 636 1026 0 22853 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 95532

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2901
/proc/meminfo: memFree=1470512/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=462.15
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26878 0 0 0 46006 209 0 0 25 0 1 0 25866573 97824768 23014 1992294400 4194304 8395647 140734337223664 18446744073709551615 6701870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23014 630 1026 0 22853 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 95532

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2903
/proc/meminfo: memFree=1470512/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=522.14
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26878 0 0 0 51975 239 0 0 25 0 1 0 25866573 97824768 23014 1992294400 4194304 8395647 140734337223664 18446744073709551615 6701797 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23014 630 1026 0 22853 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 95532

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2905
/proc/meminfo: memFree=1470512/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=95532 CPUtime=582.12
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 26879 0 0 0 57942 270 0 0 25 0 1 0 25866573 97824768 23015 1992294400 4194304 8395647 140734337223664 18446744073709551615 6667518 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 23883 23015 630 1026 0 22853 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 95532

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2909
/proc/meminfo: memFree=1468156/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=97184 CPUtime=642.11
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 27286 0 0 0 63912 299 0 0 25 0 1 0 25866573 99516416 23422 1992294400 4194304 8395647 140734337223664 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 24296 23422 630 1026 0 23266 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 97184

[startup+702.301 s]

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

/proc/meminfo: memFree=1460964/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=104640 CPUtime=1002
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 29083 0 0 0 99713 487 0 0 25 0 1 0 25866573 107151360 25219 1992294400 4194304 8395647 140734337223664 18446744073709551615 6663837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 26160 25219 630 1026 0 25130 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 104640

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2920
/proc/meminfo: memFree=1459476/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=105936 CPUtime=1061.97
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 29436 0 0 0 105678 519 0 0 25 0 1 0 25866573 108478464 25572 1992294400 4194304 8395647 140734337223664 18446744073709551615 6670339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 26484 25572 630 1026 0 25454 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 105936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2922
/proc/meminfo: memFree=1458732/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=106684 CPUtime=1121.96
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 29615 0 0 0 111646 550 0 0 25 0 1 0 25866573 109244416 25751 1992294400 4194304 8395647 140734337223664 18446744073709551615 6701854 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 26671 25751 630 1026 0 25641 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 106684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2924
/proc/meminfo: memFree=1457616/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=107904 CPUtime=1181.94
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 29893 0 0 0 117610 584 0 0 25 0 1 0 25866573 110493696 26029 1992294400 4194304 8395647 140734337223664 18446744073709551615 6751314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 26976 26029 630 1026 0 25946 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 107904

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2925
/proc/meminfo: memFree=1456500/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=108688 CPUtime=1241.93
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 30154 0 0 0 123578 615 0 0 25 0 1 0 25866573 111296512 26290 1992294400 4194304 8395647 140734337223664 18446744073709551615 6697045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 27172 26290 630 1026 0 26142 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 108688

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2927
/proc/meminfo: memFree=1455880/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=109244 CPUtime=1301.91
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 30308 0 0 0 129545 646 0 0 25 0 1 0 25866573 111865856 26444 1992294400 4194304 8395647 140734337223664 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 27311 26444 630 1026 0 26281 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 109244

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2928
/proc/meminfo: memFree=1454764/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=110772 CPUtime=1361.89
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 30628 0 0 0 135510 679 0 0 25 0 1 0 25866573 113430528 26764 1992294400 4194304 8395647 140734337223664 18446744073709551615 6742767 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 27693 26764 630 1026 0 26663 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 110772

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2930
/proc/meminfo: memFree=1453896/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=111676 CPUtime=1421.88
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 30807 0 0 0 141478 710 0 0 25 0 1 0 25866573 114356224 26943 1992294400 4194304 8395647 140734337223664 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 27919 26943 630 1026 0 26889 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 111676

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2932
/proc/meminfo: memFree=1453524/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=111676 CPUtime=1481.85
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 30892 0 0 0 147445 740 0 0 25 0 1 0 25866573 114356224 27028 1992294400 4194304 8395647 140734337223664 18446744073709551615 6663822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 27919 27028 630 1026 0 26889 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 111676

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2933
/proc/meminfo: memFree=1451292/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=114180 CPUtime=1541.84
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 31464 0 0 0 153410 774 0 0 25 0 1 0 25866573 116920320 27600 1992294400 4194304 8395647 140734337223664 18446744073709551615 6723581 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 28545 27600 630 1026 0 27515 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 114180

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2935
/proc/meminfo: memFree=1450424/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=114596 CPUtime=1601.82
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 31676 0 0 0 159379 803 0 0 25 0 1 0 25866573 117346304 27812 1992294400 4194304 8395647 140734337223664 18446744073709551615 6697041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 28649 27812 630 1026 0 27619 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 114596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2936
/proc/meminfo: memFree=1449928/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=115352 CPUtime=1661.8
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 31816 0 0 0 165347 833 0 0 25 0 1 0 25866573 118120448 27952 1992294400 4194304 8395647 140734337223664 18446744073709551615 6460074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 28838 27952 630 1026 0 27808 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 115352

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2938
/proc/meminfo: memFree=1448936/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=116588 CPUtime=1721.79
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32064 0 0 0 171312 867 0 0 25 0 1 0 25866573 119386112 28200 1992294400 4194304 8395647 140734337223664 18446744073709551615 6663825 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29147 28200 630 1026 0 28117 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 116588

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1781.77
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32355 0 0 0 177285 892 0 0 25 0 1 0 25866573 120508416 28491 1992294400 4194304 8395647 140734337223664 18446744073709551615 6663822 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28491 630 1026 0 28391 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 117684

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1784.97
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32355 0 0 0 177604 893 0 0 25 0 1 0 25866573 120508416 28491 1992294400 4194304 8395647 140734337223664 18446744073709551615 6585950 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28491 630 1026 0 28391 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 117684

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 0.92 3/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1788.17
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32355 0 0 0 177923 894 0 0 25 0 1 0 25866573 120508416 28491 1992294400 4194304 8395647 140734337223664 18446744073709551615 6670369 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28491 630 1026 0 28391 0
Current children cumulated CPU time (s) 1788.17
Current children cumulated vsize (KiB) 117684

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 0.92 3/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1788.96
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32355 0 0 0 178002 894 0 0 25 0 1 0 25866573 120508416 28491 1992294400 4194304 8395647 140734337223664 18446744073709551615 6754847 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28491 630 1026 0 28391 0
Current children cumulated CPU time (s) 1788.96
Current children cumulated vsize (KiB) 117684

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1789.37
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32355 0 0 0 178042 895 0 0 25 0 1 0 25866573 120508416 28491 1992294400 4194304 8395647 140734337223664 18446744073709551615 6587114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28491 630 1026 0 28391 0
Current children cumulated CPU time (s) 1789.37
Current children cumulated vsize (KiB) 117684

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/107 2940
/proc/meminfo: memFree=1447696/2059040 swapFree=4139504/4192956
[pid=2888] ppid=2886 vsize=117684 CPUtime=1789.57
/proc/2888/stat : 2888 (pbscip.linux.x8) R 2886 2888 2554 0 -1 4202496 32358 0 0 0 178062 895 0 0 25 0 1 0 25866573 120508416 28494 1992294400 4194304 8395647 140734337223664 18446744073709551615 6345850 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2888/statm: 29421 28494 633 1026 0 28391 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (KiB) 117684

Child status: 0
Real time (s): 1790.17
CPU time (s): 1789.64
CPU user time (s): 1780.67
CPU system time (s): 8.96764
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 117684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.67
system time used= 8.96764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32361
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= 2
involuntary context switches= 2990

runsolver used 2.89256 second user time and 8.51571 second system time

The end

Launcher Data

Begin job on node017 at 2010-07-08 10:09:02
IDJOB=2702910
IDBENCH=48359
IDSOLVER=1213
FILE ID=node017/2702910-1278576542
PBS_JOBID= 11240100
Free space on /tmp= 62484 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_40.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-2702910-1278576542/watcher-2702910-1278576542 -o /tmp/evaluation-result-2702910-1278576542/solver-2702910-1278576542 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2702910-1278576542.opb -t 1800 -m 1800

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

MD5SUM BENCH= ff64c7b9cef588c95a335f732f2d905b
RANDOM SEED=1955690915

node017.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.220
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.44
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.220
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1561568 kB
Buffers:         76380 kB
Cached:         316160 kB
SwapCached:       7724 kB
Active:         161076 kB
Inactive:       245996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1561568 kB
SwapTotal:     4192956 kB
SwapFree:      4139504 kB
Dirty:           10680 kB
Writeback:           0 kB
AnonPages:       12064 kB
Mapped:          11976 kB
Slab:            68576 kB
PageTables:       4232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179896 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= 62476 MiB
End job on node017 at 2010-07-08 10:38:52