Trace number 1868572

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)? 1795.71 1796.16

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.67853
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.09/1.13	c SCIP version 1.1.0.7
1.09/1.13	c LP-Solver SoPlex 1.4.1
1.09/1.13	c user parameter file <scip.set> not found - using default parameters
1.09/1.13	c read problem <HOME/instance-1868572-1245128480.opb>
1.09/1.13	c original problem has 25800 variables (25800 bin, 0 int, 0 impl, 0 cont) and 76699 constraints
1.39/1.46	c No objective function, only one solution is needed.
1.39/1.46	c start presolving problem
1.39/1.46	c presolving:
3.39/3.41	c (round 1) 763 del vars, 746 del conss, 324 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2198185 impls, 0 clqs
3.59/3.63	c (round 2) 980 del vars, 2282 del conss, 474 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2200719 impls, 0 clqs
3.69/3.71	c (round 3) 980 del vars, 2469 del conss, 474 chg bounds, 190 chg sides, 598 chg coeffs, 0 upgd conss, 2201507 impls, 0 clqs
4.40/4.41	c (round 4) 980 del vars, 2480 del conss, 474 chg bounds, 190 chg sides, 598 chg coeffs, 74219 upgd conss, 2201507 impls, 0 clqs
4.59/4.66	c presolving (5 rounds):
4.59/4.66	c  980 deleted vars, 2480 deleted constraints, 474 tightened bounds, 0 added holes, 190 changed sides, 598 changed coefficients
4.59/4.66	c  2201507 implications, 0 cliques
4.59/4.66	c presolved problem has 24820 variables (24820 bin, 0 int, 0 impl, 0 cont) and 74219 constraints
4.59/4.66	c     380 constraints of type <knapsack>
4.59/4.66	c   73839 constraints of type <logicor>
4.59/4.66	c transformed objective value is always integral (scale: 1)
4.59/4.66	c Presolving Time: 2.89
4.59/4.66	c SATUNSAT-LIN
4.59/4.66	c -----------------------------------------------------------------------------------------------
4.59/4.66	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.66	c separating/flowcover/freq = c -1
4.59/4.66	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.66	c separating/cmir/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/veclendiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/veclendiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/veclendiving/freq = c -1
4.59/4.66	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.66	c heuristics/simplerounding/freq = c -1
4.59/4.66	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/shifting/freq = c -1
4.59/4.66	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.66	c heuristics/rounding/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/rootsoldiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
4.59/4.66	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
4.59/4.66	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.66	c heuristics/rootsoldiving/freq = c -1
4.59/4.66	c # number of nodes added to the contingent of the total nodes
4.59/4.66	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.59/4.66	c heuristics/rens/nodesofs = c 2000
4.59/4.66	c # minimum percentage of integer variables that have to be fixable 
4.59/4.66	c # [type: real, range: [0,1], default: 0.5]
4.59/4.66	c heuristics/rens/minfixingrate = c 0.3
4.59/4.66	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 0]
4.59/4.66	c heuristics/rens/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/pscostdiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/pscostdiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/pscostdiving/freq = c -1
4.59/4.66	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 1]
4.59/4.66	c heuristics/oneopt/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/objpscostdiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to total iteration number
4.59/4.66	c # [type: real, range: [0,1], default: 0.01]
4.59/4.66	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
4.59/4.66	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.66	c heuristics/objpscostdiving/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/linesearchdiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/linesearchdiving/freq = c -1
4.59/4.66	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/intshifting/freq = c -1
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/intdiving/maxlpiterquot = c 0.075
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/guideddiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/guideddiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/guideddiving/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/fracdiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/fracdiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/fracdiving/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/feaspump/maxlpiterofs = c 2000
4.59/4.66	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 20]
4.59/4.66	c heuristics/feaspump/freq = c -1
4.59/4.66	c # minimum percentage of integer variables that have to be fixed 
4.59/4.66	c # [type: real, range: [0,1], default: 0.666]
4.59/4.66	c heuristics/crossover/minfixingrate = c 0.5
4.59/4.66	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
4.59/4.66	c # [type: real, range: [0,1], default: 0.1]
4.59/4.66	c heuristics/crossover/nodesquot = c 0.15
4.59/4.66	c # number of nodes without incumbent change that heuristic should wait
4.59/4.66	c # [type: longint, range: [0,9223372036854775807], default: 200]
4.59/4.66	c heuristics/crossover/nwaitingnodes = c 100
4.59/4.66	c # number of nodes added to the contingent of the total nodes
4.59/4.66	c # [type: longint, range: [0,9223372036854775807], default: 500]
4.59/4.66	c heuristics/crossover/nodesofs = c 750
4.59/4.66	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 30]
4.59/4.66	c heuristics/crossover/freq = c -1
4.59/4.66	c # additional number of allowed LP iterations
4.59/4.66	c # [type: int, range: [0,2147483647], default: 1000]
4.59/4.66	c heuristics/coefdiving/maxlpiterofs = c 1500
4.59/4.66	c # maximal fraction of diving LP iterations compared to node LP iterations
4.59/4.66	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
4.59/4.66	c heuristics/coefdiving/maxlpiterquot = c 0.075
4.59/4.66	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: 10]
4.59/4.66	c heuristics/coefdiving/freq = c -1
4.59/4.66	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.66	c presolving/probing/maxrounds = c 0
4.59/4.66	c # should presolving try to simplify knapsacks
4.59/4.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.59/4.66	c constraints/knapsack/simplifyinequalities = c TRUE
4.59/4.66	c # should disaggregation of knapsack constraints be allowed in preprocessing?
4.59/4.66	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
4.59/4.66	c constraints/knapsack/disaggregation = c FALSE
4.59/4.66	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
4.59/4.66	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.66	c constraints/knapsack/maxnumcardlift = c 0
4.59/4.66	c # should presolving try to simplify inequalities
4.59/4.69	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.59/4.69	c constraints/linear/simplifyinequalities = c TRUE
4.59/4.69	c # maximal number of separation rounds in the root node (-1: unlimited)
4.59/4.69	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.69	c separating/maxroundsroot = c 5
4.59/4.69	c # maximal number of separation rounds per node (-1: unlimited)
4.59/4.69	c # [type: int, range: [-1,2147483647], default: 5]
4.59/4.69	c separating/maxrounds = c 1
4.59/4.69	c # solving stops, if the given number of solutions were found (-1: no limit)
4.59/4.69	c # [type: int, range: [-1,2147483647], default: -1]
4.59/4.69	c limits/solutions = c 1
4.59/4.69	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.59/4.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.59/4.69	c limits/memory = c 1620
4.59/4.69	c # maximal time in seconds to run
4.59/4.69	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.59/4.69	c limits/time = c 1791
4.59/4.69	c # frequency for displaying node information lines
4.59/4.69	c # [type: int, range: [-1,2147483647], default: 100]
4.59/4.69	c display/freq = c 10000
4.59/4.69	c -----------------------------------------------------------------------------------------------
4.59/4.69	c start solving problem
4.59/4.69	c 
10.68/10.70	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.68/10.70	c   9.0s|     1 |     0 |  1397 | 199M|   0 | 600 |  24k|  74k|  74k|  24k|  74k|   0 |   0 |   0 | 4.045700e+02 |      --      |    Inf 
25.38/25.46	c  23.3s|     1 |     0 |  2110 | 199M|   0 | 611 |  24k|  74k|  74k|  24k|  74k| 134 |   0 |   0 | 4.272574e+02 |      --      |    Inf 
33.68/33.71	c  31.5s|     1 |     0 |  2817 | 199M|   0 | 702 |  24k|  74k|  74k|  24k|  74k| 203 |   0 |   0 | 4.392545e+02 |      --      |    Inf 
45.37/45.45	c  43.2s|     1 |     0 |  3739 | 200M|   0 | 826 |  24k|  74k|  74k|  24k|  74k| 274 |   0 |   0 | 4.508511e+02 |      --      |    Inf 
55.66/55.74	c  53.5s|     1 |     0 |  4559 | 201M|   0 | 824 |  24k|  74k|  74k|  24k|  74k| 384 |   0 |   0 | 4.607457e+02 |      --      |    Inf 
67.37/67.43	c  65.2s|     1 |     0 |  5407 | 202M|   0 | 840 |  24k|  74k|  74k|  24k|  74k| 443 |   0 |   0 | 4.693641e+02 |      --      |    Inf 
175.14/175.26	c   173s|     1 |     2 |  5407 | 202M|   0 | 840 |  24k|  74k|  74k|  24k|  74k| 443 |   0 |  17 | 4.693641e+02 |      --      |    Inf 
1795.13/1795.60	c 
1795.13/1795.60	c SCIP Status        : solving was interrupted [time limit reached]
1795.13/1795.60	c Solving Time (sec) : 1791.34
1795.13/1795.60	c Solving Nodes      : 289
1795.13/1795.60	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1795.13/1795.60	c Dual Bound         : +5.57301510089100e+02
1795.13/1795.60	c Gap                : infinite
1795.13/1795.60	c NODE         289
1795.13/1795.60	c DUAL BOUND   557.302
1795.13/1795.60	c PRIMAL BOUND 1e+20
1795.13/1795.60	c GAP          1e+20
1795.13/1795.60	s UNKNOWN
1795.13/1795.60	c SCIP Status        : solving was interrupted [time limit reached]
1795.13/1795.60	c Solving Time       :    1791.34
1795.13/1795.60	c Original Problem   :
1795.13/1795.60	c   Problem name     : HOME/instance-1868572-1245128480.opb
1795.13/1795.60	c   Variables        : 25800 (25800 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.13/1795.60	c   Constraints      : 76699 initial, 76699 maximal
1795.13/1795.60	c Presolved Problem  :
1795.13/1795.60	c   Problem name     : t_HOME/instance-1868572-1245128480.opb
1795.13/1795.60	c   Variables        : 24820 (24820 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.13/1795.60	c   Constraints      : 74219 initial, 74476 maximal
1795.13/1795.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.13/1795.60	c   trivial          :       0.01         38          0          0          0          0          0          0          0
1795.13/1795.60	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1795.13/1795.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.13/1795.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.13/1795.60	c   implics          :       0.30          0        468          0          0          0          0          0          0
1795.13/1795.60	c   probing          :       0.00          0          0          0          0          0          0          0          0
1795.13/1795.60	c   knapsack         :       0.09          0          0          0          0          0          0          0          0
1795.13/1795.60	c   linear           :       2.05        474          0          0        474          0       2480        190        598
1795.13/1795.60	c   logicor          :       0.24          0          0          0          0          0          0          0          0
1795.13/1795.60	c   root node        :          -          0          -          -          0          -          -          -          -
1795.13/1795.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.13/1795.60	c   integral         :          0          0          0        238          0          2         14          0          0        462
1795.13/1795.60	c   knapsack         :        380          5       6292          0          0         15       1188        786          0          0
1795.13/1795.60	c   logicor          :      73839+         5       5983          0          0         30     132000          0          0          0
1795.13/1795.60	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1795.13/1795.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.13/1795.60	c   integral         :    1265.16       0.00       0.00    1265.16       0.00
1795.13/1795.60	c   knapsack         :       0.45       0.00       0.45       0.00       0.00
1795.13/1795.60	c   logicor          :       1.47       0.05       1.42       0.00       0.00
1795.13/1795.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.13/1795.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.13/1795.60	c   rootredcost      :       0.01          0          0          0
1795.13/1795.60	c   pseudoobj        :      27.16       6303          0          0
1795.13/1795.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.13/1795.60	c   propagation      :       0.07         45         44        198       53.4         14       27.3          -
1795.13/1795.60	c   infeasible LP    :       0.56         30         30        111       35.7         18       36.3          0
1795.13/1795.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.13/1795.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.13/1795.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.13/1795.60	c   applied globally :          -          -          -        274       33.8          -          -          -
1795.13/1795.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.13/1795.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.13/1795.60	c   cut pool         :       0.00          4          -          -        861          -    (maximal pool size: 2117)
1795.13/1795.60	c   redcost          :       0.97        238          0          0          0          0
1795.13/1795.60	c   impliedbounds    :       0.05          5          0          0          0          0
1795.13/1795.60	c   intobj           :       0.00          0          0          0          0          0
1795.13/1795.60	c   gomory           :       8.38          5          0          0       2500          0
1795.13/1795.60	c   strongcg         :       6.70          5          0          0       2500          0
1795.13/1795.60	c   cmir             :       0.00          0          0          0          0          0
1795.13/1795.60	c   flowcover        :       0.00          0          0          0          0          0
1795.13/1795.60	c   clique           :       3.29          5          0          0         32          0
1795.13/1795.60	c   zerohalf         :       0.00          0          0          0          0          0
1795.13/1795.60	c   mcf              :       4.32          1          0          0          0          0
1795.13/1795.60	c Pricers            :       Time      Calls       Vars
1795.13/1795.60	c   problem variables:       0.00          0          0
1795.13/1795.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.13/1795.60	c   relpscost        :    1265.16        238          2         14          0          0        462
1795.13/1795.60	c   pscost           :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   inference        :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   mostinf          :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   leastinf         :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.13/1795.60	c   random           :       0.00          0          0          0          0          0          0
1795.13/1795.60	c Primal Heuristics  :       Time      Calls      Found
1795.13/1795.60	c   LP solutions     :       0.00          -          0
1795.13/1795.60	c   pseudo solutions :       0.00          -          0
1795.13/1795.60	c   simplerounding   :       0.00          0          0
1795.13/1795.60	c   rounding         :       0.00          0          0
1795.13/1795.60	c   shifting         :       0.00          0          0
1795.13/1795.60	c   intshifting      :       0.00          0          0
1795.13/1795.60	c   oneopt           :       0.00          0          0
1795.13/1795.60	c   fixandinfer      :       0.00          0          0
1795.13/1795.60	c   feaspump         :       0.00          0          0
1795.13/1795.60	c   coefdiving       :       0.00          0          0
1795.13/1795.60	c   pscostdiving     :       0.00          0          0
1795.13/1795.60	c   fracdiving       :       0.00          0          0
1795.13/1795.60	c   veclendiving     :       0.00          0          0
1795.13/1795.60	c   intdiving        :       0.00          0          0
1795.13/1795.60	c   actconsdiving    :       0.00          0          0
1795.13/1795.60	c   objpscostdiving  :       0.00          0          0
1795.13/1795.60	c   rootsoldiving    :       0.00          0          0
1795.13/1795.60	c   linesearchdiving :       0.00          0          0
1795.13/1795.60	c   guideddiving     :       0.00          0          0
1795.13/1795.60	c   octane           :       0.00          0          0
1795.13/1795.60	c   rens             :       0.00          0          0
1795.13/1795.60	c   rins             :       0.00          0          0
1795.13/1795.60	c   localbranching   :       0.00          0          0
1795.13/1795.60	c   mutation         :       0.00          0          0
1795.13/1795.60	c   crossover        :       0.00          0          0
1795.13/1795.60	c   dins             :       0.00          0          0
1795.13/1795.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.13/1795.60	c   primal LP        :       0.06          0          0       0.00       0.00
1795.13/1795.60	c   dual LP          :     458.91        273      57554     210.82     125.41
1795.13/1795.60	c   barrier LP       :       0.00          0          0       0.00          -
1795.13/1795.60	c   diving/probing LP:       0.00          0          0       0.00          -
1795.13/1795.60	c   strong branching :    1265.01        221     146698     663.79     115.97
1795.13/1795.60	c     (at root node) :          -         17      13545     796.76          -
1795.13/1795.60	c   conflict analysis:       0.00          0          0       0.00          -
1795.13/1795.60	c B&B Tree           :
1795.13/1795.60	c   number of runs   :          1
1795.13/1795.60	c   nodes            :        289
1795.13/1795.60	c   nodes (total)    :        289
1795.13/1795.60	c   nodes left       :         27
1795.13/1795.60	c   max depth        :         56
1795.13/1795.60	c   max depth (total):         56
1795.13/1795.60	c   backtracks       :         52 (18.0%)
1795.13/1795.60	c   delayed cutoffs  :        147
1795.13/1795.60	c   repropagations   :        487 (23395 domain reductions, 19 cutoffs)
1795.13/1795.60	c   avg switch length:       5.44
1795.13/1795.60	c   switching time   :       1.47
1795.13/1795.60	c Solution           :
1795.13/1795.60	c   Solutions found  :          0 (0 improvements)
1795.13/1795.60	c   Primal Bound     :          -
1795.13/1795.60	c   Dual Bound       : +5.57301510089100e+02
1795.13/1795.60	c   Gap              :   infinite
1795.13/1795.60	c   Root Dual Bound  : +4.69364096513112e+02
1795.64/1796.16	c Time complete: 1795.7.

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-1868572-1245128480/watcher-1868572-1245128480 -o /tmp/evaluation-result-1868572-1245128480/solver-1868572-1245128480 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868572-1245128480.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.01 1.00 1.00 2/64 1445
/proc/meminfo: memFree=1954432/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=8408 CPUtime=0
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 1438 0 0 0 0 0 0 0 18 0 1 0 180448244 8609792 1420 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 2102 1420 351 886 0 1212 0

[startup+0.036043 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 1445
/proc/meminfo: memFree=1954432/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=9960 CPUtime=0.02
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 1805 0 0 0 2 0 0 0 18 0 1 0 180448244 10199040 1787 1992294400 4194304 7823515 548682068736 18446744073709551615 5542907 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 2490 1787 351 886 0 1600 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9960

[startup+0.102048 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 1445
/proc/meminfo: memFree=1954432/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=14568 CPUtime=0.09
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 2946 0 0 0 8 1 0 0 18 0 1 0 180448244 14917632 2928 1992294400 4194304 7823515 548682068736 18446744073709551615 4363801 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 3642 2928 351 886 0 2752 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14568

[startup+0.301067 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 1445
/proc/meminfo: memFree=1954432/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=21420 CPUtime=0.28
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 4658 0 0 0 27 1 0 0 19 0 1 0 180448244 21934080 4640 1992294400 4194304 7823515 548682068736 18446744073709551615 6804379 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 5355 4640 351 886 0 4465 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21420

[startup+0.702106 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 1445
/proc/meminfo: memFree=1954432/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=38056 CPUtime=0.69
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 8804 0 0 0 66 3 0 0 22 0 1 0 180448244 38969344 8786 1992294400 4194304 7823515 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 9514 8786 351 886 0 8624 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38056

[startup+1.50118 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1909392/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=122716 CPUtime=1.49
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 30097 0 0 0 137 12 0 0 25 0 1 0 180448244 125661184 29725 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 30679 29725 427 886 0 29789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122716

[startup+3.10134 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1809552/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=206396 CPUtime=3.09
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 50138 0 0 0 283 26 0 0 25 0 1 0 180448244 211349504 49766 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 51599 49766 427 886 0 50709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206396

[startup+6.30164 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1641296/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=339240 CPUtime=6.29
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 82258 0 0 0 571 58 0 0 25 0 1 0 180448244 347381760 78905 1992294400 4194304 7823515 548682068736 18446744073709551615 6109354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 84810 78905 518 886 0 83920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 339240

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1631072/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=348412 CPUtime=12.68
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 85138 0 0 0 1209 59 0 0 25 0 1 0 180448244 356773888 81386 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 87103 81386 539 886 0 86213 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 348412

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1614624/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=364568 CPUtime=25.48
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 90077 0 0 0 2437 111 0 0 25 0 1 0 180448244 373317632 85909 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 91142 85909 551 886 0 90252 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 364568

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1604960/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=369324 CPUtime=51.07
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 92136 0 0 0 4991 116 0 0 25 0 1 0 180448244 378187776 87965 1992294400 4194304 7823515 548682068736 18446744073709551615 6109354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 92331 87965 551 886 0 91441 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 369324

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1601760/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=372248 CPUtime=102.26
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 92941 0 0 0 10105 121 0 0 25 0 1 0 180448244 381181952 88770 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93062 88770 554 886 0 92172 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 372248

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1601568/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=372248 CPUtime=162.24
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 92978 0 0 0 16097 127 0 0 25 0 1 0 180448244 381181952 88807 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93062 88807 556 886 0 92172 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 372248

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1600672/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=222.23
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93198 0 0 0 22091 132 0 0 25 0 1 0 180448244 383549440 89027 1992294400 4194304 7823515 548682068736 18446744073709551615 5925255 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89027 557 886 0 92750 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 374560

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1600032/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=282.21
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93341 0 0 0 28083 138 0 0 25 0 1 0 180448244 383549440 89170 1992294400 4194304 7823515 548682068736 18446744073709551615 6212595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89170 557 886 0 92750 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 374560

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1600032/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=342.2
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93344 0 0 0 34078 142 0 0 25 0 1 0 180448244 383549440 89173 1992294400 4194304 7823515 548682068736 18446744073709551615 6131172 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89173 557 886 0 92750 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 374560

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1598624/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=402.18
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93697 0 0 0 40071 147 0 0 25 0 1 0 180448244 383549440 89526 1992294400 4194304 7823515 548682068736 18446744073709551615 6212035 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89526 557 886 0 92750 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 374560

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1598560/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=462.17
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93699 0 0 0 46064 153 0 0 25 0 1 0 180448244 383549440 89528 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89528 557 886 0 92750 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 374560

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1598368/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=522.15
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93737 0 0 0 52057 158 0 0 25 0 1 0 180448244 383549440 89566 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89566 557 886 0 92750 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 374560

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1598368/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=582.14
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93737 0 0 0 58051 163 0 0 25 0 1 0 180448244 383549440 89566 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89566 557 886 0 92750 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 374560

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1598304/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=374560 CPUtime=642.13
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 93737 0 0 0 64045 168 0 0 25 0 1 0 180448244 383549440 89566 1992294400 4194304 7823515 548682068736 18446744073709551615 6212558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 93640 89566 557 886 0 92750 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 374560

[startup+702.302 s]

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

/proc/meminfo: memFree=1594656/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1062.01
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 94597 0 0 0 105998 203 0 0 25 0 1 0 180448244 387567616 90426 1992294400 4194304 7823515 548682068736 18446744073709551615 6109403 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90426 557 886 0 93731 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 378484

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 1446
/proc/meminfo: memFree=1594656/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1122.01
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 94598 0 0 0 111993 208 0 0 25 0 1 0 180448244 387567616 90427 1992294400 4194304 7823515 548682068736 18446744073709551615 6211054 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90427 557 886 0 93731 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 378484

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 1446
/proc/meminfo: memFree=1594016/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1181.99
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 94758 0 0 0 117986 213 0 0 25 0 1 0 180448244 387567616 90587 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90587 557 886 0 93731 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 378484

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1593824/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1241.97
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 94783 0 0 0 123978 219 0 0 25 0 1 0 180448244 387567616 90610 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90610 557 886 0 93731 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 378484

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1593504/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1301.96
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 94865 0 0 0 129974 222 0 0 25 0 1 0 180448244 387567616 90692 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90692 561 886 0 93731 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 378484

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1592736/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=378484 CPUtime=1361.95
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 95080 0 0 0 135967 228 0 0 25 0 1 0 180448244 387567616 90907 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 94621 90907 561 886 0 93731 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 378484

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1590112/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=381512 CPUtime=1421.93
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 95725 0 0 0 141961 232 0 0 25 0 1 0 180448244 390668288 91552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 95378 91552 561 886 0 94488 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 381512

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1587232/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=384360 CPUtime=1481.91
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 96448 0 0 0 147953 238 0 0 25 0 1 0 180448244 393584640 92275 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 96090 92275 561 886 0 95200 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 384360

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1587616/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=385880 CPUtime=1541.9
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 100088 0 0 0 153944 246 0 0 25 0 1 0 180448244 395141120 92157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 96470 92157 561 886 0 95580 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 385880

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1586528/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=387908 CPUtime=1601.88
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 103650 0 0 0 159935 253 0 0 25 0 1 0 180448244 397217792 92413 1992294400 4194304 7823515 548682068736 18446744073709551615 6212687 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 96977 92413 563 886 0 96087 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 387908

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1580640/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393032 CPUtime=1661.87
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105112 0 0 0 165927 260 0 0 25 0 1 0 180448244 402464768 93875 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98258 93875 563 886 0 97368 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 393032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1578016/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1721.85
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105751 0 0 0 171919 266 0 0 25 0 1 0 180448244 402976768 94514 1992294400 4194304 7823515 548682068736 18446744073709551615 5433166 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94514 563 886 0 97493 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 393532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577312/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1781.84
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105919 0 0 0 177912 272 0 0 25 0 1 0 180448244 402976768 94682 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94682 563 886 0 97493 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 393532

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 1446
/proc/meminfo: memFree=1577312/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1785.04
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105920 0 0 0 178232 272 0 0 25 0 1 0 180448244 402976768 94683 1992294400 4194304 7823515 548682068736 18446744073709551615 6234864 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94683 563 886 0 97493 0
Current children cumulated CPU time (s) 1785.04
Current children cumulated vsize (KiB) 393532

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577312/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1791.44
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105924 0 0 0 178872 272 0 0 25 0 1 0 180448244 402976768 94687 1992294400 4194304 7823515 548682068736 18446744073709551615 6212637 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94687 563 886 0 97493 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 393532

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577248/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1793.04
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105940 0 0 0 179031 273 0 0 25 0 1 0 180448244 402976768 94703 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94703 563 886 0 97493 0
Current children cumulated CPU time (s) 1793.04
Current children cumulated vsize (KiB) 393532

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577248/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1794.64
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105940 0 0 0 179191 273 0 0 25 0 1 0 180448244 402976768 94703 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94703 563 886 0 97493 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 393532

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577248/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=393532 CPUtime=1795.43
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105947 0 0 0 179270 273 0 0 25 0 1 0 180448244 402976768 94710 1992294400 4194304 7823515 548682068736 18446744073709551615 4218740 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 98383 94710 568 886 0 97493 0
Current children cumulated CPU time (s) 1795.43
Current children cumulated vsize (KiB) 393532

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1446
/proc/meminfo: memFree=1577248/2055920 swapFree=4181652/4192956
[pid=1445] ppid=1443 vsize=346380 CPUtime=1795.64
/proc/1445/stat : 1445 (pbscip.linux.x8) R 1443 1445 1289 0 -1 4194304 105947 0 0 0 179290 274 0 0 25 0 1 0 180448244 354693120 83753 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/1445/statm: 86595 83753 568 886 0 85705 0
Current children cumulated CPU time (s) 1795.64
Current children cumulated vsize (KiB) 346380

Child status: 0
Real time (s): 1796.16
CPU time (s): 1795.71
CPU user time (s): 1792.91
CPU system time (s): 2.79557
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 393532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.91
system time used= 2.79557
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105951
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= 6
involuntary context switches= 2255

runsolver used 2.09368 second user time and 4.06538 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-16 07:01:21
IDJOB=1868572
IDBENCH=1453
IDSOLVER=683
FILE ID=node18/1868572-1245128480
PBS_JOBID= 9363698
Free space on /tmp= 66172 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.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-1868572-1245128480/watcher-1868572-1245128480 -o /tmp/evaluation-result-1868572-1245128480/solver-1868572-1245128480 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868572-1245128480.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=509655128

node18.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.236
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.236
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:       1955704 kB
Buffers:          4368 kB
Cached:          51240 kB
SwapCached:       5524 kB
Active:          29484 kB
Inactive:        33868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1955704 kB
SwapTotal:     4192956 kB
SwapFree:      4181652 kB
Dirty:           12336 kB
Writeback:           0 kB
Mapped:          12792 kB
Slab:            22884 kB
Committed_AS:   137296 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node18 at 2009-06-16 07:31:17