Trace number 1870682

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.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.4 1808.17

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
MD5SUM67a15ea3b760eccb0e507c1f93bad0e1
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)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.05/0.07	c SCIP version 1.1.0.7
0.05/0.07	c LP-Solver SoPlex 1.4.1
0.05/0.07	c user parameter file <scip.set> not found - using default parameters
0.05/0.07	c read problem <HOME/instance-1870682-1245215638.opb>
0.05/0.07	c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.10/0.14	c No objective function, only one solution is needed.
0.10/0.14	c start presolving problem
0.10/0.14	c presolving:
0.29/0.37	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 601 upgd conss, 50128 impls, 400 clqs
0.49/0.53	c presolving (2 rounds):
0.49/0.53	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.53	c  50128 implications, 400 cliques
0.49/0.53	c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6818 constraints
0.49/0.53	c       1 constraints of type <knapsack>
0.49/0.53	c     400 constraints of type <setppc>
0.49/0.53	c    6216 constraints of type <and>
0.49/0.53	c       1 constraints of type <linear>
0.49/0.53	c     200 constraints of type <logicor>
0.49/0.53	c transformed objective value is always integral (scale: 1)
0.49/0.53	c Presolving Time: 0.26
0.49/0.53	c SATUNSAT-NLC
0.49/0.53	c -----------------------------------------------------------------------------------------------
0.49/0.53	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.53	c separating/flowcover/freq = c -1
0.49/0.53	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.53	c separating/cmir/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/veclendiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/veclendiving/freq = c -1
0.49/0.53	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.53	c heuristics/simplerounding/freq = c -1
0.49/0.53	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/shifting/freq = c -1
0.49/0.53	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.53	c heuristics/rounding/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.49/0.53	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.49/0.53	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.53	c heuristics/rootsoldiving/freq = c -1
0.49/0.53	c # number of nodes added to the contingent of the total nodes
0.49/0.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.53	c heuristics/rens/nodesofs = c 2000
0.49/0.53	c # minimum percentage of integer variables that have to be fixable 
0.49/0.53	c # [type: real, range: [0,1], default: 0.5]
0.49/0.53	c heuristics/rens/minfixingrate = c 0.3
0.49/0.53	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.53	c heuristics/rens/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/pscostdiving/freq = c -1
0.49/0.53	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.53	c heuristics/oneopt/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to total iteration number
0.49/0.53	c # [type: real, range: [0,1], default: 0.01]
0.49/0.53	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.49/0.53	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.53	c heuristics/objpscostdiving/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/linesearchdiving/freq = c -1
0.49/0.53	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/intshifting/freq = c -1
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/intdiving/maxlpiterquot = c 0.075
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/guideddiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/guideddiving/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/fracdiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/fracdiving/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/feaspump/maxlpiterofs = c 2000
0.49/0.53	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 20]
0.49/0.53	c heuristics/feaspump/freq = c -1
0.49/0.53	c # minimum percentage of integer variables that have to be fixed 
0.49/0.53	c # [type: real, range: [0,1], default: 0.666]
0.49/0.53	c heuristics/crossover/minfixingrate = c 0.5
0.49/0.53	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.49/0.53	c # [type: real, range: [0,1], default: 0.1]
0.49/0.53	c heuristics/crossover/nodesquot = c 0.15
0.49/0.53	c # number of nodes without incumbent change that heuristic should wait
0.49/0.53	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.49/0.53	c heuristics/crossover/nwaitingnodes = c 100
0.49/0.53	c # number of nodes added to the contingent of the total nodes
0.49/0.53	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.49/0.53	c heuristics/crossover/nodesofs = c 750
0.49/0.53	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 30]
0.49/0.53	c heuristics/crossover/freq = c -1
0.49/0.53	c # additional number of allowed LP iterations
0.49/0.53	c # [type: int, range: [0,2147483647], default: 1000]
0.49/0.53	c heuristics/coefdiving/maxlpiterofs = c 1500
0.49/0.53	c # maximal fraction of diving LP iterations compared to node LP iterations
0.49/0.53	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.49/0.53	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.49/0.53	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: 10]
0.49/0.53	c heuristics/coefdiving/freq = c -1
0.49/0.53	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c presolving/probing/maxrounds = c 0
0.49/0.53	c # should presolving try to simplify knapsacks
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.53	c constraints/knapsack/simplifyinequalities = c TRUE
0.49/0.53	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.49/0.53	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.49/0.53	c constraints/knapsack/disaggregation = c FALSE
0.49/0.53	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.49/0.53	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.53	c constraints/knapsack/maxnumcardlift = c 0
0.49/0.53	c # should presolving try to simplify inequalities
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/linear/simplifyinequalities = c TRUE
0.49/0.54	c # maximal number of separation rounds in the root node (-1: unlimited)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c separating/maxroundsroot = c 5
0.49/0.54	c # maximal number of separation rounds per node (-1: unlimited)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 5]
0.49/0.54	c separating/maxrounds = c 1
0.49/0.54	c # solving stops, if the given number of solutions were found (-1: no limit)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c limits/solutions = c 1
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = c 1620
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = c 1791
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = c 10000
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving problem
0.49/0.54	c 
0.79/0.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.86	c   0.6s|     1 |     0 |   342 |  29M|   0 | 161 |6616 |6818 |6818 |6616 |  13k|   0 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
1.69/1.79	c   1.5s|     1 |     0 |   428 |  29M|   0 | 161 |6616 |6818 |6818 |6616 |  13k|   2 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
2.79/2.84	c   2.5s|     1 |     0 |   642 |  29M|   0 | 162 |6616 |6818 |6818 |6616 |  13k|   4 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
8.98/9.08	c   8.7s|     1 |     0 |   771 |  29M|   0 | 162 |6616 |6818 |6818 |6616 |  13k|   5 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
16.50/16.53	c  16.2s|     1 |     0 |  1039 |  29M|   0 | 163 |6616 |6818 |6818 |6616 |  13k|   6 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
24.59/24.60	c  24.2s|     1 |     0 |  1163 |  29M|   0 | 164 |6616 |6818 |6818 |6616 |  13k|   7 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
67.17/67.26	c  66.8s|     1 |     2 |  1163 |  29M|   0 | 164 |6616 |6818 |6818 |6616 |  13k|   7 |   0 |  33 | 8.000000e+01 |      --      |    Inf 
498.82/499.89	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
946.12/949.82	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1284.49/1290.39	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1579.52/1586.12	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1656.00/1662.77	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1731.03/1738.05	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1800.04/1807.86	c 
1800.04/1807.86	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1807.86	c Solving Time (sec) : 1790.70
1800.04/1807.86	c Solving Nodes      : 9820
1800.04/1807.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1807.86	c Dual Bound         : +8.00000000000002e+01
1800.04/1807.86	c Gap                : infinite
1800.04/1807.86	c NODE         9820
1800.04/1807.86	c DUAL BOUND   80
1800.04/1807.86	c PRIMAL BOUND 1e+20
1800.04/1807.86	c GAP          1e+20
1800.04/1807.86	s UNKNOWN
1800.04/1807.86	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1807.86	c Solving Time       :    1790.70
1800.04/1807.86	c Original Problem   :
1800.04/1807.86	c   Problem name     : HOME/instance-1870682-1245215638.opb
1800.04/1807.86	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1807.86	c   Constraints      : 6818 initial, 6818 maximal
1800.04/1807.86	c Presolved Problem  :
1800.04/1807.86	c   Problem name     : t_HOME/instance-1870682-1245215638.opb
1800.04/1807.86	c   Variables        : 6616 (6616 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1807.87	c   Constraints      : 6818 initial, 8430 maximal
1800.04/1807.87	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1807.87	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.04/1807.87	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1807.87	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.04/1807.87	c   and              :       0.14          0          0          0          0          0          0          0          0
1800.04/1807.87	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.04/1807.87	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1807.87	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1807.87	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1807.87	c   integral         :          0          0          0       7050          0         36        529          0          0      13380
1800.04/1807.87	c   knapsack         :          1          5      35445        136          0          0          0          0          0          0
1800.04/1807.87	c   setppc           :        400          5      35445        136          0         46     168544          0          0          0
1800.04/1807.87	c   and              :       6216       8200      35399        136          0         73    3902750    1303479          0          0
1800.04/1807.87	c   linear           :          1          5      35326          0          0          0          0          0          0          0
1800.04/1807.87	c   logicor          :        200+         5      12663          0          0          1      10768          0          0          0
1800.04/1807.87	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1807.87	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1807.87	c   integral         :     537.23       0.00       0.00     537.23       0.00
1800.04/1807.87	c   knapsack         :       0.08       0.00       0.08       0.00       0.00
1800.04/1807.87	c   setppc           :       1.66       0.01       1.65       0.00       0.00
1800.04/1807.87	c   and              :      68.37      37.53      30.39       0.45       0.00
1800.04/1807.87	c   linear           :       1.84       0.00       1.84       0.00       0.00
1800.04/1807.87	c   logicor          :       0.87       0.00       0.87       0.00       0.00
1800.04/1807.87	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1807.87	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1807.87	c   rootredcost      :       0.02          0          0          0
1800.04/1807.87	c   pseudoobj        :      41.57      35446          0          0
1800.04/1807.87	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1807.87	c   propagation      :       0.00        120        119        119        2.4          0        0.0          -
1800.04/1807.87	c   infeasible LP    :      12.80       2616       2482      28100       51.1          3        2.0          0
1800.04/1807.87	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1807.87	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1807.87	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1807.87	c   applied globally :          -          -          -       7453       70.1          -          -          -
1800.04/1807.87	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1807.87	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1807.87	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 16)
1800.04/1807.87	c   redcost          :       9.46       8200          0          0          0          0
1800.04/1807.87	c   impliedbounds    :       0.02          5          0          0          0          0
1800.04/1807.87	c   intobj           :       0.00          0          0          0          0          0
1800.04/1807.87	c   gomory           :      15.76          5          0          0       1000          0
1800.04/1807.87	c   strongcg         :       5.83          5          0          0       2500          0
1800.04/1807.87	c   cmir             :       0.00          0          0          0          0          0
1800.04/1807.87	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1807.87	c   clique           :       0.04          5          0          0          0          0
1800.04/1807.87	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1807.87	c   mcf              :       0.21          2          0          0          0          0
1800.04/1807.87	c Pricers            :       Time      Calls       Vars
1800.04/1807.87	c   problem variables:       0.00          0          0
1800.04/1807.87	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1807.87	c   relpscost        :     537.20       6914         36        529          0          0      13380
1800.04/1807.87	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1807.87	c   random           :       0.00          0          0          0          0          0          0
1800.04/1807.87	c Primal Heuristics  :       Time      Calls      Found
1800.04/1807.87	c   LP solutions     :       0.00          -          0
1800.04/1807.87	c   pseudo solutions :       0.00          -          0
1800.04/1807.87	c   simplerounding   :       0.00          0          0
1800.04/1807.87	c   rounding         :       0.00          0          0
1800.04/1807.87	c   shifting         :       0.00          0          0
1800.04/1807.87	c   intshifting      :       0.00          0          0
1800.04/1807.87	c   oneopt           :       0.00          0          0
1800.04/1807.87	c   fixandinfer      :       0.00          0          0
1800.04/1807.87	c   feaspump         :       0.00          0          0
1800.04/1807.87	c   coefdiving       :       0.00          0          0
1800.04/1807.87	c   pscostdiving     :       0.00          0          0
1800.04/1807.87	c   fracdiving       :       0.00          0          0
1800.04/1807.87	c   veclendiving     :       0.00          0          0
1800.04/1807.87	c   intdiving        :       0.00          0          0
1800.04/1807.87	c   actconsdiving    :       0.00          0          0
1800.04/1807.87	c   objpscostdiving  :       0.00          0          0
1800.04/1807.87	c   rootsoldiving    :       0.00          0          0
1800.04/1807.87	c   linesearchdiving :       0.00          0          0
1800.04/1807.87	c   guideddiving     :       0.00          0          0
1800.04/1807.87	c   octane           :       0.00          0          0
1800.04/1807.87	c   rens             :       0.00          0          0
1800.04/1807.87	c   rins             :       0.00          0          0
1800.04/1807.87	c   localbranching   :       0.00          0          0
1800.04/1807.87	c   mutation         :       0.00          0          0
1800.04/1807.87	c   crossover        :       0.00          0          0
1800.04/1807.87	c   dins             :       0.00          0          0
1800.04/1807.87	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1807.87	c   primal LP        :      18.08          0          0       0.00       0.00
1800.04/1807.87	c   dual LP          :     984.87      18192    1880471     103.37    1909.36
1800.04/1807.87	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1807.87	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1807.87	c   strong branching :     535.64      13992     823753      58.87    1537.89
1800.04/1807.87	c     (at root node) :          -         33      18807     569.91          -
1800.04/1807.87	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1807.87	c B&B Tree           :
1800.04/1807.87	c   number of runs   :          1
1800.04/1807.87	c   nodes            :       9820
1800.04/1807.87	c   nodes (total)    :       9820
1800.04/1807.87	c   nodes left       :       3537
1800.04/1807.87	c   max depth        :         85
1800.04/1807.87	c   max depth (total):         85
1800.04/1807.87	c   backtracks       :        851 (8.7%)
1800.04/1807.87	c   delayed cutoffs  :         24
1800.04/1807.87	c   repropagations   :       6016 (27653 domain reductions, 2 cutoffs)
1800.04/1807.87	c   avg switch length:       3.87
1800.04/1807.87	c   switching time   :      35.32
1800.04/1807.87	c Solution           :
1800.04/1807.87	c   Solutions found  :          0 (0 improvements)
1800.04/1807.87	c   Primal Bound     :          -
1800.04/1807.87	c   Dual Bound       : +8.00000000000002e+01
1800.04/1807.87	c   Gap              :   infinite
1800.04/1807.87	c   Root Dual Bound  : +8.00000000000000e+01
1800.33/1808.15	c Time complete: 1800.37.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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.60 1.55 1.63 3/86 19264
/proc/meminfo: memFree=1568776/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=6104 CPUtime=0
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 890 0 0 0 0 0 0 0 18 0 1 0 189162832 6250496 872 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 1564 878 334 886 0 674 0

[startup+0.06031 s]
/proc/loadavg: 1.60 1.55 1.63 3/86 19264
/proc/meminfo: memFree=1568776/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=15660 CPUtime=0.05
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 3241 0 0 0 5 0 0 0 18 0 1 0 189162832 16035840 3223 1992294400 4194304 7823515 548682068736 18446744073709551615 5536275 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 3915 3223 351 886 0 3025 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15660

[startup+0.101313 s]
/proc/loadavg: 1.60 1.55 1.63 3/86 19264
/proc/meminfo: memFree=1568776/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=23876 CPUtime=0.1
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 5542 0 0 0 8 2 0 0 18 0 1 0 189162832 24449024 5170 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 5969 5180 371 886 0 5079 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 23876

[startup+0.301338 s]
/proc/loadavg: 1.60 1.55 1.63 3/86 19264
/proc/meminfo: memFree=1568776/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=31404 CPUtime=0.29
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 7267 0 0 0 20 9 0 0 19 0 1 0 189162832 32157696 6895 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 7851 6895 404 886 0 6961 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31404

[startup+0.70138 s]
/proc/loadavg: 1.60 1.55 1.63 3/86 19264
/proc/meminfo: memFree=1568776/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=58744 CPUtime=0.69
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 14231 0 0 0 49 20 0 0 23 0 1 0 189162832 60153856 13545 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 14686 13546 514 886 0 13796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58744

[startup+1.50146 s]
/proc/loadavg: 1.60 1.55 1.63 2/87 19265
/proc/meminfo: memFree=1511616/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=72528 CPUtime=1.49
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 17691 0 0 0 126 23 0 0 25 0 1 0 189162832 74268672 16955 1992294400 4194304 7823515 548682068736 18446744073709551615 5629912 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 18132 16956 551 886 0 17242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72528

[startup+3.10163 s]
/proc/loadavg: 1.60 1.55 1.63 2/87 19265
/proc/meminfo: memFree=1500040/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=81228 CPUtime=3.09
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 19640 0 0 0 285 24 0 0 25 0 1 0 189162832 83177472 18871 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 20307 18871 555 886 0 19417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81228

[startup+6.30313 s]
/proc/loadavg: 1.55 1.54 1.63 2/87 19265
/proc/meminfo: memFree=1494984/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=81228 CPUtime=6.29
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 19640 0 0 0 604 25 0 0 25 0 1 0 189162832 83177472 18871 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 20307 18871 555 886 0 19417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81228

[startup+12.7036 s]
/proc/loadavg: 1.51 1.53 1.62 4/87 19265
/proc/meminfo: memFree=1487368/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=87580 CPUtime=12.68
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 21564 0 0 0 1240 28 0 0 25 0 1 0 189162832 89681920 20795 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 21895 20795 555 886 0 21005 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 87580

[startup+25.502 s]
/proc/loadavg: 1.61 1.55 1.63 2/87 19265
/proc/meminfo: memFree=1478600/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=95800 CPUtime=25.48
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 25454 0 0 0 2514 34 0 0 25 0 1 0 189162832 98099200 23002 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 23950 23002 558 886 0 23060 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95800

[startup+51.1017 s]
/proc/loadavg: 1.86 1.62 1.65 2/87 19265
/proc/meminfo: memFree=1478344/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=95800 CPUtime=51.07
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 25515 0 0 0 5069 38 0 0 25 0 1 0 189162832 98099200 23063 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 23950 23063 558 886 0 23060 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95800

[startup+102.31 s]
/proc/loadavg: 1.81 1.64 1.65 2/87 19265
/proc/meminfo: memFree=1478280/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=95800 CPUtime=102.27
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 25529 0 0 0 10170 57 0 0 25 0 1 0 189162832 98099200 23077 1992294400 4194304 7823515 548682068736 18446744073709551615 6234776 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 23950 23077 568 886 0 23060 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 95800

[startup+162.301 s]
/proc/loadavg: 1.68 1.62 1.64 2/87 19265
/proc/meminfo: memFree=1478088/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=95800 CPUtime=162.11
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 25531 0 0 0 16120 91 0 0 25 0 1 0 189162832 98099200 23079 1992294400 4194304 7823515 548682068736 18446744073709551615 6175282 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 23950 23079 568 886 0 23060 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 95800

[startup+222.302 s]
/proc/loadavg: 1.67 1.64 1.64 3/87 19265
/proc/meminfo: memFree=1475080/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=99152 CPUtime=222.08
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 26306 0 0 0 22090 118 0 0 25 0 1 0 189162832 101531648 23854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 24788 23854 568 886 0 23898 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 99152

[startup+282.302 s]
/proc/loadavg: 1.63 1.63 1.63 2/87 19265
/proc/meminfo: memFree=1467656/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=106648 CPUtime=281.81
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 28180 0 0 0 28033 148 0 0 25 0 1 0 189162832 109207552 25723 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 26662 25723 568 886 0 25772 0
Current children cumulated CPU time (s) 281.81
Current children cumulated vsize (KiB) 106648

[startup+342.301 s]
/proc/loadavg: 1.35 1.55 1.61 2/87 19265
/proc/meminfo: memFree=1460360/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=113736 CPUtime=341.4
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 29988 0 0 0 33959 181 0 0 25 0 1 0 189162832 116465664 27530 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 28434 27530 568 886 0 27544 0
Current children cumulated CPU time (s) 341.4
Current children cumulated vsize (KiB) 113736

[startup+402.315 s]
/proc/loadavg: 1.86 1.66 1.64 3/87 19265
/proc/meminfo: memFree=1452552/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=121456 CPUtime=401.38
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 31927 0 0 0 39932 206 0 0 25 0 1 0 189162832 124370944 29469 1992294400 4194304 7823515 548682068736 18446744073709551615 6177563 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 30364 29469 568 886 0 29474 0
Current children cumulated CPU time (s) 401.38
Current children cumulated vsize (KiB) 121456

[startup+462.302 s]
/proc/loadavg: 1.79 1.66 1.64 3/87 19265
/proc/meminfo: memFree=1444680/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=129888 CPUtime=461.33
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 33990 0 0 0 45898 235 0 0 25 0 1 0 189162832 133005312 31531 1992294400 4194304 7823515 548682068736 18446744073709551615 6099692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 32472 31531 568 886 0 31582 0
Current children cumulated CPU time (s) 461.33
Current children cumulated vsize (KiB) 129888

[startup+522.302 s]
/proc/loadavg: 1.70 1.67 1.64 2/87 19265
/proc/meminfo: memFree=1438408/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=135560 CPUtime=521.32
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 35541 0 0 0 51868 264 0 0 25 0 1 0 189162832 138813440 33081 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 33890 33081 655 886 0 33000 0
Current children cumulated CPU time (s) 521.32
Current children cumulated vsize (KiB) 135560

[startup+582.301 s]
/proc/loadavg: 1.84 1.70 1.65 4/87 19265
/proc/meminfo: memFree=1431688/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=142268 CPUtime=581.06
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 37164 0 0 0 57801 305 0 0 25 0 1 0 189162832 145682432 34704 1992294400 4194304 7823515 548682068736 18446744073709551615 6180619 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 35567 34704 655 886 0 34677 0
Current children cumulated CPU time (s) 581.06
Current children cumulated vsize (KiB) 142268

[startup+642.302 s]
/proc/loadavg: 1.97 1.74 1.66 2/87 19265
/proc/meminfo: memFree=1427912/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=146024 CPUtime=640.49
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 38114 0 0 0 63716 333 0 0 25 0 1 0 189162832 149528576 35654 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 36506 35654 656 886 0 35616 0
Current children cumulated CPU time (s) 640.49
Current children cumulated vsize (KiB) 146024

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 1.96 1.73 1.66 2/87 19265
/proc/meminfo: memFree=1394632/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=180036 CPUtime=938.63
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 46421 0 0 0 93373 490 0 0 25 0 1 0 189162832 184356864 43955 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 45009 43955 656 886 0 44119 0
Current children cumulated CPU time (s) 938.63
Current children cumulated vsize (KiB) 180036

[startup+1002.3 s]
/proc/loadavg: 1.91 1.75 1.67 2/87 19265
/proc/meminfo: memFree=1387208/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=187188 CPUtime=998.41
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 48194 0 0 0 99322 519 0 0 25 0 1 0 189162832 191680512 45728 1992294400 4194304 7823515 548682068736 18446744073709551615 6109489 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 46797 45728 656 886 0 45907 0
Current children cumulated CPU time (s) 998.41
Current children cumulated vsize (KiB) 187188

[startup+1062.3 s]
/proc/loadavg: 2.12 1.84 1.70 3/87 19265
/proc/meminfo: memFree=1382472/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=192028 CPUtime=1057.91
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 49370 0 0 0 105241 550 0 0 25 0 1 0 189162832 196636672 46904 1992294400 4194304 7823515 548682068736 18446744073709551615 6211422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 48007 46904 656 886 0 47117 0
Current children cumulated CPU time (s) 1057.91
Current children cumulated vsize (KiB) 192028

[startup+1122.3 s]
/proc/loadavg: 1.92 1.83 1.71 2/87 19265
/proc/meminfo: memFree=1376520/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=197964 CPUtime=1117.34
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 50847 0 0 0 111155 579 0 0 25 0 1 0 189162832 202715136 48380 1992294400 4194304 7823515 548682068736 18446744073709551615 6110405 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 49491 48380 656 886 0 48601 0
Current children cumulated CPU time (s) 1117.34
Current children cumulated vsize (KiB) 197964

[startup+1182.3 s]
/proc/loadavg: 2.31 1.94 1.75 2/87 19265
/proc/meminfo: memFree=1369992/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=204780 CPUtime=1176.73
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 52483 0 0 0 117058 615 0 0 25 0 1 0 189162832 209694720 50016 1992294400 4194304 7823515 548682068736 18446744073709551615 4291281 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 51195 50016 656 886 0 50305 0
Current children cumulated CPU time (s) 1176.73
Current children cumulated vsize (KiB) 204780

[startup+1242.3 s]
/proc/loadavg: 2.22 1.99 1.78 2/87 19265
/proc/meminfo: memFree=1364424/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=210428 CPUtime=1236.55
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 53770 0 0 0 123009 646 0 0 25 0 1 0 189162832 215478272 51303 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 52607 51303 656 886 0 51717 0
Current children cumulated CPU time (s) 1236.55
Current children cumulated vsize (KiB) 210428

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.78 2/87 19265
/proc/meminfo: memFree=1359880/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=215172 CPUtime=1296.48
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 54891 0 0 0 128974 674 0 0 25 0 1 0 189162832 220336128 52420 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 53793 52420 656 886 0 52903 0
Current children cumulated CPU time (s) 1296.48
Current children cumulated vsize (KiB) 215172

[startup+1362.3 s]
/proc/loadavg: 1.76 1.90 1.77 3/87 19265
/proc/meminfo: memFree=1353928/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=221360 CPUtime=1356.45
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 56415 0 0 0 134942 703 0 0 25 0 1 0 189162832 226672640 53944 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 55340 53944 656 886 0 54450 0
Current children cumulated CPU time (s) 1356.45
Current children cumulated vsize (KiB) 221360

[startup+1422.31 s]
/proc/loadavg: 1.45 1.78 1.73 4/87 19265
/proc/meminfo: memFree=1346056/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=229220 CPUtime=1416.39
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 58376 0 0 0 140905 734 0 0 25 0 1 0 189162832 234721280 55904 1992294400 4194304 7823515 548682068736 18446744073709551615 6110403 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 57305 55904 656 886 0 56415 0
Current children cumulated CPU time (s) 1416.39
Current children cumulated vsize (KiB) 229220

[startup+1482.32 s]
/proc/loadavg: 1.56 1.76 1.72 2/87 19265
/proc/meminfo: memFree=1338824/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=236848 CPUtime=1476.17
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 60140 0 0 0 146851 766 0 0 25 0 1 0 189162832 242532352 57662 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 59212 57662 656 886 0 58322 0
Current children cumulated CPU time (s) 1476.17
Current children cumulated vsize (KiB) 236848

[startup+1542.3 s]
/proc/loadavg: 1.56 1.73 1.72 3/87 19265
/proc/meminfo: memFree=1335304/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=240460 CPUtime=1536.11
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 61015 0 0 0 152814 797 0 0 25 0 1 0 189162832 246231040 58537 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 60115 58537 656 886 0 59225 0
Current children cumulated CPU time (s) 1536.11
Current children cumulated vsize (KiB) 240460

[startup+1602.3 s]
/proc/loadavg: 1.56 1.70 1.71 4/87 19265
/proc/meminfo: memFree=1330312/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=245172 CPUtime=1595.62
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 62276 0 0 0 158734 828 0 0 25 0 1 0 189162832 251056128 59797 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 61293 59797 656 886 0 60403 0
Current children cumulated CPU time (s) 1595.62
Current children cumulated vsize (KiB) 245172

[startup+1662.3 s]
/proc/loadavg: 1.59 1.69 1.70 2/87 19265
/proc/meminfo: memFree=1325960/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=249508 CPUtime=1655.6
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 63394 0 0 0 164703 857 0 0 25 0 1 0 189162832 255496192 60913 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 62377 60913 656 886 0 61487 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 249508

[startup+1722.3 s]
/proc/loadavg: 1.66 1.67 1.69 2/87 19265
/proc/meminfo: memFree=1318792/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=256992 CPUtime=1715.53
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 65095 0 0 0 170666 887 0 0 25 0 1 0 189162832 263159808 62613 1992294400 4194304 7823515 548682068736 18446744073709551615 6216197 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 64248 62613 656 886 0 63358 0
Current children cumulated CPU time (s) 1715.53
Current children cumulated vsize (KiB) 256992

[startup+1782.3 s]
/proc/loadavg: 1.58 1.64 1.68 4/87 19265
/proc/meminfo: memFree=1313928/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=261704 CPUtime=1774.75
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 66257 0 0 0 176553 922 0 0 25 0 1 0 189162832 267984896 63774 1992294400 4194304 7823515 548682068736 18446744073709551615 6175285 0 0 4096 16384 0 0 0 17 1 0 0
/proc/19264/statm: 65426 63774 656 886 0 64536 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 261704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 1.35 1.58 1.66 2/87 19265
/proc/meminfo: memFree=1312968/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=262848 CPUtime=1800.04
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 66500 0 0 0 179070 934 0 0 25 0 1 0 189162832 269156352 64017 1992294400 4194304 7823515 548682068736 18446744073709551615 6110434 0 0 4096 16384 0 0 0 17 0 0 0
/proc/19264/statm: 65712 64017 656 886 0 64822 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 262848

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

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

[startup+1808 s]
/proc/loadavg: 1.35 1.58 1.66 2/87 19265
/proc/meminfo: memFree=1312968/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=262848 CPUtime=1800.23
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 66503 0 0 0 179089 934 0 0 25 0 1 0 189162832 269156352 64020 1992294400 4194304 7823515 548682068736 18446744073709551615 4805796 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 65712 64020 659 886 0 64822 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 262848

[startup+1808.1 s]
/proc/loadavg: 1.35 1.58 1.66 2/87 19265
/proc/meminfo: memFree=1312968/2055920 swapFree=4182160/4192956
[pid=19264] ppid=19262 vsize=262848 CPUtime=1800.33
/proc/19264/stat : 19264 (pbscip.linux.x8) R 19262 19264 18914 0 -1 4194304 66504 0 0 0 179099 934 0 0 25 0 1 0 189162832 269156352 64021 1992294400 4194304 7823515 548682068736 18446744073709551615 5875920 0 0 4096 0 0 0 0 17 1 0 0
/proc/19264/statm: 65712 64021 660 886 0 64822 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 262848

Child status: 0
Real time (s): 1808.17
CPU time (s): 1800.4
CPU user time (s): 1791.02
CPU system time (s): 9.38557
CPU usage (%): 99.5703
Max. virtual memory (cumulated for all children) (KiB): 262848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.02
system time used= 9.38557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66506
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= 24605

runsolver used 2.36264 second user time and 6.53801 second system time

The end

Launcher Data

Begin job on node79 at 2009-06-17 07:13:58
IDJOB=1870682
IDBENCH=48340
IDSOLVER=683
FILE ID=node79/1870682-1245215638
PBS_JOBID= 9368373
Free space on /tmp= 66232 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870682-1245215638/watcher-1870682-1245215638 -o /tmp/evaluation-result-1870682-1245215638/solver-1870682-1245215638 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870682-1245215638.opb

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

MD5SUM BENCH= 67a15ea3b760eccb0e507c1f93bad0e1
RANDOM SEED=1955747314

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1569264 kB
Buffers:         30936 kB
Cached:         360756 kB
SwapCached:       4884 kB
Active:          79124 kB
Inactive:       343952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569264 kB
SwapTotal:     4192956 kB
SwapFree:      4182160 kB
Dirty:           10276 kB
Writeback:           0 kB
Mapped:          39876 kB
Slab:            47564 kB
Committed_AS:   623080 kB
PageTables:       2736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node79 at 2009-06-17 07:44:08