Trace number 1885537

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)? 1798.74 1799.38

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
satComp09_BioInstances/rpoc_xits_17_SAT.opb
MD5SUM1ea35c0f94600d70568a0d1cf865f2f5
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.89285
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2718
Total number of constraints215000
Number of constraints which are clauses215000
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 constraint2
Maximum length of a constraint18
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.09/3.13	c SCIP version 1.1.0.7
3.09/3.13	c LP-Solver SoPlex 1.4.1
3.09/3.13	c user parameter file <scip.set> not found - using default parameters
3.09/3.13	c read problem <HOME/instance-1885537-1245267215.opb>
3.09/3.13	c original problem has 2718 variables (2718 bin, 0 int, 0 impl, 0 cont) and 215000 constraints
3.69/3.72	c No objective function, only one solution is needed.
3.69/3.72	c start presolving problem
3.69/3.72	c presolving:
5.78/5.85	c (round 1) 67 del vars, 67 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 214866 upgd conss, 63564 impls, 0 clqs
6.09/6.15	c (round 2) 67 del vars, 134 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 214866 upgd conss, 63564 impls, 0 clqs
6.39/6.44	c presolving (3 rounds):
6.39/6.44	c  67 deleted vars, 134 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
6.39/6.44	c  63564 implications, 0 cliques
6.39/6.44	c presolved problem has 2651 variables (2651 bin, 0 int, 0 impl, 0 cont) and 214866 constraints
6.39/6.44	c  214866 constraints of type <logicor>
6.39/6.44	c transformed objective value is always integral (scale: 1)
6.39/6.44	c Presolving Time: 2.11
6.39/6.44	c PURESAT
6.39/6.44	c -----------------------------------------------------------------------------------------------
6.39/6.44	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 0]
6.39/6.44	c separating/flowcover/freq = c -1
6.39/6.44	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 0]
6.39/6.44	c separating/cmir/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/veclendiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/veclendiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/veclendiving/freq = c -1
6.39/6.44	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 1]
6.39/6.44	c heuristics/simplerounding/freq = c -1
6.39/6.44	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/shifting/freq = c -1
6.39/6.44	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 1]
6.39/6.44	c heuristics/rounding/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/rootsoldiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
6.39/6.44	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
6.39/6.44	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 20]
6.39/6.44	c heuristics/rootsoldiving/freq = c -1
6.39/6.44	c # number of nodes added to the contingent of the total nodes
6.39/6.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.39/6.44	c heuristics/rens/nodesofs = c 2000
6.39/6.44	c # minimum percentage of integer variables that have to be fixable 
6.39/6.44	c # [type: real, range: [0,1], default: 0.5]
6.39/6.44	c heuristics/rens/minfixingrate = c 0.3
6.39/6.44	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 0]
6.39/6.44	c heuristics/rens/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/pscostdiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/pscostdiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/pscostdiving/freq = c -1
6.39/6.44	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 1]
6.39/6.44	c heuristics/oneopt/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/objpscostdiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to total iteration number
6.39/6.44	c # [type: real, range: [0,1], default: 0.01]
6.39/6.44	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
6.39/6.44	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 20]
6.39/6.44	c heuristics/objpscostdiving/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/linesearchdiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/linesearchdiving/freq = c -1
6.39/6.44	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/intshifting/freq = c -1
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/intdiving/maxlpiterquot = c 0.075
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/guideddiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/guideddiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/guideddiving/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/fracdiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/fracdiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/fracdiving/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/feaspump/maxlpiterofs = c 2000
6.39/6.44	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 20]
6.39/6.44	c heuristics/feaspump/freq = c -1
6.39/6.44	c # minimum percentage of integer variables that have to be fixed 
6.39/6.44	c # [type: real, range: [0,1], default: 0.666]
6.39/6.44	c heuristics/crossover/minfixingrate = c 0.5
6.39/6.44	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
6.39/6.44	c # [type: real, range: [0,1], default: 0.1]
6.39/6.44	c heuristics/crossover/nodesquot = c 0.15
6.39/6.44	c # number of nodes without incumbent change that heuristic should wait
6.39/6.44	c # [type: longint, range: [0,9223372036854775807], default: 200]
6.39/6.44	c heuristics/crossover/nwaitingnodes = c 100
6.39/6.44	c # number of nodes added to the contingent of the total nodes
6.39/6.44	c # [type: longint, range: [0,9223372036854775807], default: 500]
6.39/6.44	c heuristics/crossover/nodesofs = c 750
6.39/6.44	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 30]
6.39/6.44	c heuristics/crossover/freq = c -1
6.39/6.44	c # additional number of allowed LP iterations
6.39/6.44	c # [type: int, range: [0,2147483647], default: 1000]
6.39/6.44	c heuristics/coefdiving/maxlpiterofs = c 1500
6.39/6.44	c # maximal fraction of diving LP iterations compared to node LP iterations
6.39/6.44	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
6.39/6.44	c heuristics/coefdiving/maxlpiterquot = c 0.075
6.39/6.44	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: 10]
6.39/6.44	c heuristics/coefdiving/freq = c -1
6.39/6.44	c # priority of node selection rule <dfs> in standard mode
6.39/6.44	c # [type: int, range: [-536870912,536870911], default: 0]
6.39/6.44	c nodeselection/dfs/stdpriority = c 1000000
6.39/6.44	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
6.39/6.44	c # [type: int, range: [-1,2147483647], default: -1]
6.39/6.44	c presolving/probing/maxrounds = c 0
6.39/6.44	c # should presolving try to simplify knapsacks
6.39/6.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.39/6.44	c constraints/knapsack/simplifyinequalities = c TRUE
6.39/6.44	c # should disaggregation of knapsack constraints be allowed in preprocessing?
6.39/6.44	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
6.39/6.44	c constraints/knapsack/disaggregation = c FALSE
6.39/6.44	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: -1]
6.39/6.46	c constraints/knapsack/maxnumcardlift = c 0
6.39/6.46	c # should presolving try to simplify inequalities
6.39/6.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.39/6.46	c constraints/linear/simplifyinequalities = c TRUE
6.39/6.46	c # maximal number of separation rounds in the root node (-1: unlimited)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: -1]
6.39/6.46	c separating/maxroundsroot = c 5
6.39/6.46	c # maximal number of separation rounds per node (-1: unlimited)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: 5]
6.39/6.46	c separating/maxrounds = c 1
6.39/6.46	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)
6.39/6.46	c # [type: char, range: {lafpsqd}, default: l]
6.39/6.46	c lp/pricing = c a
6.39/6.46	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: 1]
6.39/6.46	c lp/solvefreq = c 0
6.39/6.46	c # solving stops, if the given number of solutions were found (-1: no limit)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: -1]
6.39/6.46	c limits/solutions = c 1
6.39/6.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.39/6.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.39/6.46	c limits/memory = c 1620
6.39/6.46	c # maximal time in seconds to run
6.39/6.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.39/6.46	c limits/time = c 1791
6.39/6.46	c # frequency for displaying node information lines
6.39/6.46	c # [type: int, range: [-1,2147483647], default: 100]
6.39/6.46	c display/freq = c 10000
6.39/6.46	c # should enforcement of pseudo solution be disabled?
6.39/6.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.39/6.46	c constraints/disableenfops = c TRUE
6.39/6.46	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: 0]
6.39/6.46	c constraints/agelimit = c 1
6.39/6.46	c # should binary conflicts be preferred?
6.39/6.46	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.39/6.46	c conflict/preferbinary = c TRUE
6.39/6.46	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
6.39/6.46	c # [type: int, range: [-1,2147483647], default: -1]
6.39/6.46	c conflict/interconss = c 0
6.39/6.46	c -----------------------------------------------------------------------------------------------
6.39/6.46	c start solving problem
6.39/6.46	c 
12.69/12.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.69/12.71	c   8.6s|     1 |     0 |   718 | 238M|   0 | 601 |2651 | 214k| 214k|2651 | 214k|   0 |   0 |   0 | 3.450000e+01 |      --      |    Inf 
21.59/21.65	c  17.5s|     1 |     0 |   796 | 238M|   0 | 465 |2651 | 214k| 214k|2651 | 214k|  13 |   0 |   0 | 3.550000e+01 |      --      |    Inf 
30.79/30.85	c  26.7s|     1 |     0 |   876 | 238M|   0 | 420 |2651 | 214k| 214k|2651 | 214k|  25 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
133.05/133.17	c   129s|     1 |     0 |  1160 | 238M|   0 | 319 |2651 | 214k| 214k|2651 | 214k|  42 |   0 |   0 | 3.601993e+01 |      --      |    Inf 
207.12/207.26	c   203s|     1 |     0 |  1538 | 238M|   0 | 321 |2651 | 214k| 214k|2651 | 214k|  58 |   0 |   0 | 3.681035e+01 |      --      |    Inf 
250.61/250.72	c   246s|     1 |     0 |  1671 | 239M|   0 | 272 |2651 | 214k| 214k|2651 | 214k|  67 |   0 |   0 | 3.704254e+01 |      --      |    Inf 
615.78/616.02	c   611s|     1 |     2 |  1671 | 239M|   0 | 272 |2651 | 214k| 214k|2651 | 214k|  67 |   0 |  25 | 3.704254e+01 |      --      |    Inf 
754.92/755.23	c   750s| 10000 |   448 |  1671 | 245M| 640 |   - |2651 | 221k| 168k|   0 |   0 |  67 |  13k|  25 | 3.781416e+01 |      --      |    Inf 
904.17/904.53	c   899s| 20000 |   435 |  1671 | 247M| 640 |   - |2651 | 227k| 165k|   0 |   0 |  67 |  27k|  25 | 3.781416e+01 |      --      |    Inf 
1058.21/1058.63	c  1053s| 30000 |   428 |  1671 | 249M| 640 |   - |2651 | 234k| 167k|   0 |   0 |  67 |  41k|  25 | 3.781416e+01 |      --      |    Inf 
1221.36/1221.81	c  1216s| 40000 |   415 |  1671 | 250M| 640 |   - |2651 | 241k| 163k|   0 |   0 |  67 |  55k|  25 | 3.781416e+01 |      --      |    Inf 
1381.30/1381.87	c  1375s| 50000 |   416 |  1671 | 252M| 640 |   - |2651 | 248k| 161k|   0 |   0 |  67 |  69k|  25 | 3.781416e+01 |      --      |    Inf 
1538.75/1539.36	c  1533s| 60000 |   410 |  1671 | 253M| 640 |   - |2651 | 255k| 156k|   0 |   0 |  67 |  83k|  25 | 3.781416e+01 |      --      |    Inf 
1691.99/1692.68	c  1686s| 70000 |   407 |  1671 | 255M| 640 |   - |2651 | 261k| 156k|   0 |   0 |  67 |  97k|  25 | 3.781416e+01 |      --      |    Inf 
1797.75/1798.40	c 
1797.75/1798.40	c SCIP Status        : solving was interrupted [time limit reached]
1797.75/1798.40	c Solving Time (sec) : 1791.00
1797.75/1798.40	c Solving Nodes      : 76664
1797.75/1798.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.75/1798.40	c Dual Bound         : +3.78141637544590e+01
1797.75/1798.40	c Gap                : infinite
1797.75/1798.40	c NODE         76664
1797.75/1798.40	c DUAL BOUND   37.8142
1797.75/1798.40	c PRIMAL BOUND 1e+20
1797.75/1798.40	c GAP          1e+20
1797.75/1798.40	s UNKNOWN
1797.75/1798.40	c SCIP Status        : solving was interrupted [time limit reached]
1797.75/1798.40	c Solving Time       :    1791.00
1797.75/1798.40	c Original Problem   :
1797.75/1798.40	c   Problem name     : HOME/instance-1885537-1245267215.opb
1797.75/1798.40	c   Variables        : 2718 (2718 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.75/1798.40	c   Constraints      : 215000 initial, 215000 maximal
1797.75/1798.40	c Presolved Problem  :
1797.75/1798.40	c   Problem name     : t_HOME/instance-1885537-1245267215.opb
1797.75/1798.40	c   Variables        : 2651 (2651 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.75/1798.40	c   Constraints      : 214866 initial, 266458 maximal
1797.75/1798.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.75/1798.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.40	c   implics          :       0.00          0         67          0          0          0          0          0          0
1797.75/1798.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
1797.75/1798.40	c   linear           :       1.21          0          0          0          0          0        134          0          0
1797.75/1798.40	c   logicor          :       0.63          0          0          0          0          0          0          0          0
1797.75/1798.40	c   root node        :          -          0          -          -          0          -          -          -          -
1797.75/1798.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.75/1798.40	c   integral         :          0          0          0          1          0          0          0          0          0          2
1797.75/1798.40	c   logicor          :     214866+         5     466534          0          0      51789    5869982          0          0          0
1797.75/1798.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.75/1798.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.75/1798.40	c   integral         :     365.04       0.00       0.00     365.04       0.00
1797.75/1798.40	c   logicor          :     642.39       0.11     642.28       0.00       0.00
1797.75/1798.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.75/1798.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.75/1798.40	c   rootredcost      :       0.23          0          0          0
1797.75/1798.40	c   pseudoobj        :     123.77     516256          0          0
1797.75/1798.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.75/1798.40	c   propagation      :      24.40      51789      51789      51789      103.7      54959       10.1          -
1797.75/1798.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.75/1798.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.75/1798.40	c   applied globally :          -          -          -     106748       55.5          -          -          -
1797.75/1798.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.75/1798.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.75/1798.40	c   cut pool         :       0.00          4          -          -        139          -    (maximal pool size: 589)
1797.75/1798.40	c   redcost          :       0.00          5          0          0          0          0
1797.75/1798.40	c   impliedbounds    :       0.00          5          0          0          0          0
1797.75/1798.40	c   intobj           :       0.00          0          0          0          0          0
1797.75/1798.40	c   gomory           :     159.18          5          0          0       2500          0
1797.75/1798.40	c   strongcg         :      50.04          5          0          0       2500          0
1797.75/1798.40	c   cmir             :       0.00          0          0          0          0          0
1797.75/1798.40	c   flowcover        :       0.00          0          0          0          0          0
1797.75/1798.40	c   clique           :       0.16          5          0          0         33          0
1797.75/1798.40	c   zerohalf         :       0.00          0          0          0          0          0
1797.75/1798.40	c   mcf              :       0.40          1          0          0          0          0
1797.75/1798.40	c Pricers            :       Time      Calls       Vars
1797.75/1798.40	c   problem variables:       0.00          0          0
1797.75/1798.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.75/1798.40	c   relpscost        :     365.04          1          0          0          0          0          2
1797.75/1798.40	c   pscost           :       0.00          0          0          0          0          0          0
1797.75/1798.40	c   inference        :      14.88      53386          0          0          0          0     106772
1797.75/1798.40	c   mostinf          :       0.00          0          0          0          0          0          0
1797.75/1798.40	c   leastinf         :       0.00          0          0          0          0          0          0
1797.75/1798.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.75/1798.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.75/1798.40	c   random           :       0.00          0          0          0          0          0          0
1797.75/1798.40	c Primal Heuristics  :       Time      Calls      Found
1797.75/1798.40	c   LP solutions     :       0.00          -          0
1797.75/1798.40	c   pseudo solutions :       0.00          -          0
1797.75/1798.40	c   simplerounding   :       0.00          0          0
1797.75/1798.40	c   rounding         :       0.00          0          0
1797.75/1798.40	c   shifting         :       0.00          0          0
1797.75/1798.40	c   intshifting      :       0.00          0          0
1797.75/1798.40	c   oneopt           :       0.00          0          0
1797.75/1798.40	c   fixandinfer      :       0.00          0          0
1797.75/1798.40	c   feaspump         :       0.00          0          0
1797.75/1798.40	c   coefdiving       :       0.00          0          0
1797.75/1798.40	c   pscostdiving     :       0.00          0          0
1797.75/1798.40	c   fracdiving       :       0.00          0          0
1797.75/1798.40	c   veclendiving     :       0.00          0          0
1797.75/1798.40	c   intdiving        :       0.00          0          0
1797.75/1798.40	c   actconsdiving    :       0.00          0          0
1797.75/1798.40	c   objpscostdiving  :       0.00          0          0
1797.75/1798.40	c   rootsoldiving    :       0.00          0          0
1797.75/1798.40	c   linesearchdiving :       0.00          0          0
1797.75/1798.40	c   guideddiving     :       0.00          0          0
1797.75/1798.40	c   octane           :       0.00          0          0
1797.75/1798.40	c   rens             :       0.00          0          0
1797.75/1798.40	c   rins             :       0.00          0          0
1797.75/1798.40	c   localbranching   :       0.00          0          0
1797.75/1798.40	c   mutation         :       0.00          0          0
1797.75/1798.40	c   crossover        :       0.00          0          0
1797.75/1798.40	c   dins             :       0.00          0          0
1797.75/1798.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.75/1798.40	c   primal LP        :       0.21          0          0       0.00       0.00
1797.75/1798.40	c   dual LP          :      32.46          6       1671     278.50      51.48
1797.75/1798.40	c   barrier LP       :       0.00          0          0       0.00          -
1797.75/1798.40	c   diving/probing LP:       0.00          0          0       0.00          -
1797.75/1798.40	c   strong branching :     365.04         25      12419     496.76      34.02
1797.75/1798.40	c     (at root node) :          -         25      12419     496.76          -
1797.75/1798.40	c   conflict analysis:       0.00          0          0       0.00          -
1797.75/1798.40	c B&B Tree           :
1797.75/1798.40	c   number of runs   :          1
1797.75/1798.40	c   nodes            :      76664
1797.75/1798.40	c   nodes (total)    :      76664
1797.75/1798.40	c   nodes left       :        399
1797.75/1798.40	c   max depth        :        640
1797.75/1798.40	c   max depth (total):        640
1797.75/1798.40	c   backtracks       :      28702 (37.4%)
1797.75/1798.40	c   delayed cutoffs  :      29712
1797.75/1798.40	c   repropagations   :      77659 (3574550 domain reductions, 28512 cutoffs)
1797.75/1798.40	c   avg switch length:       2.69
1797.75/1798.40	c   switching time   :     219.94
1797.75/1798.40	c Solution           :
1797.75/1798.40	c   Solutions found  :          0 (0 improvements)
1797.75/1798.40	c   Primal Bound     :          -
1797.75/1798.40	c   Dual Bound       : +3.78141637544590e+01
1797.75/1798.40	c   Gap              :   infinite
1797.75/1798.40	c   Root Dual Bound  : +3.70425383269347e+01
1798.65/1799.37	c Time complete: 1798.73.

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-1885537-1245267215/watcher-1885537-1245267215 -o /tmp/evaluation-result-1885537-1245267215/solver-1885537-1245267215 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885537-1245267215.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: 0.99 0.98 0.96 2/64 22434
/proc/meminfo: memFree=1523872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=7132 CPUtime=0
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 1089 0 0 0 0 0 0 0 18 0 1 0 194322444 7303168 1071 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 1783 1078 335 886 0 893 0

[startup+0.0771 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22434
/proc/meminfo: memFree=1523872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=12916 CPUtime=0.06
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 2545 0 0 0 6 0 0 0 18 0 1 0 194322444 13225984 2527 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 3229 2527 351 886 0 2339 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12916

[startup+0.101104 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22434
/proc/meminfo: memFree=1523872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=14500 CPUtime=0.09
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 2959 0 0 0 8 1 0 0 18 0 1 0 194322444 14848000 2941 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 3625 2941 351 886 0 2735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14500

[startup+0.301139 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22434
/proc/meminfo: memFree=1523872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=19388 CPUtime=0.29
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 4157 0 0 0 28 1 0 0 19 0 1 0 194322444 19853312 4139 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 4847 4139 351 886 0 3957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19388

[startup+0.701209 s]
/proc/loadavg: 0.99 0.98 0.96 2/64 22434
/proc/meminfo: memFree=1523872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=28808 CPUtime=0.69
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 6526 0 0 0 67 2 0 0 22 0 1 0 194322444 29499392 6508 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 7202 6508 351 886 0 6312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28808

[startup+1.50135 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=1491608/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=49352 CPUtime=1.49
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 11658 0 0 0 145 4 0 0 25 0 1 0 194322444 50536448 11640 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 12338 11640 351 886 0 11448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49352

[startup+3.10163 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=1464600/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=87980 CPUtime=3.09
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 21275 0 0 0 300 9 0 0 25 0 1 0 194322444 90091520 21257 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 21995 21257 351 886 0 21105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87980

[startup+6.30119 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=1223064/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=336092 CPUtime=6.29
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 90259 0 0 0 544 85 0 0 25 0 1 0 194322444 344158208 82697 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 84023 82697 430 886 0 83133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336092

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=1038872/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=555480 CPUtime=12.69
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 136897 0 0 0 1166 103 0 0 25 0 1 0 194322444 568811520 124726 1992294400 4194304 7823515 548682068736 18446744073709551615 4253576 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 138870 124726 514 886 0 137980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 555480

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=1010392/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=567900 CPUtime=25.48
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 141882 0 0 0 2441 107 0 0 25 0 1 0 194322444 581529600 128711 1992294400 4194304 7823515 548682068736 18446744073709551615 6908143 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 141975 128711 539 886 0 141085 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 567900

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=987928/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=580240 CPUtime=51.08
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 147504 0 0 0 4997 111 0 0 25 0 1 0 194322444 594165760 134333 1992294400 4194304 7823515 548682068736 18446744073709551615 6911791 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 145060 134333 539 886 0 144170 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 580240

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=987992/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=580240 CPUtime=102.26
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 147504 0 0 0 10112 114 0 0 25 0 1 0 194322444 594165760 134333 1992294400 4194304 7823515 548682068736 18446744073709551615 6912081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 145060 134333 539 886 0 144170 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 580240

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=977560/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=593200 CPUtime=162.23
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 150104 0 0 0 16105 118 0 0 25 0 1 0 194322444 607436800 136933 1992294400 4194304 7823515 548682068736 18446744073709551615 6912096 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 148300 136933 539 886 0 147410 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 593200

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=967320/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=593200 CPUtime=222.22
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 152655 0 0 0 22098 124 0 0 25 0 1 0 194322444 607436800 139484 1992294400 4194304 7823515 548682068736 18446744073709551615 6912081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 148300 139484 539 886 0 147410 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 593200

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=941720/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=282.19
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159041 0 0 0 28091 128 0 0 25 0 1 0 194322444 623288320 145870 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 145870 542 886 0 151280 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 608680

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=939544/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=342.17
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159568 0 0 0 34086 131 0 0 25 0 1 0 194322444 623288320 146397 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146397 542 886 0 151280 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 608680

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=939544/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=402.15
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159572 0 0 0 40082 133 0 0 25 0 1 0 194322444 623288320 146401 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146401 542 886 0 151280 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 608680

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=939480/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=462.12
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159575 0 0 0 46078 134 0 0 25 0 1 0 194322444 623288320 146404 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146404 542 886 0 151280 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 608680

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=939416/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=522.11
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159601 0 0 0 52075 136 0 0 25 0 1 0 194322444 623288320 146430 1992294400 4194304 7823515 548682068736 18446744073709551615 6263365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146430 542 886 0 151280 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 608680

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=939416/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=582.09
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159606 0 0 0 58071 138 0 0 25 0 1 0 194322444 623288320 146435 1992294400 4194304 7823515 548682068736 18446744073709551615 5924546 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146435 542 886 0 151280 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 608680

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22435
/proc/meminfo: memFree=938648/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=608680 CPUtime=642.07
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 159795 0 0 0 64062 145 0 0 25 0 1 0 194322444 623288320 146624 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152170 146624 549 886 0 151280 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 608680

[startup+702.301 s]

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

/proc/meminfo: memFree=937368/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1061.91
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160056 0 0 0 105960 231 0 0 25 0 1 0 194322444 623661056 146885 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146885 549 886 0 151371 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 609044

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22437
/proc/meminfo: memFree=937368/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1121.9
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160066 0 0 0 111948 242 0 0 25 0 1 0 194322444 623661056 146895 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146895 549 886 0 151371 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 609044

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22437
/proc/meminfo: memFree=937304/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1181.87
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160071 0 0 0 117936 251 0 0 25 0 1 0 194322444 623661056 146900 1992294400 4194304 7823515 548682068736 18446744073709551615 4221860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146900 549 886 0 151371 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 609044

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 22437
/proc/meminfo: memFree=937240/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1241.86
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160076 0 0 0 123925 261 0 0 25 0 1 0 194322444 623661056 146905 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146905 549 886 0 151371 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 609044

[startup+1302.3 s]
/proc/loadavg: 1.05 1.00 0.96 2/65 22437
/proc/meminfo: memFree=937176/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1301.84
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160081 0 0 0 129911 273 0 0 25 0 1 0 194322444 623661056 146910 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146910 549 886 0 151371 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 609044

[startup+1362.3 s]
/proc/loadavg: 1.07 1.01 0.97 2/65 22437
/proc/meminfo: memFree=937112/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1361.81
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160086 0 0 0 135899 282 0 0 25 0 1 0 194322444 623661056 146915 1992294400 4194304 7823515 548682068736 18446744073709551615 4209589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146915 549 886 0 151371 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 609044

[startup+1422.31 s]
/proc/loadavg: 1.07 1.02 0.97 2/65 22437
/proc/meminfo: memFree=937048/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1421.79
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160091 0 0 0 141885 294 0 0 25 0 1 0 194322444 623661056 146920 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146920 549 886 0 151371 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 609044

[startup+1482.3 s]
/proc/loadavg: 1.07 1.03 0.98 2/65 22437
/proc/meminfo: memFree=937048/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1481.77
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160096 0 0 0 147870 307 0 0 25 0 1 0 194322444 623661056 146925 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146925 549 886 0 151371 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 609044

[startup+1542.3 s]
/proc/loadavg: 1.02 1.02 0.98 2/65 22437
/proc/meminfo: memFree=937048/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1541.75
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160101 0 0 0 153856 319 0 0 25 0 1 0 194322444 623661056 146930 1992294400 4194304 7823515 548682068736 18446744073709551615 4207222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 146930 549 886 0 151371 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 609044

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 22437
/proc/meminfo: memFree=936600/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1601.73
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160212 0 0 0 159841 332 0 0 25 0 1 0 194322444 623661056 147041 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147041 549 886 0 151371 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 609044

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 22443
/proc/meminfo: memFree=935896/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1661.7
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160367 0 0 0 165826 344 0 0 25 0 1 0 194322444 623661056 147196 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147196 549 886 0 151371 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 609044

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1721.68
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160376 0 0 0 171812 356 0 0 25 0 1 0 194322444 623661056 147205 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147205 549 886 0 151371 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 609044

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1781.66
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160382 0 0 0 177797 369 0 0 25 0 1 0 194322444 623661056 147211 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147211 549 886 0 151371 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 609044

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1791.26
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160384 0 0 0 178755 371 0 0 25 0 1 0 194322444 623661056 147213 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147213 549 886 0 151371 0
Current children cumulated CPU time (s) 1791.26
Current children cumulated vsize (KiB) 609044

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1794.45
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160385 0 0 0 179074 371 0 0 25 0 1 0 194322444 623661056 147214 1992294400 4194304 7823515 548682068736 18446744073709551615 4268735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147214 549 886 0 151371 0
Current children cumulated CPU time (s) 1794.45
Current children cumulated vsize (KiB) 609044

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1796.06
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160385 0 0 0 179234 372 0 0 25 0 1 0 194322444 623661056 147214 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147214 549 886 0 151371 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (KiB) 609044

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1797.65
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160385 0 0 0 179393 372 0 0 25 0 1 0 194322444 623661056 147214 1992294400 4194304 7823515 548682068736 18446744073709551615 4207222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147214 549 886 0 151371 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (KiB) 609044

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=609044 CPUtime=1798.45
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160426 0 0 0 179473 372 0 0 25 0 1 0 194322444 623661056 147255 1992294400 4194304 7823515 548682068736 18446744073709551615 5875129 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 152261 147255 555 886 0 151371 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (KiB) 609044

[startup+1799.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 22443
/proc/meminfo: memFree=935832/2055920 swapFree=4182028/4192956
[pid=22434] ppid=22432 vsize=473356 CPUtime=1798.65
/proc/22434/stat : 22434 (pbscip.linux.x8) R 22432 22434 21304 0 -1 4194304 160426 0 0 0 179491 374 0 0 25 0 1 0 194322444 484716544 113800 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/22434/statm: 118339 113800 555 886 0 117449 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 473356

Child status: 0
Real time (s): 1799.38
CPU time (s): 1798.74
CPU user time (s): 1794.92
CPU system time (s): 3.82042
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 609044

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

runsolver used 1.41478 second user time and 3.81142 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-17 21:33:35
IDJOB=1885537
IDBENCH=72067
IDSOLVER=683
FILE ID=node4/1885537-1245267215
PBS_JOBID= 9372449
Free space on /tmp= 66400 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/satComp09_BioInstances/rpoc_xits_17_SAT.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-1885537-1245267215/watcher-1885537-1245267215 -o /tmp/evaluation-result-1885537-1245267215/solver-1885537-1245267215 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885537-1245267215.opb

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

MD5SUM BENCH= 1ea35c0f94600d70568a0d1cf865f2f5
RANDOM SEED=668150268

node4.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.259
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.259
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1524736 kB
Buffers:         42604 kB
Cached:         396032 kB
SwapCached:       4996 kB
Active:          94924 kB
Inactive:       351908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524736 kB
SwapTotal:     4192956 kB
SwapFree:      4182028 kB
Dirty:           16852 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            70288 kB
Committed_AS:   177172 kB
PageTables:       1476 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= 66392 MiB
End job on node4 at 2009-06-17 22:03:35