Trace number 3452764

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.06 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark221
Best CPU time to get the best result obtained on this benchmark1798.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2555
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452764-1307090933.opb>
0.29/0.31	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.29/0.31	c problem read
0.29/0.31	c presolving settings loaded
0.39/0.42	c presolving:
0.49/0.50	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.49/0.53	c (round 2) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
0.49/0.57	c (round 3) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
0.49/0.58	c (round 4) 0 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 345 chg sides, 430 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
2.39/2.47	c    (2.5s) probing: 200/5584 (3.6%) - 8 fixings, 0 aggregations, 455 implications, 0 bound changes
2.39/2.47	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.39/2.47	c (round 5) 8 del vars, 5320 del conss, 0 add conss, 0 chg bounds, 345 chg sides, 430 chg coeffs, 255 upgd conss, 3176 impls, 0 clqs
2.49/2.51	c presolving (6 rounds):
2.49/2.51	c  8 deleted vars, 5320 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 440 changed coefficients
2.49/2.51	c  3176 implications, 0 cliques
2.49/2.51	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
2.49/2.51	c     255 constraints of type <knapsack>
2.49/2.51	c    5320 constraints of type <linear>
2.49/2.51	c transformed objective value is always integral (scale: 1)
2.49/2.51	c Presolving Time: 2.17
2.49/2.51	c - non default parameters ----------------------------------------------------------------------
2.49/2.51	c # SCIP version 2.0.1.4
2.49/2.51	c 
2.49/2.51	c # frequency for displaying node information lines
2.49/2.51	c # [type: int, range: [-1,2147483647], default: 100]
2.49/2.51	c display/freq = 10000
2.49/2.51	c 
2.49/2.51	c # maximal time in seconds to run
2.49/2.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.51	c limits/time = 1800
2.49/2.51	c 
2.49/2.51	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.49/2.51	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.51	c limits/memory = 13950
2.49/2.51	c 
2.49/2.51	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.49/2.51	c # [type: int, range: [1,2], default: 1]
2.49/2.51	c timing/clocktype = 2
2.49/2.51	c 
2.49/2.51	c # belongs reading time to solving time?
2.49/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.51	c timing/reading = TRUE
2.49/2.51	c 
2.49/2.51	c # should presolving try to simplify inequalities
2.49/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.51	c constraints/linear/simplifyinequalities = TRUE
2.49/2.51	c 
2.49/2.51	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.49/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.51	c constraints/indicator/addCouplingCons = TRUE
2.49/2.51	c 
2.49/2.51	c # should presolving try to simplify knapsacks
2.49/2.51	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.51	c constraints/knapsack/simplifyinequalities = TRUE
2.49/2.51	c 
2.49/2.51	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.49/2.51	c # [type: int, range: [-1,2147483647], default: -1]
2.49/2.51	c separating/rapidlearning/freq = 0
2.49/2.51	c 
2.49/2.51	c -----------------------------------------------------------------------------------------------
2.49/2.51	c start solving
2.49/2.51	c 
2.99/3.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.03	c   3.0s|     1 |     0 |  5831 |     - |  51M|   0 |3179 |5576 |5596 |5576 |5575 |   0 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
6.89/6.90	c   6.9s|     1 |     0 | 15239 |     - |  52M|   0 |3202 |5576 |5854 |5576 |5620 |  45 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
7.29/7.39	c   7.4s|     1 |     0 | 15399 |     - |  53M|   0 |3205 |5576 |5854 |5576 |5665 |  90 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
7.89/7.99	c   8.0s|     1 |     0 | 15705 |     - |  53M|   0 |3220 |5576 |5854 |5576 |5730 | 155 |  21 |   0 | 1.500000e+01 |      --      |    Inf 
8.80/8.82	c   8.8s|     1 |     0 | 16101 |     - |  54M|   0 |3231 |5576 |5854 |5576 |5786 | 211 |  21 |   0 | 1.500112e+01 |      --      |    Inf 
9.49/9.58	c   9.6s|     1 |     0 | 16472 |     - |  54M|   0 |3238 |5576 |5854 |5576 |5844 | 269 |  21 |   0 | 1.500112e+01 |      --      |    Inf 
10.29/10.37	c  10.4s|     1 |     0 | 16840 |     - |  55M|   0 |3218 |5576 |5854 |5576 |5902 | 327 |  21 |   0 | 1.500286e+01 |      --      |    Inf 
10.90/10.99	c  11.0s|     1 |     0 | 17090 |     - |  55M|   0 |3230 |5576 |5854 |5576 |5957 | 382 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
11.89/11.95	c  12.0s|     1 |     0 | 17573 |     - |  56M|   0 |3243 |5576 |5854 |5576 |6019 | 444 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
12.89/12.98	c  13.0s|     1 |     0 | 18164 |     - |  56M|   0 |3242 |5576 |5854 |5576 |6069 | 494 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
13.99/14.05	c  14.1s|     1 |     0 | 18907 |     - |  57M|   0 |3239 |5576 |5854 |5576 |6121 | 546 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
14.39/14.48	c  14.5s|     1 |     0 | 19363 |     - |  57M|   0 |3247 |5576 |5854 |5576 |6159 | 584 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
14.89/14.90	c  14.9s|     1 |     0 | 19710 |     - |  57M|   0 |3254 |5576 |5854 |5576 |6134 | 618 |  21 |   0 | 1.512500e+01 |      --      |    Inf 
25.90/25.93	c  25.9s|     1 |     2 | 19710 |     - |  57M|   0 |3254 |5576 |5854 |5576 |6134 | 618 |  21 |  27 | 1.512500e+01 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 6033
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +1.80052219321152e+01
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       2.17 (included in solving)
1800.03/1800.00	c   reading          :       0.31 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452764-1307090933.opb
1800.03/1800.00	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 10895 initial, 10895 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452764-1307090933.opb
1800.03/1800.00	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5575 initial, 9893 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       1.88          8          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0        105        200
1800.03/1800.00	c   linear           :       0.18          0          0          0          0          0       5320          0        240        240
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0       5997          0          4          0          1        653          0          0      11608
1800.03/1800.00	c   knapsack         :        255         12      28115          0          2          3      15404        140       8940       2293          0          0
1800.03/1800.00	c   linear           :       5320+        13      27976          0          0          0       3617        237      20354          4          0          0
1800.03/1800.00	c   logicor          :          0+        12      13621          0          0          0       1957         24      10074          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          2          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     531.55       0.00       0.00     531.55       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :       3.98       0.04       3.92       0.00       0.00       0.00       0.01
1800.03/1800.00	c   linear           :      12.94       0.01      12.92       0.00       0.00       0.00       0.01
1800.03/1800.00	c   logicor          :       0.33       0.00       0.33       0.00       0.00       0.00       0.00
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :      27679          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.01       0.01       0.00
1800.03/1800.00	c   rootredcost      :       0.01       0.01       0.00
1800.03/1800.00	c   pseudoobj        :       0.03       0.03       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.02        393        391       2154       27.5          7       10.4          -
1800.03/1800.00	c   infeasible LP    :       2.09       3559       3558       4422       11.8        269        5.4          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -       5660       14.2          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.01         11          -          -       7104          -    (maximal pool size: 6346)
1800.03/1800.00	c   redcost          :       0.53       6049          0         48          0          0
1800.03/1800.00	c   impliedbounds    :       0.00         12          0          0         57          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.45         12          0          0         30          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.43         12          0          0         11          0
1800.03/1800.00	c   cmir             :       2.57         10          0          0       5000          0
1800.03/1800.00	c   flowcover        :       1.94         10          0          0       2000          0
1800.03/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       1.65          1          0          0          0        258
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     531.54       5997          1        653          0          0      11608
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.01          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   trivial          :       0.00          2          0
1800.03/1800.00	c   shiftandpropagate:       0.14          1          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       1.20       1000          0
1800.03/1800.00	c   rounding         :       2.83       1041          0
1800.03/1800.00	c   shifting         :      10.60        290          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :      40.45         15          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   coefdiving       :     117.15          3          0
1800.03/1800.00	c   pscostdiving     :      49.32         21          0
1800.03/1800.00	c   fracdiving       :      69.09          6          0
1800.03/1800.00	c   veclendiving     :      36.89         20          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :      29.80         13          0
1800.03/1800.00	c   rootsoldiving    :      25.22          7          0
1800.03/1800.00	c   linesearchdiving :      55.02         37          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.00          0          0
1800.03/1800.00	c   trysol           :       0.00          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.06          0          0       0.00       0.00
1800.03/1800.00	c   dual LP          :     800.58       6218    2973213     478.16    3713.83
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:     396.04      10363    1879875     181.40    4746.74
1800.03/1800.00	c   strong branching :     527.27       3463    1610796     465.14    3054.96
1800.03/1800.00	c     (at root node) :          -         27      18277     676.93          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :       6033
1800.03/1800.00	c   nodes (total)    :       6033
1800.03/1800.00	c   nodes left       :       5572
1800.03/1800.00	c   max depth        :         53
1800.03/1800.00	c   max depth (total):         53
1800.03/1800.00	c   backtracks       :        666 (11.0%)
1800.03/1800.00	c   delayed cutoffs  :          8
1800.03/1800.00	c   repropagations   :       1239 (1043 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       4.77
1800.03/1800.00	c   switching time   :       3.81
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +1.80052219321152e+01
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +1.51250000000000e+01
1800.03/1800.00	c   Root Iterations  :      19710

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3452764-1307090933/watcher-3452764-1307090933 -o /tmp/evaluation-result-3452764-1307090933/solver-3452764-1307090933 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452764-1307090933.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 1/268 3885
/proc/meminfo: memFree=28410692/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=9984 CPUtime=0 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 1497 0 0 0 0 0 0 0 25 0 1 0 820694050 10223616 1451 33554432000 4194304 9128323 140735117355440 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3885/statm: 2496 1452 400 1205 0 1287 0

[startup+0.057302 s]
/proc/loadavg: 2.05 2.01 2.00 1/268 3885
/proc/meminfo: memFree=28410692/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=12576 CPUtime=0.05 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 2138 0 0 0 5 0 0 0 25 0 1 0 820694050 12877824 2092 33554432000 4194304 9128323 140735117355440 18446744073709551615 7903837 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3885/statm: 3144 2092 400 1205 0 1935 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12576

[startup+0.100322 s]
/proc/loadavg: 2.05 2.01 2.00 1/268 3885
/proc/meminfo: memFree=28410692/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=14748 CPUtime=0.09 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 2674 0 0 0 9 0 0 0 25 0 1 0 820694050 15101952 2628 33554432000 4194304 9128323 140735117355440 18446744073709551615 8011918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3885/statm: 3687 2628 400 1205 0 2478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14748

[startup+0.300288 s]
/proc/loadavg: 2.05 2.01 2.00 1/268 3885
/proc/meminfo: memFree=28410692/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=25596 CPUtime=0.29 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 5368 0 0 0 29 0 0 0 25 0 1 0 820694050 26210304 5320 33554432000 4194304 9128323 140735117355440 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3885/statm: 6399 5334 400 1205 0 5190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25596

[startup+0.701216 s]
/proc/loadavg: 2.05 2.01 2.00 1/268 3885
/proc/meminfo: memFree=28410692/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=117860 CPUtime=0.69 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 29512 0 0 0 67 2 0 0 25 0 1 0 820694050 120688640 27285 33554432000 4194304 9128323 140735117355440 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 29465 27285 545 1205 0 28256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117860

[startup+1.50108 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 3896
/proc/meminfo: memFree=28266324/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=118908 CPUtime=1.49 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 29798 0 0 0 147 2 0 0 25 0 1 0 820694050 121761792 27569 33554432000 4194304 9128323 140735117355440 18446744073709551615 5235019 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 29727 27569 544 1205 0 28518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118908

[startup+3.10075 s]
/proc/loadavg: 2.05 2.01 2.00 2/269 3913
/proc/meminfo: memFree=28301200/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=160768 CPUtime=3.09 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 42377 0 0 0 305 4 0 0 18 0 1 0 820694050 164626432 37521 33554432000 4194304 9128323 140735117355440 18446744073709551615 7315360 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 40192 37521 684 1205 0 38983 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160768

[startup+6.30119 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 3950
/proc/meminfo: memFree=28030912/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=226836 CPUtime=6.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 58556 0 0 0 621 9 0 0 25 0 1 0 820694050 232280064 53697 33554432000 4194304 9128323 140735117355440 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 56709 53697 718 1205 0 55500 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 226836

[startup+12.701 s]
/proc/loadavg: 2.04 2.01 2.00 3/274 3950
/proc/meminfo: memFree=27957324/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=12.69 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59699 0 0 0 1260 9 0 0 25 0 1 0 820694050 235020288 54699 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54699 732 1205 0 56169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 229512

[startup+25.5007 s]
/proc/loadavg: 2.03 2.01 2.00 3/274 3951
/proc/meminfo: memFree=27868532/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=25.49 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59706 0 0 0 2537 12 0 0 25 0 1 0 820694050 235020288 54706 33554432000 4194304 9128323 140735117355440 18446744073709551615 7267360 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54706 737 1205 0 56169 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 229512

[startup+51.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/274 3951
/proc/meminfo: memFree=27837872/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=51.09 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59706 0 0 0 5091 18 0 0 25 0 1 0 820694050 235020288 54706 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54706 737 1205 0 56169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229512

[startup+102.311 s]
/proc/loadavg: 2.01 2.00 2.00 3/274 3953
/proc/meminfo: memFree=27836748/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=102.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59858 0 0 0 10189 41 0 0 25 0 1 0 820694050 235020288 54858 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54858 741 1205 0 56169 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229512

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3954
/proc/meminfo: memFree=27836732/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=162.29 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59858 0 0 0 16147 82 0 0 25 0 1 0 820694050 235020288 54858 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54858 741 1205 0 56169 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 229512

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3956
/proc/meminfo: memFree=27836712/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=222.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59871 0 0 0 22128 102 0 0 25 0 1 0 820694050 235020288 54871 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54871 741 1205 0 56169 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 229512

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3958
/proc/meminfo: memFree=27836564/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=282.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59877 0 0 0 28112 118 0 0 25 0 1 0 820694050 235020288 54876 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54876 740 1205 0 56169 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 229512

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3959
/proc/meminfo: memFree=27836420/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=342.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 59935 0 0 0 34091 139 0 0 25 0 1 0 820694050 235020288 54934 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 54934 741 1205 0 56169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 229512

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3961
/proc/meminfo: memFree=27835540/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=402.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60199 0 0 0 40071 159 0 0 25 0 1 0 820694050 235020288 55198 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 55198 741 1205 0 56169 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 229512

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/274 3962
/proc/meminfo: memFree=27834900/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=462.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60334 0 0 0 46051 179 0 0 25 0 1 0 820694050 235020288 55333 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 55333 741 1205 0 56169 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 229512

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/274 3964
/proc/meminfo: memFree=27835252/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=522.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60383 0 0 0 52032 199 0 0 25 0 1 0 820694050 235020288 55382 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 55382 762 1205 0 56169 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 229512

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/274 3966
/proc/meminfo: memFree=27835352/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=582.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60406 0 0 0 58013 218 0 0 25 0 1 0 820694050 235020288 55385 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346395 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/3885/statm: 57378 55385 742 1205 0 56169 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 229512

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3981
/proc/meminfo: memFree=27834648/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=822.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60423 0 0 0 81930 300 0 0 25 0 1 0 820694050 235020288 55401 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55401 741 1205 0 56169 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 229512

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3983
/proc/meminfo: memFree=27834876/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=882.3 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60423 0 0 0 87894 336 0 0 25 0 1 0 820694050 235020288 55401 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55401 741 1205 0 56169 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 229512

[startup+942.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/274 3987
/proc/meminfo: memFree=27834764/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=942.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60426 0 0 0 93872 359 0 0 25 0 1 0 820694050 235020288 55404 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55404 741 1205 0 56169 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 229512

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/274 3989
/proc/meminfo: memFree=27834968/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1002.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60426 0 0 0 99847 384 0 0 25 0 1 0 820694050 235020288 55404 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55404 741 1205 0 56169 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 229512

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/274 3990
/proc/meminfo: memFree=27834944/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1062.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60426 0 0 0 105826 405 0 0 25 0 1 0 820694050 235020288 55404 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55404 741 1205 0 56169 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 229512

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3992
/proc/meminfo: memFree=27834924/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1122.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60427 0 0 0 111801 431 0 0 25 0 1 0 820694050 235020288 55405 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55405 741 1205 0 56169 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 229512

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3994
/proc/meminfo: memFree=27835156/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1182.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60429 0 0 0 117779 453 0 0 25 0 1 0 820694050 235020288 55407 33554432000 4194304 9128323 140735117355440 18446744073709551615 7315680 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55407 741 1205 0 56169 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 229512

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3995
/proc/meminfo: memFree=27834136/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1242.31 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60429 0 0 0 123759 472 0 0 25 0 1 0 820694050 235020288 55407 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55407 741 1205 0 56169 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 229512

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3997
/proc/meminfo: memFree=27833976/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1302.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60432 0 0 0 129740 492 0 0 25 0 1 0 820694050 235020288 55410 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55410 741 1205 0 56169 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 229512

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3998
/proc/meminfo: memFree=27834696/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1362.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60432 0 0 0 135716 516 0 0 25 0 1 0 820694050 235020288 55410 33554432000 4194304 9128323 140735117355440 18446744073709551615 7343104 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55410 741 1205 0 56169 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 229512

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4000
/proc/meminfo: memFree=27835296/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1422.33 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60432 0 0 0 141696 537 0 0 25 0 1 0 820694050 235020288 55410 33554432000 4194304 9128323 140735117355440 18446744073709551615 7315717 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55410 741 1205 0 56169 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 229512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4002
/proc/meminfo: memFree=27835024/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1482.33 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60433 0 0 0 147675 558 0 0 25 0 1 0 820694050 235020288 55411 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55411 741 1205 0 56169 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 229512

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/274 4003
/proc/meminfo: memFree=27835252/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1542.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60433 0 0 0 153654 578 0 0 25 0 1 0 820694050 235020288 55411 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55411 741 1205 0 56169 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 229512

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/274 4005
/proc/meminfo: memFree=27835468/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1602.33 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60433 0 0 0 159629 604 0 0 25 0 1 0 820694050 235020288 55411 33554432000 4194304 9128323 140735117355440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55411 741 1205 0 56169 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 229512

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/274 4006
/proc/meminfo: memFree=27835572/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1662.32 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60436 0 0 0 165607 625 0 0 25 0 1 0 820694050 235020288 55414 33554432000 4194304 9128323 140735117355440 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55414 741 1205 0 56169 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 229512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/274 4008
/proc/meminfo: memFree=27835432/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1722.33 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60436 0 0 0 171585 648 0 0 25 0 1 0 820694050 235020288 55414 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346406 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55414 741 1205 0 56169 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 229512

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4010
/proc/meminfo: memFree=27834420/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1782.33 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60436 0 0 0 177563 670 0 0 25 0 1 0 820694050 235020288 55414 33554432000 4194304 9128323 140735117355440 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55414 741 1205 0 56169 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 229512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4010
/proc/meminfo: memFree=27834904/32951124 swapFree=55664332/67111528
[pid=3885] ppid=3883 vsize=229512 CPUtime=1800.04 cores=0,2,4,6
/proc/3885/stat : 3885 (scip-2.0.1.4.li) R 3883 3885 31617 0 -1 4202496 60437 0 0 0 179327 677 0 0 25 0 1 0 820694050 235020288 55415 33554432000 4194304 9128323 140735117355440 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3885/statm: 57378 55415 742 1205 0 56169 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 229512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.06
CPU user time (s): 1793.28
CPU system time (s): 6.78197
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 229512

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

runsolver used 4.6193 second user time and 10.1265 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-03 10:48:53
IDJOB=3452764
IDBENCH=2627
IDSOLVER=1949
FILE ID=node109/3452764-1307090933
RUNJOBID= node109-1307083718-2587
PBS_JOBID= 13497879
Free space on /tmp= 73900 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_16.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452764-1307090933/watcher-3452764-1307090933 -o /tmp/evaluation-result-3452764-1307090933/solver-3452764-1307090933 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452764-1307090933.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=192867451

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28410832 kB
Buffers:        306732 kB
Cached:        2248332 kB
SwapCached:      10392 kB
Active:         843456 kB
Inactive:      3438908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28410832 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:           15364 kB
Writeback:           0 kB
AnonPages:     1722656 kB
Mapped:          15612 kB
Slab:           157612 kB
PageTables:      37340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30867624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node109 at 2011-06-03 11:18:55