Trace number 1884577

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 1280.88 1281.29

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q3inK10.opb
MD5SUM020d7973101de0b6ff21f73381b69294
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.00785
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45
Total number of constraints75600
Number of constraints which are clauses75600
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 constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 23
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

1.79/1.88	c SCIP version 1.1.0.7
1.79/1.88	c LP-Solver SoPlex 1.4.1
1.79/1.88	c user parameter file <scip.set> not found - using default parameters
1.79/1.88	c read problem <HOME/instance-1884577-1245259560.opb>
1.79/1.88	c original problem has 45 variables (45 bin, 0 int, 0 impl, 0 cont) and 75600 constraints
2.29/2.35	c No objective function, only one solution is needed.
2.29/2.35	c start presolving problem
2.29/2.35	c presolving:
3.49/3.52	c (round 1) 0 del vars, 37800 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
4.59/4.60	c presolving (2 rounds):
4.59/4.60	c  0 deleted vars, 37800 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
4.59/4.60	c  0 implications, 0 cliques
4.59/4.60	c presolved problem has 45 variables (45 bin, 0 int, 0 impl, 0 cont) and 37800 constraints
4.59/4.60	c   37800 constraints of type <linear>
4.59/4.60	c transformed objective value is always integral (scale: 1)
4.59/4.60	c Presolving Time: 2.11
4.59/4.60	c SATUNSAT-LIN
4.59/4.60	c -----------------------------------------------------------------------------------------------
4.59/4.60	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.60	c separating/flowcover/freq = c -1
4.59/4.60	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.60	c separating/cmir/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/veclendiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/veclendiving/freq = c -1
4.59/4.60	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.60	c heuristics/simplerounding/freq = c -1
4.59/4.60	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/shifting/freq = c -1
4.59/4.60	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.60	c heuristics/rounding/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.59/4.60	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.59/4.60	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.60	c heuristics/rootsoldiving/freq = c -1
4.59/4.60	c # number of nodes added to the contingent of the total nodes
4.59/4.60	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.59/4.60	c heuristics/rens/nodesofs = c 2000
4.59/4.60	c # minimum percentage of integer variables that have to be fixable 
4.59/4.60	c # [type: real, range: [0,1], default: 0.5]
4.59/4.60	c heuristics/rens/minfixingrate = c 0.3
4.59/4.60	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.60	c heuristics/rens/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/pscostdiving/freq = c -1
4.59/4.60	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.60	c heuristics/oneopt/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to total iteration number
4.59/4.60	c # [type: real, range: [0,1], default: 0.01]
4.59/4.60	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.59/4.60	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.60	c heuristics/objpscostdiving/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/linesearchdiving/freq = c -1
4.59/4.60	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/intshifting/freq = c -1
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/intdiving/maxlpiterquot = c 0.075
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/guideddiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/guideddiving/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/fracdiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/fracdiving/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/feaspump/maxlpiterofs = c 2000
4.59/4.60	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.60	c heuristics/feaspump/freq = c -1
4.59/4.60	c # minimum percentage of integer variables that have to be fixed 
4.59/4.60	c # [type: real, range: [0,1], default: 0.666]
4.59/4.60	c heuristics/crossover/minfixingrate = c 0.5
4.59/4.60	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.59/4.60	c # [type: real, range: [0,1], default: 0.1]
4.59/4.60	c heuristics/crossover/nodesquot = c 0.15
4.59/4.60	c # number of nodes without incumbent change that heuristic should wait
4.59/4.60	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.59/4.60	c heuristics/crossover/nwaitingnodes = c 100
4.59/4.60	c # number of nodes added to the contingent of the total nodes
4.59/4.60	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.59/4.60	c heuristics/crossover/nodesofs = c 750
4.59/4.60	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 30]
4.59/4.60	c heuristics/crossover/freq = c -1
4.59/4.60	c # additional number of allowed LP iterations
4.59/4.60	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.60	c heuristics/coefdiving/maxlpiterofs = c 1500
4.59/4.60	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.60	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.60	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.59/4.60	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.60	c heuristics/coefdiving/freq = c -1
4.59/4.60	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.60	c presolving/probing/maxrounds = c 0
4.59/4.60	c # should presolving try to simplify knapsacks
4.59/4.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.59/4.60	c constraints/knapsack/simplifyinequalities = c TRUE
4.59/4.60	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.59/4.60	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.59/4.60	c constraints/knapsack/disaggregation = c FALSE
4.59/4.60	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.59/4.60	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.60	c constraints/knapsack/maxnumcardlift = c 0
4.59/4.60	c # should presolving try to simplify inequalities
4.59/4.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.59/4.61	c constraints/linear/simplifyinequalities = c TRUE
4.59/4.61	c # maximal number of separation rounds in the root node (-1: unlimited)
4.59/4.61	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.61	c separating/maxroundsroot = c 5
4.59/4.61	c # maximal number of separation rounds per node (-1: unlimited)
4.59/4.61	c # [type: int, range: [-1,2147483647], default: 5]
4.59/4.61	c separating/maxrounds = c 1
4.59/4.61	c # solving stops, if the given number of solutions were found (-1: no limit)
4.59/4.61	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.61	c limits/solutions = c 1
4.59/4.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.59/4.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.59/4.61	c limits/memory = c 1620
4.59/4.61	c # maximal time in seconds to run
4.59/4.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.59/4.61	c limits/time = c 1791
4.59/4.61	c # frequency for displaying node information lines
4.59/4.61	c # [type: int, range: [-1,2147483647], default: 100]
4.59/4.61	c display/freq = c 10000
4.59/4.61	c -----------------------------------------------------------------------------------------------
4.59/4.61	c start solving problem
4.59/4.61	c 
7.19/7.22	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.19/7.22	c   4.9s|     1 |     0 |    78 | 122M|   0 |  45 |  45 |  37k|  37k|  45 |  37k|   0 |   0 |   0 | 3.750000e+00 |      --      |    Inf 
316.39/316.50	c   314s|     1 |     2 |    78 | 122M|   0 |  45 |  45 |  37k|  37k|  45 |  37k|   0 |   0 |  33 | 3.750000e+00 |      --      |    Inf 
1280.28/1280.70	c *1278s|    14 |    12 |   815 | 122M|  13 |   - |  45 |  37k|  37k|  45 |  37k|   0 |   0 | 204 | 4.000000e+00 | 1.500000e+01 | 275.00%
1280.28/1280.70	c 
1280.28/1280.70	c SCIP Status        : solving was interrupted [solution limit reached]
1280.28/1280.70	c Solving Time (sec) : 1277.76
1280.28/1280.70	c Solving Nodes      : 14
1280.28/1280.70	c Primal Bound       : +1.50000000000000e+01 (1 solutions)
1280.28/1280.70	c Dual Bound         : +4.00000000000000e+00
1280.28/1280.70	c Gap                : 275.00 %
1280.28/1280.79	c NODE         14
1280.28/1280.79	c DUAL BOUND   4
1280.28/1280.79	c PRIMAL BOUND 15
1280.28/1280.79	c GAP          2.75
1280.28/1280.79	s SATISFIABLE
1280.28/1280.79	v -x45 x44 x43 -x9 -x35 -x17 x24 x42 -x39 x30 -x8 -x34 -x16 x23 x41 -x38 x29 -x7 -x14 -x6 -x36 -x5 x25 -x26 x33 x19 -x12 -x15 -x20 
1280.28/1280.79	v x22 -x27 -x10 -x3 -x40 -x37 x32 -x31 x28 x21 -x18 -x13 -x11 -x4 -x2 -x1 
1280.28/1280.79	c SCIP Status        : solving was interrupted [solution limit reached]
1280.28/1280.79	c Solving Time       :    1277.76
1280.28/1280.79	c Original Problem   :
1280.28/1280.79	c   Problem name     : HOME/instance-1884577-1245259560.opb
1280.28/1280.79	c   Variables        : 45 (45 binary, 0 integer, 0 implicit integer, 0 continuous)
1280.28/1280.79	c   Constraints      : 75600 initial, 75600 maximal
1280.28/1280.79	c Presolved Problem  :
1280.28/1280.79	c   Problem name     : t_HOME/instance-1884577-1245259560.opb
1280.28/1280.79	c   Variables        : 45 (45 binary, 0 integer, 0 implicit integer, 0 continuous)
1280.28/1280.79	c   Constraints      : 37800 initial, 37800 maximal
1280.28/1280.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1280.28/1280.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   probing          :       0.00          0          0          0          0          0          0          0          0
1280.28/1280.79	c   linear           :       2.00          0          0          0          0          0      37800          0          0
1280.28/1280.79	c   root node        :          -          0          -          -          0          -          -          -          -
1280.28/1280.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1280.28/1280.79	c   integral         :          0          0          0         14          0          0          0          0          0         26
1280.28/1280.79	c   linear           :      37800          1         14          1          0          0          0          0          0          0
1280.28/1280.79	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1280.28/1280.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1280.28/1280.79	c   integral         :    1235.28       0.00       0.00    1235.28       0.00
1280.28/1280.79	c   linear           :       0.34       0.01       0.32       0.01       0.00
1280.28/1280.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1280.28/1280.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
1280.28/1280.79	c   rootredcost      :       0.00          0          0          0
1280.28/1280.79	c   pseudoobj        :       0.00         15          0          0
1280.28/1280.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1280.28/1280.79	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1280.28/1280.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1280.28/1280.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1280.28/1280.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1280.28/1280.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1280.28/1280.79	c   applied globally :          -          -          -          0        0.0          -          -          -
1280.28/1280.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
1280.28/1280.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1280.28/1280.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1280.28/1280.79	c   redcost          :       0.00         14          0          0          0          0
1280.28/1280.79	c   impliedbounds    :       0.00          1          0          0          0          0
1280.28/1280.79	c   intobj           :       0.00          0          0          0          0          0
1280.28/1280.79	c   gomory           :       0.05          1          0          0          0          0
1280.28/1280.79	c   strongcg         :       0.05          1          0          0          0          0
1280.28/1280.79	c   cmir             :       0.00          0          0          0          0          0
1280.28/1280.79	c   flowcover        :       0.00          0          0          0          0          0
1280.28/1280.79	c   clique           :       0.00          1          0          0          0          0
1280.28/1280.79	c   zerohalf         :       0.00          0          0          0          0          0
1280.28/1280.79	c   mcf              :       0.00          0          0          0          0          0
1280.28/1280.79	c Pricers            :       Time      Calls       Vars
1280.28/1280.79	c   problem variables:       0.00          0          0
1280.28/1280.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1280.28/1280.79	c   relpscost        :    1235.28         13          0          0          0          0         26
1280.28/1280.79	c   pscost           :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   inference        :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   mostinf          :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   leastinf         :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   fullstrong       :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
1280.28/1280.79	c   random           :       0.00          0          0          0          0          0          0
1280.28/1280.79	c Primal Heuristics  :       Time      Calls      Found
1280.28/1280.79	c   LP solutions     :       0.00          -          1
1280.28/1280.79	c   pseudo solutions :       0.00          -          0
1280.28/1280.79	c   simplerounding   :       0.00          0          0
1280.28/1280.79	c   rounding         :       0.00          0          0
1280.28/1280.79	c   shifting         :       0.00          0          0
1280.28/1280.79	c   intshifting      :       0.00          0          0
1280.28/1280.79	c   oneopt           :       0.00          0          0
1280.28/1280.79	c   fixandinfer      :       0.00          0          0
1280.28/1280.79	c   feaspump         :       0.00          0          0
1280.28/1280.79	c   coefdiving       :       0.00          0          0
1280.28/1280.79	c   pscostdiving     :       0.00          0          0
1280.28/1280.79	c   fracdiving       :       0.00          0          0
1280.28/1280.79	c   veclendiving     :       0.00          0          0
1280.28/1280.79	c   intdiving        :       0.00          0          0
1280.28/1280.79	c   actconsdiving    :       0.00          0          0
1280.28/1280.79	c   objpscostdiving  :       0.00          0          0
1280.28/1280.79	c   rootsoldiving    :       0.00          0          0
1280.28/1280.79	c   linesearchdiving :       0.00          0          0
1280.28/1280.79	c   guideddiving     :       0.00          0          0
1280.28/1280.79	c   octane           :       0.00          0          0
1280.28/1280.79	c   rens             :       0.00          0          0
1280.28/1280.79	c   rins             :       0.00          0          0
1280.28/1280.79	c   localbranching   :       0.00          0          0
1280.28/1280.79	c   mutation         :       0.00          0          0
1280.28/1280.79	c   crossover        :       0.00          0          0
1280.28/1280.79	c   dins             :       0.00          0          0
1280.28/1280.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1280.28/1280.79	c   primal LP        :       0.00          0          0       0.00          -
1280.28/1280.79	c   dual LP          :      39.12         14        815      58.21      20.83
1280.28/1280.79	c   barrier LP       :       0.00          0          0       0.00          -
1280.28/1280.79	c   diving/probing LP:       0.00          0          0       0.00          -
1280.28/1280.79	c   strong branching :    1235.27        204      18787      92.09      15.21
1280.28/1280.79	c     (at root node) :          -         33       3674     111.33          -
1280.28/1280.79	c   conflict analysis:       0.00          0          0       0.00          -
1280.28/1280.79	c B&B Tree           :
1280.28/1280.79	c   number of runs   :          1
1280.28/1280.79	c   nodes            :         14
1280.28/1280.79	c   nodes (total)    :         14
1280.28/1280.79	c   nodes left       :         12
1280.28/1280.79	c   max depth        :         13
1280.28/1280.79	c   max depth (total):         13
1280.28/1280.79	c   backtracks       :          0 (0.0%)
1280.28/1280.79	c   delayed cutoffs  :          0
1280.28/1280.79	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1280.28/1280.79	c   avg switch length:       1.00
1280.28/1280.79	c   switching time   :       0.09
1280.28/1280.79	c Solution           :
1280.28/1280.79	c   Solutions found  :          1 (1 improvements)
1280.28/1280.79	c   Primal Bound     : +1.50000000000000e+01   (in run 1, after 14 nodes, 1277.76 seconds, depth 13, found by <relaxation>)
1280.28/1280.79	c   Dual Bound       : +4.00000000000000e+00
1280.28/1280.79	c   Gap              :     275.00 %
1280.28/1280.79	c   Root Dual Bound  : +3.75000000000000e+00
1280.78/1281.29	c Time complete: 1280.87.

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-1884577-1245259560/watcher-1884577-1245259560 -o /tmp/evaluation-result-1884577-1245259560/solver-1884577-1245259560 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884577-1245259560.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.93 3/64 12177
/proc/meminfo: memFree=1809592/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=4324 CPUtime=0
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 193555952 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6896904 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 1081 451 288 886 0 191 0

[startup+0.0565619 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12177
/proc/meminfo: memFree=1809592/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=9772 CPUtime=0.05
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 1761 0 0 0 5 0 0 0 18 0 1 0 193555952 10006528 1743 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 2443 1743 351 886 0 1553 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9772

[startup+0.101566 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12177
/proc/meminfo: memFree=1809592/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=10976 CPUtime=0.09
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 2070 0 0 0 9 0 0 0 18 0 1 0 193555952 11239424 2052 1992294400 4194304 7823515 548682068736 18446744073709551615 6908082 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 2744 2052 351 886 0 1854 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10976

[startup+0.3016 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12177
/proc/meminfo: memFree=1809592/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=16144 CPUtime=0.29
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 3345 0 0 0 28 1 0 0 19 0 1 0 193555952 16531456 3327 1992294400 4194304 7823515 548682068736 18446744073709551615 6854704 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 4036 3327 351 886 0 3146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16144

[startup+0.701666 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 12177
/proc/meminfo: memFree=1809592/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=24424 CPUtime=0.69
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 5405 0 0 0 67 2 0 0 23 0 1 0 193555952 25010176 5387 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 6106 5387 351 886 0 5216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24424

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1784048/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=40376 CPUtime=1.49
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 9406 0 0 0 145 4 0 0 25 0 1 0 193555952 41345024 9388 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 10094 9388 351 886 0 9204 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40376

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1701296/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=222736 CPUtime=3.08
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 52233 0 0 0 282 26 0 0 25 0 1 0 193555952 228081664 51861 1992294400 4194304 7823515 548682068736 18446744073709551615 5003786 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 55684 51861 413 886 0 54794 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 222736

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1534960/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=345876 CPUtime=6.29
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 80420 0 0 0 585 44 0 0 25 0 1 0 193555952 354177024 74955 1992294400 4194304 7823515 548682068736 18446744073709551615 6234853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 86469 74955 492 886 0 85579 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 345876

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1506992/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=12.68
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 85666 0 0 0 1219 49 0 0 25 0 1 0 193555952 372322304 77616 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 77616 519 886 0 90009 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 363596

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1490288/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=25.49
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88166 0 0 0 2498 51 0 0 25 0 1 0 193555952 372322304 80116 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80116 519 886 0 90009 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 363596

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1488752/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=51.08
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88559 0 0 0 5057 51 0 0 25 0 1 0 193555952 372322304 80509 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80509 519 886 0 90009 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 363596

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1487920/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=102.26
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88773 0 0 0 10175 51 0 0 25 0 1 0 193555952 372322304 80723 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80723 519 886 0 90009 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 363596

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1487408/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=162.23
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88881 0 0 0 16171 52 0 0 25 0 1 0 193555952 372322304 80831 1992294400 4194304 7823515 548682068736 18446744073709551615 6234853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80831 519 886 0 90009 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 363596

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1487152/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=222.22
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88938 0 0 0 22169 53 0 0 25 0 1 0 193555952 372322304 80888 1992294400 4194304 7823515 548682068736 18446744073709551615 5965530 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80888 519 886 0 90009 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 363596

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1487152/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=282.2
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 88938 0 0 0 28166 54 0 0 25 0 1 0 193555952 372322304 80888 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 80888 519 886 0 90009 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 363596

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1486064/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=342.18
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89203 0 0 0 34164 54 0 0 25 0 1 0 193555952 372322304 81153 1992294400 4194304 7823515 548682068736 18446744073709551615 6237362 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81153 523 886 0 90009 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 363596

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1486064/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=402.16
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89203 0 0 0 40161 55 0 0 25 0 1 0 193555952 372322304 81153 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81153 523 886 0 90009 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 363596

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1485488/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=462.15
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89333 0 0 0 46159 56 0 0 25 0 1 0 193555952 372322304 81283 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81283 523 886 0 90009 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 363596

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1485488/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=522.12
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89333 0 0 0 52156 56 0 0 25 0 1 0 193555952 372322304 81283 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81283 523 886 0 90009 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 363596

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1483760/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=582.11
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89750 0 0 0 58153 58 0 0 25 0 1 0 193555952 372322304 81700 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81700 523 886 0 90009 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 363596

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1483760/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=642.09
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 89750 0 0 0 64151 58 0 0 25 0 1 0 193555952 372322304 81700 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 81700 523 886 0 90009 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 363596

[startup+702.301 s]

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

/proc/meminfo: memFree=1482160/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=702.07
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 90130 0 0 0 70148 59 0 0 25 0 1 0 193555952 372322304 82080 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82080 523 886 0 90009 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 363596

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1481392/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=762.05
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 90313 0 0 0 76145 60 0 0 25 0 1 0 193555952 372322304 82263 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82263 523 886 0 90009 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 363596

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1480112/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=822.03
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 90669 0 0 0 82142 61 0 0 25 0 1 0 193555952 372322304 82619 1992294400 4194304 7823515 548682068736 18446744073709551615 6234853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82619 523 886 0 90009 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 363596

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1480048/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=882.01
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 90689 0 0 0 88140 61 0 0 25 0 1 0 193555952 372322304 82639 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82639 523 886 0 90009 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 363596

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1478640/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=941.99
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 91030 0 0 0 94137 62 0 0 25 0 1 0 193555952 372322304 82980 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82980 523 886 0 90009 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 363596

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1478640/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=1001.97
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 91032 0 0 0 100134 63 0 0 25 0 1 0 193555952 372322304 82982 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 82982 523 886 0 90009 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 363596

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 12178
/proc/meminfo: memFree=1477936/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=1061.95
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 91200 0 0 0 106131 64 0 0 25 0 1 0 193555952 372322304 83150 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 83150 523 886 0 90009 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 363596

[startup+1122.3 s]
/proc/loadavg: 1.11 1.03 0.94 2/65 12178
/proc/meminfo: memFree=1477360/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=363596 CPUtime=1121.93
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 91333 0 0 0 112128 65 0 0 25 0 1 0 193555952 372322304 83283 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 90899 83283 523 886 0 90009 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 363596

[startup+1182.3 s]
/proc/loadavg: 1.11 1.04 0.95 2/65 12178
/proc/meminfo: memFree=1505776/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=342876 CPUtime=1181.92
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 92696 0 0 0 118124 68 0 0 25 0 1 0 193555952 351105024 76163 1992294400 4194304 7823515 548682068736 18446744073709551615 6234850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 85719 76163 524 886 0 84829 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 342876

[startup+1242.3 s]
/proc/loadavg: 1.04 1.03 0.95 2/65 12178
/proc/meminfo: memFree=1504112/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=342876 CPUtime=1241.9
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 93102 0 0 0 124120 70 0 0 25 0 1 0 193555952 351105024 76569 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 85719 76569 524 886 0 84829 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 342876

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

[startup+1254.3 s]
/proc/loadavg: 1.03 1.03 0.95 2/65 12178
/proc/meminfo: memFree=1503664/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=342876 CPUtime=1253.89
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 93207 0 0 0 125319 70 0 0 25 0 1 0 193555952 351105024 76674 1992294400 4194304 7823515 548682068736 18446744073709551615 6234848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 85719 76674 524 886 0 84829 0
Current children cumulated CPU time (s) 1253.89
Current children cumulated vsize (KiB) 342876

[startup+1267.1 s]
/proc/loadavg: 1.02 1.03 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1266.69
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 126598 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 6257638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1266.69
Current children cumulated vsize (KiB) 349836

[startup+1273.5 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1273.08
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 127237 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 6234860 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1273.08
Current children cumulated vsize (KiB) 349836

[startup+1276.7 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1276.28
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 127557 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 6234857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1276.28
Current children cumulated vsize (KiB) 349836

[startup+1278.3 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1277.88
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 127717 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 5924555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1277.88
Current children cumulated vsize (KiB) 349836

[startup+1279.9 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1279.48
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 127877 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1279.48
Current children cumulated vsize (KiB) 349836

[startup+1280.7 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1280.28
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97149 0 0 0 127957 71 0 0 25 0 1 0 193555952 358232064 80104 1992294400 4194304 7823515 548682068736 18446744073709551615 4253576 0 0 4096 16384 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80104 524 886 0 86569 0
Current children cumulated CPU time (s) 1280.28
Current children cumulated vsize (KiB) 349836

[startup+1281.1 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=349836 CPUtime=1280.68
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97156 0 0 0 127997 71 0 0 25 0 1 0 193555952 358232064 80111 1992294400 4194304 7823515 548682068736 18446744073709551615 5875143 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 87459 80111 531 886 0 86569 0
Current children cumulated CPU time (s) 1280.68
Current children cumulated vsize (KiB) 349836

[startup+1281.2 s]
/proc/loadavg: 1.02 1.02 0.95 2/65 12178
/proc/meminfo: memFree=1489904/2055920 swapFree=4180300/4192956
[pid=12177] ppid=12175 vsize=286568 CPUtime=1280.78
/proc/12177/stat : 12177 (pbscip.linux.x8) R 12175 12177 11995 0 -1 4194304 97157 0 0 0 128006 72 0 0 25 0 1 0 193555952 293445632 66716 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/12177/statm: 71642 66716 532 886 0 70752 0
Current children cumulated CPU time (s) 1280.78
Current children cumulated vsize (KiB) 286568

Child status: 0
Real time (s): 1281.29
CPU time (s): 1280.88
CPU user time (s): 1280.11
CPU system time (s): 0.774882
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 365960

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

runsolver used 0.978851 second user time and 2.84057 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-17 19:26:00
IDJOB=1884577
IDBENCH=71971
IDSOLVER=683
FILE ID=node31/1884577-1245259560
PBS_JOBID= 9372422
Free space on /tmp= 66264 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/ramseycube/Q3inK10.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-1884577-1245259560/watcher-1884577-1245259560 -o /tmp/evaluation-result-1884577-1245259560/solver-1884577-1245259560 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1884577-1245259560.opb

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

MD5SUM BENCH= 020d7973101de0b6ff21f73381b69294
RANDOM SEED=983966370

node31.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.258
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.258
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:       1810072 kB
Buffers:         38372 kB
Cached:         120680 kB
SwapCached:       5712 kB
Active:          49152 kB
Inactive:       118000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810072 kB
SwapTotal:     4192956 kB
SwapFree:      4180300 kB
Dirty:           16448 kB
Writeback:           0 kB
Mapped:          13808 kB
Slab:            64380 kB
Committed_AS:   206804 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node31 at 2009-06-17 19:47:22