Trace number 1885387

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)? 1794.55 1794.36

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/
aprove09/AProVE09-05.opb
MD5SUM038d1f136cf471c7f58429077a720020
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.27881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14685
Total number of constraints49510
Number of constraints which are clauses49510
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 74
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.69/0.75	c SCIP version 1.1.0.7
0.69/0.75	c LP-Solver SoPlex 1.4.1
0.69/0.75	c user parameter file <scip.set> not found - using default parameters
0.69/0.75	c read problem <HOME/instance-1885387-1245266373.opb>
0.69/0.75	c original problem has 14685 variables (14685 bin, 0 int, 0 impl, 0 cont) and 49510 constraints
0.89/0.96	c No objective function, only one solution is needed.
0.89/0.96	c start presolving problem
0.89/0.96	c presolving:
1.19/1.20	c (round 1) 603 del vars, 529 del conss, 97 chg bounds, 102 chg sides, 102 chg coeffs, 0 upgd conss, 67159 impls, 0 clqs
1.19/1.28	c (round 2) 774 del vars, 1910 del conss, 157 chg bounds, 111 chg sides, 120 chg coeffs, 0 upgd conss, 68227 impls, 0 clqs
1.29/1.32	c (round 3) 792 del vars, 2102 del conss, 166 chg bounds, 120 chg sides, 129 chg coeffs, 0 upgd conss, 68299 impls, 0 clqs
1.29/1.36	c (round 4) 792 del vars, 2129 del conss, 166 chg bounds, 120 chg sides, 129 chg coeffs, 0 upgd conss, 68299 impls, 0 clqs
1.79/1.81	c (round 5) 792 del vars, 2135 del conss, 166 chg bounds, 121 chg sides, 129 chg coeffs, 47374 upgd conss, 68299 impls, 0 clqs
1.89/1.91	c presolving (6 rounds):
1.89/1.91	c  792 deleted vars, 2135 deleted constraints, 166 tightened bounds, 0 added holes, 121 changed sides, 129 changed coefficients
1.89/1.91	c  68299 implications, 0 cliques
1.89/1.91	c presolved problem has 13893 variables (13893 bin, 0 int, 0 impl, 0 cont) and 47375 constraints
1.89/1.91	c       3 constraints of type <linear>
1.89/1.91	c   47372 constraints of type <logicor>
1.89/1.91	c transformed objective value is always integral (scale: 1)
1.89/1.91	c Presolving Time: 0.76
1.89/1.91	c SATUNSAT-LIN
1.89/1.91	c -----------------------------------------------------------------------------------------------
1.89/1.91	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 0]
1.89/1.91	c separating/flowcover/freq = c -1
1.89/1.91	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 0]
1.89/1.91	c separating/cmir/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/veclendiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/veclendiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/veclendiving/freq = c -1
1.89/1.91	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 1]
1.89/1.91	c heuristics/simplerounding/freq = c -1
1.89/1.91	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/shifting/freq = c -1
1.89/1.91	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 1]
1.89/1.91	c heuristics/rounding/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/rootsoldiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
1.89/1.91	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
1.89/1.91	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 20]
1.89/1.91	c heuristics/rootsoldiving/freq = c -1
1.89/1.91	c # number of nodes added to the contingent of the total nodes
1.89/1.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.89/1.91	c heuristics/rens/nodesofs = c 2000
1.89/1.91	c # minimum percentage of integer variables that have to be fixable 
1.89/1.91	c # [type: real, range: [0,1], default: 0.5]
1.89/1.91	c heuristics/rens/minfixingrate = c 0.3
1.89/1.91	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 0]
1.89/1.91	c heuristics/rens/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/pscostdiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/pscostdiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/pscostdiving/freq = c -1
1.89/1.91	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 1]
1.89/1.91	c heuristics/oneopt/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/objpscostdiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to total iteration number
1.89/1.91	c # [type: real, range: [0,1], default: 0.01]
1.89/1.91	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
1.89/1.91	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 20]
1.89/1.91	c heuristics/objpscostdiving/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/linesearchdiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/linesearchdiving/freq = c -1
1.89/1.91	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/intshifting/freq = c -1
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/intdiving/maxlpiterquot = c 0.075
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/guideddiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/guideddiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/guideddiving/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/fracdiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/fracdiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/fracdiving/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/feaspump/maxlpiterofs = c 2000
1.89/1.91	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 20]
1.89/1.91	c heuristics/feaspump/freq = c -1
1.89/1.91	c # minimum percentage of integer variables that have to be fixed 
1.89/1.91	c # [type: real, range: [0,1], default: 0.666]
1.89/1.91	c heuristics/crossover/minfixingrate = c 0.5
1.89/1.91	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
1.89/1.91	c # [type: real, range: [0,1], default: 0.1]
1.89/1.91	c heuristics/crossover/nodesquot = c 0.15
1.89/1.91	c # number of nodes without incumbent change that heuristic should wait
1.89/1.91	c # [type: longint, range: [0,9223372036854775807], default: 200]
1.89/1.91	c heuristics/crossover/nwaitingnodes = c 100
1.89/1.91	c # number of nodes added to the contingent of the total nodes
1.89/1.91	c # [type: longint, range: [0,9223372036854775807], default: 500]
1.89/1.91	c heuristics/crossover/nodesofs = c 750
1.89/1.91	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 30]
1.89/1.91	c heuristics/crossover/freq = c -1
1.89/1.91	c # additional number of allowed LP iterations
1.89/1.91	c # [type: int, range: [0,2147483647], default: 1000]
1.89/1.91	c heuristics/coefdiving/maxlpiterofs = c 1500
1.89/1.91	c # maximal fraction of diving LP iterations compared to node LP iterations
1.89/1.91	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
1.89/1.91	c heuristics/coefdiving/maxlpiterquot = c 0.075
1.89/1.91	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: 10]
1.89/1.91	c heuristics/coefdiving/freq = c -1
1.89/1.91	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.91	c presolving/probing/maxrounds = c 0
1.89/1.91	c # should presolving try to simplify knapsacks
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.91	c constraints/knapsack/simplifyinequalities = c TRUE
1.89/1.91	c # should disaggregation of knapsack constraints be allowed in preprocessing?
1.89/1.91	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
1.89/1.91	c constraints/knapsack/disaggregation = c FALSE
1.89/1.91	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
1.89/1.91	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.91	c constraints/knapsack/maxnumcardlift = c 0
1.89/1.91	c # should presolving try to simplify inequalities
1.89/1.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.92	c constraints/linear/simplifyinequalities = c TRUE
1.89/1.92	c # maximal number of separation rounds in the root node (-1: unlimited)
1.89/1.92	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.92	c separating/maxroundsroot = c 5
1.89/1.92	c # maximal number of separation rounds per node (-1: unlimited)
1.89/1.92	c # [type: int, range: [-1,2147483647], default: 5]
1.89/1.92	c separating/maxrounds = c 1
1.89/1.92	c # solving stops, if the given number of solutions were found (-1: no limit)
1.89/1.92	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.92	c limits/solutions = c 1
1.89/1.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.92	c limits/memory = c 1620
1.89/1.92	c # maximal time in seconds to run
1.89/1.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.92	c limits/time = c 1791
1.89/1.92	c # frequency for displaying node information lines
1.89/1.92	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.92	c display/freq = c 10000
1.89/1.92	c -----------------------------------------------------------------------------------------------
1.89/1.92	c start solving problem
1.89/1.92	c 
5.49/5.56	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.49/5.56	c   4.5s|     1 |     0 |  1599 |  88M|   0 | 367 |  13k|  47k|  47k|  13k|  47k|   0 |   0 |   0 | 6.165860e+02 |      --      |    Inf 
9.38/9.48	c   8.4s|     1 |     0 |  1822 |  88M|   0 | 404 |  13k|  47k|  47k|  13k|  47k|   5 |   0 |   0 | 6.217551e+02 |      --      |    Inf 
13.58/13.64	c  12.5s|     1 |     0 |  2285 |  88M|   0 | 411 |  13k|  47k|  47k|  13k|  47k|  10 |   0 |   0 | 6.233330e+02 |      --      |    Inf 
17.69/17.73	c  16.6s|     1 |     0 |  2658 |  88M|   0 | 432 |  13k|  47k|  47k|  13k|  47k|  14 |   0 |   0 | 6.252334e+02 |      --      |    Inf 
44.29/44.32	c  43.1s|     1 |     0 |  2907 |  89M|   0 | 416 |  13k|  47k|  47k|  13k|  47k|  19 |   0 |   0 | 6.267645e+02 |      --      |    Inf 
57.49/57.59	c  56.3s|     1 |     0 |  3065 |  90M|   0 | 430 |  13k|  47k|  47k|  13k|  47k|  21 |   0 |   0 | 6.271647e+02 |      --      |    Inf 
140.99/141.08	c   140s|     1 |     2 |  3065 |  90M|   0 | 430 |  13k|  47k|  47k|  13k|  47k|  21 |   0 |  23 | 6.271647e+02 |      --      |    Inf 
1794.18/1794.06	c 
1794.18/1794.06	c SCIP Status        : solving was interrupted [time limit reached]
1794.18/1794.06	c Solving Time (sec) : 1791.03
1794.18/1794.06	c Solving Nodes      : 380
1794.18/1794.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.18/1794.06	c Dual Bound         : +6.45400554414900e+02
1794.18/1794.06	c Gap                : infinite
1794.18/1794.06	c NODE         380
1794.18/1794.06	c DUAL BOUND   645.401
1794.18/1794.06	c PRIMAL BOUND 1e+20
1794.18/1794.06	c GAP          1e+20
1794.18/1794.06	s UNKNOWN
1794.18/1794.06	c SCIP Status        : solving was interrupted [time limit reached]
1794.18/1794.06	c Solving Time       :    1791.03
1794.18/1794.06	c Original Problem   :
1794.18/1794.06	c   Problem name     : HOME/instance-1885387-1245266373.opb
1794.18/1794.06	c   Variables        : 14685 (14685 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.18/1794.06	c   Constraints      : 49510 initial, 49510 maximal
1794.18/1794.06	c Presolved Problem  :
1794.18/1794.06	c   Problem name     : t_HOME/instance-1885387-1245266373.opb
1794.18/1794.06	c   Variables        : 13893 (13893 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.18/1794.06	c   Constraints      : 47375 initial, 47378 maximal
1794.18/1794.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.18/1794.06	c   trivial          :       0.01         51          0          0          0          0          0          0          0
1794.18/1794.06	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1794.18/1794.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.18/1794.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.18/1794.06	c   implics          :       0.03          0        626          0          0          0          0          0          0
1794.18/1794.06	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.18/1794.06	c   linear           :       0.44        115          0          0        166          0       2133        121        129
1794.18/1794.06	c   logicor          :       0.15          0          0          0          0          0          2          0          0
1794.18/1794.06	c   root node        :          -          9          -          -          9          -          -          -          -
1794.18/1794.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.18/1794.06	c   integral         :          0          0          0        371          0          0         14          0          0        732
1794.18/1794.06	c   linear           :          3          5       3653          0          0          0          0          0          0          0
1794.18/1794.06	c   logicor          :      47372+         5       3657          0          1         14      36884          0          0          0
1794.18/1794.06	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.18/1794.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.18/1794.06	c   integral         :    1042.94       0.00       0.00    1042.94       0.00
1794.18/1794.06	c   linear           :       0.02       0.00       0.02       0.00       0.00
1794.18/1794.06	c   logicor          :       0.58       0.01       0.54       0.00       0.03
1794.18/1794.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.18/1794.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.18/1794.06	c   rootredcost      :       0.00          0          0          0
1794.18/1794.06	c   pseudoobj        :       8.86       3689          0          0
1794.18/1794.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.18/1794.06	c   propagation      :       0.00         14         14         31       10.9          3        2.3          -
1794.18/1794.06	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.18/1794.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.18/1794.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.18/1794.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.18/1794.06	c   applied globally :          -          -          -         30        9.3          -          -          -
1794.18/1794.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.18/1794.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.18/1794.06	c   cut pool         :       0.00          4          -          -         12          -    (maximal pool size: 371)
1794.18/1794.06	c   redcost          :       0.95        371          0          0          0          0
1794.18/1794.06	c   impliedbounds    :       0.03          5          0          0          0          0
1794.18/1794.06	c   intobj           :       0.00          0          0          0          0          0
1794.18/1794.06	c   gomory           :      26.13          5          0          0       1853          0
1794.18/1794.06	c   strongcg         :      14.58          5          0          0       2486          0
1794.18/1794.06	c   cmir             :       0.00          0          0          0          0          0
1794.18/1794.06	c   flowcover        :       0.00          0          0          0          0          0
1794.18/1794.06	c   clique           :       0.04          5          0          0          0          0
1794.18/1794.06	c   zerohalf         :       0.00          0          0          0          0          0
1794.18/1794.06	c   mcf              :       1.29          1          0          0          0          0
1794.18/1794.06	c Pricers            :       Time      Calls       Vars
1794.18/1794.06	c   problem variables:       0.00          0          0
1794.18/1794.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.18/1794.06	c   relpscost        :    1042.94        371          0         14          0          0        732
1794.18/1794.06	c   pscost           :       0.00          0          0          0          0          0          0
1794.18/1794.06	c   inference        :       0.00          1          0          0          0          0          2
1794.18/1794.06	c   mostinf          :       0.00          0          0          0          0          0          0
1794.18/1794.06	c   leastinf         :       0.00          0          0          0          0          0          0
1794.18/1794.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.18/1794.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.18/1794.06	c   random           :       0.00          0          0          0          0          0          0
1794.18/1794.06	c Primal Heuristics  :       Time      Calls      Found
1794.18/1794.06	c   LP solutions     :       0.00          -          0
1794.18/1794.06	c   pseudo solutions :       0.00          -          0
1794.18/1794.06	c   simplerounding   :       0.00          0          0
1794.18/1794.06	c   rounding         :       0.00          0          0
1794.18/1794.06	c   shifting         :       0.00          0          0
1794.18/1794.06	c   intshifting      :       0.00          0          0
1794.18/1794.06	c   oneopt           :       0.00          0          0
1794.18/1794.06	c   fixandinfer      :       0.00          0          0
1794.18/1794.06	c   feaspump         :       0.00          0          0
1794.18/1794.06	c   coefdiving       :       0.00          0          0
1794.18/1794.06	c   pscostdiving     :       0.00          0          0
1794.18/1794.06	c   fracdiving       :       0.00          0          0
1794.18/1794.06	c   veclendiving     :       0.00          0          0
1794.18/1794.06	c   intdiving        :       0.00          0          0
1794.18/1794.06	c   actconsdiving    :       0.00          0          0
1794.18/1794.06	c   objpscostdiving  :       0.00          0          0
1794.18/1794.06	c   rootsoldiving    :       0.00          0          0
1794.18/1794.06	c   linesearchdiving :       0.00          0          0
1794.18/1794.06	c   guideddiving     :       0.00          0          0
1794.18/1794.06	c   octane           :       0.00          0          0
1794.18/1794.06	c   rens             :       0.00          0          0
1794.18/1794.06	c   rins             :       0.00          0          0
1794.18/1794.06	c   localbranching   :       0.00          0          0
1794.18/1794.06	c   mutation         :       0.00          0          0
1794.18/1794.06	c   crossover        :       0.00          0          0
1794.18/1794.06	c   dins             :       0.00          0          0
1794.18/1794.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.18/1794.06	c   primal LP        :       0.03          0          0       0.00       0.00
1794.18/1794.06	c   dual LP          :     685.32        377     111686     296.25     162.97
1794.18/1794.06	c   barrier LP       :       0.00          0          0       0.00          -
1794.18/1794.06	c   diving/probing LP:       0.00          0          0       0.00          -
1794.18/1794.06	c   strong branching :    1042.85        347     168172     484.65     161.26
1794.18/1794.06	c     (at root node) :          -         23      11399     495.61          -
1794.18/1794.06	c   conflict analysis:       0.00          0          0       0.00          -
1794.18/1794.06	c B&B Tree           :
1794.18/1794.06	c   number of runs   :          1
1794.18/1794.06	c   nodes            :        380
1794.18/1794.06	c   nodes (total)    :        380
1794.18/1794.06	c   nodes left       :        354
1794.18/1794.06	c   max depth        :         29
1794.18/1794.06	c   max depth (total):         29
1794.18/1794.06	c   backtracks       :         50 (13.2%)
1794.18/1794.06	c   delayed cutoffs  :          1
1794.18/1794.06	c   repropagations   :         41 (233 domain reductions, 1 cutoffs)
1794.18/1794.06	c   avg switch length:       3.09
1794.18/1794.06	c   switching time   :       0.68
1794.18/1794.06	c Solution           :
1794.18/1794.06	c   Solutions found  :          0 (0 improvements)
1794.18/1794.06	c   Primal Bound     :          -
1794.18/1794.06	c   Dual Bound       : +6.45400554414900e+02
1794.18/1794.06	c   Gap              :   infinite
1794.18/1794.06	c   Root Dual Bound  : +6.27164671058217e+02
1794.47/1794.35	c Time complete: 1794.54.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885387-1245266373/watcher-1885387-1245266373 -o /tmp/evaluation-result-1885387-1245266373/solver-1885387-1245266373 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1885387-1245266373.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.98 3/64 9217
/proc/meminfo: memFree=1817104/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=4324 CPUtime=0
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 194237768 4427776 460 1992294400 4194304 7823515 548682068736 18446744073709551615 4493352 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 1082 468 304 886 0 192 0

[startup+0.020557 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 9217
/proc/meminfo: memFree=1817104/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=9144 CPUtime=0.01
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 1622 0 0 0 1 0 0 0 18 0 1 0 194237768 9363456 1604 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 2286 1604 351 886 0 1396 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9144

[startup+0.101532 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 9217
/proc/meminfo: memFree=1817104/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=13692 CPUtime=0.09
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 2741 0 0 0 8 1 0 0 18 0 1 0 194237768 14020608 2723 1992294400 4194304 7823515 548682068736 18446744073709551615 6911743 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 3423 2723 351 886 0 2533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13692

[startup+0.301474 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 9217
/proc/meminfo: memFree=1817104/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=21356 CPUtime=0.29
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 4649 0 0 0 27 2 0 0 19 0 1 0 194237768 21868544 4631 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 5339 4631 351 886 0 4449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21356

[startup+0.70136 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 9217
/proc/meminfo: memFree=1817104/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=35808 CPUtime=0.69
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 8258 0 0 0 65 4 0 0 22 0 1 0 194237768 36667392 8240 1992294400 4194304 7823515 548682068736 18446744073709551615 5543040 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 8952 8240 351 886 0 8062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35808

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9218
/proc/meminfo: memFree=1740744/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=90068 CPUtime=1.49
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 23512 0 0 0 127 22 0 0 25 0 1 0 194237768 92229632 21532 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 22517 21532 434 886 0 21627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90068

[startup+3.10167 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 9218
/proc/meminfo: memFree=1691528/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=165312 CPUtime=3.09
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 40070 0 0 0 274 35 0 0 25 0 1 0 194237768 169279488 37872 1992294400 4194304 7823515 548682068736 18446744073709551615 6109526 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 41328 37872 513 886 0 40438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165312

[startup+6.30175 s]
/proc/loadavg: 1.16 1.03 1.00 2/65 9218
/proc/meminfo: memFree=1661512/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=171584 CPUtime=6.28
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 41929 0 0 0 592 36 0 0 25 0 1 0 194237768 175702016 39587 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 42896 39587 532 886 0 42006 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171584

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.00 2/65 9218
/proc/meminfo: memFree=1652296/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=178376 CPUtime=12.68
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 44205 0 0 0 1228 40 0 0 25 0 1 0 194237768 182657024 41725 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 44594 41725 544 886 0 43704 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 178376

[startup+25.5012 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 9218
/proc/meminfo: memFree=1646664/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=183620 CPUtime=25.49
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 45493 0 0 0 2504 45 0 0 25 0 1 0 194237768 188026880 43013 1992294400 4194304 7823515 548682068736 18446744073709551615 4271579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 45905 43013 544 886 0 45015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183620

[startup+51.1019 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 9218
/proc/meminfo: memFree=1643080/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=187104 CPUtime=51.09
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 46411 0 0 0 5055 54 0 0 25 0 1 0 194237768 191594496 43931 1992294400 4194304 7823515 548682068736 18446744073709551615 4338440 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 46776 43931 544 886 0 45886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 187104

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 9218
/proc/meminfo: memFree=1634568/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=102.3
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48545 0 0 0 10169 61 0 0 25 0 1 0 194237768 198189056 46038 1992294400 4194304 7823515 548682068736 18446744073709551615 6212624 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46038 547 886 0 47496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 193544

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 9218
/proc/meminfo: memFree=1634376/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=162.3
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48608 0 0 0 16164 66 0 0 25 0 1 0 194237768 198189056 46101 1992294400 4194304 7823515 548682068736 18446744073709551615 6211131 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46101 549 886 0 47496 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 193544

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9218
/proc/meminfo: memFree=1634184/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=222.31
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48633 0 0 0 22158 73 0 0 25 0 1 0 194237768 198189056 46126 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46126 549 886 0 47496 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 193544

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1634120/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=282.31
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48647 0 0 0 28152 79 0 0 25 0 1 0 194237768 198189056 46140 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46140 549 886 0 47496 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 193544

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633928/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=342.32
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48692 0 0 0 34148 84 0 0 25 0 1 0 194237768 198189056 46185 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46185 549 886 0 47496 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 193544

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633608/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=402.32
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48758 0 0 0 40142 90 0 0 25 0 1 0 194237768 198189056 46251 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46251 549 886 0 47496 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 193544

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633416/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=462.34
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48788 0 0 0 46137 97 0 0 25 0 1 0 194237768 198189056 46281 1992294400 4194304 7823515 548682068736 18446744073709551615 6211309 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46281 549 886 0 47496 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 193544

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633352/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=522.34
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48812 0 0 0 52130 104 0 0 25 0 1 0 194237768 198189056 46305 1992294400 4194304 7823515 548682068736 18446744073709551615 6212040 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46305 549 886 0 47496 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 193544

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633288/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=582.35
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48821 0 0 0 58122 113 0 0 25 0 1 0 194237768 198189056 46314 1992294400 4194304 7823515 548682068736 18446744073709551615 6212196 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46314 549 886 0 47496 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 193544

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1633288/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=193544 CPUtime=642.35
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 48821 0 0 0 64114 121 0 0 25 0 1 0 194237768 198189056 46314 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 48386 46314 549 886 0 47496 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 193544

[startup+702.301 s]

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

/proc/meminfo: memFree=1629192/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=196836 CPUtime=1062.4
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 49795 0 0 0 106072 168 0 0 25 0 1 0 194237768 201560064 47288 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 49209 47288 553 886 0 48319 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 196836

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1629064/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=196836 CPUtime=1122.4
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 49816 0 0 0 112065 175 0 0 25 0 1 0 194237768 201560064 47309 1992294400 4194304 7823515 548682068736 18446744073709551615 5924555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 49209 47309 553 886 0 48319 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 196836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1629000/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=196836 CPUtime=1182.42
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 49830 0 0 0 118061 181 0 0 25 0 1 0 194237768 201560064 47323 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 49209 47323 553 886 0 48319 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 196836

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1626248/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=200228 CPUtime=1242.42
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 50502 0 0 0 124055 187 0 0 25 0 1 0 194237768 205033472 47995 1992294400 4194304 7823515 548682068736 18446744073709551615 6109349 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50057 47995 553 886 0 49167 0
Current children cumulated CPU time (s) 1242.42
Current children cumulated vsize (KiB) 200228

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1625608/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=200624 CPUtime=1302.43
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 50654 0 0 0 130050 193 0 0 25 0 1 0 194237768 205438976 48147 1992294400 4194304 7823515 548682068736 18446744073709551615 6211162 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50156 48147 553 886 0 49266 0
Current children cumulated CPU time (s) 1302.43
Current children cumulated vsize (KiB) 200624

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1624776/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=201232 CPUtime=1362.43
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 50848 0 0 0 136043 200 0 0 25 0 1 0 194237768 206061568 48341 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50308 48341 553 886 0 49418 0
Current children cumulated CPU time (s) 1362.43
Current children cumulated vsize (KiB) 201232

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1623368/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=202872 CPUtime=1422.44
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51191 0 0 0 142037 207 0 0 25 0 1 0 194237768 207740928 48684 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50718 48684 553 886 0 49828 0
Current children cumulated CPU time (s) 1422.44
Current children cumulated vsize (KiB) 202872

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1623368/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=202872 CPUtime=1482.45
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51191 0 0 0 148031 214 0 0 25 0 1 0 194237768 207740928 48684 1992294400 4194304 7823515 548682068736 18446744073709551615 6212180 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50718 48684 553 886 0 49828 0
Current children cumulated CPU time (s) 1482.45
Current children cumulated vsize (KiB) 202872

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1623368/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=202872 CPUtime=1542.46
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51192 0 0 0 154026 220 0 0 25 0 1 0 194237768 207740928 48685 1992294400 4194304 7823515 548682068736 18446744073709551615 6109522 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50718 48685 553 886 0 49828 0
Current children cumulated CPU time (s) 1542.46
Current children cumulated vsize (KiB) 202872

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1623368/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=202872 CPUtime=1602.46
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51202 0 0 0 160018 228 0 0 25 0 1 0 194237768 207740928 48695 1992294400 4194304 7823515 548682068736 18446744073709551615 6212176 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50718 48695 553 886 0 49828 0
Current children cumulated CPU time (s) 1602.46
Current children cumulated vsize (KiB) 202872

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9218
/proc/meminfo: memFree=1622984/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=202872 CPUtime=1662.47
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51283 0 0 0 166012 235 0 0 25 0 1 0 194237768 207740928 48776 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 50718 48776 553 886 0 49828 0
Current children cumulated CPU time (s) 1662.47
Current children cumulated vsize (KiB) 202872

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1621768/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=204208 CPUtime=1722.47
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51589 0 0 0 172006 241 0 0 25 0 1 0 194237768 209108992 49082 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51052 49082 553 886 0 50162 0
Current children cumulated CPU time (s) 1722.47
Current children cumulated vsize (KiB) 204208

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620616/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1782.48
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51866 0 0 0 177999 249 0 0 25 0 1 0 194237768 210882560 49359 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49359 553 886 0 50595 0
Current children cumulated CPU time (s) 1782.48
Current children cumulated vsize (KiB) 205940

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620616/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1785.68
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51866 0 0 0 178319 249 0 0 25 0 1 0 194237768 210882560 49359 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49359 553 886 0 50595 0
Current children cumulated CPU time (s) 1785.68
Current children cumulated vsize (KiB) 205940

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620616/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1788.87
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51867 0 0 0 178638 249 0 0 25 0 1 0 194237768 210882560 49360 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49360 553 886 0 50595 0
Current children cumulated CPU time (s) 1788.87
Current children cumulated vsize (KiB) 205940

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620552/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1792.08
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51875 0 0 0 178958 250 0 0 25 0 1 0 194237768 210882560 49368 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49368 553 886 0 50595 0
Current children cumulated CPU time (s) 1792.08
Current children cumulated vsize (KiB) 205940

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620552/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1793.68
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51876 0 0 0 179118 250 0 0 25 0 1 0 194237768 210882560 49369 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49369 553 886 0 50595 0
Current children cumulated CPU time (s) 1793.68
Current children cumulated vsize (KiB) 205940

[startup+1793.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620552/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=205940 CPUtime=1794.08
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51876 0 0 0 179158 250 0 0 25 0 1 0 194237768 210882560 49369 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9217/statm: 51485 49369 553 886 0 50595 0
Current children cumulated CPU time (s) 1794.08
Current children cumulated vsize (KiB) 205940

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9220
/proc/meminfo: memFree=1620552/2055920 swapFree=4182568/4192956
[pid=9217] ppid=9215 vsize=163608 CPUtime=1794.47
/proc/9217/stat : 9217 (pbscip.linux.x8) R 9215 9217 8363 0 -1 4194304 51882 0 0 0 179197 250 0 0 25 0 1 0 194237768 167534592 39405 1992294400 4194304 7823515 548682068736 18446744073709551615 5875770 0 0 4096 0 0 0 0 17 1 0 0
/proc/9217/statm: 40902 39405 559 886 0 40012 0
Current children cumulated CPU time (s) 1794.47
Current children cumulated vsize (KiB) 163608

Child status: 0
Real time (s): 1794.36
CPU time (s): 1794.55
CPU user time (s): 1792.01
CPU system time (s): 2.53361
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 205940

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

runsolver used 1.92871 second user time and 3.9704 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-17 21:19:33
IDJOB=1885387
IDBENCH=72052
IDSOLVER=683
FILE ID=node16/1885387-1245266373
PBS_JOBID= 9372437
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 038d1f136cf471c7f58429077a720020
RANDOM SEED=1160743582

node16.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.214
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.214
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:       1817520 kB
Buffers:         31340 kB
Cached:         121260 kB
SwapCached:       4548 kB
Active:          74940 kB
Inactive:        85448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817520 kB
SwapTotal:     4192956 kB
SwapFree:      4182568 kB
Dirty:           11316 kB
Writeback:           0 kB
Mapped:          13960 kB
Slab:            63996 kB
Committed_AS:   183688 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node16 at 2009-06-17 21:49:28