Trace number 1885277

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.8

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/bitverif/smulo/smulo016.opb
MD5SUM24b26431da01b29718b347e7b5898c72
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark96.1234
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2945
Total number of constraints8738
Number of constraints which are clauses8738
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.13	c SCIP version 1.1.0.7
0.09/0.13	c LP-Solver SoPlex 1.4.1
0.09/0.13	c user parameter file <scip.set> not found - using default parameters
0.09/0.13	c read problem <HOME/instance-1885277-1245265119.opb>
0.09/0.13	c original problem has 2945 variables (2945 bin, 0 int, 0 impl, 0 cont) and 8738 constraints
0.09/0.16	c No objective function, only one solution is needed.
0.09/0.16	c start presolving problem
0.09/0.16	c presolving:
0.19/0.21	c (round 1) 2 del vars, 2 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 29788 impls, 0 clqs
0.19/0.22	c (round 2) 5 del vars, 4 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30034 impls, 0 clqs
0.19/0.22	c (round 3) 5 del vars, 11 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 30034 impls, 0 clqs
0.29/0.31	c (round 4) 5 del vars, 11 del conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 8727 upgd conss, 30034 impls, 0 clqs
0.29/0.33	c presolving (5 rounds):
0.29/0.33	c  5 deleted vars, 11 deleted constraints, 2 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.33	c  30034 implications, 0 cliques
0.29/0.33	c presolved problem has 2940 variables (2940 bin, 0 int, 0 impl, 0 cont) and 8727 constraints
0.29/0.33	c    8727 constraints of type <logicor>
0.29/0.33	c transformed objective value is always integral (scale: 1)
0.29/0.33	c Presolving Time: 0.14
0.29/0.33	c PURESAT
0.29/0.33	c -----------------------------------------------------------------------------------------------
0.29/0.33	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33	c separating/flowcover/freq = c -1
0.29/0.33	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33	c separating/cmir/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/veclendiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/veclendiving/freq = c -1
0.29/0.33	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33	c heuristics/simplerounding/freq = c -1
0.29/0.33	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/shifting/freq = c -1
0.29/0.33	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33	c heuristics/rounding/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.33	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.29/0.33	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33	c heuristics/rootsoldiving/freq = c -1
0.29/0.33	c # number of nodes added to the contingent of the total nodes
0.29/0.33	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.33	c heuristics/rens/nodesofs = c 2000
0.29/0.33	c # minimum percentage of integer variables that have to be fixable 
0.29/0.33	c # [type: real, range: [0,1], default: 0.5]
0.29/0.33	c heuristics/rens/minfixingrate = c 0.3
0.29/0.33	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33	c heuristics/rens/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/pscostdiving/freq = c -1
0.29/0.33	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33	c heuristics/oneopt/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.33	c # [type: real, range: [0,1], default: 0.01]
0.29/0.33	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.29/0.33	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33	c heuristics/objpscostdiving/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/linesearchdiving/freq = c -1
0.29/0.33	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/intshifting/freq = c -1
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/intdiving/maxlpiterquot = c 0.075
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/guideddiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/guideddiving/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/fracdiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/fracdiving/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/feaspump/maxlpiterofs = c 2000
0.29/0.33	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.33	c heuristics/feaspump/freq = c -1
0.29/0.33	c # minimum percentage of integer variables that have to be fixed 
0.29/0.33	c # [type: real, range: [0,1], default: 0.666]
0.29/0.33	c heuristics/crossover/minfixingrate = c 0.5
0.29/0.33	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.33	c # [type: real, range: [0,1], default: 0.1]
0.29/0.33	c heuristics/crossover/nodesquot = c 0.15
0.29/0.33	c # number of nodes without incumbent change that heuristic should wait
0.29/0.33	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.33	c heuristics/crossover/nwaitingnodes = c 100
0.29/0.33	c # number of nodes added to the contingent of the total nodes
0.29/0.33	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.33	c heuristics/crossover/nodesofs = c 750
0.29/0.33	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.33	c heuristics/crossover/freq = c -1
0.29/0.33	c # additional number of allowed LP iterations
0.29/0.33	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.33	c heuristics/coefdiving/maxlpiterofs = c 1500
0.29/0.33	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.33	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.29/0.33	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.33	c heuristics/coefdiving/freq = c -1
0.29/0.33	c # priority of node selection rule <dfs> in standard mode
0.29/0.33	c # [type: int, range: [-536870912,536870911], default: 0]
0.29/0.33	c nodeselection/dfs/stdpriority = c 1000000
0.29/0.33	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33	c presolving/probing/maxrounds = c 0
0.29/0.33	c # should presolving try to simplify knapsacks
0.29/0.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.33	c constraints/knapsack/simplifyinequalities = c TRUE
0.29/0.33	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.33	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.33	c constraints/knapsack/disaggregation = c FALSE
0.29/0.33	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33	c constraints/knapsack/maxnumcardlift = c 0
0.29/0.33	c # should presolving try to simplify inequalities
0.29/0.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.33	c constraints/linear/simplifyinequalities = c TRUE
0.29/0.33	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33	c separating/maxroundsroot = c 5
0.29/0.33	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.33	c separating/maxrounds = c 1
0.29/0.33	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
0.29/0.33	c # [type: char, range: {lafpsqd}, default: l]
0.29/0.33	c lp/pricing = c a
0.29/0.33	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.33	c lp/solvefreq = c 0
0.29/0.33	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33	c limits/solutions = c 1
0.29/0.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.33	c limits/memory = c 1620
0.29/0.33	c # maximal time in seconds to run
0.29/0.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.33	c limits/time = c 1791
0.29/0.33	c # frequency for displaying node information lines
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.33	c display/freq = c 10000
0.29/0.33	c # should enforcement of pseudo solution be disabled?
0.29/0.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.33	c constraints/disableenfops = c TRUE
0.29/0.33	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.33	c constraints/agelimit = c 1
0.29/0.33	c # should binary conflicts be preferred?
0.29/0.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.33	c conflict/preferbinary = c TRUE
0.29/0.33	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.29/0.33	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.33	c conflict/interconss = c 0
0.29/0.33	c -----------------------------------------------------------------------------------------------
0.29/0.33	c start solving problem
0.29/0.33	c 
1.19/1.29	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.19/1.29	c   1.1s|     1 |     0 |  3331 |  17M|   0 |2029 |2940 |8727 |8727 |2940 |8727 |   0 |   0 |   0 | 8.957500e+02 |      --      |    Inf 
1.89/1.98	c   1.8s|     1 |     0 |  3607 |  17M|   0 |1939 |2940 |8727 |8727 |2940 |8741 |  14 |   0 |   0 | 8.983681e+02 |      --      |    Inf 
2.49/2.58	c   2.4s|     1 |     0 |  3928 |  18M|   0 |1952 |2940 |8727 |8727 |2940 |8755 |  28 |   0 |   0 | 9.064816e+02 |      --      |    Inf 
3.59/3.65	c   3.4s|     1 |     0 |  4537 |  18M|   0 |1941 |2940 |8727 |8727 |2940 |8779 |  52 |   0 |   0 | 9.072745e+02 |      --      |    Inf 
4.79/4.81	c   4.6s|     1 |     0 |  5123 |  19M|   0 |1913 |2940 |8727 |8727 |2940 |8794 |  67 |   0 |   0 | 9.081333e+02 |      --      |    Inf 
5.79/5.88	c   5.7s|     1 |     0 |  5764 |  21M|   0 |2042 |2940 |8727 |8727 |2940 |8807 |  80 |   0 |   0 | 9.092387e+02 |      --      |    Inf 
23.58/23.69	c  23.4s|     1 |     2 |  5764 |  21M|   0 |2042 |2940 |8727 |8727 |2940 |8807 |  80 |   0 |  17 | 9.092387e+02 |      --      |    Inf 
107.65/107.78	c   106s| 10000 |    21 |  5764 |  22M|  51 |   - |2940 |9132 |4713 |   0 |   0 |  80 |8187 |  17 | 9.096732e+02 |      --      |    Inf 
172.42/172.51	c   170s| 20000 |    22 |  5764 |  22M|  51 |   - |2940 |9514 |5355 |   0 |   0 |  80 |  15k|  17 | 9.096732e+02 |      --      |    Inf 
240.69/240.83	c   237s| 30000 |    19 |  5764 |  23M|  51 |   - |2940 |9697 |4311 |   0 |   0 |  80 |  23k|  17 | 9.096732e+02 |      --      |    Inf 
310.96/311.14	c   307s| 40000 |    20 |  5764 |  23M|  51 |   - |2940 |  10k|1993 |   0 |   0 |  80 |  32k|  17 | 9.096732e+02 |      --      |    Inf 
380.44/380.66	c   375s| 50000 |    16 |  5764 |  23M|  51 |   - |2940 |  10k|3574 |   0 |   0 |  80 |  41k|  17 | 9.096732e+02 |      --      |    Inf 
439.92/440.10	c   434s| 60000 |    19 |  5764 |  24M|  53 |   - |2940 |  13k|3426 |   0 |   0 |  80 |  53k|  17 | 9.096732e+02 |      --      |    Inf 
491.10/491.34	c   484s| 70000 |    18 |  5764 |  24M|  53 |   - |2940 |  16k|2796 |   0 |   0 |  80 |  66k|  17 | 9.096732e+02 |      --      |    Inf 
563.57/563.83	c   556s| 80000 |    20 |  5764 |  24M|  53 |   - |2940 |  15k|3107 |   0 |   0 |  80 |  74k|  17 | 9.096732e+02 |      --      |    Inf 
645.35/645.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.35/645.67	c   637s| 90000 |    17 |  5764 |  25M|  53 |   - |2940 |  15k|4763 |   0 |   0 |  80 |  82k|  17 | 9.096732e+02 |      --      |    Inf 
730.41/730.79	c   721s|100000 |    20 |  5764 |  24M|  53 |   - |2940 |  11k|4591 |   0 |   0 |  80 |  89k|  17 | 9.096732e+02 |      --      |    Inf 
808.08/808.44	c   797s|110000 |    17 |  5764 |  24M|  53 |   - |2940 |  11k|4885 |   0 |   0 |  80 |  98k|  17 | 9.096732e+02 |      --      |    Inf 
875.26/875.69	c   863s|120000 |    17 |  5764 |  24M|  53 |   - |2940 |  12k|3337 |   0 |   0 |  80 | 107k|  17 | 9.096732e+02 |      --      |    Inf 
954.02/954.48	c   941s|130000 |    20 |  5764 |  24M|  66 |   - |2940 |  12k|2403 |   0 |   0 |  80 | 116k|  17 | 9.096732e+02 |      --      |    Inf 
1044.59/1045.08	c  1031s|140000 |    18 |  5764 |  24M|  66 |   - |2940 |  12k|4608 |   0 |   0 |  80 | 125k|  17 | 9.096732e+02 |      --      |    Inf 
1120.66/1121.11	c  1106s|150000 |    18 |  5764 |  24M|  66 |   - |2940 |  13k|5183 |   0 |   0 |  80 | 133k|  17 | 9.096732e+02 |      --      |    Inf 
1198.93/1199.46	c  1183s|160000 |    20 |  5764 |  24M|  66 |   - |2940 |  13k|4909 |   0 |   0 |  80 | 142k|  17 | 9.096732e+02 |      --      |    Inf 
1268.91/1269.47	c  1252s|170000 |    20 |  5764 |  25M|  66 |   - |2940 |  14k|3726 |   0 |   0 |  80 | 151k|  17 | 9.096732e+02 |      --      |    Inf 
1333.58/1334.13	c  1316s|180000 |    12 |  5764 |  25M|  66 |   - |2940 |  16k|3735 |   0 |   0 |  80 | 161k|  17 | 9.096732e+02 |      --      |    Inf 
1409.26/1409.87	c  1390s|190000 |    26 |  5764 |  25M|  66 |   - |2940 |  14k|2801 |   0 |   0 |  80 | 171k|  17 | 9.096732e+02 |      --      |    Inf 
1466.93/1467.55	c  1447s|200000 |    26 |  5764 |  25M|  66 |   - |2940 |  16k|2163 |   0 |   0 |  80 | 183k|  17 | 9.096732e+02 |      --      |    Inf 
1568.70/1569.35	c  1548s|210000 |    19 |  5764 |  25M|  66 |   - |2940 |  14k|2273 |   0 |   0 |  80 | 191k|  17 | 9.096732e+02 |      --      |    Inf 
1660.96/1661.66	c  1639s|220000 |    20 |  5764 |  25M|  66 |   - |2940 |  14k|2070 |   0 |   0 |  80 | 198k|  17 | 9.096732e+02 |      --      |    Inf 
1752.63/1753.34	c  1729s|230000 |    19 |  5764 |  25M|  66 |   - |2940 |  15k|2105 |   0 |   0 |  80 | 206k|  17 | 9.096732e+02 |      --      |    Inf 
1800.02/1800.71	c 
1800.02/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.71	c Solving Time (sec) : 1776.28
1800.02/1800.71	c Solving Nodes      : 236736
1800.02/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.71	c Dual Bound         : +9.09673206967214e+02
1800.02/1800.71	c Gap                : infinite
1800.02/1800.71	c NODE         236736
1800.02/1800.71	c DUAL BOUND   909.673
1800.02/1800.71	c PRIMAL BOUND 1e+20
1800.02/1800.71	c GAP          1e+20
1800.02/1800.71	s UNKNOWN
1800.02/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.71	c Solving Time       :    1776.28
1800.02/1800.71	c Original Problem   :
1800.02/1800.71	c   Problem name     : HOME/instance-1885277-1245265119.opb
1800.02/1800.71	c   Variables        : 2945 (2945 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.71	c   Constraints      : 8738 initial, 8738 maximal
1800.02/1800.71	c Presolved Problem  :
1800.02/1800.71	c   Problem name     : t_HOME/instance-1885277-1245265119.opb
1800.02/1800.71	c   Variables        : 2940 (2940 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.71	c   Constraints      : 8727 initial, 16830 maximal
1800.02/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   implics          :       0.00          0          3          0          0          0          0          0          0
1800.02/1800.71	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.71	c   linear           :       0.08          2          0          0          2          0         11          0          0
1800.02/1800.71	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.02/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.71	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.02/1800.71	c   logicor          :       8727+         5    7791330          0          0     133924   41964692          0          0          0
1800.02/1800.71	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.71	c   integral         :      17.74       0.00       0.00      17.74       0.00
1800.02/1800.71	c   logicor          :     326.63       0.00     326.63       0.00       0.00
1800.02/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.71	c   rootredcost      :       2.30          0          0          0
1800.02/1800.71	c   pseudoobj        :    1139.77    7905028          0          0
1800.02/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.71	c   propagation      :     112.72     133924     124959     124959       16.1      87899       12.8          -
1800.02/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.71	c   applied globally :          -          -          -     212858       14.7          -          -          -
1800.02/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.71	c   cut pool         :       0.00          4          -          -         53          -    (maximal pool size: 868)
1800.02/1800.71	c   redcost          :       0.00          5          0          0          0          0
1800.02/1800.71	c   impliedbounds    :       0.02          5          0          0          0          0
1800.02/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.71	c   gomory           :       0.74          5          0          0       2500          0
1800.02/1800.71	c   strongcg         :       0.66          5          0          0       2500          0
1800.02/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.71	c   clique           :       0.22          5          0          0         30          0
1800.02/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.71	c   mcf              :       0.05          1          0          0          0          0
1800.02/1800.71	c Pricers            :       Time      Calls       Vars
1800.02/1800.71	c   problem variables:       0.00          0          0
1800.02/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.71	c   relpscost        :      17.74          1          0          0          0          0          2
1800.02/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   inference        :      77.25     159698          0          0          0          0     319396
1800.02/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.71	c   LP solutions     :       0.00          -          0
1800.02/1800.71	c   pseudo solutions :       0.00          -          0
1800.02/1800.71	c   simplerounding   :       0.00          0          0
1800.02/1800.71	c   rounding         :       0.00          0          0
1800.02/1800.71	c   shifting         :       0.00          0          0
1800.02/1800.71	c   intshifting      :       0.00          0          0
1800.02/1800.71	c   oneopt           :       0.00          0          0
1800.02/1800.71	c   fixandinfer      :       0.00          0          0
1800.02/1800.71	c   feaspump         :       0.00          0          0
1800.02/1800.71	c   coefdiving       :       0.00          0          0
1800.02/1800.71	c   pscostdiving     :       0.00          0          0
1800.02/1800.71	c   fracdiving       :       0.00          0          0
1800.02/1800.71	c   veclendiving     :       0.00          0          0
1800.02/1800.71	c   intdiving        :       0.00          0          0
1800.02/1800.71	c   actconsdiving    :       0.00          0          0
1800.02/1800.71	c   objpscostdiving  :       0.00          0          0
1800.02/1800.71	c   rootsoldiving    :       0.00          0          0
1800.02/1800.71	c   linesearchdiving :       0.00          0          0
1800.02/1800.71	c   guideddiving     :       0.00          0          0
1800.02/1800.71	c   octane           :       0.00          0          0
1800.02/1800.71	c   rens             :       0.00          0          0
1800.02/1800.71	c   rins             :       0.00          0          0
1800.02/1800.71	c   localbranching   :       0.00          0          0
1800.02/1800.71	c   mutation         :       0.00          0          0
1800.02/1800.71	c   crossover        :       0.00          0          0
1800.02/1800.71	c   dins             :       0.00          0          0
1800.02/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.71	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.71	c   dual LP          :       3.70          6       5764     960.67    1557.84
1800.02/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.71	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.71	c   strong branching :      17.73         17      13287     781.59     749.41
1800.02/1800.71	c     (at root node) :          -         17      13287     781.59          -
1800.02/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.71	c B&B Tree           :
1800.02/1800.71	c   number of runs   :          1
1800.02/1800.71	c   nodes            :     236736
1800.02/1800.71	c   nodes (total)    :     236736
1800.02/1800.71	c   nodes left       :         16
1800.02/1800.71	c   max depth        :         66
1800.02/1800.71	c   max depth (total):         66
1800.02/1800.71	c   backtracks       :      69680 (29.4%)
1800.02/1800.71	c   delayed cutoffs  :      82647
1800.02/1800.71	c   repropagations   :     223862 (17400287 domain reductions, 56887 cutoffs)
1800.02/1800.71	c   avg switch length:       2.96
1800.02/1800.71	c   switching time   :     141.52
1800.02/1800.71	c Solution           :
1800.02/1800.71	c   Solutions found  :          0 (0 improvements)
1800.02/1800.71	c   Primal Bound     :          -
1800.02/1800.71	c   Dual Bound       : +9.09673206967214e+02
1800.02/1800.71	c   Gap              :   infinite
1800.02/1800.71	c   Root Dual Bound  : +9.09238725490196e+02
1800.02/1800.80	c Time complete: 1800.11.

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-1885277-1245265119/watcher-1885277-1245265119 -o /tmp/evaluation-result-1885277-1245265119/solver-1885277-1245265119 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885277-1245265119.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.02 3/65 24897
/proc/meminfo: memFree=1844016/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=6100 CPUtime=0
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 544 0 0 0 0 0 0 0 20 0 1 0 194110644 6246400 527 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/24897/statm: 1525 534 325 886 0 635 0

[startup+0.071839 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 24897
/proc/meminfo: memFree=1844016/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=11620 CPUtime=0.06
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 2221 0 0 0 6 0 0 0 20 0 1 0 194110644 11898880 2203 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/24897/statm: 2905 2203 351 886 0 2015 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11620

[startup+0.102844 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 24897
/proc/meminfo: memFree=1844016/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=14608 CPUtime=0.09
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 2957 0 0 0 8 1 0 0 20 0 1 0 194110644 14958592 2939 1992294400 4194304 7823515 548682068736 18446744073709551615 5542577 0 0 4096 0 0 0 0 17 1 0 0
/proc/24897/statm: 3652 2939 351 886 0 2762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14608

[startup+0.301884 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 24897
/proc/meminfo: memFree=1844016/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=33192 CPUtime=0.29
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 7714 0 0 0 24 5 0 0 22 0 1 0 194110644 33988608 7342 1992294400 4194304 7823515 548682068736 18446744073709551615 4401598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 8298 7342 436 886 0 7408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33192

[startup+0.701961 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 24897
/proc/meminfo: memFree=1844016/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=46104 CPUtime=0.69
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 11180 0 0 0 62 7 0 0 19 0 1 0 194110644 47210496 10616 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 11526 10616 514 886 0 10636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46104

[startup+1.50112 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 24898
/proc/meminfo: memFree=1802216/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=48388 CPUtime=1.49
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 11988 0 0 0 141 8 0 0 25 0 1 0 194110644 49549312 11387 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 12097 11387 531 886 0 11207 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48388

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 24898
/proc/meminfo: memFree=1798056/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=54048 CPUtime=3.09
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 13582 0 0 0 299 10 0 0 25 0 1 0 194110644 55345152 12732 1992294400 4194304 7823515 548682068736 18446744073709551615 6262611 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 13512 12732 543 886 0 12622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54048

[startup+6.30106 s]
/proc/loadavg: 1.08 1.02 1.02 2/66 24898
/proc/meminfo: memFree=1788776/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=60560 CPUtime=6.29
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 15451 0 0 0 618 11 0 0 25 0 1 0 194110644 62013440 14419 1992294400 4194304 7823515 548682068736 18446744073709551615 6211464 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 15140 14419 546 886 0 14250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60560

[startup+12.7013 s]
/proc/loadavg: 1.15 1.03 1.03 2/66 24898
/proc/meminfo: memFree=1786024/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=61804 CPUtime=12.69
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 15888 0 0 0 1256 13 0 0 25 0 1 0 194110644 63287296 14856 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 15451 14856 546 886 0 14561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61804

[startup+25.5028 s]
/proc/loadavg: 1.13 1.03 1.03 2/66 24898
/proc/meminfo: memFree=1785512/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=62808 CPUtime=25.48
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 17055 0 0 0 2530 18 0 0 25 0 1 0 194110644 64315392 15135 1992294400 4194304 7823515 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 15702 15135 552 886 0 14812 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62808

[startup+51.1019 s]
/proc/loadavg: 1.08 1.03 1.02 2/66 24898
/proc/meminfo: memFree=1766824/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=81852 CPUtime=51.06
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 21769 0 0 0 5054 52 0 0 25 0 1 0 194110644 83816448 19849 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 20463 19849 552 886 0 19573 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 81852

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.02 2/66 24898
/proc/meminfo: memFree=1755816/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=92508 CPUtime=102.25
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 24415 0 0 0 10100 125 0 0 25 0 1 0 194110644 94728192 22495 1992294400 4194304 7823515 548682068736 18446744073709551615 4770543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 23127 22495 552 886 0 22237 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 92508

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.01 2/66 24904
/proc/meminfo: memFree=1743848/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=104500 CPUtime=162.22
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 27384 0 0 0 16014 208 0 0 25 0 1 0 194110644 107008000 25464 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 26125 25464 552 886 0 25235 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 104500

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.01 2/66 24904
/proc/meminfo: memFree=1738664/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=109628 CPUtime=222.19
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 28653 0 0 0 21927 292 0 0 25 0 1 0 194110644 112259072 26733 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 27407 26733 552 886 0 26517 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 109628

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1736488/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=111868 CPUtime=282.18
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 29193 0 0 0 27844 374 0 0 25 0 1 0 194110644 114552832 27273 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 27967 27273 552 886 0 27077 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 111868

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1734824/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=113580 CPUtime=342.16
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 29594 0 0 0 33760 456 0 0 25 0 1 0 194110644 116305920 27674 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 28395 27674 552 886 0 27505 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 113580

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1733416/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=114972 CPUtime=402.13
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 29947 0 0 0 39673 540 0 0 25 0 1 0 194110644 117731328 28027 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 28743 28027 552 886 0 27853 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 114972

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1731624/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=116940 CPUtime=462.11
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 30374 0 0 0 45589 622 0 0 25 0 1 0 194110644 119746560 28454 1992294400 4194304 7823515 548682068736 18446744073709551615 5433049 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 29235 28454 552 886 0 28345 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 116940

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1730472/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=118296 CPUtime=522.09
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 30680 0 0 0 51506 703 0 0 25 0 1 0 194110644 121135104 28760 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 29574 28760 552 886 0 28684 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 118296

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1730216/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=118620 CPUtime=582.07
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 30751 0 0 0 57426 781 0 0 25 0 1 0 194110644 121466880 28831 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 29655 28831 552 886 0 28765 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 118620

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1729064/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=119816 CPUtime=642.04
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 31029 0 0 0 63342 862 0 0 25 0 1 0 194110644 122691584 29109 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 29954 29109 552 886 0 29064 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 119816

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1720872/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=127880 CPUtime=881.95
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 33026 0 0 0 87006 1189 0 0 25 0 1 0 194110644 130949120 31106 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 31970 31106 552 886 0 31080 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 127880

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1720040/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=128812 CPUtime=941.93
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 33217 0 0 0 92926 1267 0 0 25 0 1 0 194110644 131903488 31297 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 32203 31297 552 886 0 31313 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 128812

[startup+1002.3 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 24904
/proc/meminfo: memFree=1716968/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=131880 CPUtime=1001.91
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 33983 0 0 0 98848 1343 0 0 25 0 1 0 194110644 135045120 32063 1992294400 4194304 7823515 548682068736 18446744073709551615 4817442 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 32970 32063 552 886 0 32080 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 131880

[startup+1062.3 s]
/proc/loadavg: 1.10 1.04 1.01 2/66 24904
/proc/meminfo: memFree=1714792/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=134028 CPUtime=1061.88
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 34505 0 0 0 104766 1422 0 0 25 0 1 0 194110644 137244672 32585 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 33507 32585 552 886 0 32617 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 134028

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 24904
/proc/meminfo: memFree=1713640/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=135220 CPUtime=1121.86
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 34792 0 0 0 110684 1502 0 0 25 0 1 0 194110644 138465280 32872 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 33805 32872 552 886 0 32915 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 135220

[startup+1182.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 24904
/proc/meminfo: memFree=1712168/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=136752 CPUtime=1181.84
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 35160 0 0 0 116601 1583 0 0 25 0 1 0 194110644 140034048 33240 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 34188 33240 552 886 0 33298 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 136752

[startup+1242.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 24904
/proc/meminfo: memFree=1711272/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=137564 CPUtime=1241.81
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 35370 0 0 0 122514 1667 0 0 25 0 1 0 194110644 140865536 33450 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 34391 33450 552 886 0 33501 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 137564

[startup+1302.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 24904
/proc/meminfo: memFree=1711080/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=137728 CPUtime=1301.8
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 35408 0 0 0 128433 1747 0 0 25 0 1 0 194110644 141033472 33488 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 34432 33488 552 886 0 33542 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 137728

[startup+1362.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 24904
/proc/meminfo: memFree=1710312/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=138532 CPUtime=1361.77
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 35584 0 0 0 134346 1831 0 0 25 0 1 0 194110644 141856768 33664 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 34633 33664 552 886 0 33743 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 138532

[startup+1422.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 24904
/proc/meminfo: memFree=1709352/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=139704 CPUtime=1421.75
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 35831 0 0 0 140268 1907 0 0 25 0 1 0 194110644 143056896 33911 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 34926 33911 552 886 0 34036 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 139704

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24904
/proc/meminfo: memFree=1706408/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=142760 CPUtime=1481.72
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 36552 0 0 0 146187 1985 0 0 25 0 1 0 194110644 146186240 34632 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 35690 34632 552 886 0 34800 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 142760

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24904
/proc/meminfo: memFree=1704936/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=144248 CPUtime=1541.71
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 36909 0 0 0 152109 2062 0 0 25 0 1 0 194110644 147709952 34989 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 36062 34989 552 886 0 35172 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 144248

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 24904
/proc/meminfo: memFree=1702696/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=146576 CPUtime=1601.68
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 37456 0 0 0 158038 2130 0 0 25 0 1 0 194110644 150093824 35536 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 36644 35536 552 886 0 35754 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 146576

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 24904
/proc/meminfo: memFree=1701480/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=147916 CPUtime=1661.66
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 37766 0 0 0 163964 2202 0 0 25 0 1 0 194110644 151465984 35846 1992294400 4194304 7823515 548682068736 18446744073709551615 5433159 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 36979 35846 552 886 0 36089 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 147916

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 24904
/proc/meminfo: memFree=1700008/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=149324 CPUtime=1721.64
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 38118 0 0 0 169892 2272 0 0 25 0 1 0 194110644 152907776 36198 1992294400 4194304 7823515 548682068736 18446744073709551615 5432963 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 37331 36198 552 886 0 36441 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 149324

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1699496/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=149972 CPUtime=1781.62
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 38243 0 0 0 175819 2343 0 0 25 0 1 0 194110644 153571328 36323 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 37493 36323 552 886 0 36603 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 149972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24904
/proc/meminfo: memFree=1699240/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=150172 CPUtime=1800.02
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 38292 0 0 0 177638 2364 0 0 25 0 1 0 194110644 153776128 36372 1992294400 4194304 7823515 548682068736 18446744073709551615 5879390 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 37543 36372 552 886 0 36653 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 150172

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 24904
/proc/meminfo: memFree=1699240/2055920 swapFree=4182536/4192956
[pid=24897] ppid=24895 vsize=150172 CPUtime=1800.02
/proc/24897/stat : 24897 (pbscip.linux.x8) R 24895 24897 24459 0 -1 4194304 38292 0 0 0 177638 2364 0 0 25 0 1 0 194110644 153776128 36372 1992294400 4194304 7823515 548682068736 18446744073709551615 5879390 0 0 4096 16384 0 0 0 17 1 0 0
/proc/24897/statm: 37543 36372 552 886 0 36653 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 150172

Child status: 0
Real time (s): 1800.8
CPU time (s): 1800.12
CPU user time (s): 1776.46
CPU system time (s): 23.6644
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 150172

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

runsolver used 2.06369 second user time and 4.26335 second system time

The end

Launcher Data

Begin job on node77 at 2009-06-17 20:58:39
IDJOB=1885277
IDBENCH=72041
IDSOLVER=683
FILE ID=node77/1885277-1245265119
PBS_JOBID= 9372385
Free space on /tmp= 66320 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bitverif/smulo/smulo016.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-1885277-1245265119/watcher-1885277-1245265119 -o /tmp/evaluation-result-1885277-1245265119/solver-1885277-1245265119 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885277-1245265119.opb

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

MD5SUM BENCH= 24b26431da01b29718b347e7b5898c72
RANDOM SEED=1677875314

node77.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.263
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.263
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:       1844432 kB
Buffers:         22044 kB
Cached:         124972 kB
SwapCached:       4692 kB
Active:          66256 kB
Inactive:        88496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844432 kB
SwapTotal:     4192956 kB
SwapFree:      4182536 kB
Dirty:           10140 kB
Writeback:           0 kB
Mapped:          13808 kB
Slab:            42660 kB
Committed_AS:   137816 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node77 at 2009-06-17 21:28:42