Trace number 3692966

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1797.41 1797.69

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-70.opb
MD5SUM4f155d4f8b05885565510d4fbd89c993
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12552
Total number of constraints283802
Number of constraints which are clauses254979
Number of constraints which are cardinality constraints (but not clauses)914
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint1
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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: a3bf3a4-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-3692966-1338041611.opb>
0.79/0.80	c original problem has 12552 variables (12552 bin, 0 int, 0 impl, 0 cont) and 283802 constraints
0.79/0.80	c problem read in 0.80
1.59/1.63	c presolving:
2.79/2.82	c (round 1) 132 del vars, 3468 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
2.99/3.05	c (round 2) 132 del vars, 4908 del conss, 0 add conss, 132 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 136216 impls, 457 clqs
4.99/5.00	c (round 3) 132 del vars, 4943 del conss, 0 add conss, 132 chg bounds, 15 chg sides, 0 chg coeffs, 278943 upgd conss, 136216 impls, 457 clqs
5.69/5.75	c (round 4) 132 del vars, 5010 del conss, 0 add conss, 132 chg bounds, 15 chg sides, 0 chg coeffs, 278943 upgd conss, 136216 impls, 457 clqs
6.78/6.81	c    (6.8s) probing: 51/12420 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
6.78/6.81	c    (6.8s) probing aborted: 50/50 successive totally useless probings
7.49/7.52	c presolving (5 rounds):
7.49/7.52	c  132 deleted vars, 5010 deleted constraints, 0 added constraints, 132 tightened bounds, 0 added holes, 15 changed sides, 0 changed coefficients
7.49/7.52	c  136216 implications, 457 cliques
7.49/7.52	c presolved problem has 12420 variables (12420 bin, 0 int, 0 impl, 0 cont) and 278792 constraints
7.49/7.52	c   28351 constraints of type <knapsack>
7.49/7.52	c   58981 constraints of type <setppc>
7.49/7.52	c       3 constraints of type <linear>
7.49/7.52	c  191457 constraints of type <logicor>
7.49/7.52	c transformed objective value is always integral (scale: 1)
7.49/7.52	c Presolving Time: 6.51
7.49/7.52	c - non default parameters ----------------------------------------------------------------------
7.49/7.52	c # SCIP version 2.1.1.4
7.49/7.52	c 
7.49/7.52	c # maximal time in seconds to run
7.49/7.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.49/7.52	c limits/time = 1797
7.49/7.52	c 
7.49/7.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.49/7.52	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.49/7.52	c limits/memory = 13950
7.49/7.52	c 
7.49/7.52	c # default clock type (1: CPU user seconds, 2: wall clock time)
7.49/7.52	c # [type: int, range: [1,2], default: 1]
7.49/7.52	c timing/clocktype = 2
7.49/7.52	c 
7.49/7.52	c # belongs reading time to solving time?
7.49/7.52	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.49/7.52	c timing/reading = TRUE
7.49/7.52	c 
7.49/7.52	c -----------------------------------------------------------------------------------------------
7.49/7.52	c start solving
7.49/7.53	c 
13.59/13.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.59/13.63	c  13.6s|     1 |     0 |  3744 |     - | 428M|   0 |1983 |  12k| 278k|  12k| 278k|   0 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
185.16/185.28	c   185s|     1 |     0 | 28833 |     - | 436M|   0 |1297 |  12k| 278k|  12k| 278k|  19 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
225.95/226.05	c   226s|     1 |     0 | 29678 |     - | 436M|   0 |1833 |  12k| 278k|  12k| 278k|  35 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
271.95/272.01	c   272s|     1 |     0 | 31418 |     - | 437M|   0 |2478 |  12k| 278k|  12k| 278k|  51 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
316.54/316.63	c   317s|     1 |     0 | 32239 |     - | 437M|   0 |3031 |  12k| 278k|  12k| 278k|  68 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
362.43/362.55	c   363s|     1 |     0 | 32931 |     - | 438M|   0 |3063 |  12k| 278k|  12k| 278k|  82 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
413.92/414.01	c   414s|     1 |     0 | 33724 |     - | 438M|   0 |3426 |  12k| 278k|  12k| 278k| 109 |  19 |   0 | 0.000000e+00 |      --      |    Inf 
448.02/448.10	c   448s|     1 |     2 | 33724 |     - | 438M|   0 |3426 |  12k| 278k|  12k| 278k| 109 |  19 |  18 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.03	c 
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Solving Time (sec) : 1797.02
1796.71/1797.03	c Solving Nodes      : 17
1796.71/1797.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.03	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.03	c Gap                : infinite
1796.71/1797.03	s UNKNOWN
1796.71/1797.03	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.03	c Total Time         :    1797.02
1796.71/1797.03	c   solving          :    1797.02
1796.71/1797.03	c   presolving       :       6.51 (included in solving)
1796.71/1797.03	c   reading          :       0.80 (included in solving)
1796.71/1797.03	c   copying          :       0.44 (1 #copies) (minimal 0.44, maximal 0.44, average 0.44)
1796.71/1797.03	c Original Problem   :
1796.71/1797.03	c   Problem name     : HOME/instance-3692966-1338041611.opb
1796.71/1797.03	c   Variables        : 12552 (12552 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 283802 initial, 283802 maximal
1796.71/1797.03	c   Objective sense  : minimize
1796.71/1797.03	c Presolved Problem  :
1796.71/1797.03	c   Problem name     : t_HOME/instance-3692966-1338041611.opb
1796.71/1797.03	c   Variables        : 12420 (12420 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.03	c   Constraints      : 278792 initial, 278839 maximal
1796.71/1797.03	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.03	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   gateextraction   :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   components       :       0.12       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   probing          :       0.39       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   knapsack         :       0.15       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c   setppc           :       0.20       0.00          0          0          0          0          0         67          0          0          0
1796.71/1797.03	c   linear           :       2.60       0.00        132          0          0        132          0       4923          0         15          0
1796.71/1797.03	c   logicor          :       1.54       0.58          0          0          0          0          0         20          0          0          0
1796.71/1797.03	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   integral         :          0          0          0          0         17          0          4          0          0          0          0          0         34
1796.71/1797.03	c   knapsack         :      28351      28351          6       5045          0          0          3         30          1          0         80          0          0
1796.71/1797.03	c   setppc           :      58981      58981          6       5044          0          0          2        175          6       1147          0          0          0
1796.71/1797.03	c   linear           :          3          3          6       4905          0          0          0         15          0          0          0          0          0
1796.71/1797.03	c   logicor          :     191457+    191504          6       2566          0          0          0         81         18          0          0          0          0
1796.71/1797.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.03	c   integral         :     480.71       0.00       0.00       0.00     480.71       0.00       0.00       0.00
1796.71/1797.03	c   knapsack         :       5.13       0.00       0.23       4.89       0.00       0.00       0.01       0.00
1796.71/1797.03	c   setppc           :       8.77       0.00       0.02       8.76       0.00       0.00       0.00       0.00
1796.71/1797.03	c   linear           :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00
1796.71/1797.03	c   logicor          :       0.88       0.58       0.05       0.25       0.00       0.00       0.00       0.00
1796.71/1797.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.03	c   rootredcost      :          0          0          0          0
1796.71/1797.03	c   pseudoobj        :          0          0          0          0
1796.71/1797.03	c   vbounds          :          0          0          0          0
1796.71/1797.03	c   redcost          :         23          0          0          0
1796.71/1797.03	c   probing          :          0          0          0          0
1796.71/1797.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.03	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.03	c   probing          :       0.39       0.00       0.39       0.00       0.00
1796.71/1797.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.03	c   propagation      :       0.00         25         25         40       16.4          1      232.0          -
1796.71/1797.03	c   infeasible LP    :       0.01          2          2         14      123.6          1        8.0          0
1796.71/1797.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.03	c   applied globally :          -          -          -         50       47.4          -          -          -
1796.71/1797.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.03	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.03	c   cut pool         :       0.00                     5          -          -        118          -    (maximal pool size: 967)
1796.71/1797.03	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   impliedbounds    :       0.01       0.00          6          0          0          0          0
1796.71/1797.03	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   gomory           :       4.39       0.00          6          0          0        300          0
1796.71/1797.03	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   strongcg         :      17.58       0.00          6          0          0       3000          0
1796.71/1797.03	c   cmir             :      22.68       0.00          6          0          0          0          0
1796.71/1797.03	c   flowcover        :     204.63       0.00          6          0          0         60          0
1796.71/1797.03	c   clique           :       0.63       0.00          6          0          0         49          0
1796.71/1797.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   mcf              :       0.47       0.00          1          0          0          0          0
1796.71/1797.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.03	c   problem variables:       0.00          -          0          0
1796.71/1797.03	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.03	c   relpscost        :     480.71       0.00         17          0          0          0          0         34
1796.71/1797.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.03	c   LP solutions     :       0.00          -          -          0
1796.71/1797.03	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.03	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.03	c   crossover        :       0.00       0.00          0          0
1796.71/1797.03	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.03	c   trivial          :       0.02       0.00          2          0
1796.71/1797.03	c   shiftandpropagate:       1.00       0.00          1          0
1796.71/1797.03	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.03	c   zirounding       :       0.22       0.00          0          0
1796.71/1797.03	c   rounding         :       0.32       0.00         23          0
1796.71/1797.03	c   shifting         :       1.00       0.00          7          0
1796.71/1797.03	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.03	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.03	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.03	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.03	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.03	c   feaspump         :     128.89       0.00          1          0
1796.71/1797.03	c   clique           :       0.00       0.00          0          0
1796.71/1797.03	c   coefdiving       :     223.57       0.00          1          0
1796.71/1797.03	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.03	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   pscostdiving     :      76.03       0.00          1          0
1796.71/1797.03	c   fracdiving       :     266.47       0.00          3          0
1796.71/1797.03	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   veclendiving     :     119.46       0.00          1          0
1796.71/1797.03	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.03	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.03	c   objpscostdiving  :       4.15       0.00          1          0
1796.71/1797.03	c   rootsoldiving    :      53.83       0.00          1          0
1796.71/1797.03	c   linesearchdiving :      95.06       0.00          2          0
1796.71/1797.03	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.03	c   octane           :       0.00       0.00          0          0
1796.71/1797.03	c   rens             :       1.92       0.00          1          0
1796.71/1797.03	c   rins             :       0.00       0.00          0          0
1796.71/1797.03	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.03	c   mutation         :       0.00       0.00          0          0
1796.71/1797.03	c   dins             :       0.00       0.00          0          0
1796.71/1797.03	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.03	c   undercover       :       0.00       0.00          0          0
1796.71/1797.03	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.03	c   trysol           :       0.00       0.00          0          0
1796.71/1797.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.03	c   primal LP        :       0.19          1          0       0.00       0.00       0.19          1
1796.71/1797.03	c   dual LP          :      85.35         26      26235    1140.65     307.38       0.53          3
1796.71/1797.03	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.03	c   diving/probing LP:     855.14       3853     103154      26.77     120.63
1796.71/1797.03	c   strong branching :     480.53        290      71512     246.59     148.82
1796.71/1797.03	c     (at root node) :          -         18       3794     210.78          -
1796.71/1797.03	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.03	c B&B Tree           :
1796.71/1797.03	c   number of runs   :          1
1796.71/1797.03	c   nodes            :         17
1796.71/1797.03	c   nodes (total)    :         17
1796.71/1797.03	c   nodes left       :         18
1796.71/1797.03	c   max depth        :          6
1796.71/1797.03	c   max depth (total):          6
1796.71/1797.03	c   backtracks       :         10 (58.8%)
1796.71/1797.03	c   delayed cutoffs  :          0
1796.71/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.03	c   avg switch length:       2.65
1796.71/1797.03	c   switching time   :       0.27
1796.71/1797.03	c Solution           :
1796.71/1797.03	c   Solutions found  :          0 (0 improvements)
1796.71/1797.03	c   Primal Bound     :          -
1796.71/1797.03	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.03	c   Gap              :   infinite
1796.71/1797.03	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.03	c   Root Iterations  :      33724
1797.30/1797.69	c Time complete: 1797.4.

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-3692966-1338041611/watcher-3692966-1338041611 -o /tmp/evaluation-result-3692966-1338041611/solver-3692966-1338041611 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692966-1338041611.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.01 2.01 2.00 3/178 8660
/proc/meminfo: memFree=28254072/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=9956 CPUtime=0 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 270285882 10194944 1202 33554432000 4194304 10169799 140734717869824 140735621484776 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 2489 1202 409 1459 0 1021 0

[startup+0.0395981 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8660
/proc/meminfo: memFree=28254072/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=15536 CPUtime=0.03 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 2638 0 0 0 3 0 0 0 20 0 1 0 270285882 15908864 2592 33554432000 4194304 10169799 140734717869824 140735621484776 7169050 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 3884 2592 409 1459 0 2416 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15536

[startup+0.100247 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8660
/proc/meminfo: memFree=28254072/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=21876 CPUtime=0.08 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 4222 0 0 0 8 0 0 0 20 0 1 0 270285882 22401024 4176 33554432000 4194304 10169799 140734717869824 140735621484776 7169372 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 5469 4176 409 1459 0 4001 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21876

[startup+0.300237 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8660
/proc/meminfo: memFree=28254072/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=47880 CPUtime=0.29 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 10695 0 0 0 28 1 0 0 20 0 1 0 270285882 49029120 10649 33554432000 4194304 10169799 140734717869824 140735621484776 8982256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 11970 10649 409 1459 0 10502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47880

[startup+0.700227 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8660
/proc/meminfo: memFree=28254072/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=97060 CPUtime=0.68 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 22962 0 0 0 65 3 0 0 20 0 1 0 270285882 99389440 22916 33554432000 4194304 10169799 140734717869824 140734717736152 7170862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 24265 22916 409 1459 0 22797 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 97060

[startup+1.50025 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8661
/proc/meminfo: memFree=28048456/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=422308 CPUtime=1.49 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 102471 0 0 0 133 16 0 0 20 0 1 0 270285882 432443392 102425 33554432000 4194304 10169799 140734717869824 140734717867176 4641435 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8660/statm: 105577 102432 497 1459 0 104109 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 422308

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8661
/proc/meminfo: memFree=27886636/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=390800 CPUtime=3.09 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 109480 0 0 0 208 101 0 0 20 0 1 0 270285882 400179200 93514 33554432000 4194304 10169799 140734717869824 140734717867464 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 97700 93514 558 1459 0 96232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 390800

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8661
/proc/meminfo: memFree=27821020/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=451492 CPUtime=6.29 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 140827 0 0 0 391 238 0 0 20 0 1 0 270285882 462327808 108582 33554432000 4194304 10169799 140734717869824 140734717867032 8961143 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 112873 108582 592 1459 0 111405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 451492

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8661
/proc/meminfo: memFree=27335100/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=975668 CPUtime=12.69 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 207665 0 0 0 1016 253 0 0 20 0 1 0 270285882 999084032 230617 33554432000 4194304 10169799 140734717869824 140734717864616 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 243917 230617 768 1459 0 242449 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 975668

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 4/179 8661
/proc/meminfo: memFree=27293272/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=25.48 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 212178 0 0 0 2293 255 0 0 20 0 1 0 270285882 1013444608 240337 33554432000 4194304 10169799 140734717869824 140734717862136 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 240337 783 1459 0 245955 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 989692

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8661
/proc/meminfo: memFree=27293928/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=51.08 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 212285 0 0 0 4850 258 0 0 20 0 1 0 270285882 1013444608 240423 33554432000 4194304 10169799 140734717869824 140734717861848 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 240423 783 1459 0 245955 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 989692

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8662
/proc/meminfo: memFree=27290508/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=102.28 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 212347 0 0 0 9965 263 0 0 20 0 1 0 270285882 1013444608 240485 33554432000 4194304 10169799 140734717869824 140734717861400 7707221 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 240485 783 1459 0 245955 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 989692

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8663
/proc/meminfo: memFree=27288380/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=162.27 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 212380 0 0 0 15956 271 0 0 20 0 1 0 270285882 1013444608 241029 33554432000 4194304 10169799 140734717869824 140734717866136 7280659 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 241029 802 1459 0 245955 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 989692

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8663
/proc/meminfo: memFree=27285360/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=222.25 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 213372 0 0 0 21941 284 0 0 20 0 1 0 270285882 1013444608 241622 33554432000 4194304 10169799 140734717869824 140734717866136 7280659 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 241622 816 1459 0 245955 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 989692

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8663
/proc/meminfo: memFree=27264788/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=989692 CPUtime=282.24 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 213396 0 0 0 27928 296 0 0 20 0 1 0 270285882 1013444608 242668 33554432000 4194304 10169799 140734717869824 140734717866136 7280653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 247423 242668 816 1459 0 245955 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 989692

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8663
/proc/meminfo: memFree=27250328/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1001224 CPUtime=342.24 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 214049 0 0 0 33922 302 0 0 20 0 1 0 270285882 1025253376 245876 33554432000 4194304 10169799 140734717869824 140734717866136 7280653 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 250306 245876 816 1459 0 248838 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1001224

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8666
/proc/meminfo: memFree=27248124/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1009940 CPUtime=402.23 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 214061 0 0 0 39914 309 0 0 20 0 1 0 270285882 1034178560 246345 33554432000 4194304 10169799 140734717869824 140734717866136 7280635 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 252485 246345 817 1459 0 251017 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1009940

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8667
/proc/meminfo: memFree=27216552/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1050140 CPUtime=462.22 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 285726 0 0 0 45851 371 0 0 20 0 1 0 270285882 1075343360 254071 33554432000 4194304 10169799 140734717869824 140734717864424 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 262535 254071 856 1459 0 261067 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1050140

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8667
/proc/meminfo: memFree=27216704/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1050140 CPUtime=522.2 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 285731 0 0 0 51845 375 0 0 20 0 1 0 270285882 1075343360 254074 33554432000 4194304 10169799 140734717869824 140734717864840 8009837 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 262535 254074 856 1459 0 261067 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1050140

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8667
/proc/meminfo: memFree=27213608/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1050140 CPUtime=582.2 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 285928 0 0 0 57840 380 0 0 20 0 1 0 270285882 1075343360 254843 33554432000 4194304 10169799 140734717869824 140734717864152 7593020 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 262535 254843 856 1459 0 261067 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1050140

[startup+642.3 s]

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

/proc/meminfo: memFree=27117648/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1122.11 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 111781 430 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863624 7893700 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1123996

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8672
/proc/meminfo: memFree=27117648/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1182.1 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 117776 434 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863160 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1123996

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8672
/proc/meminfo: memFree=27117524/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1242.09 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 123771 438 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863896 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1123996

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 8673
/proc/meminfo: memFree=27102436/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1302.09 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 129766 443 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864808 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1123996

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8712
/proc/meminfo: memFree=27888400/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1362.07 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 135760 447 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864424 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1123996

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8712
/proc/meminfo: memFree=27659736/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1422.07 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 141755 452 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864088 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1123996

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8712
/proc/meminfo: memFree=27647084/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1482.06 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 147748 458 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864280 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1123996

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 8712
/proc/meminfo: memFree=27646836/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1542.05 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 153740 465 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717866008 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1123996

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 8715
/proc/meminfo: memFree=27646828/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1602.04 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 159733 471 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863624 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1123996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 8716
/proc/meminfo: memFree=27646588/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1662.02 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 165727 475 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864808 8004397 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 1123996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646464/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1722.01 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 171723 478 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863640 8030216 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 1123996

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646464/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1782 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 177718 482 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864344 7659029 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 1123996

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646464/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1785.21 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 178038 483 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864424 7907766 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 1123996

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646588/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1791.62 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 178679 483 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863912 7703724 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 1123996

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646464/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1794.81 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 178998 483 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717863640 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 1123996

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646712/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1796.41 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292662 0 0 0 179158 483 0 0 20 0 1 0 270285882 1150971904 278775 33554432000 4194304 10169799 140734717869824 140734717864296 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278775 860 1459 0 279531 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 1123996

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27646712/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1123996 CPUtime=1796.81 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292665 0 0 0 179198 483 0 0 20 0 1 0 270285882 1150971904 278778 33554432000 4194304 10169799 140734717869824 140734717863640 5061978 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280999 278778 863 1459 0 279531 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 1123996

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27648944/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=1120116 CPUtime=1797.21 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292665 0 0 0 179238 483 0 0 20 0 1 0 270285882 1146998784 277808 33554432000 4194304 10169799 140734717869824 140734717863640 5548383 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 280029 277808 863 1459 0 278561 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (KiB) 1120116

[startup+1797.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8716
/proc/meminfo: memFree=27648944/32873844 swapFree=7364/7364
[pid=8660] ppid=8658 vsize=925024 CPUtime=1797.3 cores=0,2,4,6
/proc/8660/stat : 8660 (scip-2.1.1.4sfi) R 8658 8660 4481 0 -1 4202496 292665 0 0 0 179247 483 0 0 20 0 1 0 270285882 947224576 229266 33554432000 4194304 10169799 140734717869824 140734717863640 8989847 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8660/statm: 231256 229266 863 1459 0 229788 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 925024

Child status: 0
Real time (s): 1797.69
CPU time (s): 1797.41
CPU user time (s): 1792.55
CPU system time (s): 4.85726
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1299220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.55
system time used= 4.85726
maximum resident set size= 1279664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292667
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= 18
involuntary context switches= 2092

runsolver used 3.19551 second user time and 8.18176 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 16:13:31
IDJOB=3692966
IDBENCH=89796
IDSOLVER=2272
FILE ID=node133/3692966-1338041611
RUNJOBID= node133-1338017258-5021
PBS_JOBID= 14624264
Free space on /tmp= 71584 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-70.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692966-1338041611/watcher-3692966-1338041611 -o /tmp/evaluation-result-3692966-1338041611/solver-3692966-1338041611 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692966-1338041611.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4f155d4f8b05885565510d4fbd89c993
RANDOM SEED=2071767721

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.90
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.540
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.540
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:        28254204 kB
Buffers:          261220 kB
Cached:          2765028 kB
SwapCached:            0 kB
Active:          1324240 kB
Inactive:        2520008 kB
Active(anon):     820396 kB
Inactive(anon):        0 kB
Active(file):     503844 kB
Inactive(file):  2520008 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             25296 kB
Writeback:             0 kB
AnonPages:        841392 kB
Mapped:            18056 kB
Shmem:               212 kB
Slab:             635420 kB
SReclaimable:      77596 kB
SUnreclaim:       557824 kB
KernelStack:        1480 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     938236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 71580 MiB
End job on node133 at 2012-05-26 16:43:29