Trace number 3733887

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.81 1790.11

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark144
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3733887-1338698455.opb>
0.09/0.18	c original problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 6383 constraints
0.09/0.18	c problem read
0.09/0.18	c presolving settings loaded
0.19/0.23	c presolving:
0.19/0.27	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.29	c (round 2) 0 del vars, 3094 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 104 upgd conss, 0 impls, 0 clqs
0.29/0.31	c (round 3) 0 del vars, 3094 del conss, 0 chg bounds, 182 chg sides, 182 chg coeffs, 195 upgd conss, 1092 impls, 0 clqs
0.79/0.84	c    (0.7s) probing: 113/3297 (3.4%) - 0 fixings, 0 aggregations, 2730 implications, 0 bound changes
0.79/0.84	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.79/0.84	c presolving (4 rounds):
0.79/0.84	c  0 deleted vars, 3094 deleted constraints, 0 tightened bounds, 0 added holes, 182 changed sides, 182 changed coefficients
0.79/0.84	c  6552 implications, 0 cliques
0.79/0.84	c presolved problem has 3297 variables (3297 bin, 0 int, 0 impl, 0 cont) and 3289 constraints
0.79/0.84	c     195 constraints of type <knapsack>
0.79/0.84	c    3094 constraints of type <linear>
0.79/0.84	c transformed objective value is always integral (scale: 1)
0.79/0.84	c Presolving Time: 0.62
0.79/0.84	c - non default parameters ----------------------------------------------------------------------
0.79/0.84	c # SCIP version 1.2.1.3
0.79/0.84	c 
0.79/0.84	c # frequency for displaying node information lines
0.79/0.84	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.84	c display/freq = 10000
0.79/0.84	c 
0.79/0.84	c # maximal time in seconds to run
0.79/0.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.84	c limits/time = 1789.83
0.79/0.84	c 
0.79/0.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.84	c limits/memory = 13950
0.79/0.84	c 
0.79/0.84	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.84	c # [type: int, range: [1,2], default: 1]
0.79/0.84	c timing/clocktype = 2
0.79/0.84	c 
0.79/0.84	c # should presolving try to simplify inequalities
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/linear/simplifyinequalities = TRUE
0.79/0.84	c 
0.79/0.84	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/indicator/addCouplingCons = TRUE
0.79/0.84	c 
0.79/0.84	c # should presolving try to simplify knapsacks
0.79/0.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.84	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.84	c 
0.79/0.84	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.84	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.84	c separating/rapidlearning/freq = 0
0.79/0.84	c 
0.79/0.84	c -----------------------------------------------------------------------------------------------
0.79/0.84	c start solving
0.79/0.84	c 
1.10/1.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.10/1.19	c   1.0s|     1 |     0 |  3824 |     - |  26M|   0 |1917 |3297 |3289 |3297 |3289 |   0 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
4.19/4.26	c   4.1s|     1 |     0 |  9719 |     - |  27M|   0 |1926 |3297 |3289 |3297 |3337 |  48 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
4.49/4.57	c   4.4s|     1 |     0 |  9778 |     - |  28M|   0 |1934 |3297 |3289 |3297 |3428 | 139 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
4.99/5.00	c   4.8s|     1 |     0 | 10111 |     - |  28M|   0 |1949 |3297 |3289 |3297 |3553 | 264 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
5.49/5.59	c   5.4s|     1 |     0 | 10619 |     - |  29M|   0 |1946 |3297 |3289 |3297 |3683 | 394 |   0 |   0 | 1.300314e+01 |      --      |    Inf 
6.09/6.19	c   6.0s|     1 |     0 | 11117 |     - |  29M|   0 |1948 |3297 |3289 |3297 |3781 | 492 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
7.09/7.10	c   6.9s|     1 |     0 | 11629 |     - |  30M|   0 |1941 |3297 |3289 |3297 |3873 | 584 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
7.99/8.08	c   7.9s|     1 |     0 | 12369 |     - |  30M|   0 |1947 |3297 |3289 |3297 |3955 | 666 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
9.19/9.21	c   9.0s|     1 |     0 | 13049 |     - |  31M|   0 |1942 |3297 |3289 |3297 |4012 | 723 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
10.19/10.25	c  10.1s|     1 |     0 | 13860 |     - |  31M|   0 |1948 |3297 |3289 |3297 |4121 | 832 |   0 |   0 | 1.320000e+01 |      --      |    Inf 
11.38/11.40	c  11.2s|     1 |     0 | 14785 |     - |  32M|   0 |1946 |3297 |3289 |3297 |4233 | 944 |   0 |   0 | 1.333333e+01 |      --      |    Inf 
12.29/12.32	c  12.1s|     1 |     0 | 16366 |     - |  32M|   0 |1933 |3297 |3289 |3297 |4255 | 966 |   0 |   0 | 1.376000e+01 |      --      |    Inf 
12.89/12.95	c  12.8s|     1 |     0 | 17166 |     - |  32M|   0 |1929 |3297 |3289 |3297 |4202 | 993 |   0 |   0 | 1.376000e+01 |      --      |    Inf 
13.48/13.56	c  13.4s|     1 |     0 | 18047 |     - |  32M|   0 |1844 |3297 |3289 |3297 |4221 |1012 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.09/14.15	c  14.0s|     1 |     0 | 18951 |     - |  32M|   0 |1846 |3297 |3289 |3297 |4242 |1033 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
14.69/14.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.75	c  14.6s|     1 |     0 | 20013 |     - |  32M|   0 |1821 |3297 |3289 |3297 |4262 |1053 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
15.29/15.40	c  15.2s|     1 |     0 | 20957 |     - |  32M|   0 |1815 |3297 |3289 |3297 |4281 |1072 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
15.99/16.02	c  15.8s|     1 |     0 | 21806 |     - |  32M|   0 |1812 |3297 |3289 |3297 |4315 |1106 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
16.88/16.97	c  16.8s|     1 |     0 | 23504 |     - |  32M|   0 |1797 |3297 |3289 |3297 |3873 |1132 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
32.68/32.75	c  32.6s|     1 |     2 | 23504 |     - |  32M|   0 |1797 |3297 |3289 |3297 |3873 |1132 |   0 |  35 | 1.400000e+01 |      --      |    Inf 
989.42/989.66	c   989s| 10000 |  5442 |  1887k| 186.5 |  63M| 580 |1240 |3297 |4735 |3297 |3615 |1132 |5200 |  13k| 1.400000e+01 |      --      |    Inf 
1789.70/1790.02	c 
1789.70/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.02	c Solving Time (sec) : 1789.84
1789.70/1790.02	c Solving Nodes      : 18035
1789.70/1790.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.70/1790.02	c Dual Bound         : +1.60000000000000e+01
1789.70/1790.02	c Gap                : infinite
1789.70/1790.02	s UNKNOWN
1789.70/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.02	c Solving Time       :    1789.84
1789.70/1790.02	c Original Problem   :
1789.70/1790.02	c   Problem name     : HOME/instance-3733887-1338698455.opb
1789.70/1790.02	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.02	c   Constraints      : 6383 initial, 6383 maximal
1789.70/1790.02	c Presolved Problem  :
1789.70/1790.02	c   Problem name     : t_HOME/instance-3733887-1338698455.opb
1789.70/1790.02	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.02	c   Constraints      : 3289 initial, 5426 maximal
1789.70/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   probing          :       0.52          0          0          0          0          0          0          0          0
1789.70/1790.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   linear           :       0.08          0          0          0          0          0       3094        182        182
1789.70/1790.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.02	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   integral         :          0          0          0      19019          0          5      25513          0          0      27768
1789.70/1790.02	c   knapsack         :        195         18     104617          0          2        145      53502       2319          0          0
1789.70/1790.02	c   linear           :       3094         18     104472          0          0        660     868899          0          0          0
1789.70/1790.02	c   logicor          :          0+         0      38637          0          0         38      18787          0          0          0
1789.70/1790.02	c   countsols        :          0          0          0          0          2          0          0          0          0          0
1789.70/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.02	c   integral         :     859.38       0.00       0.00     859.38       0.00
1789.70/1790.02	c   knapsack         :       3.94       0.05       3.89       0.00       0.00
1789.70/1790.02	c   linear           :      60.09       0.00      60.09       0.00       0.00
1789.70/1790.02	c   logicor          :       0.75       0.00       0.75       0.00       0.00
1789.70/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.02	c   vbounds          :       0.02          2          0          0
1789.70/1790.02	c   rootredcost      :       0.02          0          0          0
1789.70/1790.02	c   pseudoobj        :       0.06     104389          0          0
1789.70/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.02	c   propagation      :       0.07        843        843       6871       35.4         59       16.8          -
1789.70/1790.02	c   infeasible LP    :       1.56       3703       3703       8043       16.5        256       13.2          0
1789.70/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.02	c   applied globally :          -          -          -      10251       20.7          -          -          -
1789.70/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.02	c   cut pool         :       0.01         17          -          -      11239          -    (maximal pool size: 6377)
1789.70/1790.02	c   redcost          :       0.79      17229          0        131          0          0
1789.70/1790.02	c   impliedbounds    :       0.00         18          0          0         27          0
1789.70/1790.02	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.02	c   gomory           :       0.74         18          0          0        562          0
1789.70/1790.02	c   strongcg         :       0.74         18          0          0        413          0
1789.70/1790.02	c   cmir             :       1.82         10          0          0       5000          0
1789.70/1790.02	c   flowcover        :       1.94         10          0          0       2000          0
1789.70/1790.02	c   clique           :       0.00          1          0          0          0          0
1789.70/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.02	c   mcf              :       0.00          1          0          0          0          0
1789.70/1790.02	c   rapidlearning    :       0.25          1          0          0          0          0
1789.70/1790.02	c Pricers            :       Time      Calls       Vars
1789.70/1790.02	c   problem variables:       0.00          0          0
1789.70/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.02	c   relpscost        :     859.35      19019          5      25513          0          0      27768
1789.70/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   inference        :       0.00          2          0          0          0          0          4
1789.70/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.02	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.02	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.02	c   LP solutions     :       0.00          -          0
1789.70/1790.02	c   pseudo solutions :       0.00          -          0
1789.70/1790.02	c   oneopt           :       0.01          0          0
1789.70/1790.02	c   crossover        :       0.01          0          0
1789.70/1790.02	c   guideddiving     :       0.00          0          0
1789.70/1790.02	c   intshifting      :       0.00          0          0
1789.70/1790.02	c   pscostdiving     :       2.94          2          0
1789.70/1790.02	c   fracdiving       :      14.17          2          0
1789.70/1790.02	c   veclendiving     :       0.60          2          0
1789.70/1790.02	c   linesearchdiving :       0.24          2          0
1789.70/1790.02	c   coefdiving       :       1.38          3          0
1789.70/1790.02	c   feaspump         :       3.01          2          0
1789.70/1790.02	c   objpscostdiving  :       1.62          2          0
1789.70/1790.02	c   rootsoldiving    :       0.36          2          0
1789.70/1790.02	c   trivial          :       0.00          2          0
1789.70/1790.02	c   simplerounding   :       0.01          0          0
1789.70/1790.02	c   zirounding       :       0.10       1000          0
1789.70/1790.02	c   rounding         :       1.60       1941          0
1789.70/1790.02	c   shifting         :       7.76        580          0
1789.70/1790.02	c   twoopt           :       0.00          0          0
1789.70/1790.02	c   fixandinfer      :       0.00          0          0
1789.70/1790.02	c   intdiving        :       0.00          0          0
1789.70/1790.02	c   actconsdiving    :       0.00          0          0
1789.70/1790.02	c   octane           :       0.00          0          0
1789.70/1790.02	c   rens             :       0.00          0          0
1789.70/1790.02	c   rins             :       0.00          0          0
1789.70/1790.02	c   localbranching   :       0.00          0          0
1789.70/1790.02	c   mutation         :       0.00          0          0
1789.70/1790.02	c   dins             :       0.00          0          0
1789.70/1790.02	c   undercover       :       0.00          0          0
1789.70/1790.02	c   nlp              :       0.00          0          0
1789.70/1790.02	c   trysol           :       0.01          0          0
1789.70/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.02	c   primal LP        :       0.04          0          0       0.00       0.00
1789.70/1790.02	c   dual LP          :     794.45      22120    3310672     149.67    4167.25
1789.70/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.02	c   diving/probing LP:      23.39        784      91355     116.52    3905.42
1789.70/1790.02	c   strong branching :     853.83      27996    1793304      64.06    2100.30
1789.70/1790.02	c     (at root node) :          -         35      34501     985.74          -
1789.70/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.02	c B&B Tree           :
1789.70/1790.02	c   number of runs   :          1
1789.70/1790.02	c   nodes            :      18035
1789.70/1790.02	c   nodes (total)    :      18035
1789.70/1790.02	c   nodes left       :       9544
1789.70/1790.02	c   max depth        :        587
1789.70/1790.02	c   max depth (total):        587
1789.70/1790.02	c   backtracks       :        781 (4.3%)
1789.70/1790.02	c   delayed cutoffs  :        194
1789.70/1790.02	c   repropagations   :      55461 (226524 domain reductions, 182 cutoffs)
1789.70/1790.02	c   avg switch length:       9.14
1789.70/1790.02	c   switching time   :      12.54
1789.70/1790.02	c Solution           :
1789.70/1790.02	c   Solutions found  :          0 (0 improvements)
1789.70/1790.02	c   Primal Bound     :          -
1789.70/1790.02	c   Dual Bound       : +1.60000000000000e+01
1789.70/1790.02	c   Gap              :   infinite
1789.70/1790.02	c   Root Dual Bound  : +1.40000000000000e+01
1789.70/1790.02	c   Root Iterations  :      23504
1789.80/1790.10	c Time complete: 1789.8.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3733887-1338698455/watcher-3733887-1338698455 -o /tmp/evaluation-result-3733887-1338698455/solver-3733887-1338698455 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733887-1338698455.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.00 2.00 2.00 3/177 13656
/proc/meminfo: memFree=27776784/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=10216 CPUtime=0 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 1780 0 0 0 0 0 0 0 20 0 1 0 335972384 10461184 1726 33554432000 4194304 8395647 140733954886016 140736739690792 4420997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 2554 1737 386 1026 0 1524 0

[startup+0.038751 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13656
/proc/meminfo: memFree=27776784/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=12184 CPUtime=0.03 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 2291 0 0 0 3 0 0 0 20 0 1 0 335972384 12476416 2237 33554432000 4194304 8395647 140733954886016 140736739690792 6766320 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 3046 2237 393 1026 0 2016 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12184

[startup+0.100215 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13656
/proc/meminfo: memFree=27776784/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=14880 CPUtime=0.09 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 2987 0 0 0 9 0 0 0 20 0 1 0 335972384 15237120 2933 33554432000 4194304 8395647 140733954886016 140733954751224 6344843 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 3720 2933 393 1026 0 2690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14880

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13656
/proc/meminfo: memFree=27776784/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=68572 CPUtime=0.29 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 15991 0 0 0 27 2 0 0 20 0 1 0 335972384 70217728 15583 33554432000 4194304 8395647 140733954886016 140733954883352 5050104 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 17143 15583 479 1026 0 16113 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68572

[startup+0.700205 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13656
/proc/meminfo: memFree=27776784/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=68572 CPUtime=0.69 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 16040 0 0 0 67 2 0 0 20 0 1 0 335972384 70217728 15632 33554432000 4194304 8395647 140733954886016 140733954883352 5026725 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 17143 15632 492 1026 0 16113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68572

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13657
/proc/meminfo: memFree=27700608/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=86268 CPUtime=1.49 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 21321 0 0 0 146 3 0 0 20 0 1 0 335972384 88338432 19954 33554432000 4194304 8395647 140733954886016 140733954880536 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 21567 19954 577 1026 0 20537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86268

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13657
/proc/meminfo: memFree=27694220/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=86268 CPUtime=3.09 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 21344 0 0 0 305 4 0 0 20 0 1 0 335972384 88338432 19977 33554432000 4194304 8395647 140733954886016 140733954880984 6708238 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 21567 19977 577 1026 0 20537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86268

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13657
/proc/meminfo: memFree=27652244/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=127500 CPUtime=6.29 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31268 0 0 0 622 7 0 0 20 0 1 0 335972384 130560000 29899 33554432000 4194304 8395647 140733954886016 140733954881208 4463684 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 31875 29899 618 1026 0 30845 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127500

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13657
/proc/meminfo: memFree=27654744/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=12.69 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31311 0 0 0 1261 8 0 0 20 0 1 0 335972384 143282176 33008 33554432000 4194304 8395647 140733954886016 140733954881144 6698059 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13656/statm: 34981 33008 618 1026 0 33951 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139924

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13657
/proc/meminfo: memFree=27642184/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=25.49 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31313 0 0 0 2536 13 0 0 20 0 1 0 335972384 143282176 33010 33554432000 4194304 8395647 140733954886016 140733954880568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 33010 620 1026 0 33951 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139924

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13657
/proc/meminfo: memFree=27641516/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=51.08 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31314 0 0 0 5090 18 0 0 20 0 1 0 335972384 143282176 33011 33554432000 4194304 8395647 140733954886016 140733954880888 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 33011 621 1026 0 33951 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 139924

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13657
/proc/meminfo: memFree=27637284/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=102.28 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31320 0 0 0 10196 32 0 0 20 0 1 0 335972384 143282176 33017 33554432000 4194304 8395647 140733954886016 140733954880888 6697443 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 33017 626 1026 0 33951 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 139924

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 13657
/proc/meminfo: memFree=27634088/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=162.26 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31326 0 0 0 16170 56 0 0 20 0 1 0 335972384 143282176 33023 33554432000 4194304 8395647 140733954886016 140733954881144 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 33023 628 1026 0 33951 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 139924

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 13657
/proc/meminfo: memFree=27631584/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=222.25 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31328 0 0 0 22140 85 0 0 20 0 1 0 335972384 143282176 33063 33554432000 4194304 8395647 140733954886016 140733954881144 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 33063 628 1026 0 33951 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 139924

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13658
/proc/meminfo: memFree=27627472/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=282.23 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31398 0 0 0 28110 113 0 0 20 0 1 0 335972384 143282176 34075 33554432000 4194304 8395647 140733954886016 140733954881368 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 34075 628 1026 0 33951 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 139924

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13658
/proc/meminfo: memFree=27628184/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=342.23 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31398 0 0 0 34088 135 0 0 20 0 1 0 335972384 143282176 34075 33554432000 4194304 8395647 140733954886016 140733954881320 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 34075 628 1026 0 33951 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 139924

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13658
/proc/meminfo: memFree=27628060/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=402.21 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31398 0 0 0 40062 159 0 0 20 0 1 0 335972384 143282176 34075 33554432000 4194304 8395647 140733954886016 140733954880888 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 34075 628 1026 0 33951 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 139924

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13658
/proc/meminfo: memFree=27628060/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139924 CPUtime=462.21 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 31398 0 0 0 46045 176 0 0 20 0 1 0 335972384 143282176 34075 33554432000 4194304 8395647 140733954886016 140733954880568 5027242 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34981 34075 628 1026 0 33951 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 139924

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13658
/proc/meminfo: memFree=27630232/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=139404 CPUtime=522.2 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 32703 0 0 0 52029 191 0 0 20 0 1 0 335972384 142749696 33564 33554432000 4194304 8395647 140733954886016 140733954881240 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 34851 33564 628 1026 0 33821 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 139404

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13661
/proc/meminfo: memFree=27625896/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=142372 CPUtime=582.19 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 33797 0 0 0 58007 212 0 0 20 0 1 0 335972384 145788928 34658 33554432000 4194304 8395647 140733954886016 140733954880824 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 35593 34658 628 1026 0 34563 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 142372

[startup+642.3 s]

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

/proc/meminfo: memFree=27618312/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=151852 CPUtime=1002.12 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 272146 0 0 0 99822 390 0 0 20 0 1 0 335972384 155496448 36771 33554432000 4194304 8395647 140733954886016 140733954881224 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 37963 36771 628 1026 0 36933 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 151852

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13663
/proc/meminfo: memFree=27615584/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=154644 CPUtime=1062.12 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 296137 0 0 0 105803 409 0 0 20 0 1 0 335972384 158355456 37284 33554432000 4194304 8395647 140733954886016 140733954880568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 38661 37284 628 1026 0 37631 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 154644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13663
/proc/meminfo: memFree=27613288/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=157368 CPUtime=1122.11 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 329016 0 0 0 111778 433 0 0 20 0 1 0 335972384 161144832 38102 33554432000 4194304 8395647 140733954886016 140733954880872 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 39342 38102 628 1026 0 38312 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 157368

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13666
/proc/meminfo: memFree=27608836/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=159048 CPUtime=1182.1 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 353583 0 0 0 117755 455 0 0 20 0 1 0 335972384 162865152 38582 33554432000 4194304 8395647 140733954886016 140733954881144 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 39762 38582 628 1026 0 38732 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 159048

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13690
/proc/meminfo: memFree=27603712/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=163088 CPUtime=1242.08 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 393030 0 0 0 123725 483 0 0 20 0 1 0 335972384 167002112 39845 33554432000 4194304 8395647 140733954886016 140733954880888 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 40772 39845 628 1026 0 39742 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 163088

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13690
/proc/meminfo: memFree=27601924/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=165580 CPUtime=1302.08 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 432266 0 0 0 129698 510 0 0 20 0 1 0 335972384 169553920 40035 33554432000 4194304 8395647 140733954886016 140733954881144 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 41395 40035 628 1026 0 40365 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 165580

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13690
/proc/meminfo: memFree=27596220/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=165996 CPUtime=1362.07 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 442849 0 0 0 135673 534 0 0 20 0 1 0 335972384 169979904 40554 33554432000 4194304 8395647 140733954886016 140733954880888 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 41499 40554 628 1026 0 40469 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 165996

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13690
/proc/meminfo: memFree=27597956/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=168692 CPUtime=1422.07 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 447537 0 0 0 141651 556 0 0 20 0 1 0 335972384 172740608 41229 33554432000 4194304 8395647 140733954886016 140733954880568 6723641 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 42173 41229 628 1026 0 41143 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 168692

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13690
/proc/meminfo: memFree=27592112/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=172564 CPUtime=1482.04 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 458883 0 0 0 147633 571 0 0 20 0 1 0 335972384 176705536 41932 33554432000 4194304 8395647 140733954886016 140733954881480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 43141 41932 628 1026 0 42111 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 172564

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13691
/proc/meminfo: memFree=27596288/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=172532 CPUtime=1542.04 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 486976 0 0 0 153613 591 0 0 20 0 1 0 335972384 176672768 41823 33554432000 4194304 8395647 140733954886016 140733954881624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 43133 41823 628 1026 0 42103 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 172532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13691
/proc/meminfo: memFree=27589468/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=177696 CPUtime=1602.03 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 504656 0 0 0 159590 613 0 0 20 0 1 0 335972384 181960704 43326 33554432000 4194304 8395647 140733954886016 140733954881480 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 44424 43326 628 1026 0 43394 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 177696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13691
/proc/meminfo: memFree=27588600/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=179236 CPUtime=1662.02 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 532223 0 0 0 165566 636 0 0 20 0 1 0 335972384 183537664 43651 33554432000 4194304 8395647 140733954886016 140733954881144 6723586 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 44809 43651 628 1026 0 43779 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 179236

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13691
/proc/meminfo: memFree=27589220/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=180916 CPUtime=1722.01 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 536995 0 0 0 171539 662 0 0 20 0 1 0 335972384 185257984 43597 33554432000 4194304 8395647 140733954886016 140733954880312 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 45229 43597 628 1026 0 44199 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 180916

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27699036/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=185208 CPUtime=1782 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 580759 0 0 0 177510 690 0 0 20 0 1 0 335972384 189652992 45092 33554432000 4194304 8395647 140733954886016 140733954881320 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 46302 45092 628 1026 0 45272 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 185208

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27694580/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=186096 CPUtime=1785.19 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 583093 0 0 0 177828 691 0 0 20 0 1 0 335972384 190562304 45384 33554432000 4194304 8395647 140733954886016 140733954881224 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 46524 45384 628 1026 0 45494 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 186096

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27693416/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=184760 CPUtime=1788.39 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 591279 0 0 0 178146 693 0 0 20 0 1 0 335972384 189194240 45171 33554432000 4194304 8395647 140733954886016 140733954881624 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 46190 45171 628 1026 0 45160 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 184760

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27693416/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=185848 CPUtime=1789.19 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 591496 0 0 0 178226 693 0 0 20 0 1 0 335972384 190308352 45388 33554432000 4194304 8395647 140733954886016 140733954880568 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 46462 45388 628 1026 0 45432 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 185848

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27692060/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=186448 CPUtime=1789.6 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 591497 0 0 0 178266 694 0 0 20 0 1 0 335972384 190922752 45389 33554432000 4194304 8395647 140733954886016 140733954880824 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 46612 45389 628 1026 0 45582 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 186448

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13732
/proc/meminfo: memFree=27692060/32873648 swapFree=6864/6864
[pid=13656] ppid=13654 vsize=178904 CPUtime=1789.8 cores=0,2,4,6
/proc/13656/stat : 13656 (pbscip.linux.x8) R 13654 13656 11712 0 -1 4202496 591501 0 0 0 178286 694 0 0 20 0 1 0 335972384 183197696 43834 33554432000 4194304 8395647 140733954886016 140733954881848 6066710 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13656/statm: 44726 43834 631 1026 0 43696 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 178904

Child status: 0
Real time (s): 1790.11
CPU time (s): 1789.81
CPU user time (s): 1782.87
CPU system time (s): 6.94594
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 187804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.87
system time used= 6.94594
maximum resident set size= 182436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591504
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= 30
involuntary context switches= 2169

runsolver used 3.67444 second user time and 9.16961 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-03 06:40:55
IDJOB=3733887
IDBENCH=2631
IDSOLVER=2326
FILE ID=node113/3733887-1338698455
RUNJOBID= node113-1338678627-11731
PBS_JOBID= 14636700
Free space on /tmp= 70964 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733887-1338698455/watcher-3733887-1338698455 -o /tmp/evaluation-result-3733887-1338698455/solver-3733887-1338698455 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733887-1338698455.opb -t 1800 -m 15500

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=2083698052

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27777520 kB
Buffers:          504324 kB
Cached:          3392240 kB
SwapCached:         2028 kB
Active:          2011380 kB
Inactive:        2194464 kB
Active(anon):     306792 kB
Inactive(anon):     3956 kB
Active(file):    1704588 kB
Inactive(file):  2190508 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             27128 kB
Writeback:             4 kB
AnonPages:        314180 kB
Mapped:            13684 kB
Shmem:                 0 kB
Slab:             750308 kB
SReclaimable:     194240 kB
SUnreclaim:       556068 kB
KernelStack:        1464 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     447876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70952 MiB
End job on node113 at 2012-06-03 07:10:46