Trace number 3692033

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 E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? 1796.93 1797.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692033-1338031489.opb>
0.09/0.17	c original problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
0.09/0.17	c problem read in 0.17
0.19/0.25	c presolving:
0.49/0.57	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
1.09/1.16	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 43200 chg sides, 64800 chg coeffs, 42620 upgd conss, 6660 impls, 630 clqs
1.59/1.69	c    (1.7s) probing: 51/2700 (1.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.59/1.69	c    (1.7s) probing aborted: 50/50 successive totally useless probings
1.69/1.73	c presolving (3 rounds):
1.69/1.73	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 43200 changed sides, 64800 changed coefficients
1.69/1.73	c  6660 implications, 630 cliques
1.69/1.73	c presolved problem has 2700 variables (2700 bin, 0 int, 0 impl, 0 cont) and 42620 constraints
1.69/1.73	c   21770 constraints of type <knapsack>
1.69/1.73	c    3960 constraints of type <setppc>
1.69/1.73	c   16890 constraints of type <logicor>
1.69/1.73	c transformed objective value is always integral (scale: 1)
1.69/1.73	c Presolving Time: 1.47
1.69/1.73	c - non default parameters ----------------------------------------------------------------------
1.69/1.73	c # SCIP version 2.1.1.4
1.69/1.73	c 
1.69/1.73	c # maximal time in seconds to run
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/time = 1797
1.69/1.73	c 
1.69/1.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.73	c limits/memory = 13950
1.69/1.73	c 
1.69/1.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.69/1.73	c # [type: int, range: [1,2], default: 1]
1.69/1.73	c timing/clocktype = 2
1.69/1.73	c 
1.69/1.73	c # belongs reading time to solving time?
1.69/1.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.73	c timing/reading = TRUE
1.69/1.73	c 
1.69/1.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.69/1.73	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.73	c separating/rapidlearning/freq = 0
1.69/1.73	c 
1.69/1.73	c -----------------------------------------------------------------------------------------------
1.69/1.73	c start solving
1.69/1.73	c 
19.28/19.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.28/19.36	c  19.4s|     1 |     0 | 12582 |     - | 105M|   0 | 767 |2700 |  42k|2700 |  42k|   0 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
157.96/158.06	c   158s|     1 |     0 | 55323 |     - | 114M|   0 | 831 |2700 |  42k|2700 |  42k|  11 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
179.75/179.80	c   180s|     1 |     0 | 57244 |     - | 114M|   0 | 796 |2700 |  42k|2700 |  42k|  17 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
199.56/199.69	c   200s|     1 |     0 | 59451 |     - | 114M|   0 | 822 |2700 |  42k|2700 |  42k|  23 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
221.75/221.88	c   222s|     1 |     0 | 61283 |     - | 114M|   0 | 853 |2700 |  42k|2700 |  42k|  29 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
245.65/245.71	c   246s|     1 |     0 | 64216 |     - | 114M|   0 | 816 |2700 |  42k|2700 |  42k|  36 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
267.75/267.80	c   268s|     1 |     0 | 65963 |     - | 114M|   0 | 828 |2700 |  42k|2700 |  42k|  43 |  54 |   0 | 1.400000e+02 |      --      |    Inf 
385.42/385.53	c   386s|     1 |     2 | 65963 |     - | 114M|   0 | 828 |2700 |  42k|2700 |  42k|  43 |  54 |  74 | 1.400000e+02 |      --      |    Inf 
1670.83/1671.11	c  1671s|   100 |   101 |598094 |5375.1 | 116M|  21 | 837 |2700 |  42k|2700 |  42k|  43 | 114 | 384 | 1.400000e+02 |      --      |    Inf 
1796.71/1797.07	c 
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Solving Time (sec) : 1797.07
1796.71/1797.07	c Solving Nodes      : 116
1796.71/1797.07	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.07	c Dual Bound         : +1.40000000000000e+02
1796.71/1797.07	c Gap                : infinite
1796.71/1797.07	s UNKNOWN
1796.71/1797.07	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.07	c Total Time         :    1797.07
1796.71/1797.07	c   solving          :    1797.07
1796.71/1797.07	c   presolving       :       1.47 (included in solving)
1796.71/1797.07	c   reading          :       0.17 (included in solving)
1796.71/1797.07	c   copying          :       0.09 (1 #copies) (minimal 0.09, maximal 0.09, average 0.09)
1796.71/1797.07	c Original Problem   :
1796.71/1797.07	c   Problem name     : HOME/instance-3692033-1338031489.opb
1796.71/1797.07	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 42620 initial, 42620 maximal
1796.71/1797.07	c   Objective sense  : minimize
1796.71/1797.07	c Presolved Problem  :
1796.71/1797.07	c   Problem name     : t_HOME/instance-3692033-1338031489.opb
1796.71/1797.07	c   Variables        : 2700 (2700 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.07	c   Constraints      : 42620 initial, 42734 maximal
1796.71/1797.07	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.07	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   gateextraction   :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   components       :       0.03       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   probing          :       0.06       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   knapsack         :       1.00       0.00          0          0          0          0          0          0          0      43200      64800
1796.71/1797.07	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   linear           :       0.25       0.04          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   logicor          :       0.06       0.01          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.07	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   integral         :          0          0          0          0        116          0          4          0          0          0          0          0        232
1796.71/1797.07	c   knapsack         :      21770      21770          6       3557          0          0          3        116          0        168          0          0          0
1796.71/1797.07	c   setppc           :       3960       3960          6       3557          0          0          1        825          9       2739          0          0          0
1796.71/1797.07	c   logicor          :      16890+     17004          6        714          0          0          0        274          8        160          0          0          0
1796.71/1797.07	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.07	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.07	c   integral         :     608.19       0.00       0.00       0.00     608.19       0.00       0.00       0.00
1796.71/1797.07	c   knapsack         :       2.83       0.00       0.36       2.46       0.00       0.00       0.01       0.00
1796.71/1797.07	c   setppc           :       0.37       0.00       0.00       0.37       0.00       0.00       0.00       0.00
1796.71/1797.07	c   logicor          :       0.04       0.01       0.00       0.03       0.00       0.00       0.00       0.00
1796.71/1797.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.07	c   rootredcost      :          0          0          0          0
1796.71/1797.07	c   pseudoobj        :       3573          0          0          0
1796.71/1797.07	c   vbounds          :          0          0          0          0
1796.71/1797.07	c   redcost          :        122          0          0          0
1796.71/1797.07	c   probing          :          0          0          0          0
1796.71/1797.07	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.07	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.07	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.07	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.07	c   probing          :       0.06       0.00       0.06       0.00       0.00
1796.71/1797.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.07	c   propagation      :       0.00         17         17         80       14.7          2        7.5          -
1796.71/1797.07	c   infeasible LP    :       0.01          8          8        147       99.8          2        6.0          0
1796.71/1797.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.07	c   applied globally :          -          -          -        114       36.5          -          -          -
1796.71/1797.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.07	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.07	c   cut pool         :       0.01                     5          -          -          1          -    (maximal pool size: 265)
1796.71/1797.07	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.71/1797.07	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   gomory           :      46.21       0.00          6          0          0        102          0
1796.71/1797.07	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   strongcg         :      46.59       0.00          6          0          0        587          0
1796.71/1797.07	c   cmir             :       0.87       0.00          6          0          0          0          0
1796.71/1797.07	c   flowcover        :       3.72       0.00          6          0          0          0          0
1796.71/1797.07	c   clique           :       0.13       0.00          6          0          0         36          0
1796.71/1797.07	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   mcf              :       0.03       0.00          1          0          0          0          0
1796.71/1797.07	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.07	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.07	c   problem variables:       0.00          -          0          0
1796.71/1797.07	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.07	c   relpscost        :     608.19       0.00        116          0          0          0          0        232
1796.71/1797.07	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.07	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.07	c   LP solutions     :       0.00          -          -          0
1796.71/1797.07	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.07	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.07	c   crossover        :       0.00       0.00          0          0
1796.71/1797.07	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.07	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.07	c   veclendiving     :     123.36       0.00          1          0
1796.71/1797.07	c   linesearchdiving :      62.38       0.00          1          0
1796.71/1797.07	c   coefdiving       :      66.06       0.00          2          0
1796.71/1797.07	c   pscostdiving     :      72.09       0.00          2          0
1796.71/1797.07	c   fracdiving       :      35.04       0.00          2          0
1796.71/1797.07	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.07	c   trivial          :       0.01       0.00          2          0
1796.71/1797.07	c   shiftandpropagate:       0.31       0.00          1          0
1796.71/1797.07	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.07	c   zirounding       :       0.29       0.00          0          0
1796.71/1797.07	c   rounding         :       0.34       0.00        111          0
1796.71/1797.07	c   shifting         :       0.18       0.00         19          0
1796.71/1797.07	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.07	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.07	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.07	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.07	c   feaspump         :     129.86       0.00          1          0
1796.71/1797.07	c   clique           :       0.00       0.00          0          0
1796.71/1797.07	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.07	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.07	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.07	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.07	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.07	c   objpscostdiving  :      47.34       0.00          1          0
1796.71/1797.07	c   rootsoldiving    :      72.64       0.00          1          0
1796.71/1797.07	c   octane           :       0.00       0.00          0          0
1796.71/1797.07	c   rens             :       0.41       0.00          1          0
1796.71/1797.07	c   rins             :       0.00       0.00          0          0
1796.71/1797.07	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.07	c   mutation         :       0.00       0.00          0          0
1796.71/1797.07	c   dins             :       0.00       0.00          0          0
1796.71/1797.07	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.07	c   undercover       :       0.00       0.00          0          0
1796.71/1797.07	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.07	c   trysol           :       0.00       0.00          0          0
1796.71/1797.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.07	c   primal LP        :       0.05          1          0       0.00       0.00       0.05          1
1796.71/1797.07	c   dual LP          :     478.15        125     334832    2744.52     700.26       0.13          3
1796.71/1797.07	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.07	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.07	c   diving/probing LP:     597.08       2417     315376     130.48     528.20
1796.71/1797.07	c   strong branching :     608.13        411     369990     900.22     608.40
1796.71/1797.07	c     (at root node) :          -         74      72761     983.26          -
1796.71/1797.07	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.07	c B&B Tree           :
1796.71/1797.07	c   number of runs   :          1
1796.71/1797.07	c   nodes            :        116
1796.71/1797.07	c   nodes (total)    :        116
1796.71/1797.07	c   nodes left       :        117
1796.71/1797.07	c   max depth        :         21
1796.71/1797.07	c   max depth (total):         21
1796.71/1797.07	c   backtracks       :         10 (8.6%)
1796.71/1797.07	c   delayed cutoffs  :          0
1796.71/1797.07	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.07	c   avg switch length:       1.98
1796.71/1797.07	c   switching time   :       0.14
1796.71/1797.07	c Solution           :
1796.71/1797.07	c   Solutions found  :          0 (0 improvements)
1796.71/1797.07	c   Primal Bound     :          -
1796.71/1797.07	c   Dual Bound       : +1.40000000000000e+02
1796.71/1797.07	c   Gap              :   infinite
1796.71/1797.07	c   Root Dual Bound  : +1.40000000000000e+02
1796.71/1797.07	c   Root Iterations  :      65963
1796.91/1797.21	c Time complete: 1796.92.

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-3692033-1338031489/watcher-3692033-1338031489 -o /tmp/evaluation-result-3692033-1338031489/solver-3692033-1338031489 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692033-1338031489.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 1.85 3/176 9832
/proc/meminfo: memFree=28619056/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=14008 CPUtime=0 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 2145 0 0 0 0 0 0 0 20 0 1 0 269273515 14344192 2099 33554432000 4194304 10219143 140736749169056 140733691447288 8845997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 3502 2113 421 1471 0 2022 0

[startup+0.037622 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 9832
/proc/meminfo: memFree=28619056/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=21472 CPUtime=0.03 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 4124 0 0 0 3 0 0 0 20 0 1 0 269273515 21987328 4078 33554432000 4194304 10219143 140736749169056 140733691447288 8868188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 5368 4078 421 1471 0 3888 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21472

[startup+0.100302 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 9832
/proc/meminfo: memFree=28619056/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=30060 CPUtime=0.09 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 6241 0 0 0 9 0 0 0 20 0 1 0 269273515 30781440 6195 33554432000 4194304 10219143 140736749169056 140733691447288 9029200 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 7515 6195 421 1471 0 6035 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30060

[startup+0.300267 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 9832
/proc/meminfo: memFree=28619056/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=94580 CPUtime=0.28 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 22155 0 0 0 25 3 0 0 20 0 1 0 269273515 96849920 22082 33554432000 4194304 10219143 140736749169056 140733691447288 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 23645 22082 552 1471 0 22165 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 94580

[startup+0.700254 s]
/proc/loadavg: 2.00 2.00 1.85 3/176 9832
/proc/meminfo: memFree=28619056/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=133760 CPUtime=0.69 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 34206 0 0 0 62 7 0 0 20 0 1 0 269273515 136970240 31885 33554432000 4194304 10219143 140736749169056 140736749166456 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 33440 31885 585 1471 0 31960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133760

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 9833
/proc/meminfo: memFree=28491072/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=140960 CPUtime=1.48 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 36007 0 0 0 140 8 0 0 20 0 1 0 269273515 144343040 33686 33554432000 4194304 10219143 140736749169056 140736749166456 9008087 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 35240 33686 586 1471 0 33760 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 140960

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 9833
/proc/meminfo: memFree=28398964/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=262608 CPUtime=3.09 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 56799 0 0 0 296 13 0 0 20 0 1 0 269273515 268910592 61087 33554432000 4194304 10219143 140736749169056 140736749162312 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 65652 61087 764 1471 0 64172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 262608

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 9833
/proc/meminfo: memFree=28372488/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=262608 CPUtime=6.29 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 58119 0 0 0 615 14 0 0 20 0 1 0 269273515 268910592 62315 33554432000 4194304 10219143 140736749169056 140736749162312 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 65652 62315 764 1471 0 64172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 262608

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 9833
/proc/meminfo: memFree=28371628/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=262608 CPUtime=12.68 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 58119 0 0 0 1254 14 0 0 20 0 1 0 269273515 268910592 62315 33554432000 4194304 10219143 140736749169056 140736749162312 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 65652 62315 764 1471 0 64172 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 262608

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.86 3/177 9833
/proc/meminfo: memFree=28370676/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=256800 CPUtime=25.49 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 59710 0 0 0 2532 17 0 0 20 0 1 0 269273515 262963200 62510 33554432000 4194304 10219143 140736749169056 140736749160264 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 64200 62510 784 1471 0 62720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 256800

[startup+51.1003 s]
/proc/loadavg: 2.13 2.03 1.87 3/177 9833
/proc/meminfo: memFree=28362872/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=270780 CPUtime=51.08 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 59856 0 0 0 5090 18 0 0 20 0 1 0 269273515 277278720 64247 33554432000 4194304 10219143 140736749169056 140736749160360 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 67695 64247 784 1471 0 66215 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 270780

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 1.87 3/177 9833
/proc/meminfo: memFree=28361068/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=270780 CPUtime=102.27 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 60073 0 0 0 10205 22 0 0 20 0 1 0 269273515 277278720 64519 33554432000 4194304 10219143 140736749169056 140736749160184 8067656 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 67695 64519 784 1471 0 66215 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 270780

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.88 3/177 9833
/proc/meminfo: memFree=28349232/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=274656 CPUtime=162.26 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 61247 0 0 0 16198 28 0 0 20 0 1 0 269273515 281247744 67485 33554432000 4194304 10219143 140736749169056 140736749163928 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 68664 67485 816 1471 0 67184 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 274656

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/177 9834
/proc/meminfo: memFree=28336624/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=286844 CPUtime=222.25 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 63212 0 0 0 22179 46 0 0 20 0 1 0 269273515 293728256 70461 33554432000 4194304 10219143 140736749169056 140736749161576 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 71711 70461 816 1471 0 70231 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 286844

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/177 9834
/proc/meminfo: memFree=28331540/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=282.24 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81757 0 0 0 28159 65 0 0 20 0 1 0 269273515 297033728 71432 33554432000 4194304 10219143 140736749169056 140736749162504 8102401 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71432 847 1471 0 71038 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 290072

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 9837
/proc/meminfo: memFree=28329360/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=342.23 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81757 0 0 0 34150 73 0 0 20 0 1 0 269273515 297033728 71440 33554432000 4194304 10219143 140736749169056 140736749162888 8056857 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71440 847 1471 0 71038 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 290072

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 9837
/proc/meminfo: memFree=28329352/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=402.23 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81759 0 0 0 40143 80 0 0 20 0 1 0 269273515 297033728 71442 33554432000 4194304 10219143 140736749169056 140736749162504 8056480 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71442 849 1471 0 71038 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 290072

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 9837
/proc/meminfo: memFree=28328420/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=462.22 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81759 0 0 0 46134 88 0 0 20 0 1 0 269273515 297033728 71442 33554432000 4194304 10219143 140736749169056 140736749162504 8056877 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71442 849 1471 0 71038 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 290072

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 9838
/proc/meminfo: memFree=28328544/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=522.21 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81759 0 0 0 52125 96 0 0 20 0 1 0 269273515 297033728 71442 33554432000 4194304 10219143 140736749169056 140736749162504 8056492 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71442 849 1471 0 71038 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 290072

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 9838
/proc/meminfo: memFree=28326436/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=290072 CPUtime=582.19 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 81759 0 0 0 58115 104 0 0 20 0 1 0 269273515 297033728 71442 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72518 71442 849 1471 0 71038 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 290072

[startup+642.3 s]

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

/proc/meminfo: memFree=28297588/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=310552 CPUtime=1122.12 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 92708 0 0 0 112038 174 0 0 20 0 1 0 269273515 318005248 76481 33554432000 4194304 10219143 140736749169056 140736749162232 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 77638 76481 852 1471 0 76158 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 310552

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 9844
/proc/meminfo: memFree=28313784/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=293908 CPUtime=1182.11 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 95812 0 0 0 118028 183 0 0 20 0 1 0 269273515 300961792 72361 33554432000 4194304 10219143 140736749169056 140736749162504 7639959 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73477 72361 852 1471 0 71997 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 293908

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 9844
/proc/meminfo: memFree=28312780/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=294120 CPUtime=1242.1 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 95896 0 0 0 124020 190 0 0 20 0 1 0 269273515 301178880 72443 33554432000 4194304 10219143 140736749169056 140736749162408 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73530 72443 852 1471 0 72050 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 294120

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 9844
/proc/meminfo: memFree=28293112/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=314476 CPUtime=1302.09 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 97510 0 0 0 130013 196 0 0 20 0 1 0 269273515 322023424 77048 33554432000 4194304 10219143 140736749169056 140736749162264 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 78619 77048 852 1471 0 77139 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 314476

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/177 9844
/proc/meminfo: memFree=28310916/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=291472 CPUtime=1362.08 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 97993 0 0 0 136005 203 0 0 20 0 1 0 269273515 298467328 71753 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 72868 71753 852 1471 0 71388 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 291472

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 1.94 3/177 9845
/proc/meminfo: memFree=28309984/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=293332 CPUtime=1422.07 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 97994 0 0 0 141998 209 0 0 20 0 1 0 269273515 300371968 71948 33554432000 4194304 10219143 140736749169056 140736749161992 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73333 71948 852 1471 0 71853 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 293332

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 1.94 3/177 9845
/proc/meminfo: memFree=28311224/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=294760 CPUtime=1482.06 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 97995 0 0 0 147989 217 0 0 20 0 1 0 269273515 301834240 71949 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73690 71949 852 1471 0 72210 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 294760

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/178 9848
/proc/meminfo: memFree=28309232/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=294760 CPUtime=1542.05 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 98298 0 0 0 153982 223 0 0 20 0 1 0 269273515 301834240 72252 33554432000 4194304 10219143 140736749169056 140736749161768 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73690 72252 852 1471 0 72210 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 294760

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/177 9848
/proc/meminfo: memFree=28307876/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=294760 CPUtime=1602.04 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 98298 0 0 0 159973 231 0 0 20 0 1 0 269273515 301834240 72252 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73690 72252 852 1471 0 72210 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 294760

[startup+1662.3 s]
/proc/loadavg: 2.15 2.07 1.96 3/177 9848
/proc/meminfo: memFree=28306324/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=294760 CPUtime=1662.03 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 98408 0 0 0 165965 238 0 0 20 0 1 0 269273515 301834240 72362 33554432000 4194304 10219143 140736749169056 140736749162360 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 73690 72362 852 1471 0 72210 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 294760

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 1.96 3/177 9849
/proc/meminfo: memFree=28302724/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1722.02 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 171957 245 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 296676

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302680/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1782.01 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 177948 253 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 296676

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

[startup+1785.5 s]
/proc/loadavg: 2.05 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302804/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1785.21 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 178268 253 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162184 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 296676

[startup+1791.91 s]
/proc/loadavg: 2.05 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302928/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1791.62 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 178908 254 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162504 8056881 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 296676

[startup+1795.1 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302680/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1794.82 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 179228 254 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162600 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 296676

[startup+1795.9 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302680/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1795.61 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 179307 254 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162504 9026266 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 296676

[startup+1796.7 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302804/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1796.41 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99106 0 0 0 179387 254 0 0 20 0 1 0 269273515 303796224 73060 33554432000 4194304 10219143 140736749169056 140736749162504 8099907 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73060 852 1471 0 72689 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 296676

[startup+1797.1 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302804/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=296676 CPUtime=1796.81 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99109 0 0 0 179427 254 0 0 20 0 1 0 269273515 303796224 73063 33554432000 4194304 10219143 140736749169056 140736749162504 5123399 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 74169 73063 855 1471 0 72689 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 296676

[startup+1797.2 s]
/proc/loadavg: 2.04 2.05 1.97 3/177 9887
/proc/meminfo: memFree=28302804/32873844 swapFree=6080/6080
[pid=9832] ppid=9830 vsize=235176 CPUtime=1796.91 cores=0,2,4,6
/proc/9832/stat : 9832 (scip-2.1.1.4exp) R 9830 9832 8502 0 -1 4202496 99109 0 0 0 179436 255 0 0 20 0 1 0 269273515 240820224 57987 33554432000 4194304 10219143 140736749169056 140736749162504 5957840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9832/statm: 58794 57987 855 1471 0 57314 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (KiB) 235176

Child status: 0
Real time (s): 1797.21
CPU time (s): 1796.93
CPU user time (s): 1794.38
CPU system time (s): 2.55461
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 361600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 2.55461
maximum resident set size= 356020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99111
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= 17
involuntary context switches= 1847

runsolver used 2.57461 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-26 13:24:50
IDJOB=3692033
IDBENCH=2013
IDSOLVER=2271
FILE ID=node139/3692033-1338031489
RUNJOBID= node139-1338029658-9613
PBS_JOBID= 14624336
Free space on /tmp= 71624 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692033-1338031489/watcher-3692033-1338031489 -o /tmp/evaluation-result-3692033-1338031489/solver-3692033-1338031489 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692033-1338031489.opb -t 1800 -m 15500

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

MD5SUM BENCH= 2821538067d8c071dc9bd4a000c6d040
RANDOM SEED=1145121145

node139.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		: 2666.750
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	: 5333.50
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		: 2666.750
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.91
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		: 2666.750
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	: 5331.90
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		: 2666.750
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		: 2666.750
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.92
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		: 2666.750
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		: 2666.750
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.91
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		: 2666.750
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:       32873844 kB
MemFree:        28619320 kB
Buffers:          255444 kB
Cached:          3117252 kB
SwapCached:            0 kB
Active:           708768 kB
Inactive:        2750128 kB
Active(anon):      77908 kB
Inactive(anon):    11120 kB
Active(file):     630860 kB
Inactive(file):  2739008 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31012 kB
Writeback:             0 kB
AnonPages:         92456 kB
Mapped:            17444 kB
Shmem:               200 kB
Slab:             656340 kB
SReclaimable:      98344 kB
SUnreclaim:       557996 kB
KernelStack:        1472 kB
PageTables:         3480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     202016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node139 at 2012-05-26 13:54:47