Trace number 1870636

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.74 1801.4

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_15.opb
MD5SUM0f8b3c4075c45404d33689fa65bc6a7e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark46.331
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

Solver Data

0.00/0.04	c SCIP version 1.1.0.7
0.00/0.04	c LP-Solver SoPlex 1.4.1
0.00/0.04	c user parameter file <scip.set> not found - using default parameters
0.00/0.04	c read problem <HOME/instance-1870636-1245214531.opb>
0.00/0.04	c original problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3392 constraints
0.00/0.07	c No objective function, only one solution is needed.
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.19/0.23	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 24920 impls, 200 clqs
0.29/0.36	c presolving (2 rounds):
0.29/0.36	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.36	c  24920 implications, 200 cliques
0.29/0.36	c presolved problem has 3290 variables (3290 bin, 0 int, 0 impl, 0 cont) and 3392 constraints
0.29/0.36	c       1 constraints of type <knapsack>
0.29/0.36	c     200 constraints of type <setppc>
0.29/0.36	c    3090 constraints of type <and>
0.29/0.36	c       1 constraints of type <linear>
0.29/0.36	c     100 constraints of type <logicor>
0.29/0.36	c transformed objective value is always integral (scale: 1)
0.29/0.36	c Presolving Time: 0.14
0.29/0.36	c SATUNSAT-NLC
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c separating/flowcover/freq = c -1
0.29/0.36	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c separating/cmir/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/veclendiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/veclendiving/freq = c -1
0.29/0.36	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/simplerounding/freq = c -1
0.29/0.36	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/shifting/freq = c -1
0.29/0.36	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/rounding/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.36	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.29/0.36	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/rootsoldiving/freq = c -1
0.29/0.36	c # number of nodes added to the contingent of the total nodes
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.36	c heuristics/rens/nodesofs = c 2000
0.29/0.36	c # minimum percentage of integer variables that have to be fixable 
0.29/0.36	c # [type: real, range: [0,1], default: 0.5]
0.29/0.36	c heuristics/rens/minfixingrate = c 0.3
0.29/0.36	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.36	c heuristics/rens/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/pscostdiving/freq = c -1
0.29/0.36	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.36	c heuristics/oneopt/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.36	c # [type: real, range: [0,1], default: 0.01]
0.29/0.36	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.29/0.36	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/objpscostdiving/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/linesearchdiving/freq = c -1
0.29/0.36	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/intshifting/freq = c -1
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/intdiving/maxlpiterquot = c 0.075
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/guideddiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/guideddiving/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/fracdiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/fracdiving/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/feaspump/maxlpiterofs = c 2000
0.29/0.36	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.36	c heuristics/feaspump/freq = c -1
0.29/0.36	c # minimum percentage of integer variables that have to be fixed 
0.29/0.36	c # [type: real, range: [0,1], default: 0.666]
0.29/0.36	c heuristics/crossover/minfixingrate = c 0.5
0.29/0.36	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.36	c # [type: real, range: [0,1], default: 0.1]
0.29/0.36	c heuristics/crossover/nodesquot = c 0.15
0.29/0.36	c # number of nodes without incumbent change that heuristic should wait
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.36	c heuristics/crossover/nwaitingnodes = c 100
0.29/0.36	c # number of nodes added to the contingent of the total nodes
0.29/0.36	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.36	c heuristics/crossover/nodesofs = c 750
0.29/0.36	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.36	c heuristics/crossover/freq = c -1
0.29/0.36	c # additional number of allowed LP iterations
0.29/0.36	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.36	c heuristics/coefdiving/maxlpiterofs = c 1500
0.29/0.36	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.36	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.29/0.36	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.36	c heuristics/coefdiving/freq = c -1
0.29/0.36	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c presolving/probing/maxrounds = c 0
0.29/0.36	c # should presolving try to simplify knapsacks
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/knapsack/simplifyinequalities = c TRUE
0.29/0.36	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.36	c constraints/knapsack/disaggregation = c FALSE
0.29/0.36	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c constraints/knapsack/maxnumcardlift = c 0
0.29/0.36	c # should presolving try to simplify inequalities
0.29/0.36	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.36	c constraints/linear/simplifyinequalities = c TRUE
0.29/0.36	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c separating/maxroundsroot = c 5
0.29/0.36	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.36	c separating/maxrounds = c 1
0.29/0.36	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.36	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.36	c limits/solutions = c 1
0.29/0.36	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/memory = c 1620
0.29/0.36	c # maximal time in seconds to run
0.29/0.36	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.36	c limits/time = c 1791
0.29/0.36	c # frequency for displaying node information lines
0.29/0.36	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.36	c display/freq = c 10000
0.29/0.36	c -----------------------------------------------------------------------------------------------
0.29/0.36	c start solving problem
0.29/0.36	c 
0.39/0.45	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.45	c   0.2s|     1 |     0 |   107 |  14M|   0 |  61 |3290 |3392 |3392 |3290 |6482 |   0 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.69/0.79	c   0.6s|     1 |     0 |   119 |  14M|   0 |  61 |3290 |3392 |3392 |3290 |6483 |   1 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.00/1.09	c   0.8s|     1 |     0 |   156 |  14M|   0 |  62 |3290 |3392 |3392 |3290 |6485 |   3 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
2.09/2.10	c   1.9s|     1 |     0 |   184 |  14M|   0 |  62 |3290 |3392 |3392 |3290 |6486 |   4 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
3.19/3.22	c   3.0s|     1 |     0 |   261 |  14M|   0 |  62 |3290 |3392 |3392 |3290 |6488 |   6 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
4.69/4.79	c   4.5s|     1 |     0 |   300 |  15M|   0 |  62 |3290 |3392 |3392 |3290 |6489 |   7 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
10.59/10.61	c  10.3s|     1 |     2 |   300 |  15M|   0 |  62 |3290 |3392 |3392 |3290 |6489 |   7 |   0 |  33 | 3.000000e+01 |      --      |    Inf 
281.49/281.69	c   279s| 10000 |  3539 |458010 |  78M|  61 |   6 |3290 |4769 |1738 |3290 | 590 | 349k|7246 |  11k| 3.000000e+01 |      --      |    Inf 
503.10/503.39	c   499s| 20000 |  6225 |905802 | 132M|  63 |   - |3290 |4736 | 498 |3290 | 672 | 656k|  15k|  15k| 3.000000e+01 |      --      |    Inf 
730.92/731.28	c   724s| 30000 |  8797 |  1376k| 187M|  63 |  79 |3290 |5661 | 721 |3290 | 670 | 982k|  24k|  18k| 3.000000e+01 |      --      |    Inf 
956.44/956.89	c   948s| 40000 | 11090 |  1852k| 235M|  63 |   8 |3290 |5645 |2891 |3290 | 594 |1289k|  34k|  21k| 3.000000e+01 |      --      |    Inf 
1159.26/1159.76	c  1149s| 50000 | 13516 |  2308k| 287M|  63 |  39 |3290 |5532 |3477 |3290 | 589 |1590k|  43k|  23k| 3.000000e+01 |      --      |    Inf 
1375.29/1375.85	c  1363s| 60000 | 15799 |  2764k| 338M|  63 |  44 |3290 |5256 |3239 |3290 | 609 |1863k|  53k|  25k| 3.000000e+01 |      --      |    Inf 
1597.40/1598.05	c  1583s| 70000 | 18022 |  3220k| 389M|  63 |  64 |3290 |5826 |1263 |3290 | 656 |2134k|  64k|  28k| 3.000000e+01 |      --      |    Inf 
1800.04/1800.72	c 
1800.04/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.72	c Solving Time (sec) : 1784.01
1800.04/1800.72	c Solving Nodes      : 79236
1800.04/1800.72	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.72	c Dual Bound         : +3.00000000000000e+01
1800.04/1800.72	c Gap                : infinite
1800.04/1800.72	c NODE         79236
1800.04/1800.72	c DUAL BOUND   30
1800.04/1800.72	c PRIMAL BOUND 1e+20
1800.04/1800.72	c GAP          1e+20
1800.04/1800.72	s UNKNOWN
1800.04/1800.72	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.72	c Solving Time       :    1784.01
1800.04/1800.72	c Original Problem   :
1800.04/1800.72	c   Problem name     : HOME/instance-1870636-1245214531.opb
1800.04/1800.72	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.72	c   Constraints      : 3392 initial, 3392 maximal
1800.04/1800.72	c Presolved Problem  :
1800.04/1800.72	c   Problem name     : t_HOME/instance-1870636-1245214531.opb
1800.04/1800.72	c   Variables        : 3290 (3290 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.72	c   Constraints      : 3392 initial, 5984 maximal
1800.04/1800.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.72	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   and              :       0.11          0          0          0          0          0          0          0          0
1800.04/1800.72	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.72	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.72	c   integral         :          0          0          0      62882          0        577       3894          0          0      99302
1800.04/1800.72	c   knapsack         :          1          5     369304      10383          0          9        147          0          0          0
1800.04/1800.72	c   setppc           :        200          5     369332      10383          0        969     907208          0          0          0
1800.04/1800.72	c   and              :       3090      57661     368363      10383          0       2730   15125206    2378558          0          0
1800.04/1800.72	c   linear           :          1          5     365629          0          0          3         36          0          0          0
1800.04/1800.72	c   logicor          :        100+         5     142432          0          0        132     245052          0          0          0
1800.04/1800.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.72	c   integral         :     249.48       0.00       0.00     249.48       0.00
1800.04/1800.72	c   knapsack         :       0.38       0.00       0.36       0.02       0.00
1800.04/1800.72	c   setppc           :       5.17       0.00       4.86       0.31       0.00
1800.04/1800.72	c   and              :     171.78      77.12      83.88      10.78       0.00
1800.04/1800.72	c   linear           :       6.72       0.01       6.71       0.00       0.00
1800.04/1800.72	c   logicor          :      13.03       0.00      13.03       0.00       0.00
1800.04/1800.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.72	c   rootredcost      :       0.28          0          0          0
1800.04/1800.72	c   pseudoobj        :     110.61     369342          0          0
1800.04/1800.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.72	c   propagation      :       0.05       3843       3840       5502       15.9         63       40.7          -
1800.04/1800.72	c   infeasible LP    :      55.41      25089      23917     226141       47.9        586        2.4          0
1800.04/1800.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.72	c   applied globally :          -          -          -      73422       55.5          -          -          -
1800.04/1800.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.72	c   cut pool         :       0.00          4          -          -          7          -    (maximal pool size: 42)
1800.04/1800.72	c   redcost          :      20.42      57661          0          0          0          0
1800.04/1800.72	c   impliedbounds    :       0.01          5          0          0          0          0
1800.04/1800.72	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.72	c   gomory           :       2.85          5          0          0       1026          0
1800.04/1800.72	c   strongcg         :       1.16          5          0          0       2500          0
1800.04/1800.72	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.72	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.72	c   clique           :       0.02          5          0          0          0          0
1800.04/1800.72	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.72	c   mcf              :       0.07          2          0          0          0          0
1800.04/1800.72	c Pricers            :       Time      Calls       Vars
1800.04/1800.72	c   problem variables:       0.00          0          0
1800.04/1800.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.72	c   relpscost        :     249.24      52499        577       3894          0          0      99302
1800.04/1800.72	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.72	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.72	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.72	c   LP solutions     :       0.00          -          0
1800.04/1800.72	c   pseudo solutions :       0.00          -          0
1800.04/1800.72	c   simplerounding   :       0.00          0          0
1800.04/1800.72	c   rounding         :       0.00          0          0
1800.04/1800.72	c   shifting         :       0.00          0          0
1800.04/1800.72	c   intshifting      :       0.00          0          0
1800.04/1800.72	c   oneopt           :       0.00          0          0
1800.04/1800.72	c   fixandinfer      :       0.00          0          0
1800.04/1800.72	c   feaspump         :       0.00          0          0
1800.04/1800.72	c   coefdiving       :       0.00          0          0
1800.04/1800.72	c   pscostdiving     :       0.00          0          0
1800.04/1800.72	c   fracdiving       :       0.00          0          0
1800.04/1800.72	c   veclendiving     :       0.00          0          0
1800.04/1800.72	c   intdiving        :       0.00          0          0
1800.04/1800.72	c   actconsdiving    :       0.00          0          0
1800.04/1800.72	c   objpscostdiving  :       0.00          0          0
1800.04/1800.72	c   rootsoldiving    :       0.00          0          0
1800.04/1800.72	c   linesearchdiving :       0.00          0          0
1800.04/1800.72	c   guideddiving     :       0.00          0          0
1800.04/1800.72	c   octane           :       0.00          0          0
1800.04/1800.72	c   rens             :       0.00          0          0
1800.04/1800.72	c   rins             :       0.00          0          0
1800.04/1800.72	c   localbranching   :       0.00          0          0
1800.04/1800.72	c   mutation         :       0.00          0          0
1800.04/1800.72	c   crossover        :       0.00          0          0
1800.04/1800.72	c   dins             :       0.00          0          0
1800.04/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.72	c   primal LP        :      53.96          0          0       0.00       0.00
1800.04/1800.72	c   dual LP          :     815.93     145373    3645665      25.08    4468.11
1800.04/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.72	c   strong branching :     245.45      31431     799234      25.43    3256.20
1800.04/1800.72	c     (at root node) :          -         33       6942     210.36          -
1800.04/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.72	c B&B Tree           :
1800.04/1800.72	c   number of runs   :          1
1800.04/1800.72	c   nodes            :      79236
1800.04/1800.72	c   nodes (total)    :      79236
1800.04/1800.72	c   nodes left       :      19930
1800.04/1800.72	c   max depth        :         63
1800.04/1800.72	c   max depth (total):         63
1800.04/1800.72	c   backtracks       :       5454 (6.9%)
1800.04/1800.72	c   delayed cutoffs  :        137
1800.04/1800.72	c   repropagations   :     117423 (291846 domain reductions, 61 cutoffs)
1800.04/1800.72	c   avg switch length:       5.16
1800.04/1800.72	c   switching time   :     147.15
1800.04/1800.72	c Solution           :
1800.04/1800.72	c   Solutions found  :          0 (0 improvements)
1800.04/1800.72	c   Primal Bound     :          -
1800.04/1800.72	c   Dual Bound       : +3.00000000000000e+01
1800.04/1800.72	c   Gap              :   infinite
1800.04/1800.72	c   Root Dual Bound  : +3.00000000000000e+01
1800.63/1801.39	c Time complete: 1800.72.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870636-1245214531/watcher-1870636-1245214531 -o /tmp/evaluation-result-1870636-1245214531/solver-1870636-1245214531 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870636-1245214531.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.00 1.00 1.00 3/65 18408
/proc/meminfo: memFree=1845200/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=6100 CPUtime=0
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 579 0 0 0 0 0 0 0 20 0 1 0 189052038 6246400 561 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18408/statm: 1525 572 325 886 0 635 0

[startup+0.0811581 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18408
/proc/meminfo: memFree=1845200/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=20148 CPUtime=0.07
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 4448 0 0 0 5 2 0 0 20 0 1 0 189052038 20631552 4076 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 5037 4076 404 886 0 4147 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20148

[startup+0.101161 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18408
/proc/meminfo: memFree=1845200/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=21920 CPUtime=0.09
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 4866 0 0 0 6 3 0 0 20 0 1 0 189052038 22446080 4494 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 5480 4494 404 886 0 4590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21920

[startup+0.301198 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18408
/proc/meminfo: memFree=1845200/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=25576 CPUtime=0.29
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 5844 0 0 0 16 13 0 0 22 0 1 0 189052038 26189824 5472 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 6394 5472 442 886 0 5504 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25576

[startup+0.701274 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18408
/proc/meminfo: memFree=1845200/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=42156 CPUtime=0.69
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 10127 0 0 0 50 19 0 0 18 0 1 0 189052038 43167744 9608 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 10539 9608 539 886 0 9649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42156

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1806664/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=44332 CPUtime=1.49
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 10719 0 0 0 128 21 0 0 25 0 1 0 189052038 45395968 10193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 11083 10193 555 886 0 10193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44332

[startup+3.10172 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1801544/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=50728 CPUtime=3.09
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 12364 0 0 0 286 23 0 0 25 0 1 0 189052038 51945472 11838 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 12682 11838 555 886 0 11792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50728

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1794960/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=56292 CPUtime=6.29
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 13722 0 0 0 604 25 0 0 25 0 1 0 189052038 57643008 13067 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 14073 13067 558 886 0 13183 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56292

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1794912/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=56292 CPUtime=12.69
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 13733 0 0 0 1241 28 0 0 25 0 1 0 189052038 57643008 13078 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 14073 13078 568 886 0 13183 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56292

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1794984/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=56292 CPUtime=25.49
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 13733 0 0 0 2510 39 0 0 25 0 1 0 189052038 57643008 13078 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 14073 13078 568 886 0 13183 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56292

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1791912/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=58444 CPUtime=51.07
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 14508 0 0 0 5045 62 0 0 25 0 1 0 189052038 59846656 13851 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 14611 13851 568 886 0 13721 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58444

[startup+102.305 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 18409
/proc/meminfo: memFree=1775144/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=75884 CPUtime=102.26
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 18764 0 0 0 10115 111 0 0 25 0 1 0 189052038 77705216 18046 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 18971 18046 568 886 0 18081 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75884

[startup+162.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 18409
/proc/meminfo: memFree=1752232/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=99824 CPUtime=162.23
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 24655 0 0 0 16058 165 0 0 25 0 1 0 189052038 102219776 23833 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 24956 23833 568 886 0 24066 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 99824

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1728168/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=125648 CPUtime=222.21
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 30747 0 0 0 22004 217 0 0 25 0 1 0 189052038 128663552 29811 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 31412 29811 568 886 0 30522 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 125648

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18409
/proc/meminfo: memFree=1705320/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=150496 CPUtime=282.18
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 36522 0 0 0 27947 271 0 0 25 0 1 0 189052038 154107904 35497 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 37624 35497 568 886 0 36734 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 150496

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1685032/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=170952 CPUtime=342.16
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 41594 0 0 0 33892 324 0 0 25 0 1 0 189052038 175054848 40457 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 42738 40457 568 886 0 41848 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 170952

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1664104/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=195136 CPUtime=402.15
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 47067 0 0 0 39839 376 0 0 25 0 1 0 189052038 199819264 45838 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 48784 45838 568 886 0 47894 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 195136

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1645096/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=215420 CPUtime=462.12
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 51791 0 0 0 45782 430 0 0 25 0 1 0 189052038 220590080 50394 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 53855 50394 568 886 0 52965 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 215420

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1626920/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=235440 CPUtime=522.1
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 56585 0 0 0 51723 487 0 0 25 0 1 0 189052038 241090560 55042 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 58860 55042 568 886 0 57970 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 235440

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1610664/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=253304 CPUtime=582.08
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 60740 0 0 0 57670 538 0 0 25 0 1 0 189052038 259383296 59082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 63326 59082 568 886 0 62436 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 253304

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1589800/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=276396 CPUtime=642.06
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 66054 0 0 0 63617 589 0 0 25 0 1 0 189052038 283029504 64198 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 69099 64198 568 886 0 68209 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 276396

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1494376/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=389180 CPUtime=1001.92
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 90467 0 0 0 99293 899 0 0 25 0 1 0 189052038 398520320 87938 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 97295 87938 568 886 0 96405 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 389180

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1474088/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=412308 CPUtime=1061.9
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 95645 0 0 0 105236 954 0 0 25 0 1 0 189052038 422203392 93035 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 103077 93035 568 886 0 102187 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 412308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1458472/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=430208 CPUtime=1121.88
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 99589 0 0 0 111182 1006 0 0 25 0 1 0 189052038 440532992 96896 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 107552 96896 568 886 0 106662 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 430208

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1443048/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=447788 CPUtime=1181.85
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 103675 0 0 0 117128 1057 0 0 25 0 1 0 189052038 458534912 100881 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 111947 100881 568 886 0 111057 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 447788

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1423336/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=470900 CPUtime=1241.83
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 108589 0 0 0 123074 1109 0 0 25 0 1 0 189052038 482201600 105655 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 117725 105655 568 886 0 116835 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 470900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1404840/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=492808 CPUtime=1301.82
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 113265 0 0 0 129020 1162 0 0 25 0 1 0 189052038 504635392 110230 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 123202 110230 568 886 0 122312 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 492808

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1390440/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=511788 CPUtime=1361.79
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 116949 0 0 0 134968 1211 0 0 25 0 1 0 189052038 524070912 113846 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 127947 113846 568 886 0 127057 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 511788

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1372328/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=533268 CPUtime=1421.77
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 121521 0 0 0 140911 1266 0 0 25 0 1 0 189052038 546066432 118317 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 133317 118317 568 886 0 132427 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 533268

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1353512/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=554972 CPUtime=1481.75
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 126321 0 0 0 146851 1324 0 0 25 0 1 0 189052038 568291328 123025 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 138743 123025 568 886 0 137853 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 554972

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1337640/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=571612 CPUtime=1541.72
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 130310 0 0 0 152797 1375 0 0 25 0 1 0 189052038 585330688 126956 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 142903 126956 568 886 0 142013 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 571612

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1323240/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=587588 CPUtime=1601.7
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 134003 0 0 0 158742 1428 0 0 25 0 1 0 189052038 601690112 130589 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 146897 130589 568 886 0 146007 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 587588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1308840/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=603024 CPUtime=1661.69
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 137595 0 0 0 164689 1480 0 0 25 0 1 0 189052038 617496576 134154 1992294400 4194304 7823515 548682068736 18446744073709551615 4898414 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 150756 134154 568 886 0 149866 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 603024

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1297320/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=613564 CPUtime=1721.67
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 140497 0 0 0 170636 1531 0 0 25 0 1 0 189052038 628289536 137015 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 153391 137015 568 886 0 152501 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 613564

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1282408/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=630368 CPUtime=1781.64
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 144209 0 0 0 176579 1585 0 0 25 0 1 0 189052038 645496832 140703 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 157592 140703 568 886 0 156702 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 630368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1276456/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=638384 CPUtime=1800.04
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 145715 0 0 0 178403 1601 0 0 25 0 1 0 189052038 653705216 142184 1992294400 4194304 7823515 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18408/statm: 159596 142184 568 886 0 158706 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 638384

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1276456/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=638384 CPUtime=1800.33
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 145718 0 0 0 178432 1601 0 0 25 0 1 0 189052038 653705216 142187 1992294400 4194304 7823515 548682068736 18446744073709551615 5875797 0 0 4096 0 0 0 0 17 1 0 0
/proc/18408/statm: 159596 142187 571 886 0 158706 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 638384

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1276456/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=638384 CPUtime=1800.53
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 145718 0 0 0 178452 1601 0 0 25 0 1 0 189052038 653705216 142187 1992294400 4194304 7823515 548682068736 18446744073709551615 4806018 0 0 4096 0 0 0 0 17 1 0 0
/proc/18408/statm: 159596 142187 571 886 0 158706 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 638384

[startup+1801.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18415
/proc/meminfo: memFree=1276456/2055920 swapFree=4192812/4192956
[pid=18408] ppid=18406 vsize=630412 CPUtime=1800.63
/proc/18408/stat : 18408 (pbscip.linux.x8) R 18406 18408 17903 0 -1 4194304 145719 0 0 0 178462 1601 0 0 25 0 1 0 189052038 645541888 141028 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/18408/statm: 157603 141028 1043 886 0 156713 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 630412

Child status: 0
Real time (s): 1801.4
CPU time (s): 1800.74
CPU user time (s): 1784.63
CPU system time (s): 16.1086
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 638384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.63
system time used= 16.1086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145723
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= 6
involuntary context switches= 1737

runsolver used 1.83072 second user time and 4.73428 second system time

The end

Launcher Data

Begin job on node81 at 2009-06-17 06:55:31
IDJOB=1870636
IDBENCH=48317
IDSOLVER=683
FILE ID=node81/1870636-1245214531
PBS_JOBID= 9368398
Free space on /tmp= 126776 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_100_25_3_15.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-1870636-1245214531/watcher-1870636-1245214531 -o /tmp/evaluation-result-1870636-1245214531/solver-1870636-1245214531 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870636-1245214531.opb

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

MD5SUM BENCH= 0f8b3c4075c45404d33689fa65bc6a7e
RANDOM SEED=1538009897

node81.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.268
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.268
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:       1845680 kB
Buffers:         23292 kB
Cached:         112572 kB
SwapCached:          0 kB
Active:          54788 kB
Inactive:        95976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9912 kB
Writeback:           0 kB
Mapped:          24644 kB
Slab:            45184 kB
Committed_AS:   112388 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126764 MiB
End job on node81 at 2009-06-17 07:25:34