Trace number 3692962

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.33 1797.62

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-3692962-1338041534.opb>
0.48/0.54	c original problem has 9310 variables (9310 bin, 0 int, 0 impl, 0 cont) and 199239 constraints
0.48/0.54	c problem read in 0.54
1.09/1.14	c presolving:
1.88/1.99	c (round 1) 99 del vars, 2673 del conss, 0 add conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
2.09/2.15	c (round 2) 99 del vars, 3641 del conss, 0 add conss, 99 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 94346 impls, 365 clqs
3.58/3.67	c (round 3) 99 del vars, 3683 del conss, 0 add conss, 99 chg bounds, 14 chg sides, 0 chg coeffs, 195622 upgd conss, 94346 impls, 365 clqs
4.19/4.23	c (round 4) 99 del vars, 3723 del conss, 0 add conss, 99 chg bounds, 14 chg sides, 0 chg coeffs, 195622 upgd conss, 94346 impls, 365 clqs
4.99/5.09	c    (5.1s) probing: 51/9211 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.99/5.09	c    (5.1s) probing aborted: 50/50 successive totally useless probings
5.49/5.55	c presolving (5 rounds):
5.49/5.55	c  99 deleted vars, 3723 deleted constraints, 0 added constraints, 99 tightened bounds, 0 added holes, 14 changed sides, 0 changed coefficients
5.49/5.55	c  94346 implications, 365 cliques
5.49/5.55	c presolved problem has 9211 variables (9211 bin, 0 int, 0 impl, 0 cont) and 195516 constraints
5.49/5.55	c   20454 constraints of type <knapsack>
5.49/5.55	c   39470 constraints of type <setppc>
5.49/5.55	c       2 constraints of type <linear>
5.49/5.55	c  135590 constraints of type <logicor>
5.49/5.55	c transformed objective value is always integral (scale: 1)
5.49/5.55	c Presolving Time: 4.85
5.49/5.55	c - non default parameters ----------------------------------------------------------------------
5.49/5.55	c # SCIP version 2.1.1.4
5.49/5.55	c 
5.49/5.55	c # maximal time in seconds to run
5.49/5.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.55	c limits/time = 1797
5.49/5.55	c 
5.49/5.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.49/5.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.49/5.55	c limits/memory = 13950
5.49/5.55	c 
5.49/5.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
5.49/5.55	c # [type: int, range: [1,2], default: 1]
5.49/5.55	c timing/clocktype = 2
5.49/5.55	c 
5.49/5.55	c # belongs reading time to solving time?
5.49/5.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.49/5.55	c timing/reading = TRUE
5.49/5.55	c 
5.49/5.55	c -----------------------------------------------------------------------------------------------
5.49/5.55	c start solving
5.49/5.56	c 
8.29/8.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.29/8.32	c   8.3s|     1 |     0 |  1362 |     - | 304M|   0 | 399 |9211 | 195k|9211 | 195k|   0 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
71.88/71.99	c  72.0s|     1 |     0 | 15925 |     - | 310M|   0 |1208 |9211 | 195k|9211 | 195k|  13 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
93.68/93.72	c  93.7s|     1 |     0 | 17172 |     - | 310M|   0 |1941 |9211 | 195k|9211 | 195k|  27 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
116.17/116.26	c   116s|     1 |     0 | 18114 |     - | 310M|   0 |2894 |9211 | 195k|9211 | 195k|  42 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
138.97/139.01	c   139s|     1 |     0 | 18610 |     - | 311M|   0 |2417 |9211 | 195k|9211 | 195k|  59 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
164.86/164.92	c   165s|     1 |     0 | 19530 |     - | 312M|   0 |2901 |9211 | 195k|9211 | 195k|  74 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
190.56/190.63	c   191s|     1 |     0 | 20238 |     - | 313M|   0 |2991 |9211 | 195k|9211 | 195k|  88 |  39 |   0 | 0.000000e+00 |      --      |    Inf 
215.65/215.75	c   216s|     1 |     2 | 20238 |     - | 313M|   0 |2991 |9211 | 195k|9211 | 195k|  88 |  39 |  17 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.02	c 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Solving Time (sec) : 1797.01
1796.70/1797.02	c Solving Nodes      : 41
1796.70/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.02	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.02	c Gap                : infinite
1796.70/1797.02	s UNKNOWN
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Total Time         :    1797.01
1796.70/1797.02	c   solving          :    1797.01
1796.70/1797.02	c   presolving       :       4.85 (included in solving)
1796.70/1797.02	c   reading          :       0.54 (included in solving)
1796.70/1797.02	c   copying          :       0.35 (1 #copies) (minimal 0.35, maximal 0.35, average 0.35)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3692962-1338041534.opb
1796.70/1797.02	c   Variables        : 9310 (9310 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 199239 initial, 199239 maximal
1796.70/1797.02	c   Objective sense  : minimize
1796.70/1797.02	c Presolved Problem  :
1796.70/1797.02	c   Problem name     : t_HOME/instance-3692962-1338041534.opb
1796.70/1797.02	c   Variables        : 9211 (9211 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 195516 initial, 195633 maximal
1796.70/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   gateextraction   :       0.07       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   components       :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       0.35       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   knapsack         :       0.12       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   setppc           :       0.15       0.00          0          0          0          0          0         40          0          0          0
1796.70/1797.02	c   linear           :       1.94       0.00         99          0          0         99          0       3655          0         14          0
1796.70/1797.02	c   logicor          :       1.15       0.37          0          0          0          0          0         28          0          0          0
1796.70/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   integral         :          0          0          0          0         41          0          4          0          0          1          0          0         80
1796.70/1797.02	c   knapsack         :      20454      20454          6       2705          0          0          3         65          3         30         62          0          0
1796.70/1797.02	c   setppc           :      39470      39470          6       2702          0          0          2        464          7       4067          0          0          0
1796.70/1797.02	c   linear           :          2          2          6       1763          0          0          0          1          0          0          0          0          0
1796.70/1797.02	c   logicor          :     135590+    135707          6       1767          0          0          0        150         29         48          0          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.02	c   integral         :     808.30       0.00       0.00       0.00     808.30       0.00       0.00       0.00
1796.70/1797.02	c   knapsack         :       2.46       0.00       0.20       2.26       0.00       0.00       0.01       0.00
1796.70/1797.02	c   setppc           :       2.39       0.00       0.02       2.38       0.00       0.00       0.00       0.00
1796.70/1797.02	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c   logicor          :       0.74       0.37       0.09       0.29       0.00       0.00       0.00       0.00
1796.70/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.02	c   rootredcost      :          0          0          0          0
1796.70/1797.02	c   pseudoobj        :          0          0          0          0
1796.70/1797.02	c   vbounds          :          0          0          0          0
1796.70/1797.02	c   redcost          :         47          0          0          0
1796.70/1797.02	c   probing          :          0          0          0          0
1796.70/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.02	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1796.70/1797.02	c   probing          :       0.35       0.00       0.35       0.00       0.00
1796.70/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.02	c   propagation      :       0.00         39         39        131       11.9          9       13.0          -
1796.70/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   applied globally :          -          -          -        117       12.2          -          -          -
1796.70/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.02	c   cut pool         :       0.00                     5          -          -         98          -    (maximal pool size: 982)
1796.70/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   impliedbounds    :       0.01       0.00          6          0          0          0          0
1796.70/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   gomory           :       2.11       0.00          6          0          0        300          0
1796.70/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   strongcg         :       9.59       0.00          6          0          0       3000          0
1796.70/1797.02	c   cmir             :      14.35       0.00          6          0          0          0          0
1796.70/1797.02	c   flowcover        :      99.20       0.00          6          0          0         42          0
1796.70/1797.02	c   clique           :       0.44       0.00          6          0          0         46          0
1796.70/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   mcf              :       0.36       0.00          1          0          0          0          0
1796.70/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.02	c   problem variables:       0.00          -          0          0
1796.70/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   relpscost        :     808.30       0.00         41          0          1          0          0         80
1796.70/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.02	c   LP solutions     :       0.00          -          -          0
1796.70/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.02	c   oneopt           :       0.00       0.00          0          0
1796.70/1797.02	c   crossover        :       0.00       0.00          0          0
1796.70/1797.02	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.02	c   coefdiving       :      44.67       0.00          1          0
1796.70/1797.02	c   pscostdiving     :      42.71       0.00          1          0
1796.70/1797.02	c   fracdiving       :      46.18       0.00          1          0
1796.70/1797.02	c   veclendiving     :      57.68       0.00          1          0
1796.70/1797.02	c   objpscostdiving  :      28.28       0.00          1          0
1796.70/1797.02	c   rootsoldiving    :      69.86       0.00          1          0
1796.70/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.02	c   trivial          :       0.02       0.00          2          0
1796.70/1797.02	c   shiftandpropagate:       1.23       0.00          1          0
1796.70/1797.02	c   simplerounding   :       0.00       0.00          0          0
1796.70/1797.02	c   zirounding       :       0.49       0.00          0          0
1796.70/1797.02	c   rounding         :       0.62       0.00         47          0
1796.70/1797.02	c   shifting         :       1.28       0.00          9          0
1796.70/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.02	c   indoneopt        :       0.00       0.00          0          0
1796.70/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.02	c   feaspump         :      42.33       0.00          1          0
1796.70/1797.02	c   clique           :       0.00       0.00          0          0
1796.70/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   linesearchdiving :       7.37       0.00          1          0
1796.70/1797.02	c   octane           :       0.00       0.00          0          0
1796.70/1797.02	c   rens             :       1.82       0.00          1          0
1796.70/1797.02	c   rins             :       0.00       0.00          0          0
1796.70/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.02	c   mutation         :       0.00       0.00          0          0
1796.70/1797.02	c   dins             :       0.00       0.00          0          0
1796.70/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.02	c   undercover       :       0.00       0.00          0          0
1796.70/1797.02	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.02	c   trysol           :       0.00       0.00          0          0
1796.70/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.02	c   primal LP        :       0.12          1          0       0.00       0.00       0.12          1
1796.70/1797.02	c   dual LP          :     510.61         50      92113    1959.85     180.40       0.40          3
1796.70/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.02	c   diving/probing LP:     309.44       1143      46221      40.44     149.37
1796.70/1797.02	c   strong branching :     808.09        361     164001     454.30     202.95
1796.70/1797.02	c     (at root node) :          -         17       3474     204.35          -
1796.70/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.02	c B&B Tree           :
1796.70/1797.02	c   number of runs   :          1
1796.70/1797.02	c   nodes            :         41
1796.70/1797.02	c   nodes (total)    :         41
1796.70/1797.02	c   nodes left       :         40
1796.70/1797.02	c   max depth        :         18
1796.70/1797.02	c   max depth (total):         18
1796.70/1797.02	c   backtracks       :          6 (14.6%)
1796.70/1797.02	c   delayed cutoffs  :          0
1796.70/1797.02	c   repropagations   :          4 (217 domain reductions, 0 cutoffs)
1796.70/1797.02	c   avg switch length:       2.17
1796.70/1797.02	c   switching time   :       0.27
1796.70/1797.02	c Solution           :
1796.70/1797.02	c   Solutions found  :          0 (0 improvements)
1796.70/1797.02	c   Primal Bound     :          -
1796.70/1797.02	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.02	c   Gap              :   infinite
1796.70/1797.02	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.02	c   Root Iterations  :      20238
1797.30/1797.61	c Time complete: 1797.32.

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 25270
/proc/meminfo: memFree=27901928/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=9952 CPUtime=0 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 1248 0 0 0 0 0 0 0 20 0 1 0 270278309 10190848 1202 33554432000 4194304 10169799 140734108520720 140736286185800 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 2488 1202 409 1459 0 1020 0

[startup+0.023344 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 25270
/proc/meminfo: memFree=27901928/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=13372 CPUtime=0.01 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 2073 0 0 0 1 0 0 0 20 0 1 0 270278309 13692928 2027 33554432000 4194304 10169799 140734108520720 140736286185800 5281244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 3343 2027 409 1459 0 1875 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13372

[startup+0.100305 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 25270
/proc/meminfo: memFree=27901928/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=24232 CPUtime=0.09 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 4814 0 0 0 9 0 0 0 20 0 1 0 270278309 24813568 4768 33554432000 4194304 10169799 140734108520720 140736286185800 8883489 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 6058 4768 409 1459 0 4590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24232

[startup+0.300311 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 25270
/proc/meminfo: memFree=27901928/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=49932 CPUtime=0.28 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 11194 0 0 0 27 1 0 0 20 0 1 0 270278309 51130368 11149 33554432000 4194304 10169799 140734108520720 140736286185800 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 12483 11188 409 1459 0 11015 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49932

[startup+0.70031 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 25270
/proc/meminfo: memFree=27901928/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=161960 CPUtime=0.69 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 38623 0 0 0 63 6 0 0 20 0 1 0 270278309 165847040 38509 33554432000 4194304 10169799 140734108520720 140734108517656 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 40490 38545 460 1459 0 39022 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161960

[startup+1.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25271
/proc/meminfo: memFree=27628740/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=274748 CPUtime=1.48 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 76780 0 0 0 117 31 0 0 20 0 1 0 270278309 281341952 65501 33554432000 4194304 10169799 140734108520720 140734108517656 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 68687 65501 558 1459 0 67219 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 274748

[startup+3.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25271
/proc/meminfo: memFree=27638156/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=380472 CPUtime=3.09 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 103331 0 0 0 206 103 0 0 20 0 1 0 270278309 389603328 91248 33554432000 4194304 10169799 140734108520720 140734108518472 7547399 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 95118 91248 569 1459 0 93650 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 380472

[startup+6.30038 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 25271
/proc/meminfo: memFree=27575020/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=545824 CPUtime=6.29 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 139935 0 0 0 451 178 0 0 20 0 1 0 270278309 558923776 128165 33554432000 4194304 10169799 140734108520720 140734108519000 4777685 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 136456 128165 688 1459 0 134988 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 545824

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 25271
/proc/meminfo: memFree=27245536/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=683120 CPUtime=12.69 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 156234 0 0 0 1085 184 0 0 20 0 1 0 270278309 699514880 164164 33554432000 4194304 10169799 140734108520720 140734108513032 7707241 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 170780 164164 782 1459 0 169312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 683120

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 25309
/proc/meminfo: memFree=27411140/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=683120 CPUtime=25.49 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 156463 0 0 0 2363 186 0 0 20 0 1 0 270278309 699514880 164397 33554432000 4194304 10169799 140734108520720 140734108513080 8009811 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 170780 164397 782 1459 0 169312 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 683120

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 25309
/proc/meminfo: memFree=27394752/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=691572 CPUtime=51.08 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 159594 0 0 0 4917 191 0 0 20 0 1 0 270278309 708169728 168400 33554432000 4194304 10169799 140734108520720 140734108513384 5104807 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 172893 168400 798 1459 0 171425 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 691572

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25309
/proc/meminfo: memFree=27326816/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=715832 CPUtime=102.27 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 161877 0 0 0 10028 199 0 0 20 0 1 0 270278309 733011968 173061 33554432000 4194304 10169799 140734108520720 140734108517032 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 178958 173061 815 1459 0 177490 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 715832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/176 25309
/proc/meminfo: memFree=27265940/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=720648 CPUtime=162.26 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 164562 0 0 0 16021 205 0 0 20 0 1 0 270278309 737943552 177174 33554432000 4194304 10169799 140734108520720 140734108517032 7235061 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 180162 177174 816 1459 0 178694 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 720648

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25310
/proc/meminfo: memFree=27178260/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=762400 CPUtime=222.25 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 214459 0 0 0 21966 259 0 0 20 0 1 0 270278309 780697600 186041 33554432000 4194304 10169799 140734108520720 140734108515704 7703337 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 190600 186041 855 1459 0 189132 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 762400

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25310
/proc/meminfo: memFree=27167128/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=763280 CPUtime=282.24 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 214639 0 0 0 27959 265 0 0 20 0 1 0 270278309 781598720 188774 33554432000 4194304 10169799 140734108520720 140734108515320 7651918 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 190820 188774 855 1459 0 189352 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 763280

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25310
/proc/meminfo: memFree=27189964/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=758148 CPUtime=342.23 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 215588 0 0 0 33952 271 0 0 20 0 1 0 270278309 776343552 183173 33554432000 4194304 10169799 140734108520720 140734108515000 8004320 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189537 183173 858 1459 0 188069 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 758148

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25310
/proc/meminfo: memFree=27176380/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=758512 CPUtime=402.21 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 216134 0 0 0 39944 277 0 0 20 0 1 0 270278309 776716288 186611 33554432000 4194304 10169799 140734108520720 140734108515048 8030309 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189628 186611 858 1459 0 188160 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 758512

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25310
/proc/meminfo: memFree=27164628/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=763216 CPUtime=462.21 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 216857 0 0 0 45938 283 0 0 20 0 1 0 270278309 781533184 188867 33554432000 4194304 10169799 140734108520720 140734108515736 8009837 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 190804 188867 858 1459 0 189336 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 763216

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25314
/proc/meminfo: memFree=27209840/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=734836 CPUtime=522.2 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 217977 0 0 0 51932 288 0 0 20 0 1 0 270278309 752472064 180033 33554432000 4194304 10169799 140734108520720 140734108515128 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 183709 180033 858 1459 0 182241 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 734836

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25314
/proc/meminfo: memFree=27173084/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=762140 CPUtime=582.19 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 220462 0 0 0 57924 295 0 0 20 0 1 0 270278309 780431360 186095 33554432000 4194304 10169799 140734108520720 140734108515784 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 190535 186095 858 1459 0 189067 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 762140

[startup+642.3 s]

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

/proc/meminfo: memFree=27156840/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=780280 CPUtime=1122.11 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 235974 0 0 0 111858 353 0 0 20 0 1 0 270278309 799006720 189498 33554432000 4194304 10169799 140734108520720 140734108515704 8009519 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 195070 189498 858 1459 0 193602 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 780280

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 25319
/proc/meminfo: memFree=27139040/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=798436 CPUtime=1182.1 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 236884 0 0 0 117850 360 0 0 20 0 1 0 270278309 817598464 194496 33554432000 4194304 10169799 140734108520720 140734108514760 7909141 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199609 194496 858 1459 0 198141 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 798436

[startup+1242.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/178 25320
/proc/meminfo: memFree=27141328/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=799964 CPUtime=1242.08 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 239612 0 0 0 123842 366 0 0 20 0 1 0 270278309 819163136 193910 33554432000 4194304 10169799 140734108520720 140734108515128 8060912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199991 193910 858 1459 0 198523 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 799964

[startup+1302.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/177 25320
/proc/meminfo: memFree=27139040/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=799964 CPUtime=1302.08 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 239635 0 0 0 129838 370 0 0 20 0 1 0 270278309 819163136 194444 33554432000 4194304 10169799 140734108520720 140734108515048 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199991 194444 858 1459 0 198523 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 799964

[startup+1362.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 25320
/proc/meminfo: memFree=27139288/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=799964 CPUtime=1362.07 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 239651 0 0 0 135835 372 0 0 20 0 1 0 270278309 819163136 194460 33554432000 4194304 10169799 140734108520720 140734108515048 7593020 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199991 194460 858 1459 0 198523 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 799964

[startup+1422.31 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 25321
/proc/meminfo: memFree=27139412/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=799964 CPUtime=1422.06 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 239655 0 0 0 141831 375 0 0 20 0 1 0 270278309 819163136 194464 33554432000 4194304 10169799 140734108520720 140734108515048 8844116 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199991 194464 858 1459 0 198523 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 799964

[startup+1482.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/177 25321
/proc/meminfo: memFree=27139412/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=799964 CPUtime=1482.05 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 239655 0 0 0 147828 377 0 0 20 0 1 0 270278309 819163136 194464 33554432000 4194304 10169799 140734108520720 140734108515048 8009792 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 199991 194464 858 1459 0 198523 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 799964

[startup+1542.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/177 25321
/proc/meminfo: memFree=27146232/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=778924 CPUtime=1542.04 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 240728 0 0 0 153821 383 0 0 20 0 1 0 270278309 797618176 192790 33554432000 4194304 10169799 140734108520720 140734108515320 7909012 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 194731 192790 858 1459 0 193263 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 778924

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 25321
/proc/meminfo: memFree=27172608/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=767256 CPUtime=1602.03 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 247024 0 0 0 159811 392 0 0 20 0 1 0 270278309 785670144 186216 33554432000 4194304 10169799 140734108520720 140734108515320 8009605 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 191814 186216 858 1459 0 190346 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 767256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 25321
/proc/meminfo: memFree=27165472/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=760792 CPUtime=1662.02 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 250590 0 0 0 165801 401 0 0 20 0 1 0 270278309 779051008 188015 33554432000 4194304 10169799 140734108520720 140734108515704 8009811 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 190198 188015 858 1459 0 188730 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 760792

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/178 25325
/proc/meminfo: memFree=27118860/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=818456 CPUtime=1722.01 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 255044 0 0 0 171793 408 0 0 20 0 1 0 270278309 838098944 199498 33554432000 4194304 10169799 140734108520720 140734108514984 8009792 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 204614 199498 858 1459 0 203146 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 818456

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27184764/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1782.01 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259286 0 0 0 177784 417 0 0 20 0 1 0 270278309 775901184 183001 33554432000 4194304 10169799 140734108520720 140734108515704 8044830 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 183001 858 1459 0 187961 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 757716

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27184392/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1785.2 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259308 0 0 0 178103 417 0 0 20 0 1 0 270278309 775901184 183023 33554432000 4194304 10169799 140734108520720 140734108515320 8044217 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 183023 858 1459 0 187961 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 757716

[startup+1791.91 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27180544/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1791.61 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259364 0 0 0 178743 418 0 0 20 0 1 0 270278309 775901184 184100 33554432000 4194304 10169799 140734108520720 140734108515176 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 184100 858 1459 0 187961 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 757716

[startup+1795.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27180544/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1794.81 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259364 0 0 0 179063 418 0 0 20 0 1 0 270278309 775901184 184100 33554432000 4194304 10169799 140734108520720 140734108514536 7899312 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 184100 858 1459 0 187961 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 757716

[startup+1796.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27180544/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1796.4 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259364 0 0 0 179222 418 0 0 20 0 1 0 270278309 775901184 184100 33554432000 4194304 10169799 140734108520720 140734108514808 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 184100 858 1459 0 187961 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 757716

[startup+1797.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27180544/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=757716 CPUtime=1796.8 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259367 0 0 0 179262 418 0 0 20 0 1 0 270278309 775901184 184103 33554432000 4194304 10169799 140734108520720 140734108514808 5058466 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 189429 184103 861 1459 0 187961 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 757716

[startup+1797.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27183520/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=750112 CPUtime=1797.2 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259367 0 0 0 179302 418 0 0 20 0 1 0 270278309 768114688 182269 33554432000 4194304 10169799 140734108520720 140734108514808 7547343 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 187528 182269 861 1459 0 186060 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (KiB) 750112

[startup+1797.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25325
/proc/meminfo: memFree=27183520/32873844 swapFree=7104/7104
[pid=25270] ppid=25268 vsize=648376 CPUtime=1797.3 cores=1,3,5,7
/proc/25270/stat : 25270 (scip-2.1.1.4sfi) R 25268 25270 22949 0 -1 4202496 259367 0 0 0 179311 419 0 0 20 0 1 0 270278309 663937024 157092 33554432000 4194304 10169799 140734108520720 140734108519928 7542233 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25270/statm: 162094 156971 861 1459 0 160626 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (KiB) 648376

Child status: 0
Real time (s): 1797.62
CPU time (s): 1797.33
CPU user time (s): 1793.12
CPU system time (s): 4.20836
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 947564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.12
system time used= 4.20836
maximum resident set size= 934940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259369
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= 22
involuntary context switches= 1865

runsolver used 13.9529 second user time and 11.2413 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-26 16:12:14
IDJOB=3692962
IDBENCH=89784
IDSOLVER=2272
FILE ID=node142/3692962-1338041534
RUNJOBID= node142-1338029393-23715
PBS_JOBID= 14624333
Free space on /tmp= 71596 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-31.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-3692962-1338041534/watcher-3692962-1338041534 -o /tmp/evaluation-result-3692962-1338041534/solver-3692962-1338041534 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692962-1338041534.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=475294143

node142.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.776
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.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:        27902308 kB
Buffers:          264328 kB
Cached:          3219804 kB
SwapCached:            0 kB
Active:          1299848 kB
Inactive:        2898492 kB
Active(anon):     716000 kB
Inactive(anon):        0 kB
Active(file):     583848 kB
Inactive(file):  2898492 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             21648 kB
Writeback:             0 kB
AnonPages:        720548 kB
Mapped:            17764 kB
Shmem:               200 kB
Slab:             633948 kB
SReclaimable:      76316 kB
SUnreclaim:       557632 kB
KernelStack:        1448 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     832220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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= 71576 MiB
End job on node142 at 2012-05-26 16:42:12