Trace number 1870584

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.12 1800.78

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_4_40.opb
MD5SUM476815bfad4ec3fb3f4fdbbbbf10b706
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 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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870584-1245212726.opb>
0.00/0.02	c original problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1560 constraints
0.00/0.03	c No objective function, only one solution is needed.
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.17	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 301 upgd conss, 10264 impls, 200 clqs
0.29/0.30	c presolving (2 rounds):
0.29/0.30	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.30	c  10264 implications, 200 cliques
0.29/0.30	c presolved problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1560 constraints
0.29/0.30	c       1 constraints of type <knapsack>
0.29/0.30	c     200 constraints of type <setppc>
0.29/0.30	c    1258 constraints of type <and>
0.29/0.30	c       1 constraints of type <linear>
0.29/0.30	c     100 constraints of type <logicor>
0.29/0.30	c transformed objective value is always integral (scale: 1)
0.29/0.30	c Presolving Time: 0.11
0.29/0.30	c SATUNSAT-NLC
0.29/0.30	c -----------------------------------------------------------------------------------------------
0.29/0.30	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30	c separating/flowcover/freq = c -1
0.29/0.30	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30	c separating/cmir/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/veclendiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/veclendiving/freq = c -1
0.29/0.30	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30	c heuristics/simplerounding/freq = c -1
0.29/0.30	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/shifting/freq = c -1
0.29/0.30	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30	c heuristics/rounding/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.30	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.29/0.30	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30	c heuristics/rootsoldiving/freq = c -1
0.29/0.30	c # number of nodes added to the contingent of the total nodes
0.29/0.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.30	c heuristics/rens/nodesofs = c 2000
0.29/0.30	c # minimum percentage of integer variables that have to be fixable 
0.29/0.30	c # [type: real, range: [0,1], default: 0.5]
0.29/0.30	c heuristics/rens/minfixingrate = c 0.3
0.29/0.30	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.30	c heuristics/rens/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/pscostdiving/freq = c -1
0.29/0.30	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.30	c heuristics/oneopt/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.30	c # [type: real, range: [0,1], default: 0.01]
0.29/0.30	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.29/0.30	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30	c heuristics/objpscostdiving/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/linesearchdiving/freq = c -1
0.29/0.30	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/intshifting/freq = c -1
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/intdiving/maxlpiterquot = c 0.075
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/guideddiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/guideddiving/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/fracdiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/fracdiving/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/feaspump/maxlpiterofs = c 2000
0.29/0.30	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.30	c heuristics/feaspump/freq = c -1
0.29/0.30	c # minimum percentage of integer variables that have to be fixed 
0.29/0.30	c # [type: real, range: [0,1], default: 0.666]
0.29/0.30	c heuristics/crossover/minfixingrate = c 0.5
0.29/0.30	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.30	c # [type: real, range: [0,1], default: 0.1]
0.29/0.30	c heuristics/crossover/nodesquot = c 0.15
0.29/0.30	c # number of nodes without incumbent change that heuristic should wait
0.29/0.30	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.30	c heuristics/crossover/nwaitingnodes = c 100
0.29/0.30	c # number of nodes added to the contingent of the total nodes
0.29/0.30	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.30	c heuristics/crossover/nodesofs = c 750
0.29/0.30	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.30	c heuristics/crossover/freq = c -1
0.29/0.30	c # additional number of allowed LP iterations
0.29/0.30	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.30	c heuristics/coefdiving/maxlpiterofs = c 1500
0.29/0.30	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.30	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.29/0.30	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.30	c heuristics/coefdiving/freq = c -1
0.29/0.30	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c presolving/probing/maxrounds = c 0
0.29/0.30	c # should presolving try to simplify knapsacks
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c constraints/knapsack/simplifyinequalities = c TRUE
0.29/0.30	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.30	c constraints/knapsack/disaggregation = c FALSE
0.29/0.30	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c constraints/knapsack/maxnumcardlift = c 0
0.29/0.30	c # should presolving try to simplify inequalities
0.29/0.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.30	c constraints/linear/simplifyinequalities = c TRUE
0.29/0.30	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c separating/maxroundsroot = c 5
0.29/0.30	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.30	c separating/maxrounds = c 1
0.29/0.30	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.30	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.30	c limits/solutions = c 1
0.29/0.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/memory = c 1620
0.29/0.30	c # maximal time in seconds to run
0.29/0.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.30	c limits/time = c 1791
0.29/0.30	c # frequency for displaying node information lines
0.29/0.30	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.30	c display/freq = c 10000
0.29/0.30	c -----------------------------------------------------------------------------------------------
0.29/0.30	c start solving problem
0.29/0.30	c 
0.29/0.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c   0.2s|     1 |     0 |   387 |6539k|   0 | 161 |1458 |1560 |1560 |1458 |2818 |   0 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
0.69/0.71	c   0.5s|     1 |     0 |   455 |6596k|   0 | 162 |1458 |1560 |1560 |1458 |2819 |   1 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
1.29/1.32	c   1.1s|     1 |     0 |   613 |6623k|   0 | 162 |1458 |1560 |1560 |1458 |2820 |   2 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
1.99/2.02	c   1.8s|     1 |     0 |   740 |6700k|   0 | 162 |1458 |1560 |1560 |1458 |2821 |   3 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
2.79/2.86	c   2.6s|     1 |     0 |   870 |6795k|   0 | 162 |1458 |1560 |1560 |1458 |2822 |   4 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
3.49/3.60	c   3.4s|     1 |     0 |   995 |6812k|   0 | 164 |1458 |1560 |1560 |1458 |2823 |   5 |   0 |   0 | 8.000000e+01 |      --      |    Inf 
10.69/10.75	c  10.5s|     1 |     2 |   995 |6813k|   0 | 164 |1458 |1560 |1560 |1458 |2823 |   5 |   0 |  33 | 8.000000e+01 |      --      |    Inf 
92.16/92.27	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
92.16/92.27	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
92.16/92.27	c (node 467) error in strong branching call for variable <t_andresultant269> with solution 0.128661
199.91/200.09	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
199.91/200.09	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
199.91/200.09	c (node 1521) error in strong branching call for variable <t_andresultant576> with solution 0.202877
478.92/479.16	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
478.92/479.16	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
478.92/479.16	c (node 4205) error in strong branching call for variable <t_andresultant120> with solution 0.0536687
528.40/528.60	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
723.22/723.54	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
847.38/847.79	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
882.77/883.18	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
996.83/997.27	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
996.83/997.27	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
996.83/997.27	c (node 9045) error in strong branching call for variable <t_andresultant597> with solution 0.441626
1054.90/1055.34	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1058.80/1059.27	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1058.80/1059.27	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1058.80/1059.27	c (node 9677) error in strong branching call for variable <t_andresultant422> with solution 0.0693062
1088.09/1088.59	c  1080s| 10000 |  2415 |  2577k|  18M|  56 |   - |1458 |2212 | 853 |1458 | 821 | 631k|2271 |9737 | 8.000000e+01 |      --      |    Inf 
1155.87/1156.31	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1302.71/1303.27	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1519.34/1519.93	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1519.34/1519.93	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1519.34/1519.93	c (node 14312) error in strong branching call for variable <t_andresultant976> with solution 0.42362
1750.96/1751.69	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
1750.96/1751.69	c [src/scip/lpi_spx.cpp:1854] ERROR: SCIPlpiStrongbranch() returned SoPlex status -4
1750.96/1751.69	c (node 16533) error in strong branching call for variable <t_andresultant767> with solution 0.329342
1800.04/1800.71	c 
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time (sec) : 1786.64
1800.04/1800.71	c Solving Nodes      : 16989
1800.04/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.71	c Dual Bound         : +8.00000000000002e+01
1800.04/1800.71	c Gap                : infinite
1800.04/1800.71	c NODE         16989
1800.04/1800.71	c DUAL BOUND   80
1800.04/1800.71	c PRIMAL BOUND 1e+20
1800.04/1800.71	c GAP          1e+20
1800.04/1800.71	s UNKNOWN
1800.04/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.71	c Solving Time       :    1786.64
1800.04/1800.71	c Original Problem   :
1800.04/1800.71	c   Problem name     : HOME/instance-1870584-1245212726.opb
1800.04/1800.71	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 1560 initial, 1560 maximal
1800.04/1800.71	c Presolved Problem  :
1800.04/1800.71	c   Problem name     : t_HOME/instance-1870584-1245212726.opb
1800.04/1800.71	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.71	c   Constraints      : 1560 initial, 2407 maximal
1800.04/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.71	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   and              :       0.09          0          0          0          0          0          0          0          0
1800.04/1800.71	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   integral         :          0          0          0      10432          0         43        384          0          0      20428
1800.04/1800.71	c   knapsack         :          1          5      47669         10          0          0          0          0          0          0
1800.04/1800.71	c   setppc           :        200          5      47669         10          0          6     135003          0          0          0
1800.04/1800.71	c   and              :       1258      13949      47663         10          0         38    1590807    1551626          0          0
1800.04/1800.71	c   linear           :          1          5      47625          0          0          0          0          0          0          0
1800.04/1800.71	c   logicor          :        100+         5      19007          0          0          0      13251          0          0          0
1800.04/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.71	c   integral         :     311.83       0.00       0.00     311.83       0.00
1800.04/1800.71	c   knapsack         :       0.07       0.01       0.06       0.00       0.00
1800.04/1800.71	c   setppc           :       0.96       0.00       0.96       0.00       0.00
1800.04/1800.71	c   and              :      20.90      12.85       8.05       0.00       0.00
1800.04/1800.71	c   linear           :       0.71       0.00       0.71       0.00       0.00
1800.04/1800.71	c   logicor          :       0.66       0.00       0.66       0.00       0.00
1800.04/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.71	c   rootredcost      :       0.06          0          0          0
1800.04/1800.71	c   pseudoobj        :       4.78      47670          0          0
1800.04/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.71	c   propagation      :       0.00         44         44         44        2.1          0        0.0          -
1800.04/1800.71	c   infeasible LP    :       1.99       2127       1636       6818       27.1          0        0.0          0
1800.04/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.71	c   applied globally :          -          -          -       3854       31.2          -          -          -
1800.04/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.71	c   cut pool         :       0.00          4          -          -          4          -    (maximal pool size: 19)
1800.04/1800.71	c   redcost          :       1.37      13949          0          0          0          0
1800.04/1800.71	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.71	c   gomory           :       1.47          5          0          0        558          0
1800.04/1800.71	c   strongcg         :       1.27          5          0          0       1771          0
1800.04/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.71	c   clique           :       0.01          5          0          0          0          0
1800.04/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.71	c   mcf              :       0.01          1          0          0          0          0
1800.04/1800.71	c Pricers            :       Time      Calls       Vars
1800.04/1800.71	c   problem variables:       0.00          0          0
1800.04/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.71	c   relpscost        :     311.80      10422         43        384          0          0      20428
1800.04/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.71	c   LP solutions     :       0.00          -          0
1800.04/1800.71	c   pseudo solutions :       0.00          -          0
1800.04/1800.71	c   simplerounding   :       0.00          0          0
1800.04/1800.71	c   rounding         :       0.00          0          0
1800.04/1800.71	c   shifting         :       0.00          0          0
1800.04/1800.71	c   intshifting      :       0.00          0          0
1800.04/1800.71	c   oneopt           :       0.00          0          0
1800.04/1800.71	c   fixandinfer      :       0.00          0          0
1800.04/1800.71	c   feaspump         :       0.00          0          0
1800.04/1800.71	c   coefdiving       :       0.00          0          0
1800.04/1800.71	c   pscostdiving     :       0.00          0          0
1800.04/1800.71	c   fracdiving       :       0.00          0          0
1800.04/1800.71	c   veclendiving     :       0.00          0          0
1800.04/1800.71	c   intdiving        :       0.00          0          0
1800.04/1800.71	c   actconsdiving    :       0.00          0          0
1800.04/1800.71	c   objpscostdiving  :       0.00          0          0
1800.04/1800.71	c   rootsoldiving    :       0.00          0          0
1800.04/1800.71	c   linesearchdiving :       0.00          0          0
1800.04/1800.71	c   guideddiving     :       0.00          0          0
1800.04/1800.71	c   octane           :       0.00          0          0
1800.04/1800.71	c   rens             :       0.00          0          0
1800.04/1800.71	c   rins             :       0.00          0          0
1800.04/1800.71	c   localbranching   :       0.00          0          0
1800.04/1800.71	c   mutation         :       0.00          0          0
1800.04/1800.71	c   crossover        :       0.00          0          0
1800.04/1800.71	c   dins             :       0.00          0          0
1800.04/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.71	c   primal LP        :      10.51          0          0       0.00       0.00
1800.04/1800.71	c   dual LP          :    1386.42      30606    4439679     145.06    3202.26
1800.04/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.71	c   strong branching :     310.13      13022    1036036      79.56    3340.65
1800.04/1800.71	c     (at root node) :          -         33      10484     317.70          -
1800.04/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.71	c B&B Tree           :
1800.04/1800.71	c   number of runs   :          1
1800.04/1800.71	c   nodes            :      16989
1800.04/1800.71	c   nodes (total)    :      16989
1800.04/1800.71	c   nodes left       :       3440
1800.04/1800.71	c   max depth        :         83
1800.04/1800.71	c   max depth (total):         83
1800.04/1800.71	c   backtracks       :       2224 (13.1%)
1800.04/1800.71	c   delayed cutoffs  :          0
1800.04/1800.71	c   repropagations   :       2448 (3088 domain reductions, 0 cutoffs)
1800.04/1800.71	c   avg switch length:       3.23
1800.04/1800.71	c   switching time   :      18.46
1800.04/1800.71	c Solution           :
1800.04/1800.71	c   Solutions found  :          0 (0 improvements)
1800.04/1800.71	c   Primal Bound     :          -
1800.04/1800.71	c   Dual Bound       : +8.00000000000002e+01
1800.04/1800.71	c   Gap              :   infinite
1800.04/1800.71	c   Root Dual Bound  : +8.00000000000002e+01
1800.04/1800.77	c Time complete: 1800.1.

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-1870584-1245212726/watcher-1870584-1245212726 -o /tmp/evaluation-result-1870584-1245212726/solver-1870584-1245212726 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870584-1245212726.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 18116
/proc/meminfo: memFree=1847024/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=6100 CPUtime=0
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 552 0 0 0 0 0 0 0 18 0 1 0 188871537 6246400 534 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 1525 545 325 886 0 635 0

[startup+0.0672601 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18116
/proc/meminfo: memFree=1847024/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=16476 CPUtime=0.06
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 3506 0 0 0 3 3 0 0 18 0 1 0 188871537 16871424 3134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 4119 3134 404 886 0 3229 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.102265 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18116
/proc/meminfo: memFree=1847024/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=16476 CPUtime=0.09
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 3506 0 0 0 4 5 0 0 18 0 1 0 188871537 16871424 3134 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 4119 3134 404 886 0 3229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16476

[startup+0.301302 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18116
/proc/meminfo: memFree=1847024/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=18516 CPUtime=0.29
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 4065 0 0 0 13 16 0 0 19 0 1 0 188871537 18960384 3693 1992294400 4194304 7823515 548682068736 18446744073709551615 4401518 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 4629 3693 442 886 0 3739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18516

[startup+0.701378 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18116
/proc/meminfo: memFree=1847024/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=32900 CPUtime=0.69
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 7874 0 0 0 51 18 0 0 19 0 1 0 188871537 33689600 7436 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 8225 7436 552 886 0 7335 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32900

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1819304/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=35188 CPUtime=1.49
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 8439 0 0 0 130 19 0 0 25 0 1 0 188871537 36032512 8001 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 8797 8001 552 886 0 7907 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35188

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1809768/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47032 CPUtime=3.09
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11465 0 0 0 289 20 0 0 25 0 1 0 188871537 48160768 10977 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11758 10977 552 886 0 10868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47032

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1804520/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47716 CPUtime=6.29
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11553 0 0 0 607 22 0 0 25 0 1 0 188871537 48861184 11065 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11929 11065 555 886 0 11039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47716

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1804584/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47716 CPUtime=12.69
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11557 0 0 0 1244 25 0 0 25 0 1 0 188871537 48861184 11069 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11929 11069 559 886 0 11039 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47716

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1804648/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47716 CPUtime=25.48
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11563 0 0 0 2512 36 0 0 25 0 1 0 188871537 48861184 11075 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11929 11075 565 886 0 11039 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47716

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1804712/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47716 CPUtime=51.07
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11563 0 0 0 5046 61 0 0 25 0 1 0 188871537 48861184 11075 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11929 11075 565 886 0 11039 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47716

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1804648/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=47716 CPUtime=102.25
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11650 0 0 0 10127 98 0 0 25 0 1 0 188871537 48861184 11162 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 11929 11162 652 886 0 11039 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47716

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1803688/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=48084 CPUtime=162.23
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 11886 0 0 0 16077 146 0 0 25 0 1 0 188871537 49238016 11398 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 12021 11398 653 886 0 11131 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48084

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1801896/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=50016 CPUtime=222.21
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 12321 0 0 0 22026 195 0 0 25 0 1 0 188871537 51216384 11833 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 12504 11833 653 886 0 11614 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50016

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1800104/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=51656 CPUtime=282.19
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 12787 0 0 0 27976 243 0 0 25 0 1 0 188871537 52895744 12299 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 12914 12299 653 886 0 12024 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51656

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1798120/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=53640 CPUtime=342.17
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 13237 0 0 0 33930 287 0 0 25 0 1 0 188871537 54927360 12749 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 13410 12749 653 886 0 12520 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53640

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1796904/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=54940 CPUtime=402.14
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 13543 0 0 0 39883 331 0 0 25 0 1 0 188871537 56258560 13055 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 13735 13055 653 886 0 12845 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 54940

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1796008/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=55956 CPUtime=462.13
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 13755 0 0 0 45839 374 0 0 25 0 1 0 188871537 57298944 13267 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 13989 13267 653 886 0 13099 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 55956

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1795240/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=56352 CPUtime=522.1
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 13963 0 0 0 51797 413 0 0 25 0 1 0 188871537 57704448 13475 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 14088 13475 653 886 0 13198 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 56352

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1794280/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=57548 CPUtime=582.08
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 14191 0 0 0 57750 458 0 0 25 0 1 0 188871537 58929152 13703 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 14387 13703 653 886 0 13497 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 57548

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1793128/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=58444 CPUtime=642.06
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 14457 0 0 0 63704 502 0 0 25 0 1 0 188871537 59846656 13969 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 14611 13969 653 886 0 13721 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 58444

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 18117
/proc/meminfo: memFree=1791144/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=60220 CPUtime=881.96
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 14908 0 0 0 87522 674 0 0 25 0 1 0 188871537 61665280 14420 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15055 14420 653 886 0 14165 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 60220

[startup+942.301 s]
/proc/loadavg: 1.21 1.08 1.01 2/66 18117
/proc/meminfo: memFree=1789800/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=61436 CPUtime=941.95
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15233 0 0 0 93477 718 0 0 25 0 1 0 188871537 62910464 14745 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15359 14745 653 886 0 14469 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 61436

[startup+1002.3 s]
/proc/loadavg: 1.13 1.08 1.01 2/66 18117
/proc/meminfo: memFree=1789288/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=62224 CPUtime=1001.92
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15342 0 0 0 99430 762 0 0 25 0 1 0 188871537 63717376 14854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15556 14854 653 886 0 14666 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 62224

[startup+1062.3 s]
/proc/loadavg: 1.09 1.08 1.01 2/66 18117
/proc/meminfo: memFree=1788328/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=62976 CPUtime=1061.91
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15567 0 0 0 105384 807 0 0 25 0 1 0 188871537 64487424 15079 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15744 15079 653 886 0 14854 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 62976

[startup+1122.3 s]
/proc/loadavg: 1.03 1.06 1.01 2/66 18117
/proc/meminfo: memFree=1787816/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=63296 CPUtime=1121.88
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15695 0 0 0 111336 852 0 0 25 0 1 0 188871537 64815104 15207 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15824 15207 653 886 0 14934 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 63296

[startup+1182.3 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 18117
/proc/meminfo: memFree=1787368/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=63892 CPUtime=1181.86
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15809 0 0 0 117286 900 0 0 25 0 1 0 188871537 65425408 15321 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15973 15321 653 886 0 15083 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 63892

[startup+1242.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 18117
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=63892 CPUtime=1241.84
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 15817 0 0 0 123235 949 0 0 25 0 1 0 188871537 65425408 15329 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 15973 15329 653 886 0 15083 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 63892

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 18117
/proc/meminfo: memFree=1786216/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=64932 CPUtime=1301.82
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16066 0 0 0 129190 992 0 0 25 0 1 0 188871537 66490368 15578 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16233 15578 653 886 0 15343 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 64932

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 18117
/proc/meminfo: memFree=1785832/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=65328 CPUtime=1361.79
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16167 0 0 0 135142 1037 0 0 25 0 1 0 188871537 66895872 15679 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16332 15679 653 886 0 15442 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 65328

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18117
/proc/meminfo: memFree=1784808/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=66444 CPUtime=1421.78
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16404 0 0 0 141101 1077 0 0 25 0 1 0 188871537 68038656 15916 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16611 15916 653 886 0 15721 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 66444

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18117
/proc/meminfo: memFree=1784104/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=67004 CPUtime=1481.75
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16591 0 0 0 147056 1119 0 0 25 0 1 0 188871537 68612096 16082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16751 16082 653 886 0 15861 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 67004

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1783720/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=67188 CPUtime=1541.73
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16688 0 0 0 153010 1163 0 0 25 0 1 0 188871537 68800512 16179 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16797 16179 653 886 0 15907 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 67188

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18117
/proc/meminfo: memFree=1783080/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=67816 CPUtime=1601.71
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16829 0 0 0 158967 1204 0 0 25 0 1 0 188871537 69443584 16320 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 16954 16320 653 886 0 16064 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 67816

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18119
/proc/meminfo: memFree=1782440/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=68540 CPUtime=1661.68
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 16997 0 0 0 164924 1244 0 0 25 0 1 0 188871537 70184960 16488 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 17135 16488 653 886 0 16245 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 68540

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18119
/proc/meminfo: memFree=1781800/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=69044 CPUtime=1721.66
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 17138 0 0 0 170879 1287 0 0 25 0 1 0 188871537 70701056 16629 1992294400 4194304 7823515 548682068736 18446744073709551615 6161841 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 17261 16629 653 886 0 16371 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 69044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18119
/proc/meminfo: memFree=1781224/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=69588 CPUtime=1781.64
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 17275 0 0 0 176838 1326 0 0 25 0 1 0 188871537 71258112 16766 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 17397 16766 653 886 0 16507 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 69588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18119
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=69740 CPUtime=1800.04
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 17334 0 0 0 178664 1340 0 0 25 0 1 0 188871537 71413760 16825 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 17435 16825 653 886 0 16545 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 69740

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18119
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=18116] ppid=18114 vsize=69740 CPUtime=1800.04
/proc/18116/stat : 18116 (pbscip.linux.x8) R 18114 18116 17903 0 -1 4194304 17334 0 0 0 178664 1340 0 0 25 0 1 0 188871537 71413760 16825 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18116/statm: 17435 16825 653 886 0 16545 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 69740

Child status: 0
Real time (s): 1800.78
CPU time (s): 1800.12
CPU user time (s): 1786.71
CPU system time (s): 13.415
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 69740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.71
system time used= 13.415
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1755

runsolver used 1.88571 second user time and 4.68029 second system time

The end

Launcher Data

Begin job on node81 at 2009-06-17 06:25:26
IDJOB=1870584
IDBENCH=48291
IDSOLVER=683
FILE ID=node81/1870584-1245212726
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_10_4_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-1870584-1245212726/watcher-1870584-1245212726 -o /tmp/evaluation-result-1870584-1245212726/solver-1870584-1245212726 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870584-1245212726.opb

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

MD5SUM BENCH= 476815bfad4ec3fb3f4fdbbbbf10b706
RANDOM SEED=1443152580

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:       1847440 kB
Buffers:         21912 kB
Cached:         112388 kB
SwapCached:          0 kB
Active:          42456 kB
Inactive:       106716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9864 kB
Writeback:           0 kB
Mapped:          24644 kB
Slab:            44988 kB
Committed_AS:   110120 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 06:55:29