Trace number 3452515

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.25 1800.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
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 2691
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-3452515-1307090936.opb>
0.49/0.50	c original problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 17459 constraints
0.49/0.50	c problem read
0.49/0.50	c presolving settings loaded
0.59/0.68	c presolving:
0.79/0.80	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 306 chg sides, 306 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.79/0.86	c (round 2) 0 del vars, 8568 del conss, 0 add conss, 0 chg bounds, 306 chg sides, 306 chg coeffs, 170 upgd conss, 0 impls, 0 clqs
0.89/0.91	c (round 3) 0 del vars, 8568 del conss, 0 add conss, 0 chg bounds, 306 chg sides, 306 chg coeffs, 323 upgd conss, 1412 impls, 0 clqs
2.49/2.54	c    (2.5s) probing: 117/8883 (1.3%) - 0 fixings, 0 aggregations, 4896 implications, 0 bound changes
2.49/2.54	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.49/2.54	c presolving (4 rounds):
2.49/2.54	c  0 deleted vars, 8568 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 306 changed sides, 306 changed coefficients
2.49/2.54	c  17748 implications, 0 cliques
2.49/2.54	c presolved problem has 8883 variables (8883 bin, 0 int, 0 impl, 0 cont) and 8891 constraints
2.49/2.54	c     323 constraints of type <knapsack>
2.49/2.54	c    8568 constraints of type <linear>
2.49/2.54	c transformed objective value is always integral (scale: 1)
2.49/2.54	c Presolving Time: 1.99
2.49/2.54	c - non default parameters ----------------------------------------------------------------------
2.49/2.54	c # SCIP version 2.0.1.4
2.49/2.54	c 
2.49/2.54	c # frequency for displaying node information lines
2.49/2.54	c # [type: int, range: [-1,2147483647], default: 100]
2.49/2.54	c display/freq = 10000
2.49/2.54	c 
2.49/2.54	c # maximal time in seconds to run
2.49/2.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.54	c limits/time = 1800
2.49/2.54	c 
2.49/2.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.49/2.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.54	c limits/memory = 13950
2.49/2.54	c 
2.49/2.54	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.49/2.54	c # [type: int, range: [1,2], default: 1]
2.49/2.54	c timing/clocktype = 2
2.49/2.54	c 
2.49/2.54	c # belongs reading time to solving time?
2.49/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.54	c timing/reading = TRUE
2.49/2.54	c 
2.49/2.54	c # should presolving try to simplify inequalities
2.49/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.54	c constraints/linear/simplifyinequalities = TRUE
2.49/2.54	c 
2.49/2.54	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.49/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.54	c constraints/indicator/addCouplingCons = TRUE
2.49/2.54	c 
2.49/2.54	c # should presolving try to simplify knapsacks
2.49/2.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.54	c constraints/knapsack/simplifyinequalities = TRUE
2.49/2.54	c 
2.49/2.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.49/2.54	c # [type: int, range: [-1,2147483647], default: -1]
2.49/2.54	c separating/rapidlearning/freq = 0
2.49/2.54	c 
2.49/2.54	c -----------------------------------------------------------------------------------------------
2.49/2.54	c start solving
2.49/2.54	c 
3.99/4.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.99/4.09	c   4.1s|     1 |     0 |  9868 |     - |  83M|   0 |4995 |8883 |8909 |8883 |8891 |   0 |  18 |   0 | 1.700000e+01 |      --      |    Inf 
10.50/10.50	c  10.5s|     1 |     0 | 24854 |     - |  84M|   0 |5017 |8883 |9029 |8883 |8957 |  66 |  18 |   0 | 1.700000e+01 |      --      |    Inf 
11.39/11.46	c  11.5s|     1 |     0 | 25257 |     - |  84M|   0 |5029 |8883 |9029 |8883 |9027 | 136 |  18 |   0 | 1.700000e+01 |      --      |    Inf 
12.79/12.82	c  12.8s|     1 |     0 | 25645 |     - |  85M|   0 |5013 |8883 |9029 |8883 |9104 | 213 |  18 |   0 | 1.700000e+01 |      --      |    Inf 
13.69/13.74	c  13.7s|     1 |     0 | 25951 |     - |  85M|   0 |5025 |8883 |9029 |8883 |9169 | 278 |  18 |   0 | 1.700000e+01 |      --      |    Inf 
14.89/14.97	c  15.0s|     1 |     0 | 26580 |     - |  86M|   0 |5040 |8883 |9029 |8883 |9241 | 350 |  18 |   0 | 1.700206e+01 |      --      |    Inf 
16.19/16.28	c  16.3s|     1 |     0 | 27013 |     - |  87M|   0 |5048 |8883 |9029 |8883 |9318 | 427 |  18 |   0 | 1.700206e+01 |      --      |    Inf 
17.69/17.77	c  17.8s|     1 |     0 | 27626 |     - |  87M|   0 |5049 |8883 |9029 |8883 |9396 | 505 |  18 |   0 | 1.700206e+01 |      --      |    Inf 
19.09/19.12	c  19.1s|     1 |     0 | 28155 |     - |  88M|   0 |5045 |8883 |9029 |8883 |9472 | 581 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
20.90/20.94	c  20.9s|     1 |     0 | 29216 |     - |  88M|   0 |5065 |8883 |9029 |8883 |9549 | 658 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
23.00/23.10	c  23.1s|     1 |     0 | 30000 |     - |  89M|   0 |5062 |8883 |9029 |8883 |9629 | 738 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
24.30/24.31	c  24.3s|     1 |     0 | 30860 |     - |  89M|   0 |5082 |8883 |9029 |8883 |9674 | 783 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
25.39/25.50	c  25.5s|     1 |     0 | 31723 |     - |  89M|   0 |5054 |8883 |9029 |8883 |9717 | 826 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
26.49/26.52	c  26.5s|     1 |     0 | 32469 |     - |  89M|   0 |5070 |8883 |9029 |8883 |9747 | 856 |  18 |   0 | 1.716667e+01 |      --      |    Inf 
64.90/64.92	c  64.9s|     1 |     2 | 32469 |     - |  89M|   0 |5070 |8883 |9029 |8883 |9747 | 856 |  18 |  61 | 1.716667e+01 |      --      |    Inf 
1800.05/1800.04	c 
1800.05/1800.04	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.04	c Solving Time (sec) : 1800.05
1800.05/1800.04	c Solving Nodes      : 2505
1800.05/1800.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.04	c Dual Bound         : +1.90000000000000e+01
1800.05/1800.04	c Gap                : infinite
1800.05/1800.04	s UNKNOWN
1800.05/1800.04	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.04	c Total Time         :    1800.05
1800.05/1800.04	c   solving          :    1800.05
1800.05/1800.04	c   presolving       :       1.99 (included in solving)
1800.05/1800.04	c   reading          :       0.50 (included in solving)
1800.05/1800.04	c Original Problem   :
1800.05/1800.04	c   Problem name     : HOME/instance-3452515-1307090936.opb
1800.05/1800.04	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.04	c   Constraints      : 17459 initial, 17459 maximal
1800.05/1800.04	c Presolved Problem  :
1800.05/1800.04	c   Problem name     : t_HOME/instance-3452515-1307090936.opb
1800.05/1800.04	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.04	c   Constraints      : 8891 initial, 13930 maximal
1800.05/1800.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   probing          :       1.61          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   linear           :       0.20          0          0          0          0          0       8568          0        306        306
1800.05/1800.04	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.04	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.04	c   integral         :          0          0          0       2479          0          4          0          1        237          0          0       4790
1800.05/1800.04	c   knapsack         :        323         13      17605          0          1          3      11361        106       8432       2609          0          0
1800.05/1800.04	c   linear           :       8568+        14      17500          0          0          0       1385         73      96390          0          0          0
1800.05/1800.04	c   logicor          :          0+        13       7841          0          0          0        996          6       1209          0          0          0
1800.05/1800.04	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.04	c   integral         :     518.33       0.00       0.00     518.33       0.00       0.00       0.00
1800.05/1800.04	c   knapsack         :       2.14       0.05       2.08       0.00       0.00       0.00       0.01
1800.05/1800.04	c   linear           :      10.35       0.01      10.34       0.00       0.00       0.00       0.00
1800.05/1800.04	c   logicor          :       0.16       0.00       0.16       0.00       0.00       0.00       0.00
1800.05/1800.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.04	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.04	c   vbounds          :          0          0          0          0
1800.05/1800.04	c   rootredcost      :          0          0          0          0
1800.05/1800.04	c   pseudoobj        :      17363          0          0          0
1800.05/1800.04	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.04	c   vbounds          :       0.01       0.01       0.00
1800.05/1800.04	c   rootredcost      :       0.01       0.01       0.00
1800.05/1800.04	c   pseudoobj        :       0.02       0.02       0.00
1800.05/1800.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.04	c   propagation      :       0.01        185        183       1071       27.5         12       11.8          -
1800.05/1800.04	c   infeasible LP    :       3.75       4040       4040       4656       12.1         18       12.3          0
1800.05/1800.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.04	c   applied globally :          -          -          -       4971       13.0          -          -          -
1800.05/1800.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.04	c   cut pool         :       0.01         12          -          -      10953          -    (maximal pool size: 6160)
1800.05/1800.04	c   redcost          :       0.44       2510          0         20          0          0
1800.05/1800.04	c   impliedbounds    :       0.01         13          0          0         44          0
1800.05/1800.04	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.04	c   gomory           :       1.02         13          0          0         40          0
1800.05/1800.04	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.04	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.04	c   strongcg         :       0.96         13          0          0         14          0
1800.05/1800.04	c   cmir             :       3.59         10          0          0       5000          0
1800.05/1800.04	c   flowcover        :       3.40         10          0          0       2000          0
1800.05/1800.04	c   clique           :       0.01          1          0          0          0          0
1800.05/1800.04	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.04	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.04	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.04	c   rapidlearning    :       1.34          1          0          0          0        120
1800.05/1800.04	c Pricers            :       Time      Calls       Vars
1800.05/1800.04	c   problem variables:       0.00          0          0
1800.05/1800.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.04	c   relpscost        :     518.32       2479          1        237          0          0       4790
1800.05/1800.04	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.04	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.04	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.04	c   LP solutions     :       0.00          -          0
1800.05/1800.04	c   pseudo solutions :       0.00          -          0
1800.05/1800.04	c   oneopt           :       0.00          0          0
1800.05/1800.04	c   crossover        :       0.00          0          0
1800.05/1800.04	c   guideddiving     :       0.00          0          0
1800.05/1800.04	c   intshifting      :       0.00          0          0
1800.05/1800.04	c   coefdiving       :     217.84          2          0
1800.05/1800.04	c   fracdiving       :      88.58          7          0
1800.05/1800.04	c   veclendiving     :      37.79         10          0
1800.05/1800.04	c   objpscostdiving  :      52.10          5          0
1800.05/1800.04	c   rootsoldiving    :      24.29          5          0
1800.05/1800.04	c   pscostdiving     :      45.23         11          0
1800.05/1800.04	c   linesearchdiving :      79.05         17          0
1800.05/1800.04	c   feaspump         :      39.57          9          0
1800.05/1800.04	c   trivial          :       0.01          2          0
1800.05/1800.04	c   shiftandpropagate:       0.37          1          0
1800.05/1800.04	c   simplerounding   :       0.00          0          0
1800.05/1800.04	c   zirounding       :       2.03       1000          0
1800.05/1800.04	c   rounding         :       2.55        654          0
1800.05/1800.04	c   shifting         :      10.15        182          0
1800.05/1800.04	c   twoopt           :       0.00          0          0
1800.05/1800.04	c   fixandinfer      :       0.00          0          0
1800.05/1800.04	c   clique           :       0.00          0          0
1800.05/1800.04	c   intdiving        :       0.00          0          0
1800.05/1800.04	c   actconsdiving    :       0.00          0          0
1800.05/1800.04	c   octane           :       0.00          0          0
1800.05/1800.04	c   rens             :       0.01          0          0
1800.05/1800.04	c   rins             :       0.00          0          0
1800.05/1800.04	c   localbranching   :       0.00          0          0
1800.05/1800.04	c   mutation         :       0.00          0          0
1800.05/1800.04	c   dins             :       0.00          0          0
1800.05/1800.04	c   vbounds          :       0.00          0          0
1800.05/1800.04	c   undercover       :       0.00          0          0
1800.05/1800.04	c   subnlp           :       0.00          0          0
1800.05/1800.04	c   trysol           :       0.00          0          0
1800.05/1800.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.04	c   primal LP        :       0.06          0          0       0.00       0.00
1800.05/1800.04	c   dual LP          :     654.56       2563    1789437     698.18    2733.79
1800.05/1800.04	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.04	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.04	c   diving/probing LP:     559.58       8244    1351052     163.88    2414.40
1800.05/1800.04	c   strong branching :     515.97       1764    1041378     590.35    2018.30
1800.05/1800.04	c     (at root node) :          -         61      39416     646.16          -
1800.05/1800.04	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.04	c B&B Tree           :
1800.05/1800.04	c   number of runs   :          1
1800.05/1800.04	c   nodes            :       2505
1800.05/1800.04	c   nodes (total)    :       2505
1800.05/1800.04	c   nodes left       :       2279
1800.05/1800.04	c   max depth        :         58
1800.05/1800.04	c   max depth (total):         58
1800.05/1800.04	c   backtracks       :        329 (13.1%)
1800.05/1800.04	c   delayed cutoffs  :          9
1800.05/1800.04	c   repropagations   :       1171 (11900 domain reductions, 4 cutoffs)
1800.05/1800.04	c   avg switch length:       4.06
1800.05/1800.04	c   switching time   :       3.14
1800.05/1800.04	c Solution           :
1800.05/1800.04	c   Solutions found  :          0 (0 improvements)
1800.05/1800.04	c   Primal Bound     :          -
1800.05/1800.04	c   Dual Bound       : +1.90000000000000e+01
1800.05/1800.04	c   Gap              :   infinite
1800.05/1800.04	c   Root Dual Bound  : +1.71666666666667e+01
1800.05/1800.04	c   Root Iterations  :      32469
1800.15/1800.19	c Time complete: 1800.24.

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-3452515-1307090936/watcher-3452515-1307090936 -o /tmp/evaluation-result-3452515-1307090936/solver-3452515-1307090936 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452515-1307090936.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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 2/273 3949
/proc/meminfo: memFree=28244820/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=9980 CPUtime=0 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 1502 0 0 0 0 0 0 0 25 0 1 0 820694361 10219520 1455 33554432000 4194304 9128323 140737420859920 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3949/statm: 2495 1455 400 1205 0 1286 0

[startup+0.0634761 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 3949
/proc/meminfo: memFree=28244820/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=13852 CPUtime=0.06 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 2459 0 0 0 6 0 0 0 25 0 1 0 820694361 14184448 2412 33554432000 4194304 9128323 140737420859920 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3949/statm: 3463 2412 400 1205 0 2254 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13852

[startup+0.100467 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 3949
/proc/meminfo: memFree=28244820/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=14744 CPUtime=0.09 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 2675 0 0 0 9 0 0 0 25 0 1 0 820694361 15097856 2628 33554432000 4194304 9128323 140737420859920 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3949/statm: 3686 2628 400 1205 0 2477 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14744

[startup+0.300433 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 3949
/proc/meminfo: memFree=28244820/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=24944 CPUtime=0.29 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 5220 0 0 0 29 0 0 0 25 0 1 0 820694361 25542656 5172 33554432000 4194304 9128323 140737420859920 18446744073709551615 6192231 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3949/statm: 6236 5172 400 1205 0 5027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24944

[startup+0.700362 s]
/proc/loadavg: 2.05 2.01 2.00 2/273 3949
/proc/meminfo: memFree=28244820/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=164992 CPUtime=0.69 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 43168 0 0 0 65 4 0 0 25 0 1 0 820694361 168951808 38472 33554432000 4194304 9128323 140737420859920 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 41248 38472 497 1205 0 40039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164992

[startup+1.50022 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 3950
/proc/meminfo: memFree=28089068/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=166876 CPUtime=1.49 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 44436 0 0 0 145 4 0 0 25 0 1 0 820694361 170881024 39095 33554432000 4194304 9128323 140737420859920 18446744073709551615 5973232 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 41719 39095 543 1205 0 40510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166876

[startup+3.10092 s]
/proc/loadavg: 2.05 2.01 2.00 3/274 3950
/proc/meminfo: memFree=28088696/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=238492 CPUtime=3.09 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 61545 0 0 0 303 6 0 0 25 0 1 0 820694361 244215808 54706 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 59623 54706 660 1205 0 58414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 238492

[startup+6.30033 s]
/proc/loadavg: 2.04 2.01 2.00 3/274 3950
/proc/meminfo: memFree=27957996/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=235084 CPUtime=6.29 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 64325 0 0 0 616 13 0 0 25 0 1 0 820694361 240726016 54904 33554432000 4194304 9128323 140737420859920 18446744073709551615 7082531 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 58771 54904 697 1205 0 57562 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 235084

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/274 3950
/proc/meminfo: memFree=27868568/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=323836 CPUtime=12.69 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 86911 0 0 0 1249 20 0 0 25 0 1 0 820694361 331608064 77262 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 80959 77262 766 1205 0 79750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 323836

[startup+25.5008 s]
/proc/loadavg: 2.03 2.01 2.00 3/274 3951
/proc/meminfo: memFree=27838152/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=25.5 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94736 0 0 0 2523 27 0 0 25 0 1 0 820694361 368463872 85056 33554432000 4194304 9128323 140737420859920 18446744073709551615 4816400 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85056 735 1205 0 88748 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 359828

[startup+51.1011 s]
/proc/loadavg: 2.02 2.01 2.00 3/274 3951
/proc/meminfo: memFree=27837872/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=51.09 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94743 0 0 0 5073 36 0 0 25 0 1 0 820694361 368463872 85063 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85063 741 1205 0 88748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 359828

[startup+102.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/274 3953
/proc/meminfo: memFree=27836624/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=102.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94743 0 0 0 10165 66 0 0 25 0 1 0 820694361 368463872 85063 33554432000 4194304 9128323 140737420859920 18446744073709551615 7315713 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85063 741 1205 0 88748 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 359828

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3954
/proc/meminfo: memFree=27836732/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=162.3 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94746 0 0 0 16124 106 0 0 25 0 1 0 820694361 368463872 85066 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85066 744 1205 0 88748 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 359828

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3956
/proc/meminfo: memFree=27836712/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=222.3 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94746 0 0 0 22053 177 0 0 25 0 1 0 820694361 368463872 85066 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85066 744 1205 0 88748 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 359828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3958
/proc/meminfo: memFree=27836564/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=282.3 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94746 0 0 0 27990 240 0 0 25 0 1 0 820694361 368463872 85066 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85066 744 1205 0 88748 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 359828

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3959
/proc/meminfo: memFree=27836420/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=342.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94746 0 0 0 33950 281 0 0 25 0 1 0 820694361 368463872 85066 33554432000 4194304 9128323 140737420859920 18446744073709551615 7177070 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85066 744 1205 0 88748 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 359828

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3961
/proc/meminfo: memFree=27835416/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=402.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94746 0 0 0 39932 299 0 0 25 0 1 0 820694361 368463872 85066 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85066 744 1205 0 88748 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 359828

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/274 3962
/proc/meminfo: memFree=27834900/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=462.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94747 0 0 0 45892 339 0 0 25 0 1 0 820694361 368463872 85067 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85067 745 1205 0 88748 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 359828

[startup+522.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/274 3964
/proc/meminfo: memFree=27835252/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=522.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94747 0 0 0 51858 373 0 0 25 0 1 0 820694361 368463872 85067 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85067 745 1205 0 88748 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 359828

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/274 3966
/proc/meminfo: memFree=27835352/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=582.31 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94747 0 0 0 57807 424 0 0 25 0 1 0 820694361 368463872 85067 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85067 745 1205 0 88748 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 359828

[startup+642.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3983
/proc/meminfo: memFree=27834876/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=882.32 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94752 0 0 0 87648 584 0 0 25 0 1 0 820694361 368463872 85069 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85069 742 1205 0 88748 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 359828

[startup+942.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/274 3987
/proc/meminfo: memFree=27834856/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=942.32 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94752 0 0 0 93616 616 0 0 25 0 1 0 820694361 368463872 85069 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85069 742 1205 0 88748 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 359828

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/274 3989
/proc/meminfo: memFree=27834968/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1002.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94754 0 0 0 99590 643 0 0 25 0 1 0 820694361 368463872 85070 33554432000 4194304 9128323 140737420859920 18446744073709551615 5752371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85070 742 1205 0 88748 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 359828

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/274 3990
/proc/meminfo: memFree=27834944/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1062.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94757 0 0 0 105564 669 0 0 25 0 1 0 820694361 368463872 85073 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85073 742 1205 0 88748 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 359828

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3992
/proc/meminfo: memFree=27834924/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1122.32 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94757 0 0 0 111519 713 0 0 25 0 1 0 820694361 368463872 85073 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85073 742 1205 0 88748 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 359828

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3994
/proc/meminfo: memFree=27835156/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1182.32 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94757 0 0 0 117485 747 0 0 25 0 1 0 820694361 368463872 85073 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85073 742 1205 0 88748 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 359828

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3995
/proc/meminfo: memFree=27834012/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1242.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94757 0 0 0 123442 791 0 0 25 0 1 0 820694361 368463872 85073 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85073 742 1205 0 88748 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 359828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3997
/proc/meminfo: memFree=27833976/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1302.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 129398 835 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 359828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 3998
/proc/meminfo: memFree=27834696/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1362.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 135341 892 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 359828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4000
/proc/meminfo: memFree=27835296/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1422.35 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 141289 946 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 359828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4002
/proc/meminfo: memFree=27835024/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1482.33 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 147235 998 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 5240754 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 359828

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/274 4003
/proc/meminfo: memFree=27835252/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1542.34 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 153176 1058 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 359828

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/274 4005
/proc/meminfo: memFree=27835468/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1602.34 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94758 0 0 0 159121 1113 0 0 25 0 1 0 820694361 368463872 85074 33554432000 4194304 9128323 140737420859920 18446744073709551615 7263058 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85074 742 1205 0 88748 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 359828

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/274 4006
/proc/meminfo: memFree=27835572/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1662.35 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94761 0 0 0 165067 1168 0 0 25 0 1 0 820694361 368463872 85077 33554432000 4194304 9128323 140737420859920 18446744073709551615 7343274 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85077 742 1205 0 88748 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 359828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/274 4008
/proc/meminfo: memFree=27835432/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1722.34 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94761 0 0 0 171010 1224 0 0 25 0 1 0 820694361 368463872 85077 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85077 742 1205 0 88748 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 359828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/274 4010
/proc/meminfo: memFree=27834420/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1782.35 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94761 0 0 0 176953 1282 0 0 25 0 1 0 820694361 368463872 85077 33554432000 4194304 9128323 140737420859920 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85077 742 1205 0 88748 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 359828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 1.99 1.99 2/268 4028
/proc/meminfo: memFree=28070760/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=359828 CPUtime=1800.05 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94761 0 0 0 178706 1299 0 0 25 0 1 0 820694361 368463872 85077 33554432000 4194304 9128323 140737420859920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/3949/statm: 89957 85077 742 1205 0 88748 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 359828

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

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

[startup+1800.11 s]
/proc/loadavg: 1.92 1.99 1.99 2/268 4028
/proc/meminfo: memFree=28070760/32951124 swapFree=55664332/67111528
[pid=3949] ppid=3947 vsize=355380 CPUtime=1800.15 cores=1,3,5,7
/proc/3949/stat : 3949 (scip-2.0.1.4.li) R 3947 3949 31617 0 -1 4202496 94764 0 0 0 178716 1299 0 0 25 0 1 0 820694361 363909120 83968 33554432000 4194304 9128323 140737420859920 18446744073709551615 6885335 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3949/statm: 88845 83968 745 1205 0 87636 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 355380

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.25
CPU user time (s): 1787.24
CPU system time (s): 13.011
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 359828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.24
system time used= 13.011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94766
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= 3
involuntary context switches= 2693

runsolver used 4.29335 second user time and 10.4534 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-03 10:48:56
IDJOB=3452515
IDBENCH=2630
IDSOLVER=1949
FILE ID=node109/3452515-1307090936
RUNJOBID= node109-1307083718-2588
PBS_JOBID= 13497879
Free space on /tmp= 73896 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_18.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-3452515-1307090936/watcher-3452515-1307090936 -o /tmp/evaluation-result-3452515-1307090936/solver-3452515-1307090936 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452515-1307090936.opb -t 1800 -m 15500

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=2089630458

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:      28244976 kB
Buffers:        306844 kB
Cached:        2265552 kB
SwapCached:      10392 kB
Active:        1009412 kB
Inactive:      3439112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28244976 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:           32320 kB
Writeback:           0 kB
AnonPages:     1871792 kB
Mapped:          18952 kB
Slab:           158176 kB
PageTables:      37476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 31043288 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= 73896 MiB
End job on node109 at 2011-06-03 11:18:58