Trace number 1868652

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.93 1795.4

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUM631c705feb60dcd8a1b144825a73a754
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 benchmark11.5922
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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.79	c SCIP version 1.1.0.7
0.69/0.79	c LP-Solver SoPlex 1.4.1
0.69/0.79	c user parameter file <scip.set> not found - using default parameters
0.69/0.79	c read problem <HOME/instance-1868652-1245130893.opb>
0.69/0.79	c original problem has 18069 variables (18069 bin, 0 int, 0 impl, 0 cont) and 52475 constraints
0.99/1.03	c No objective function, only one solution is needed.
0.99/1.03	c start presolving problem
0.99/1.03	c presolving:
2.09/2.15	c (round 1) 1244 del vars, 975 del conss, 347 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1024988 impls, 0 clqs
2.19/2.24	c (round 2) 1290 del vars, 3093 del conss, 373 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025120 impls, 0 clqs
2.19/2.29	c (round 3) 1313 del vars, 3138 del conss, 382 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025384 impls, 0 clqs
2.29/2.34	c (round 4) 1314 del vars, 3172 del conss, 382 chg bounds, 460 chg sides, 1030 chg coeffs, 0 upgd conss, 1025486 impls, 0 clqs
2.68/2.74	c (round 5) 1314 del vars, 3191 del conss, 382 chg bounds, 460 chg sides, 1030 chg coeffs, 49284 upgd conss, 1025486 impls, 0 clqs
2.98/3.07	c presolving (6 rounds):
2.98/3.07	c  1314 deleted vars, 3191 deleted constraints, 382 tightened bounds, 0 added holes, 460 changed sides, 1030 changed coefficients
2.98/3.07	c  1025486 implications, 0 cliques
2.98/3.07	c presolved problem has 16755 variables (16755 bin, 0 int, 0 impl, 0 cont) and 49284 constraints
2.98/3.07	c     920 constraints of type <knapsack>
2.98/3.07	c   48364 constraints of type <logicor>
2.98/3.07	c transformed objective value is always integral (scale: 1)
2.98/3.07	c Presolving Time: 1.84
2.98/3.07	c SATUNSAT-LIN
2.98/3.07	c -----------------------------------------------------------------------------------------------
2.98/3.07	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 0]
2.98/3.07	c separating/flowcover/freq = c -1
2.98/3.07	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 0]
2.98/3.07	c separating/cmir/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/veclendiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/veclendiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/veclendiving/freq = c -1
2.98/3.07	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 1]
2.98/3.07	c heuristics/simplerounding/freq = c -1
2.98/3.07	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/shifting/freq = c -1
2.98/3.07	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 1]
2.98/3.07	c heuristics/rounding/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/rootsoldiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
2.98/3.07	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
2.98/3.07	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 20]
2.98/3.07	c heuristics/rootsoldiving/freq = c -1
2.98/3.07	c # number of nodes added to the contingent of the total nodes
2.98/3.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.98/3.07	c heuristics/rens/nodesofs = c 2000
2.98/3.07	c # minimum percentage of integer variables that have to be fixable 
2.98/3.07	c # [type: real, range: [0,1], default: 0.5]
2.98/3.07	c heuristics/rens/minfixingrate = c 0.3
2.98/3.07	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 0]
2.98/3.07	c heuristics/rens/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/pscostdiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/pscostdiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/pscostdiving/freq = c -1
2.98/3.07	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 1]
2.98/3.07	c heuristics/oneopt/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/objpscostdiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to total iteration number
2.98/3.07	c # [type: real, range: [0,1], default: 0.01]
2.98/3.07	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
2.98/3.07	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 20]
2.98/3.07	c heuristics/objpscostdiving/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/linesearchdiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/linesearchdiving/freq = c -1
2.98/3.07	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/intshifting/freq = c -1
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/intdiving/maxlpiterquot = c 0.075
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/guideddiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/guideddiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/guideddiving/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/fracdiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/fracdiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/fracdiving/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/feaspump/maxlpiterofs = c 2000
2.98/3.07	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 20]
2.98/3.07	c heuristics/feaspump/freq = c -1
2.98/3.07	c # minimum percentage of integer variables that have to be fixed 
2.98/3.07	c # [type: real, range: [0,1], default: 0.666]
2.98/3.07	c heuristics/crossover/minfixingrate = c 0.5
2.98/3.07	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
2.98/3.07	c # [type: real, range: [0,1], default: 0.1]
2.98/3.07	c heuristics/crossover/nodesquot = c 0.15
2.98/3.07	c # number of nodes without incumbent change that heuristic should wait
2.98/3.07	c # [type: longint, range: [0,9223372036854775807], default: 200]
2.98/3.07	c heuristics/crossover/nwaitingnodes = c 100
2.98/3.07	c # number of nodes added to the contingent of the total nodes
2.98/3.07	c # [type: longint, range: [0,9223372036854775807], default: 500]
2.98/3.07	c heuristics/crossover/nodesofs = c 750
2.98/3.07	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 30]
2.98/3.07	c heuristics/crossover/freq = c -1
2.98/3.07	c # additional number of allowed LP iterations
2.98/3.07	c # [type: int, range: [0,2147483647], default: 1000]
2.98/3.07	c heuristics/coefdiving/maxlpiterofs = c 1500
2.98/3.07	c # maximal fraction of diving LP iterations compared to node LP iterations
2.98/3.07	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
2.98/3.07	c heuristics/coefdiving/maxlpiterquot = c 0.075
2.98/3.07	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: 10]
2.98/3.07	c heuristics/coefdiving/freq = c -1
2.98/3.07	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: -1]
2.98/3.07	c presolving/probing/maxrounds = c 0
2.98/3.07	c # should presolving try to simplify knapsacks
2.98/3.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.07	c constraints/knapsack/simplifyinequalities = c TRUE
2.98/3.07	c # should disaggregation of knapsack constraints be allowed in preprocessing?
2.98/3.07	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
2.98/3.07	c constraints/knapsack/disaggregation = c FALSE
2.98/3.07	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
2.98/3.07	c # [type: int, range: [-1,2147483647], default: -1]
2.98/3.07	c constraints/knapsack/maxnumcardlift = c 0
2.98/3.07	c # should presolving try to simplify inequalities
2.98/3.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.98/3.09	c constraints/linear/simplifyinequalities = c TRUE
2.98/3.09	c # maximal number of separation rounds in the root node (-1: unlimited)
2.98/3.09	c # [type: int, range: [-1,2147483647], default: -1]
2.98/3.09	c separating/maxroundsroot = c 5
2.98/3.09	c # maximal number of separation rounds per node (-1: unlimited)
2.98/3.09	c # [type: int, range: [-1,2147483647], default: 5]
2.98/3.09	c separating/maxrounds = c 1
2.98/3.09	c # solving stops, if the given number of solutions were found (-1: no limit)
2.98/3.09	c # [type: int, range: [-1,2147483647], default: -1]
2.98/3.09	c limits/solutions = c 1
2.98/3.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.98/3.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.98/3.09	c limits/memory = c 1620
2.98/3.09	c # maximal time in seconds to run
2.98/3.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.98/3.09	c limits/time = c 1791
2.98/3.09	c # frequency for displaying node information lines
2.98/3.09	c # [type: int, range: [-1,2147483647], default: 100]
2.98/3.09	c display/freq = c 10000
2.98/3.09	c -----------------------------------------------------------------------------------------------
2.98/3.09	c start solving problem
2.98/3.09	c 
14.39/14.43	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.43	c  13.3s|     1 |     0 |  3424 | 123M|   0 |1732 |  16k|  49k|  49k|  16k|  49k|   0 |   0 |   0 | 1.045772e+03 |      --      |    Inf 
25.19/25.29	c  23.9s|     1 |     0 |  4326 | 123M|   0 |1761 |  16k|  49k|  49k|  16k|  49k|  92 |   0 |   0 | 1.107282e+03 |      --      |    Inf 
34.58/34.60	c  33.2s|     1 |     0 |  5504 | 124M|   0 |1751 |  16k|  49k|  49k|  16k|  49k| 190 |   0 |   0 | 1.119269e+03 |      --      |    Inf 
59.18/59.21	c  57.7s|     1 |     0 |  6676 | 125M|   0 |1720 |  16k|  49k|  49k|  16k|  49k| 398 |   0 |   0 | 1.231482e+03 |      --      |    Inf 
68.57/68.66	c  67.1s|     1 |     0 |  7991 | 125M|   0 |1860 |  16k|  49k|  49k|  16k|  49k| 513 |   0 |   0 | 1.240143e+03 |      --      |    Inf 
80.97/81.02	c  79.5s|     1 |     0 |  9927 | 126M|   0 |1833 |  16k|  49k|  49k|  16k|  49k| 638 |   0 |   0 | 1.255046e+03 |      --      |    Inf 
207.43/207.52	c   206s|     1 |     2 |  9927 | 126M|   0 |1833 |  16k|  49k|  49k|  16k|  49k| 638 |   0 |  31 | 1.255046e+03 |      --      |    Inf 
1794.52/1795.03	c 
1794.52/1795.03	c SCIP Status        : solving was interrupted [time limit reached]
1794.52/1795.03	c Solving Time (sec) : 1791.05
1794.52/1795.03	c Solving Nodes      : 147
1794.52/1795.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.52/1795.03	c Dual Bound         : +1.27824545084839e+03
1794.52/1795.03	c Gap                : infinite
1794.52/1795.03	c NODE         147
1794.52/1795.03	c DUAL BOUND   1278.25
1794.52/1795.03	c PRIMAL BOUND 1e+20
1794.52/1795.03	c GAP          1e+20
1794.52/1795.03	s UNKNOWN
1794.52/1795.03	c SCIP Status        : solving was interrupted [time limit reached]
1794.52/1795.03	c Solving Time       :    1791.05
1794.52/1795.03	c Original Problem   :
1794.52/1795.03	c   Problem name     : HOME/instance-1868652-1245130893.opb
1794.52/1795.03	c   Variables        : 18069 (18069 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.52/1795.03	c   Constraints      : 52475 initial, 52475 maximal
1794.52/1795.03	c Presolved Problem  :
1794.52/1795.03	c   Problem name     : t_HOME/instance-1868652-1245130893.opb
1794.52/1795.03	c   Variables        : 16755 (16755 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.52/1795.03	c   Constraints      : 49284 initial, 49367 maximal
1794.52/1795.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.52/1795.03	c   trivial          :       0.01         18          0          0          0          0          0          0          0
1794.52/1795.03	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1794.52/1795.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.03	c   implics          :       0.26          0        911          0          0          0          0          0          0
1794.52/1795.03	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.03	c   knapsack         :       0.19          0          0          0          0          0          0          0          0
1794.52/1795.03	c   linear           :       1.13        382          3          0        382          0       3191        460       1030
1794.52/1795.03	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1794.52/1795.03	c   root node        :          -          0          -          -          0          -          -          -          -
1794.52/1795.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.52/1795.03	c   integral         :          0          0          0        129          0          0          2          0          0        256
1794.52/1795.03	c   knapsack         :        920          5       2809          0          1          0         69       1000          0          0
1794.52/1795.03	c   logicor          :      48364+         5       2763          0          1         18     119585          0          0          0
1794.52/1795.03	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.52/1795.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.52/1795.03	c   integral         :    1121.63       0.00       0.00    1121.63       0.00
1794.52/1795.03	c   knapsack         :       0.43       0.00       0.43       0.00       0.00
1794.52/1795.03	c   logicor          :       1.14       0.05       1.06       0.00       0.03
1794.52/1795.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.52/1795.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.52/1795.03	c   rootredcost      :       0.01          0          0          0
1794.52/1795.03	c   pseudoobj        :       8.20       2820          0          0
1794.52/1795.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.52/1795.03	c   propagation      :       0.01         18         18         93       27.8          7       10.7          -
1794.52/1795.03	c   infeasible LP    :       0.05          5          4         12        7.9          0        0.0          0
1794.52/1795.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.52/1795.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.52/1795.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.52/1795.03	c   applied globally :          -          -          -         84       21.2          -          -          -
1794.52/1795.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.52/1795.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.52/1795.03	c   cut pool         :       0.00          4          -          -        609          -    (maximal pool size: 2598)
1794.52/1795.03	c   redcost          :       0.40        132          0          0          0          0
1794.52/1795.03	c   impliedbounds    :       0.04          5          0          0          0          0
1794.52/1795.03	c   intobj           :       0.00          0          0          0          0          0
1794.52/1795.03	c   gomory           :      22.35          5          0          0       2500          0
1794.52/1795.03	c   strongcg         :       6.45          5          0          0       2500          0
1794.52/1795.03	c   cmir             :       0.00          0          0          0          0          0
1794.52/1795.03	c   flowcover        :       0.00          0          0          0          0          0
1794.52/1795.03	c   clique           :       1.82          5          0          0         34          0
1794.52/1795.03	c   zerohalf         :       0.00          0          0          0          0          0
1794.52/1795.03	c   mcf              :       0.87          1          0          0          0          0
1794.52/1795.03	c Pricers            :       Time      Calls       Vars
1794.52/1795.03	c   problem variables:       0.00          0          0
1794.52/1795.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.52/1795.03	c   relpscost        :    1121.63        129          0          2          0          0        256
1794.52/1795.03	c   pscost           :       0.00          0          0          0          0          0          0
1794.52/1795.03	c   inference        :       0.01          1          0          0          0          0          2
1794.52/1795.03	c   mostinf          :       0.00          0          0          0          0          0          0
1794.52/1795.03	c   leastinf         :       0.00          0          0          0          0          0          0
1794.52/1795.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.52/1795.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.52/1795.03	c   random           :       0.00          0          0          0          0          0          0
1794.52/1795.03	c Primal Heuristics  :       Time      Calls      Found
1794.52/1795.03	c   LP solutions     :       0.00          -          0
1794.52/1795.03	c   pseudo solutions :       0.00          -          0
1794.52/1795.03	c   simplerounding   :       0.00          0          0
1794.52/1795.03	c   rounding         :       0.00          0          0
1794.52/1795.03	c   shifting         :       0.00          0          0
1794.52/1795.03	c   intshifting      :       0.00          0          0
1794.52/1795.03	c   oneopt           :       0.00          0          0
1794.52/1795.03	c   fixandinfer      :       0.00          0          0
1794.52/1795.03	c   feaspump         :       0.00          0          0
1794.52/1795.03	c   coefdiving       :       0.00          0          0
1794.52/1795.03	c   pscostdiving     :       0.00          0          0
1794.52/1795.03	c   fracdiving       :       0.00          0          0
1794.52/1795.03	c   veclendiving     :       0.00          0          0
1794.52/1795.03	c   intdiving        :       0.00          0          0
1794.52/1795.03	c   actconsdiving    :       0.00          0          0
1794.52/1795.03	c   objpscostdiving  :       0.00          0          0
1794.52/1795.03	c   rootsoldiving    :       0.00          0          0
1794.52/1795.03	c   linesearchdiving :       0.00          0          0
1794.52/1795.03	c   guideddiving     :       0.00          0          0
1794.52/1795.03	c   octane           :       0.00          0          0
1794.52/1795.03	c   rens             :       0.00          0          0
1794.52/1795.03	c   rins             :       0.00          0          0
1794.52/1795.03	c   localbranching   :       0.00          0          0
1794.52/1795.03	c   mutation         :       0.00          0          0
1794.52/1795.03	c   crossover        :       0.00          0          0
1794.52/1795.03	c   dins             :       0.00          0          0
1794.52/1795.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.52/1795.03	c   primal LP        :       0.03          0          0       0.00       0.00
1794.52/1795.03	c   dual LP          :     620.73        140     106239     758.85     171.15
1794.52/1795.03	c   barrier LP       :       0.00          0          0       0.00          -
1794.52/1795.03	c   diving/probing LP:       0.00          0          0       0.00          -
1794.52/1795.03	c   strong branching :    1121.50        218     183583     842.12     163.69
1794.52/1795.03	c     (at root node) :          -         31      22182     715.55          -
1794.52/1795.03	c   conflict analysis:       0.00          0          0       0.00          -
1794.52/1795.03	c B&B Tree           :
1794.52/1795.03	c   number of runs   :          1
1794.52/1795.03	c   nodes            :        147
1794.52/1795.03	c   nodes (total)    :        147
1794.52/1795.03	c   nodes left       :         88
1794.52/1795.03	c   max depth        :         35
1794.52/1795.03	c   max depth (total):         35
1794.52/1795.03	c   backtracks       :         18 (12.2%)
1794.52/1795.03	c   delayed cutoffs  :         24
1794.52/1795.03	c   repropagations   :         59 (7934 domain reductions, 5 cutoffs)
1794.52/1795.03	c   avg switch length:       3.09
1794.52/1795.03	c   switching time   :       0.90
1794.52/1795.03	c Solution           :
1794.52/1795.03	c   Solutions found  :          0 (0 improvements)
1794.52/1795.03	c   Primal Bound     :          -
1794.52/1795.03	c   Dual Bound       : +1.27824545084839e+03
1794.52/1795.03	c   Gap              :   infinite
1794.52/1795.03	c   Root Dual Bound  : +1.25504590427542e+03
1794.91/1795.40	c Time complete: 1794.91.

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-1868652-1245130893/watcher-1868652-1245130893 -o /tmp/evaluation-result-1868652-1245130893/solver-1868652-1245130893 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868652-1245130893.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.96 0.98 3/64 3332
/proc/meminfo: memFree=1799080/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=4328 CPUtime=0
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 487 0 0 0 0 0 0 0 18 0 1 0 180689339 4431872 471 1992294400 4194304 7823515 548682068736 18446744073709551615 6962474 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 1162 482 315 886 0 272 0

[startup+0.087986 s]
/proc/loadavg: 0.93 0.96 0.98 3/64 3332
/proc/meminfo: memFree=1799080/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=13688 CPUtime=0.08
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 2738 0 0 0 7 1 0 0 18 0 1 0 180689339 14016512 2720 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 3422 2720 351 886 0 2532 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13688

[startup+0.101987 s]
/proc/loadavg: 0.93 0.96 0.98 3/64 3332
/proc/meminfo: memFree=1799080/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=14564 CPUtime=0.09
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 2945 0 0 0 8 1 0 0 18 0 1 0 180689339 14913536 2927 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 3641 2927 351 886 0 2751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14564

[startup+0.302007 s]
/proc/loadavg: 0.93 0.96 0.98 3/64 3332
/proc/meminfo: memFree=1799080/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=22440 CPUtime=0.29
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 4913 0 0 0 27 2 0 0 19 0 1 0 180689339 22978560 4895 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 5610 4895 351 886 0 4720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22440

[startup+0.701051 s]
/proc/loadavg: 0.93 0.96 0.98 3/64 3332
/proc/meminfo: memFree=1799080/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=38052 CPUtime=0.69
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 8802 0 0 0 66 3 0 0 22 0 1 0 180689339 38965248 8784 1992294400 4194304 7823515 548682068736 18446744073709551615 6911040 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 9513 8784 351 886 0 8623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38052

[startup+1.50114 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1717344/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=110616 CPUtime=1.49
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 26916 0 0 0 136 13 0 0 25 0 1 0 180689339 113270784 26544 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 27654 26544 432 886 0 26764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110616

[startup+3.10131 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1673568/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=163696 CPUtime=3.09
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 41869 0 0 0 275 34 0 0 16 0 1 0 180689339 167624704 39852 1992294400 4194304 7823515 548682068736 18446744073709551615 4207222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 40924 39852 472 886 0 40034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163696

[startup+6.30166 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1594912/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=222384 CPUtime=6.29
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 54144 0 0 0 590 39 0 0 25 0 1 0 180689339 227721216 51821 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 55596 51821 522 886 0 54706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 222384

[startup+12.7013 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1589984/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=224264 CPUtime=12.69
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 55278 0 0 0 1228 41 0 0 25 0 1 0 180689339 229646336 52827 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 56066 52827 522 886 0 55176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224264

[startup+25.5017 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1579872/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=233392 CPUtime=25.49
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 57851 0 0 0 2483 66 0 0 25 0 1 0 180689339 238993408 55270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 58348 55270 552 886 0 57458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233392

[startup+51.1015 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3333
/proc/meminfo: memFree=1575072/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=237512 CPUtime=51.07
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 59020 0 0 0 5035 72 0 0 25 0 1 0 180689339 243212288 56439 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 59378 56439 552 886 0 58488 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 237512

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1562976/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=245396 CPUtime=102.27
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 62725 0 0 0 10145 82 0 0 25 0 1 0 180689339 251285504 59451 1992294400 4194304 7823515 548682068736 18446744073709551615 6237127 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 61349 59451 556 886 0 60459 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 245396

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1562976/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=245396 CPUtime=162.25
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 62728 0 0 0 16138 87 0 0 25 0 1 0 180689339 251285504 59454 1992294400 4194304 7823515 548682068736 18446744073709551615 6174048 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 61349 59454 556 886 0 60459 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 245396

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1560352/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248608 CPUtime=222.23
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63449 0 0 0 22129 94 0 0 25 0 1 0 180689339 254574592 60175 1992294400 4194304 7823515 548682068736 18446744073709551615 6110789 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62152 60175 558 886 0 61262 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 248608

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1559904/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248608 CPUtime=282.22
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63474 0 0 0 28121 101 0 0 25 0 1 0 180689339 254574592 60200 1992294400 4194304 7823515 548682068736 18446744073709551615 6212035 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62152 60200 558 886 0 61262 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 248608

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1559904/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248608 CPUtime=342.21
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63474 0 0 0 34113 108 0 0 25 0 1 0 180689339 254574592 60200 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62152 60200 558 886 0 61262 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 248608

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1559840/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248608 CPUtime=402.18
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63474 0 0 0 40104 114 0 0 25 0 1 0 180689339 254574592 60200 1992294400 4194304 7823515 548682068736 18446744073709551615 6110644 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62152 60200 558 886 0 61262 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 248608

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1558496/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248896 CPUtime=462.17
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63801 0 0 0 46095 122 0 0 25 0 1 0 180689339 254869504 60527 1992294400 4194304 7823515 548682068736 18446744073709551615 6110665 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62224 60527 558 886 0 61334 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 248896

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1558560/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248896 CPUtime=522.15
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63810 0 0 0 52087 128 0 0 25 0 1 0 180689339 254869504 60536 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62224 60536 558 886 0 61334 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 248896

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3333
/proc/meminfo: memFree=1558496/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248896 CPUtime=582.14
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63816 0 0 0 58079 135 0 0 25 0 1 0 180689339 254869504 60542 1992294400 4194304 7823515 548682068736 18446744073709551615 6110801 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62224 60542 558 886 0 61334 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 248896

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3335
/proc/meminfo: memFree=1558304/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=248896 CPUtime=642.13
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 63818 0 0 0 64072 141 0 0 25 0 1 0 180689339 254869504 60544 1992294400 4194304 7823515 548682068736 18446744073709551615 6212306 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 62224 60544 558 886 0 61334 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 248896

[startup+702.302 s]

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

/proc/meminfo: memFree=1554656/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=253744 CPUtime=1121.99
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 64729 0 0 0 112002 197 0 0 25 0 1 0 180689339 259833856 61455 1992294400 4194304 7823515 548682068736 18446744073709551615 5924546 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 63436 61455 564 886 0 62546 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 253744

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1557216/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=252108 CPUtime=1181.97
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 66831 0 0 0 117993 204 0 0 25 0 1 0 180689339 258158592 60816 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 63027 60816 564 886 0 62137 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 252108

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1556064/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=252108 CPUtime=1241.96
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 67101 0 0 0 123984 212 0 0 25 0 1 0 180689339 258158592 61086 1992294400 4194304 7823515 548682068736 18446744073709551615 5965449 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 63027 61086 564 886 0 62137 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 252108

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1551968/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=256320 CPUtime=1301.94
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 68108 0 0 0 129975 219 0 0 25 0 1 0 180689339 262471680 62093 1992294400 4194304 7823515 548682068736 18446744073709551615 6212628 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64080 62093 564 886 0 63190 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 256320

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1551008/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=256320 CPUtime=1361.93
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 68346 0 0 0 135967 226 0 0 25 0 1 0 180689339 262471680 62331 1992294400 4194304 7823515 548682068736 18446744073709551615 6266622 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64080 62331 564 886 0 63190 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 256320

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1559456/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=247152 CPUtime=1421.92
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 68842 0 0 0 141958 234 0 0 25 0 1 0 180689339 253083648 60202 1992294400 4194304 7823515 548682068736 18446744073709551615 6109349 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 61788 60202 564 886 0 60898 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 247152

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1551392/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=256376 CPUtime=1481.9
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 71036 0 0 0 147949 241 0 0 25 0 1 0 180689339 262529024 62215 1992294400 4194304 7823515 548682068736 18446744073709551615 6211638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64094 62215 564 886 0 63204 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 256376

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1550624/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=256376 CPUtime=1541.88
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 71235 0 0 0 153941 247 0 0 25 0 1 0 180689339 262529024 62410 1992294400 4194304 7823515 548682068736 18446744073709551615 6212443 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64094 62410 564 886 0 63204 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 256376

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1548064/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=258940 CPUtime=1601.86
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 71887 0 0 0 159933 253 0 0 25 0 1 0 180689339 265154560 63062 1992294400 4194304 7823515 548682068736 18446744073709551615 6212035 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64735 63062 564 886 0 63845 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 258940

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1547936/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=258940 CPUtime=1661.85
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 71902 0 0 0 165925 260 0 0 25 0 1 0 180689339 265154560 63077 1992294400 4194304 7823515 548682068736 18446744073709551615 6908036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 64735 63077 564 886 0 63845 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 258940

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544928/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1721.83
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72648 0 0 0 171917 266 0 0 25 0 1 0 180689339 268533760 63823 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63823 564 886 0 64670 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 262240

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1781.82
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72708 0 0 0 177908 274 0 0 25 0 1 0 180689339 268533760 63883 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63883 564 886 0 64670 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 262240

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1785.01
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72709 0 0 0 178227 274 0 0 25 0 1 0 180689339 268533760 63884 1992294400 4194304 7823515 548682068736 18446744073709551615 6212494 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63884 564 886 0 64670 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 262240

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1791.42
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72711 0 0 0 178867 275 0 0 25 0 1 0 180689339 268533760 63886 1992294400 4194304 7823515 548682068736 18446744073709551615 6109500 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63886 564 886 0 64670 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 262240

[startup+1793.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1793.02
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72711 0 0 0 179027 275 0 0 25 0 1 0 180689339 268533760 63886 1992294400 4194304 7823515 548682068736 18446744073709551615 6109387 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63886 564 886 0 64670 0
Current children cumulated CPU time (s) 1793.02
Current children cumulated vsize (KiB) 262240

[startup+1794.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1793.82
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72711 0 0 0 179107 275 0 0 25 0 1 0 180689339 268533760 63886 1992294400 4194304 7823515 548682068736 18446744073709551615 6109349 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63886 564 886 0 64670 0
Current children cumulated CPU time (s) 1793.82
Current children cumulated vsize (KiB) 262240

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1794.62
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72715 0 0 0 179187 275 0 0 25 0 1 0 180689339 268533760 63890 1992294400 4194304 7823515 548682068736 18446744073709551615 4211754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63890 568 886 0 64670 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 262240

[startup+1795.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=262240 CPUtime=1794.82
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72716 0 0 0 179207 275 0 0 25 0 1 0 180689339 268533760 63891 1992294400 4194304 7823515 548682068736 18446744073709551615 5875141 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 65560 63891 569 886 0 64670 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 262240

[startup+1795.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 3341
/proc/meminfo: memFree=1544672/2055920 swapFree=4182492/4192956
[pid=3332] ppid=3330 vsize=14004 CPUtime=1794.91
/proc/3332/stat : 3332 (pbscip.linux.x8) R 3330 3332 3024 0 -1 4194304 72717 0 0 0 179212 279 0 0 25 0 1 0 180689339 14340096 3151 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/3332/statm: 3501 3151 807 886 0 2611 0
Current children cumulated CPU time (s) 1794.91
Current children cumulated vsize (KiB) 14004

Child status: 0
Real time (s): 1795.4
CPU time (s): 1794.93
CPU user time (s): 1792.13
CPU system time (s): 2.79957
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 262240

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

runsolver used 1.44278 second user time and 3.98539 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-16 07:41:33
IDJOB=1868652
IDBENCH=1493
IDSOLVER=683
FILE ID=node21/1868652-1245130893
PBS_JOBID= 9363712
Free space on /tmp= 66088 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-ooo.rf10.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-1868652-1245130893/watcher-1868652-1245130893 -o /tmp/evaluation-result-1868652-1245130893/solver-1868652-1245130893 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868652-1245130893.opb

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

MD5SUM BENCH= 631c705feb60dcd8a1b144825a73a754
RANDOM SEED=283524809

node21.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.239
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.239
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:       1799496 kB
Buffers:         36904 kB
Cached:         139924 kB
SwapCached:       4256 kB
Active:          51352 kB
Inactive:       132824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799496 kB
SwapTotal:     4192956 kB
SwapFree:      4182492 kB
Dirty:           11552 kB
Writeback:           0 kB
Mapped:          13396 kB
Slab:            58204 kB
Committed_AS:   163724 kB
PageTables:       1380 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= 66080 MiB
End job on node21 at 2009-06-16 08:11:29