Trace number 1884757

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)SAT 32.3391 32.3483

General information on the benchmark

Name/PURE-SAT/SAT09/CRAFTED/
parity-games/instance_n4_i4_pp.opb
MD5SUM055a8e9fd53dbcecebb693265eb8210c
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 benchmark0.088986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1572
Total number of constraints9007
Number of constraints which are clauses9007
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 constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.15	c SCIP version 1.1.0.7
0.09/0.15	c LP-Solver SoPlex 1.4.1
0.09/0.15	c user parameter file <scip.set> not found - using default parameters
0.09/0.15	c read problem <HOME/instance-1884757-1245260316.opb>
0.09/0.15	c original problem has 1572 variables (1572 bin, 0 int, 0 impl, 0 cont) and 9007 constraints
0.09/0.18	c No objective function, only one solution is needed.
0.09/0.18	c start presolving problem
0.09/0.18	c presolving:
0.19/0.23	c (round 1) 332 del vars, 80 del conss, 32 chg bounds, 0 chg sides, 24 chg coeffs, 0 upgd conss, 9338 impls, 0 clqs
0.19/0.25	c (round 2) 332 del vars, 1008 del conss, 32 chg bounds, 0 chg sides, 24 chg coeffs, 0 upgd conss, 9338 impls, 0 clqs
0.29/0.33	c (round 3) 332 del vars, 1252 del conss, 32 chg bounds, 0 chg sides, 24 chg coeffs, 7755 upgd conss, 9338 impls, 0 clqs
0.29/0.35	c presolving (4 rounds):
0.29/0.35	c  332 deleted vars, 1252 deleted constraints, 32 tightened bounds, 0 added holes, 0 changed sides, 24 changed coefficients
0.29/0.35	c  9338 implications, 0 cliques
0.29/0.35	c presolved problem has 1240 variables (1240 bin, 0 int, 0 impl, 0 cont) and 7755 constraints
0.29/0.35	c    7755 constraints of type <logicor>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.14
0.29/0.35	c PURESAT
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.35	c separating/flowcover/freq = c -1
0.29/0.35	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.35	c separating/cmir/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/veclendiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/veclendiving/freq = c -1
0.29/0.35	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.35	c heuristics/simplerounding/freq = c -1
0.29/0.35	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/shifting/freq = c -1
0.29/0.35	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.35	c heuristics/rounding/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.29/0.35	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.29/0.35	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.35	c heuristics/rootsoldiving/freq = c -1
0.29/0.35	c # number of nodes added to the contingent of the total nodes
0.29/0.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.35	c heuristics/rens/nodesofs = c 2000
0.29/0.35	c # minimum percentage of integer variables that have to be fixable 
0.29/0.35	c # [type: real, range: [0,1], default: 0.5]
0.29/0.35	c heuristics/rens/minfixingrate = c 0.3
0.29/0.35	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.35	c heuristics/rens/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/pscostdiving/freq = c -1
0.29/0.35	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.35	c heuristics/oneopt/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to total iteration number
0.29/0.35	c # [type: real, range: [0,1], default: 0.01]
0.29/0.35	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.29/0.35	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.35	c heuristics/objpscostdiving/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/linesearchdiving/freq = c -1
0.29/0.35	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/intshifting/freq = c -1
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/intdiving/maxlpiterquot = c 0.075
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/guideddiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/guideddiving/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/fracdiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/fracdiving/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/feaspump/maxlpiterofs = c 2000
0.29/0.35	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 20]
0.29/0.35	c heuristics/feaspump/freq = c -1
0.29/0.35	c # minimum percentage of integer variables that have to be fixed 
0.29/0.35	c # [type: real, range: [0,1], default: 0.666]
0.29/0.35	c heuristics/crossover/minfixingrate = c 0.5
0.29/0.35	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.29/0.35	c # [type: real, range: [0,1], default: 0.1]
0.29/0.35	c heuristics/crossover/nodesquot = c 0.15
0.29/0.35	c # number of nodes without incumbent change that heuristic should wait
0.29/0.35	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.29/0.35	c heuristics/crossover/nwaitingnodes = c 100
0.29/0.35	c # number of nodes added to the contingent of the total nodes
0.29/0.35	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.29/0.35	c heuristics/crossover/nodesofs = c 750
0.29/0.35	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 30]
0.29/0.35	c heuristics/crossover/freq = c -1
0.29/0.35	c # additional number of allowed LP iterations
0.29/0.35	c # [type: int, range: [0,2147483647], default: 1000]
0.29/0.35	c heuristics/coefdiving/maxlpiterofs = c 1500
0.29/0.35	c # maximal fraction of diving LP iterations compared to node LP iterations
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.29/0.35	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.29/0.35	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 10]
0.29/0.35	c heuristics/coefdiving/freq = c -1
0.29/0.35	c # priority of node selection rule <dfs> in standard mode
0.29/0.35	c # [type: int, range: [-536870912,536870911], default: 0]
0.29/0.35	c nodeselection/dfs/stdpriority = c 1000000
0.29/0.35	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c presolving/probing/maxrounds = c 0
0.29/0.35	c # should presolving try to simplify knapsacks
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/knapsack/simplifyinequalities = c TRUE
0.29/0.35	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.29/0.35	c constraints/knapsack/disaggregation = c FALSE
0.29/0.35	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c constraints/knapsack/maxnumcardlift = c 0
0.29/0.35	c # should presolving try to simplify inequalities
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/linear/simplifyinequalities = c TRUE
0.29/0.35	c # maximal number of separation rounds in the root node (-1: unlimited)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c separating/maxroundsroot = c 5
0.29/0.35	c # maximal number of separation rounds per node (-1: unlimited)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 5]
0.29/0.35	c separating/maxrounds = c 1
0.29/0.35	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.35	c # [type: char, range: {lafpsqd}, default: l]
0.29/0.35	c lp/pricing = c a
0.29/0.35	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 1]
0.29/0.35	c lp/solvefreq = c 0
0.29/0.35	c # solving stops, if the given number of solutions were found (-1: no limit)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c limits/solutions = c 1
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = c 1620
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = c 1791
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = c 10000
0.29/0.35	c # should enforcement of pseudo solution be disabled?
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/disableenfops = c TRUE
0.29/0.35	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 0]
0.29/0.35	c constraints/agelimit = c 1
0.29/0.35	c # should binary conflicts be preferred?
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c conflict/preferbinary = c TRUE
0.29/0.35	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c conflict/interconss = c 0
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving problem
0.29/0.35	c 
1.29/1.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.37	c   1.2s|     1 |     0 |  1408 |  12M|   0 | 472 |1240 |7755 |7755 |1240 |7755 |   0 |   0 |   0 | 1.535000e+02 |      --      |    Inf 
1.79/1.86	c   1.6s|     1 |     0 |  1601 |  13M|   0 | 482 |1240 |7755 |7755 |1240 |7766 |  11 |   0 |   0 | 1.555833e+02 |      --      |    Inf 
2.69/2.70	c   2.5s|     1 |     0 |  2065 |  13M|   0 | 539 |1240 |7755 |7755 |1240 |7782 |  27 |   0 |   0 | 1.596503e+02 |      --      |    Inf 
3.39/3.43	c   3.2s|     1 |     0 |  2408 |  14M|   0 | 557 |1240 |7755 |7755 |1240 |7797 |  42 |   0 |   0 | 1.623551e+02 |      --      |    Inf 
7.19/7.20	c   6.9s|     1 |     0 |  2661 |  14M|   0 | 552 |1240 |7755 |7755 |1240 |7813 |  58 |   0 |   0 | 1.638011e+02 |      --      |    Inf 
8.69/8.77	c   8.5s|     1 |     0 |  3039 |  15M|   0 | 534 |1240 |7755 |7755 |1240 |7826 |  71 |   0 |   0 | 1.676556e+02 |      --      |    Inf 
29.78/29.82	c  29.5s|     1 |     2 |  3039 |  15M|   0 | 534 |1240 |7755 |7755 |1240 |7826 |  71 |   0 |  19 | 1.676556e+02 |      --      |    Inf 
32.18/32.28	c *31.9s|  1344 |    46 |  3039 |  16M|  71 |   - |1240 |7939 |1491 |   0 |   0 |  71 |1036 |  19 | 1.755508e+02 | 6.010000e+02 | 242.35%
32.18/32.28	c 
32.18/32.28	c SCIP Status        : solving was interrupted [solution limit reached]
32.18/32.28	c Solving Time (sec) : 31.88
32.18/32.28	c Solving Nodes      : 1344
32.18/32.28	c Primal Bound       : +6.01000000000000e+02 (1 solutions)
32.18/32.28	c Dual Bound         : +1.75550848684230e+02
32.18/32.28	c Gap                : 242.35 %
32.18/32.29	c NODE         1344
32.18/32.29	c DUAL BOUND   175.551
32.18/32.29	c PRIMAL BOUND 601
32.18/32.29	c GAP          2.42351
32.18/32.29	s SATISFIABLE
32.18/32.29	v x23 -x25 x27 -x28 x36 -x8 -x44 -x49 -x51 x53 -x59 -x64 x68 -x76 x79 -x57 x84 -x58 -x65 -x70 -x86 x89 x93 -x98 -x99 -x101 -x42 -x82 
32.18/32.29	v -x91 -x97 x40 -x81 -x105 -x107 x112 -x116 x118 x120 -x125 x129 x132 x122 -x137 x123 -x139 -x141 x127 x131 -x144 -x148 x151 
32.18/32.29	v x155 x157 x159 -x110 -x138 -x146 -x154 x109 x136 -x164 x167 x169 -x173 -x174 -x176 -x184 -x187 x189 -x178 -x179 x195 x197 -x182 
32.18/32.29	v x199 -x186 -x202 -x204 x206 -x166 x194 -x201 x209 x163 -x193 -x210 -x211 x213 -x214 -x216 -x218 -x219 -x220 -x221 -x222 
32.18/32.29	v -x223 -x224 x226 x227 -x225 -x228 -x229 -x231 -x232 -x234 x235 -x236 -x238 -x240 -x241 -x242 x230 x233 -x243 -x244 -x245 -x247 
32.18/32.29	v -x248 -x249 -x250 -x252 -x253 -x254 -x255 x256 -x217 -x239 -x246 -x251 x215 x237 -x269 -x270 -x272 -x274 -x262 x279 -x284 x288 
32.18/32.29	v x261 -x278 -x303 -x304 -x306 -x309 -x296 x313 -x319 x323 x295 -x312 -x332 -x335 -x338 -x342 x344 x352 x355 x346 x347 -x362 
32.18/32.29	v -x333 x350 -x363 x336 x353 -x339 -x370 -x372 -x374 -x331 -x360 -x368 x371 x330 x358 x378 x383 x384 -x386 -x369 -x389 x373 -x375 
32.18/32.29	v -x394 -x387 -x388 -x398 -x399 -x390 x401 -x391 x403 -x406 -x382 x397 -x402 x405 x381 -x395 -x410 -x393 -x411 x396 -x400 
32.18/32.29	v -x416 -x334 -x417 -x337 -x422 -x340 x424 -x341 -x343 x426 x345 x349 x420 -x430 x421 x351 -x431 x423 x354 x425 x356 x359 -x361 
32.18/32.29	v -x415 -x434 -x364 x418 -x435 -x365 x419 -x367 -x439 -x413 -x429 -x442 -x432 x437 x412 x427 -x446 -x452 -x454 -x459 -x463 x470 
32.18/32.29	v -x440 x471 -x443 -x461 x447 -x462 -x465 -x468 -x479 -x480 -x483 x487 x489 -x451 -x475 -x482 -x486 x449 -x473 x493 -x496 -x478 
32.18/32.29	v -x497 x481 -x484 -x502 -x506 -x507 x510 -x499 -x500 -x503 x512 -x505 -x514 -x519 -x501 -x520 x504 -x494 -x511 -x515 -x517 
32.18/32.29	v x492 -x509 -x508 -x526 -x441 -x529 -x445 -x536 -x448 x541 -x450 -x453 x545 x455 x457 -x549 -x458 -x550 x460 x464 x467 x469 -x524 
32.18/32.29	v -x562 -x472 x530 -x565 -x474 x533 x551 -x477 x552 -x569 x555 -x572 x559 x575 -x586 -x588 -x595 -x542 -x567 -x578 -x590 x540 
32.18/32.29	v x566 -x598 x608 -x570 x609 -x573 x576 -x618 x621 x624 x615 -x631 x616 x619 x633 x623 x636 -x640 -x614 -x642 x622 x625 -x603 
32.18/32.29	v -x630 -x634 -x641 x601 x629 x646 x653 x654 -x656 -x659 -x664 x657 -x672 x645 x658 x673 -x651 x662 x665 x655 -x680 -x571 -x681 
32.18/32.29	v x574 x685 x577 x686 -x581 -x649 -x671 -x675 x683 x648 x669 -x587 x688 -x591 x593 -x692 -x594 -x693 x597 -x599 x604 x606 -x678 
32.18/32.29	v -x697 -x610 x682 -x699 x611 x684 x613 -x702 x695 -x706 x710 x696 x698 x700 -x714 -x716 -x722 -x726 -x690 -x708 -x717 x724 
32.18/32.29	v x689 x705 x732 -x703 x733 -x707 x711 -x741 x742 x746 -x751 x754 x744 x745 x748 x756 x750 -x758 -x740 -x760 x743 x747 x764 -x736 
32.18/32.29	v -x755 -x759 x761 x734 x753 x767 x769 -x773 -x774 -x776 -x783 x763 x784 -x765 x777 x778 x770 x780 x782 -x789 -x704 -x790 x709 
32.18/32.29	v x794 x712 -x795 -x713 -x715 -x797 -x718 -x720 -x772 -x786 -x792 x796 x771 x785 x800 -x721 x801 x725 -x727 x729 x731 -x788 
32.18/32.29	v -x805 -x735 -x791 -x806 x737 x793 x739 x807 x808 x810 x817 -x366 x348 x357 -x392 x379 x385 -x414 -x803 -x825 x404 -x826 x828 
32.18/32.29	v x802 x824 x408 -x438 -x376 x428 x407 x433 x832 x833 x476 x456 x834 x466 -x498 x835 x488 x495 -x522 x513 x518 -x568 -x485 x547 
32.18/32.29	v x516 x558 -x831 -x837 -x838 -x839 x830 x836 x612 x592 x602 x644 x632 x639 x674 x661 x670 x701 -x628 x691 -x668 x694 x844 x845 
32.18/32.29	v x846 x847 -x843 -x849 -x862 x863 x842 x848 x738 -x719 x728 x762 -x752 x757 x787 -x775 x781 x809 -x749 -x799 -x779 x804 x868 
32.18/32.29	v x7 x869 x870 x208 x872 x322 x436 -x589 -x723 -x827 -x866 -x876 -x877 -x879 x865 x875 -x890 x895 x893 x887 x888 -x899 -x903 
32.18/32.29	v x889 -x901 x892 -x905 -x910 -x908 -x882 -x898 -x907 -x912 x881 x897 -x921 x917 -x924 x918 x928 x926 x919 -x930 x920 -x932 -x936 
32.18/32.29	v -x933 -x938 -x940 -x944 -x942 -x878 -x916 -x925 -x935 -x941 x915 x923 -x963 -x971 -x975 x958 -x980 -x978 x959 -x982 x962 -x984 
32.18/32.29	v x968 -x987 -x986 -x994 -x998 -x1002 -x1000 -x957 -x979 -x989 -x1001 x956 x977 -x271 x1007 x1008 x1010 -x263 -x266 x1012 
32.18/32.29	v -x1019 -x1022 -x1027 x1029 x1033 x1031 -x1006 -x1016 -x1017 -x1026 x1005 x1015 -x1035 -x1037 x1043 x1041 -x1044 -x1046 -x1050 
32.18/32.29	v -x1048 -x273 -x264 x1051 -x267 x1052 x1054 x275 x1056 -x258 x268 -x883 -x1040 -x1060 -x276 -x1061 x1065 x1039 x1059 x259 x265 
32.18/32.29	v -x1071 x1075 -x1073 x1076 x1069 x1082 x1079 x1070 x1072 x1074 -x1084 x1089 x1086 -x1068 -x1081 -x1088 x1091 x1067 x1078 -x1099 
32.18/32.29	v -x1100 x1104 x1095 x1101 x1096 -x1105 x1097 -x1107 x1098 -x1110 -x1108 -x1113 -x1115 -x1119 -x1116 -x1094 -x1103 -x1112 x1118 
32.18/32.29	v x1093 x1102 -x1129 x1125 x1126 -x1134 x1127 -x1135 x1128 -x1137 -x1136 -x1139 -x1141 -x1145 -x1143 -x884 -x1147 -x1149 -x1124 
32.18/32.29	v -x1132 -x1153 -x1138 x1144 x1123 x1131 -x1151 x1157 x1158 x1159 -x289 x1160 x281 -x285 -x1165 -x1167 -x1156 -x1162 -x1163 
32.18/32.29	v x1164 x1155 x1161 -x1171 x1172 x1176 x1174 -x1177 -x1179 x1183 x1181 -x1184 -x1188 -x1193 -x1190 -x290 x1186 x1187 x1192 -x282 
32.18/32.29	v x1194 -x286 x291 -x277 -x1175 -x1196 -x1197 -x1198 x1173 x1195 x287 -x293 -x280 x283 -x1207 x1211 -x1208 x1203 x1204 x1205 
32.18/32.29	v -x1212 x1206 -x1216 -x1214 -x1219 -x1224 -x1221 -x885 -x1202 -x1210 -x1218 x1223 x1201 x1209 x1229 -x1235 x1230 -x1236 x1231 
32.18/32.29	v x1238 x1237 x1232 x1239 x1242 x1245 x1243 -x1248 -x1250 x1253 -x1251 -x1228 -x1234 -x1241 -x1247 x1227 x1233 x1258 x1259 x1260 
32.18/32.29	v -x1264 x1261 x1267 x1269 x1271 x1270 -x1273 -x1275 x1279 -x1277 -x1257 -x1263 -x1268 -x1272 x1256 x1262 -x1281 -x1283 -x1289 
32.18/32.29	v -x1288 x1291 x1292 x1293 x1294 -x307 x298 -x301 -x886 -x1287 -x1296 -x1297 -x1298 x1286 x1295 -x1300 -x1302 x1226 -x1299 
32.18/32.29	v x1066 x1152 -x1308 -x1255 -x1278 -x1004 -x1034 -x1310 x1092 x1121 -x1316 -x1313 x1170 -x1199 -x1318 -x1320 -x1324 -x1322 -x1325 
32.18/32.29	v -x1327 -x1331 -x1329 -x308 -x299 x302 x310 -x294 -x305 -x311 -x297 x300 -x1332 x1334 -x1333 -x1335 -x1339 -x1337 -x1341 -x1345 
32.18/32.29	v -x1343 -x1350 -x1351 x1357 x1354 x1360 x1362 x1366 x1364 -x1367 -x1369 x1373 -x1372 -x1389 x1392 x1393 x1395 x1394 -x1396 
32.18/32.29	v -x1397 x1399 -x1398 -x52 x54 -x1400 -x56 -x1401 -x60 x69 -x71 -x1403 -x1402 -x77 x80 -x85 -x87 x90 -x94 -x100 -x102 x103 -x106 
32.18/32.29	v x113 -x521 -x115 x409 -x117 x444 x119 -x490 -x160 -x121 x292 x212 -x126 x327 -x31 x130 x377 -x104 -x133 -x257 -x140 -x142 
32.18/32.29	v x181 -x175 x143 -x177 -x145 x152 -x192 -x946 -x185 -x153 x190 x864 x156 -x880 -x158 -x200 -x913 x196 x687 -x161 -x198 x798 
32.18/32.29	v x730 -x165 x829 -x596 x168 x207 -x840 -x203 -x643 -x170 -x205 x766 -x325 x316 -x320 -x1404 -x1406 -x1409 -x1410 -x1412 -x1411 
32.18/32.29	v -x1413 -x1414 -x1416 -x1415 -x1417 -x1418 -x1420 -x1419 -x326 -x317 x321 -x328 -x314 -x324 x329 -x315 x318 -x964 -x967 -x1020 
32.18/32.29	v -x1023 -x1025 -x1130 -x1133 -x38 x43 -x63 -x67 -x73 -x46 -x75 -x1166 -x1168 -x1169 -x108 x111 -x124 -x128 -x134 -x114 x135 
32.18/32.29	v -x539 -x546 -x553 -x556 -x560 x548 -x563 -x538 -x543 -x554 -x557 -x561 x544 -x564 -x1265 -x1266 -x600 -x605 -x617 -x620 -x626 
32.18/32.29	v x607 -x627 -x1301 -x1303 -x1305 -x647 -x650 -x660 -x663 -x666 x652 -x667 -x852 -x851 -x960 -x965 -x969 x850 -x973 -x855 -x854 
32.18/32.29	v -x961 -x966 -x970 x853 -x974 -x1390 -x1391 -x858 -x857 -x1009 -x1011 -x1013 x856 -x1014 -x1405 -x1407 -x1408 -x861 -x860 -x1053 
32.18/32.29	v -x1055 -x1057 x859 -x1058 -x900 -x902 -x904 -x906 -x909 -x911 -x931 -x934 -x937 -x939 -x943 -x945 -x983 -x985 -x988 -x995 
32.18/32.29	v -x999 -x1003 -x1036 -x1038 x1042 -x1045 -x1047 -x1049 -x260 -x380 x491 x1077 -x1080 -x1083 -x1085 x1087 -x1090 -x523 x525 -x527 
32.18/32.29	v -x1106 -x1109 -x1111 -x1114 -x1117 -x1120 -x528 -x531 -x532 -x92 -x1140 -x1142 -x1146 -x95 -x1148 -x1150 -x1154 -x96 -x534 
32.18/32.29	v x535 -x537 x147 -x1178 -x1180 x1182 x149 -x1185 -x1189 -x1191 -x150 -x768 -x841 x914 x579 -x1213 -x1215 -x1217 -x582 -x1220 
32.18/32.29	v -x1222 -x1225 -x584 -x947 x948 -x949 x580 x1240 -x1244 -x1246 x583 -x1249 -x1252 x1254 x585 x950 -x951 -x952 x635 -x1274 -x1276 
32.18/32.29	v x1280 x637 -x1282 -x1284 -x1290 -x638 -x953 -x954 -x955 -x676 -x1319 -x1321 -x1323 -x677 -x1326 -x1328 -x1330 -x679 -x1122 
32.18/32.29	v -x1200 x1285 x990 -x1336 -x1338 -x1340 -x992 -x1342 -x1344 -x1346 -x996 -x1304 x1306 -x1307 x991 x1356 -x1347 -x1348 x993 
32.18/32.29	v -x1358 -x1359 x1361 x997 x1309 -x1311 -x1312 x1018 -x1363 -x1349 x1352 x1021 -x1368 -x1370 -x1371 -x1024 -x1314 -x1315 -x1317 
32.18/32.29	v -x1062 -x1365 -x1353 -x1355 -x1063 -x1374 -x1375 -x1376 -x1064 x1451 x1452 x1453 x1454 -x1450 -x1456 x1457 -x1458 x1449 x1455 
32.18/32.29	v x1461 x1462 x1463 x1464 -x1460 -x1466 -x1467 -x1468 x1459 x1465 -x1471 -x1472 -x1473 -x1474 x867 -x1470 x1476 -x1477 x1478 
32.18/32.29	v x1469 -x1475 x1481 x1482 x1483 x1484 -x1480 -x1486 x1487 -x1488 x1479 x1485 x1491 x1492 x1493 x1494 -x1490 -x1496 -x1497 -x1498 
32.18/32.29	v x1489 x1495 -x1501 -x1502 -x1503 -x1504 x871 -x1500 x1506 -x1507 x1508 x1499 -x1505 -x891 x1511 x1512 x1513 x1514 -x1510 -x1516 
32.18/32.29	v -x1517 x1518 x1509 x1515 x1521 x1522 x1523 x1524 -x1520 -x1526 -x1527 x1528 x1519 x1525 -x1531 -x1532 -x1533 -x1534 x873 
32.18/32.29	v -x1530 x1536 -x1537 x1538 x1529 -x1535 x10 x894 -x813 x812 -x811 -x1422 -x1541 -x1421 -x1542 -x1423 -x1543 -x1424 -x1544 x1437 
32.18/32.29	v -x1438 -x1439 -x1540 -x1546 -x1547 -x1548 x1539 -x1545 -x816 x815 -x814 -x1425 -x1551 -x1426 -x1552 -x1427 -x1553 -x1428 
32.18/32.29	v -x1554 x1440 -x1441 -x1442 -x1550 -x1556 -x1557 -x1558 x1549 -x1555 -x12 -x823 x822 -x820 x819 -x818 -x821 -x1433 -x1434 -x1435 
32.18/32.29	v x1436 -x1429 -x1561 -x1430 -x1562 -x1431 -x1563 -x1432 -x1564 -x1443 x1446 -x1444 x1447 x874 -x1445 -x1448 -x1560 -x1566 -x1567 
32.18/32.29	v -x1568 x1559 -x1565 x11 -x50 -x896 -x922 x1382 -x13 x927 -x15 -x1380 x14 -x61 -x929 x1386 -x972 x1381 -x16 -x976 -x1384 
32.18/32.29	v x18 -x1378 x17 -x78 -x981 x1388 -x1385 -x1028 x1387 -x1379 x19 x1030 x1383 -x21 x1377 x20 -x88 -x1032 -x29 x34 -x39 x37 x41 
32.18/32.29	v x48 -x45 -x162 -x47 x171 x33 -x55 -x172 -x30 -x62 -x66 -x72 x74 -x35 -x180 -x1569 -x83 -x183 -x1570 -x22 -x188 -x1571 x24 -x191 
32.18/32.29	v -x1572 -x32 -x26 x5 -x4 x2 -x1 -x3 x9 x6 
32.18/32.29	c SCIP Status        : solving was interrupted [solution limit reached]
32.18/32.29	c Solving Time       :      31.88
32.18/32.29	c Original Problem   :
32.18/32.29	c   Problem name     : HOME/instance-1884757-1245260316.opb
32.18/32.29	c   Variables        : 1572 (1572 binary, 0 integer, 0 implicit integer, 0 continuous)
32.18/32.29	c   Constraints      : 9007 initial, 9007 maximal
32.18/32.29	c Presolved Problem  :
32.18/32.29	c   Problem name     : t_HOME/instance-1884757-1245260316.opb
32.18/32.29	c   Variables        : 1240 (1240 binary, 0 integer, 0 implicit integer, 0 continuous)
32.18/32.29	c   Constraints      : 7755 initial, 7948 maximal
32.18/32.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
32.18/32.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
32.18/32.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
32.18/32.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
32.18/32.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
32.18/32.29	c   implics          :       0.00          0        282          0          0          0          0          0          0
32.18/32.29	c   probing          :       0.00          0          0          0          0          0          0          0          0
32.18/32.29	c   linear           :       0.09         32         18          0         32          0       1252          0         24
32.18/32.29	c   logicor          :       0.03          0          0          0          0          0          0          0          0
32.18/32.29	c   root node        :          -          0          -          -          0          -          -          -          -
32.18/32.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
32.18/32.29	c   integral         :          0          0          0          1          0          0          0          0          0          2
32.18/32.29	c   logicor          :       7755+         5      12989          0          1        672      98509          0          0          0
32.18/32.29	c   countsols        :          0          0          0          0          1          0          0          0          0          0
32.18/32.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
32.18/32.29	c   integral         :      20.97       0.00       0.00      20.97       0.00
32.18/32.29	c   logicor          :       0.83       0.01       0.82       0.00       0.00
32.18/32.29	c   countsols        :       0.00       0.00       0.00       0.00       0.00
32.18/32.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
32.18/32.29	c   rootredcost      :       0.00          0          0          0
32.18/32.29	c   pseudoobj        :       0.69      14175          0          0
32.18/32.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
32.18/32.29	c   propagation      :       0.07        672        672        672       15.6        364        8.2          -
32.18/32.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
32.18/32.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
32.18/32.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
32.18/32.29	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
32.18/32.29	c   applied globally :          -          -          -       1036       13.0          -          -          -
32.18/32.29	c   applied locally  :          -          -          -          0        0.0          -          -          -
32.18/32.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
32.18/32.29	c   cut pool         :       0.02          4          -          -         44          -    (maximal pool size: 723)
32.18/32.29	c   redcost          :       0.00          5          0          0          0          0
32.18/32.29	c   impliedbounds    :       0.01          5          0          0          0          0
32.18/32.29	c   intobj           :       0.00          0          0          0          0          0
32.18/32.29	c   gomory           :       2.92          5          0          0       2478          0
32.18/32.29	c   strongcg         :       2.19          5          0          0       2487          0
32.18/32.29	c   cmir             :       0.00          0          0          0          0          0
32.18/32.29	c   flowcover        :       0.00          0          0          0          0          0
32.18/32.29	c   clique           :       0.02          5          0          0         30          0
32.18/32.29	c   zerohalf         :       0.00          0          0          0          0          0
32.18/32.29	c   mcf              :       0.01          1          0          0          0          0
32.18/32.29	c Pricers            :       Time      Calls       Vars
32.18/32.29	c   problem variables:       0.00          0          0
32.18/32.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
32.18/32.29	c   relpscost        :      20.97          1          0          0          0          0          2
32.18/32.29	c   pscost           :       0.00          0          0          0          0          0          0
32.18/32.29	c   inference        :       0.27        889          0          0          0          0       1778
32.18/32.29	c   mostinf          :       0.00          0          0          0          0          0          0
32.18/32.29	c   leastinf         :       0.00          0          0          0          0          0          0
32.18/32.29	c   fullstrong       :       0.00          0          0          0          0          0          0
32.18/32.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
32.18/32.29	c   random           :       0.00          0          0          0          0          0          0
32.18/32.29	c Primal Heuristics  :       Time      Calls      Found
32.18/32.29	c   LP solutions     :       0.00          -          0
32.18/32.29	c   pseudo solutions :       0.01          -          1
32.18/32.29	c   simplerounding   :       0.00          0          0
32.18/32.29	c   rounding         :       0.00          0          0
32.18/32.29	c   shifting         :       0.00          0          0
32.18/32.29	c   intshifting      :       0.00          0          0
32.18/32.29	c   oneopt           :       0.00          0          0
32.18/32.29	c   fixandinfer      :       0.00          0          0
32.18/32.29	c   feaspump         :       0.00          0          0
32.18/32.29	c   coefdiving       :       0.00          0          0
32.18/32.29	c   pscostdiving     :       0.00          0          0
32.18/32.29	c   fracdiving       :       0.00          0          0
32.18/32.29	c   veclendiving     :       0.00          0          0
32.18/32.29	c   intdiving        :       0.00          0          0
32.18/32.29	c   actconsdiving    :       0.00          0          0
32.18/32.29	c   objpscostdiving  :       0.00          0          0
32.18/32.29	c   rootsoldiving    :       0.00          0          0
32.18/32.29	c   linesearchdiving :       0.00          0          0
32.18/32.29	c   guideddiving     :       0.00          0          0
32.18/32.29	c   octane           :       0.00          0          0
32.18/32.29	c   rens             :       0.00          0          0
32.18/32.29	c   rins             :       0.00          0          0
32.18/32.29	c   localbranching   :       0.00          0          0
32.18/32.29	c   mutation         :       0.00          0          0
32.18/32.29	c   crossover        :       0.00          0          0
32.18/32.29	c   dins             :       0.00          0          0
32.18/32.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
32.18/32.29	c   primal LP        :       0.00          0          0       0.00          -
32.18/32.29	c   dual LP          :       3.08          6       3039     506.50     986.69
32.18/32.29	c   barrier LP       :       0.00          0          0       0.00          -
32.18/32.29	c   diving/probing LP:       0.00          0          0       0.00          -
32.18/32.29	c   strong branching :      20.97         19      14814     779.68     706.44
32.18/32.29	c     (at root node) :          -         19      14814     779.68          -
32.18/32.29	c   conflict analysis:       0.00          0          0       0.00          -
32.18/32.29	c B&B Tree           :
32.18/32.29	c   number of runs   :          1
32.18/32.29	c   nodes            :       1344
32.18/32.29	c   nodes (total)    :       1344
32.18/32.29	c   nodes left       :         46
32.18/32.29	c   max depth        :         71
32.18/32.29	c   max depth (total):         71
32.18/32.29	c   backtracks       :        236 (17.6%)
32.18/32.29	c   delayed cutoffs  :        388
32.18/32.29	c   repropagations   :       1643 (55372 domain reductions, 219 cutoffs)
32.18/32.29	c   avg switch length:       3.45
32.18/32.29	c   switching time   :       0.42
32.18/32.29	c Solution           :
32.18/32.29	c   Solutions found  :          1 (1 improvements)
32.18/32.29	c   Primal Bound     : +6.01000000000000e+02   (in run 1, after 1344 nodes, 31.87 seconds, depth 56, found by <relaxation>)
32.18/32.29	c   Dual Bound       : +1.75550848684230e+02
32.18/32.29	c   Gap              :     242.35 %
32.18/32.29	c   Root Dual Bound  : +1.67655637008078e+02
32.28/32.34	c Time complete: 32.33.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884757-1245260316/watcher-1884757-1245260316 -o /tmp/evaluation-result-1884757-1245260316/solver-1884757-1245260316 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884757-1245260316.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 0.92 3/64 9288
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=6100 CPUtime=0
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 193631245 6246400 500 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/9288/statm: 1525 510 325 886 0 635 0

[startup+0.018249 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 9288
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=8804 CPUtime=0.01
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 1533 0 0 0 1 0 0 0 18 0 1 0 193631245 9015296 1515 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/9288/statm: 2201 1515 351 886 0 1311 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8804

[startup+0.101257 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 9288
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=13156 CPUtime=0.09
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 2605 0 0 0 9 0 0 0 18 0 1 0 193631245 13471744 2587 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/9288/statm: 3289 2587 351 886 0 2399 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13156

[startup+0.301277 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 9288
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=27380 CPUtime=0.29
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 6243 0 0 0 26 3 0 0 19 0 1 0 193631245 28037120 5871 1992294400 4194304 7823515 548682068736 18446744073709551615 6911387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 6845 5878 435 886 0 5955 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27380

[startup+0.701316 s]
/proc/loadavg: 1.00 1.00 0.92 3/64 9288
/proc/meminfo: memFree=1756080/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=39328 CPUtime=0.69
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 9536 0 0 0 63 6 0 0 18 0 1 0 193631245 40271872 8860 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 9832 8860 512 886 0 8942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39328

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1722088/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=41276 CPUtime=1.49
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 10133 0 0 0 142 7 0 0 25 0 1 0 193631245 42266624 9434 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 10319 9434 531 886 0 9429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41276

[startup+3.10156 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1717160/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=48280 CPUtime=3.09
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 11987 0 0 0 301 8 0 0 25 0 1 0 193631245 49438720 11173 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 12070 11173 543 886 0 11180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48280

[startup+6.30189 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1712688/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=48280 CPUtime=6.29
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 12060 0 0 0 619 10 0 0 25 0 1 0 193631245 49438720 11246 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 12070 11246 543 886 0 11180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48280

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1707248/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=53840 CPUtime=12.69
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 13562 0 0 0 1255 14 0 0 25 0 1 0 193631245 55132160 12666 1992294400 4194304 7823515 548682068736 18446744073709551615 6211788 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 13460 12666 546 886 0 12570 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53840

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1707120/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=53840 CPUtime=25.49
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 13593 0 0 0 2531 18 0 0 25 0 1 0 193631245 55132160 12697 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 13460 12697 547 886 0 12570 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53840

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

[startup+28.7012 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1707184/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=53840 CPUtime=28.69
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 13593 0 0 0 2850 19 0 0 25 0 1 0 193631245 55132160 12697 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 13460 12697 547 886 0 12570 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 53840

[startup+30.3013 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1707184/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=51120 CPUtime=30.28
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 13608 0 0 0 3008 20 0 0 25 0 1 0 193631245 52346880 12067 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 12780 12067 553 886 0 11890 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 51120

[startup+31.1014 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1708528/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=52956 CPUtime=31.09
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 14080 0 0 0 3087 22 0 0 25 0 1 0 193631245 54226944 12539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 13239 12539 553 886 0 12349 0
Current children cumulated CPU time (s) 31.09
Current children cumulated vsize (KiB) 52956

[startup+31.9055 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1706672/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=54640 CPUtime=31.89
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 14473 0 0 0 3165 24 0 0 25 0 1 0 193631245 55951360 12932 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9288/statm: 13660 12932 553 886 0 12770 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 54640

[startup+32.3015 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 9289
/proc/meminfo: memFree=1706672/2055920 swapFree=4192812/4192956
[pid=9288] ppid=9286 vsize=54916 CPUtime=32.28
/proc/9288/stat : 9288 (pbscip.linux.x8) R 9286 9288 8843 0 -1 4194304 14577 0 0 0 3203 25 0 0 16 0 1 0 193631245 56233984 13036 1992294400 4194304 7823515 548682068736 18446744073709551615 4539490 0 0 4096 0 0 0 0 17 1 0 0
/proc/9288/statm: 13729 13036 560 886 0 12839 0
Current children cumulated CPU time (s) 32.28
Current children cumulated vsize (KiB) 54916

Child status: 0
Real time (s): 32.3483
CPU time (s): 32.3391
CPU user time (s): 32.0721
CPU system time (s): 0.266959
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 54916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.0721
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14589
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= 16
involuntary context switches= 69

runsolver used 0.032994 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-17 19:38:36
IDJOB=1884757
IDBENCH=71989
IDSOLVER=683
FILE ID=node27/1884757-1245260316
PBS_JOBID= 9372426
Free space on /tmp= 66256 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/CRAFTED/parity-games/instance_n4_i4_pp.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-1884757-1245260316/watcher-1884757-1245260316 -o /tmp/evaluation-result-1884757-1245260316/solver-1884757-1245260316 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884757-1245260316.opb

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

MD5SUM BENCH= 055a8e9fd53dbcecebb693265eb8210c
RANDOM SEED=1962681644

node27.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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756496 kB
Buffers:         39052 kB
Cached:         168280 kB
SwapCached:          0 kB
Active:          95764 kB
Inactive:       126016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10124 kB
Writeback:           0 kB
Mapped:          24228 kB
Slab:            63520 kB
Committed_AS:   200516 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node27 at 2009-06-17 19:39:08