Trace number 3692739

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? 1796.93 1797.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
Number of bits of the biggest sum of numbers3
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-3692739-1338019973.opb>
0.19/0.25	c original problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
0.19/0.25	c problem read in 0.25
0.49/0.51	c presolving:
1.10/1.11	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 86040 upgd conss, 0 impls, 360 clqs
1.19/1.28	c    (1.3s) probing: 51/1440 (3.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.19/1.28	c    (1.3s) probing aborted: 50/50 successive totally useless probings
1.28/1.39	c presolving (2 rounds):
1.28/1.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.28/1.39	c  0 implications, 360 cliques
1.28/1.39	c presolved problem has 1440 variables (1440 bin, 0 int, 0 impl, 0 cont) and 86040 constraints
1.28/1.39	c     360 constraints of type <setppc>
1.28/1.39	c   85680 constraints of type <logicor>
1.28/1.39	c transformed objective value is always integral (scale: 1)
1.28/1.39	c Presolving Time: 1.08
1.28/1.39	c - non default parameters ----------------------------------------------------------------------
1.28/1.39	c # SCIP version 2.1.1.4
1.28/1.39	c 
1.28/1.39	c # maximal time in seconds to run
1.28/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.28/1.39	c limits/time = 1797
1.28/1.39	c 
1.28/1.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.28/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.28/1.39	c limits/memory = 13950
1.28/1.39	c 
1.28/1.39	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.28/1.39	c # [type: int, range: [1,2], default: 1]
1.28/1.39	c timing/clocktype = 2
1.28/1.39	c 
1.28/1.39	c # belongs reading time to solving time?
1.28/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.28/1.39	c timing/reading = TRUE
1.28/1.39	c 
1.28/1.39	c -----------------------------------------------------------------------------------------------
1.28/1.39	c start solving
1.28/1.39	c 
13.59/13.64	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.64	c  13.6s|     1 |     0 |  4903 |     - | 119M|   0 | 660 |1440 |  86k|1440 |  86k|   0 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
144.66/144.73	c   145s|     1 |     0 | 35213 |     - | 124M|   0 | 660 |1440 |  86k|1440 |  86k|   1 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
171.86/171.90	c   172s|     1 |     0 | 35232 |     - | 127M|   0 | 660 |1440 |  86k|1440 |  86k|   2 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
199.16/199.28	c   199s|     1 |     0 | 35274 |     - | 130M|   0 | 660 |1440 |  86k|1440 |  86k|   3 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
227.25/227.35	c   227s|     1 |     0 | 35441 |     - | 133M|   0 | 660 |1440 |  86k|1440 |  86k|   4 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
255.65/255.70	c   256s|     1 |     0 | 35675 |     - | 136M|   0 | 660 |1440 |  86k|1440 |  86k|   5 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
285.14/285.22	c   285s|     1 |     0 | 36241 |     - | 139M|   0 | 660 |1440 |  86k|1440 |  86k|   6 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
480.52/480.63	c   481s|     1 |     2 | 36241 |     - | 139M|   0 | 660 |1440 |  86k|1440 |  86k|   6 |  53 |  33 | 0.000000e+00 |      --      |    Inf 
1151.71/1151.92	c  1152s|   100 |   101 | 99359 | 637.6 | 142M|  99 | 601 |1440 |  86k|1440 |  86k|   6 |  53 | 359 | 0.000000e+00 |      --      |    Inf 
1460.86/1461.12	c  1461s|   200 |   201 |175239 | 698.5 | 144M| 123 | 595 |1440 |  86k|1440 |  86k|   6 | 100 | 419 | 0.000000e+00 |      --      |    Inf 
1739.02/1739.32	c  1739s|   300 |   301 |236705 | 670.4 | 146M| 135 | 612 |1440 |  86k|1440 |  86k|   6 | 132 | 494 | 0.000000e+00 |      --      |    Inf 
1796.71/1797.02	c 
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Solving Time (sec) : 1797.01
1796.71/1797.02	c Solving Nodes      : 321
1796.71/1797.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.71/1797.02	c Dual Bound         : +0.00000000000000e+00
1796.71/1797.02	c Gap                : infinite
1796.71/1797.02	s UNKNOWN
1796.71/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.71/1797.02	c Total Time         :    1797.01
1796.71/1797.02	c   solving          :    1797.01
1796.71/1797.02	c   presolving       :       1.08 (included in solving)
1796.71/1797.02	c   reading          :       0.25 (included in solving)
1796.71/1797.02	c   copying          :       0.14 (1 #copies) (minimal 0.14, maximal 0.14, average 0.14)
1796.71/1797.02	c Original Problem   :
1796.71/1797.02	c   Problem name     : HOME/instance-3692739-1338019973.opb
1796.71/1797.02	c   Variables        : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 86040 initial, 86040 maximal
1796.71/1797.02	c   Objective sense  : minimize
1796.71/1797.02	c Presolved Problem  :
1796.71/1797.02	c   Problem name     : t_HOME/instance-3692739-1338019973.opb
1796.71/1797.02	c   Variables        : 1440 (1440 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.71/1797.02	c   Constraints      : 86040 initial, 86172 maximal
1796.71/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.71/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   components       :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   probing          :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   linear           :       0.41       0.00          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   logicor          :       0.25       0.08          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.71/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   integral         :          0          0          0          0        322          0          4          0          0          1          0          0        642
1796.71/1797.02	c   setppc           :        360        360          6       5063          0          0          3        520          6        742          0          0          0
1796.71/1797.02	c   logicor          :      85680+     85812          6       1686          0          0          0       1357         38        455          0          0          0
1796.71/1797.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.71/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.71/1797.02	c   integral         :     720.33       0.00       0.00       0.00     720.33       0.00       0.00       0.00
1796.71/1797.02	c   setppc           :       0.07       0.00       0.00       0.07       0.00       0.00       0.00       0.00
1796.71/1797.02	c   logicor          :       0.42       0.08       0.04       0.30       0.00       0.00       0.00       0.00
1796.71/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.71/1797.02	c   rootredcost      :          0          0          0          0
1796.71/1797.02	c   pseudoobj        :          0          0          0          0
1796.71/1797.02	c   vbounds          :          0          0          0          0
1796.71/1797.02	c   redcost          :        328          0          0          0
1796.71/1797.02	c   probing          :          0          0          0          0
1796.71/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.71/1797.02	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
1796.71/1797.02	c   redcost          :       0.01       0.00       0.00       0.01       0.00
1796.71/1797.02	c   probing          :       0.04       0.00       0.04       0.00       0.00
1796.71/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.71/1797.02	c   propagation      :       0.01         44         44        419      123.1          1       19.0          -
1796.71/1797.02	c   infeasible LP    :       0.00          2          2         11       70.6          0        0.0          0
1796.71/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.71/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.71/1797.02	c   applied globally :          -          -          -        134       76.9          -          -          -
1796.71/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.71/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.71/1797.02	c   cut pool         :       0.01                     5          -          -        262          -    (maximal pool size: 2201)
1796.71/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.71/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   gomory           :     143.45       0.00          6          0          0          0          0
1796.71/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   strongcg         :       2.18       0.00          6          0          0       3000          0
1796.71/1797.02	c   cmir             :       5.44       0.00          6          0          0          0          0
1796.71/1797.02	c   flowcover        :      11.72       0.00          6          0          0          0          0
1796.71/1797.02	c   clique           :       0.04       0.00          6          0          0          0          0
1796.71/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   mcf              :       0.06       0.00          1          0          0          0          0
1796.71/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.71/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.71/1797.02	c   problem variables:       0.00          -          0          0
1796.71/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.71/1797.02	c   relpscost        :     720.33       0.00        322          0          1          0          0        642
1796.71/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.71/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.71/1797.02	c   LP solutions     :       0.00          -          -          0
1796.71/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.71/1797.02	c   oneopt           :       0.00       0.00          0          0
1796.71/1797.02	c   crossover        :       0.00       0.00          0          0
1796.71/1797.02	c   veclendiving     :      57.74       0.00          2          0
1796.71/1797.02	c   linesearchdiving :      17.46       0.00          2          0
1796.71/1797.02	c   rootsoldiving    :      39.46       0.00          1          0
1796.71/1797.02	c   feaspump         :     103.68       0.00          1          0
1796.71/1797.02	c   coefdiving       :      53.80       0.00          3          0
1796.71/1797.02	c   pscostdiving     :      56.30       0.00          3          0
1796.71/1797.02	c   objpscostdiving  :       2.17       0.00          2          0
1796.71/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.71/1797.02	c   trivial          :       0.00       0.00          2          0
1796.71/1797.02	c   shiftandpropagate:       0.27       0.00          1          0
1796.71/1797.02	c   simplerounding   :       0.00       0.00          0          0
1796.71/1797.02	c   zirounding       :       1.40       0.00          0          0
1796.71/1797.02	c   rounding         :       2.27       0.00        210          0
1796.71/1797.02	c   shifting         :       1.10       0.00         38          0
1796.71/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.71/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.71/1797.02	c   indoneopt        :       0.00       0.00          0          0
1796.71/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.71/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.71/1797.02	c   clique           :       0.00       0.00          0          0
1796.71/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.71/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   fracdiving       :      33.73       0.00          3          0
1796.71/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.71/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.71/1797.02	c   guideddiving     :       0.00       0.00          0          0
1796.71/1797.02	c   octane           :       0.00       0.00          0          0
1796.71/1797.02	c   rens             :     105.83       0.00          1          0
1796.71/1797.02	c   rins             :       0.00       0.00          0          0
1796.71/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.71/1797.02	c   mutation         :       0.00       0.00          0          0
1796.71/1797.02	c   dins             :       0.00       0.00          0          0
1796.71/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.71/1797.02	c   undercover       :       0.00       0.00          0          0
1796.71/1797.02	c   subnlp           :       0.00       0.00          0          0
1796.71/1797.02	c   trysol           :       0.00       0.00          0          0
1796.71/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.71/1797.02	c   primal LP        :       0.06          1          0       0.00       0.00       0.06          1
1796.71/1797.02	c   dual LP          :     433.72        332     160997     490.84     371.20       0.20          4
1796.71/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.71/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.71/1797.02	c   diving/probing LP:     342.03       2911      87933      30.21     257.09
1796.71/1797.02	c   strong branching :     720.20        509     222317     436.77     308.69
1796.71/1797.02	c     (at root node) :          -         33      26401     800.03          -
1796.71/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.71/1797.02	c B&B Tree           :
1796.71/1797.02	c   number of runs   :          1
1796.71/1797.02	c   nodes            :        321
1796.71/1797.02	c   nodes (total)    :        321
1796.71/1797.02	c   nodes left       :        322
1796.71/1797.02	c   max depth        :        135
1796.71/1797.02	c   max depth (total):        135
1796.71/1797.02	c   backtracks       :         15 (4.7%)
1796.71/1797.02	c   delayed cutoffs  :          0
1796.71/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.71/1797.02	c   avg switch length:       1.89
1796.71/1797.02	c   switching time   :       0.38
1796.71/1797.02	c Solution           :
1796.71/1797.02	c   Solutions found  :          0 (0 improvements)
1796.71/1797.02	c   Primal Bound     :          -
1796.71/1797.02	c   Dual Bound       : +0.00000000000000e+00
1796.71/1797.02	c   Gap              :   infinite
1796.71/1797.02	c   Root Dual Bound  : +0.00000000000000e+00
1796.71/1797.02	c   Root Iterations  :      36241
1796.92/1797.21	c Time complete: 1796.93.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8219
/proc/meminfo: memFree=27565704/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=10760 CPUtime=0 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 1449 0 0 0 0 0 0 0 20 0 1 0 268121871 11018240 1403 33554432000 4194304 10169799 140735934060176 140734616620248 8883659 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 2690 1403 409 1459 0 1222 0

[startup+0.0740291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8219
/proc/meminfo: memFree=27565704/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=19188 CPUtime=0.06 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 3553 0 0 0 6 0 0 0 20 0 1 0 268121871 19648512 3507 33554432000 4194304 10169799 140735934060176 140734616620248 5281241 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 4797 3507 409 1459 0 3329 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19188

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8219
/proc/meminfo: memFree=27565704/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=21992 CPUtime=0.09 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 4250 0 0 0 9 0 0 0 20 0 1 0 268121871 22519808 4204 33554432000 4194304 10169799 140735934060176 140735933926504 5428288 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 5498 4204 409 1459 0 4030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21992

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8219
/proc/meminfo: memFree=27565704/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=63800 CPUtime=0.29 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 14644 0 0 0 27 2 0 0 20 0 1 0 268121871 65331200 14525 33554432000 4194304 10169799 140735934060176 140735933926504 4897504 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 15950 14525 460 1459 0 14482 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63800

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8219
/proc/meminfo: memFree=27565704/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=168668 CPUtime=0.69 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 41858 0 0 0 59 10 0 0 20 0 1 0 268121871 172716032 40408 33554432000 4194304 10169799 140735934060176 140735934057144 7543003 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 42167 40408 540 1459 0 40699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 168668

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=27358868/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=219684 CPUtime=1.48 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 60457 0 0 0 129 19 0 0 20 0 1 0 268121871 224956416 53253 33554432000 4194304 10169799 140735934060176 140735934057368 5038122 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 54921 53253 651 1459 0 53453 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 219684

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=26957848/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=345560 CPUtime=3.09 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 76311 0 0 0 286 23 0 0 20 0 1 0 268121871 353853440 82292 33554432000 4194304 10169799 140735934060176 140735934054584 8009811 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 86390 82292 742 1459 0 84922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 345560

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=26328748/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=345560 CPUtime=6.29 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 76407 0 0 0 606 23 0 0 20 0 1 0 268121871 353853440 82388 33554432000 4194304 10169799 140735934060176 140735934054584 8009833 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8219/statm: 86390 82388 742 1459 0 84922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 345560

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=26127576/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=345560 CPUtime=12.69 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 76503 0 0 0 1245 24 0 0 20 0 1 0 268121871 353853440 82484 33554432000 4194304 10169799 140735934060176 140735934054584 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 86390 82484 742 1459 0 84922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 345560

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=26095284/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=342812 CPUtime=25.49 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 79631 0 0 0 2524 25 0 0 20 0 1 0 268121871 351039488 83288 33554432000 4194304 10169799 140735934060176 140735934052488 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 85703 83288 757 1459 0 84235 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 342812

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8220
/proc/meminfo: memFree=26088172/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=343380 CPUtime=51.08 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 80100 0 0 0 5081 27 0 0 20 0 1 0 268121871 351621120 83481 33554432000 4194304 10169799 140735934060176 140735934052488 8009937 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 85845 83481 757 1459 0 84377 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 343380

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8221
/proc/meminfo: memFree=26085656/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=343380 CPUtime=102.28 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 80104 0 0 0 10197 31 0 0 20 0 1 0 268121871 351621120 83485 33554432000 4194304 10169799 140735934060176 140735934052584 8009937 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 85845 83485 757 1459 0 84377 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 343380

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8221
/proc/meminfo: memFree=26084336/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=343380 CPUtime=162.27 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 80891 0 0 0 16187 40 0 0 20 0 1 0 268121871 351621120 83920 33554432000 4194304 10169799 140735934060176 140735934056200 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 85845 83920 786 1459 0 84377 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 343380

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8221
/proc/meminfo: memFree=26065872/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=359520 CPUtime=222.26 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 81376 0 0 0 22175 51 0 0 20 0 1 0 268121871 368148480 87982 33554432000 4194304 10169799 140735934060176 140735934056248 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 89880 87982 788 1459 0 88412 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 359520

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8221
/proc/meminfo: memFree=26065776/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=359520 CPUtime=282.25 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 81389 0 0 0 28163 62 0 0 20 0 1 0 268121871 368148480 87995 33554432000 4194304 10169799 140735934060176 140735934056488 7280666 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 89880 87995 790 1459 0 88412 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 359520

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8221
/proc/meminfo: memFree=25865456/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=526928 CPUtime=342.23 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 123531 0 0 0 34135 88 0 0 20 0 1 0 268121871 539574272 129575 33554432000 4194304 10169799 140735934060176 140735934051768 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 131732 129575 832 1459 0 130264 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 526928

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 8222
/proc/meminfo: memFree=26026556/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=360584 CPUtime=402.22 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 123652 0 0 0 40117 105 0 0 20 0 1 0 268121871 369238016 87851 33554432000 4194304 10169799 140735934060176 140735934054776 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 90146 87851 855 1459 0 88678 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 360584

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 8225
/proc/meminfo: memFree=26021676/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=364452 CPUtime=462.22 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 124308 0 0 0 46110 112 0 0 20 0 1 0 268121871 373198848 88507 33554432000 4194304 10169799 140735934060176 140735934055160 8009499 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 91113 88507 855 1459 0 89645 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 364452

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8225
/proc/meminfo: memFree=26003780/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=364452 CPUtime=522.21 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 124328 0 0 0 52104 117 0 0 20 0 1 0 268121871 373198848 89038 33554432000 4194304 10169799 140735934060176 140735934054776 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 91113 89038 855 1459 0 89645 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 364452

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8225
/proc/meminfo: memFree=25998472/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=364452 CPUtime=582.2 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 124332 0 0 0 58097 123 0 0 20 0 1 0 268121871 373198848 89042 33554432000 4194304 10169799 140735934060176 140735934054872 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 91113 89042 855 1459 0 89645 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 364452

[startup+642.3 s]

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

/proc/meminfo: memFree=25933312/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=384472 CPUtime=1122.12 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126191 0 0 0 112037 175 0 0 20 0 1 0 268121871 393699328 94458 33554432000 4194304 10169799 140735934060176 140735934054872 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96118 94458 855 1459 0 94650 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 384472

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8230
/proc/meminfo: memFree=25927408/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1182.11 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126956 0 0 0 118029 182 0 0 20 0 1 0 268121871 396857344 95223 33554432000 4194304 10169799 140735934060176 140735934053768 8030364 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95223 855 1459 0 95421 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 387556

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8230
/proc/meminfo: memFree=25926972/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1242.1 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126956 0 0 0 124022 188 0 0 20 0 1 0 268121871 396857344 95223 33554432000 4194304 10169799 140735934060176 140735934053928 7913080 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95223 855 1459 0 95421 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 387556

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8230
/proc/meminfo: memFree=25925180/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1302.09 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126956 0 0 0 130016 193 0 0 20 0 1 0 268121871 396857344 95223 33554432000 4194304 10169799 140735934060176 140735934054248 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95223 855 1459 0 95421 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 387556

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8231
/proc/meminfo: memFree=25912948/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1362.08 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126956 0 0 0 136008 200 0 0 20 0 1 0 268121871 396857344 95223 33554432000 4194304 10169799 140735934060176 140735934055160 8043980 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95223 855 1459 0 95421 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 387556

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 8232
/proc/meminfo: memFree=25917988/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1422.08 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126957 0 0 0 142001 207 0 0 20 0 1 0 268121871 396857344 95224 33554432000 4194304 10169799 140735934060176 140735934054584 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95224 856 1459 0 95421 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 387556

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8232
/proc/meminfo: memFree=25915324/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1482.06 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126957 0 0 0 147994 212 0 0 20 0 1 0 268121871 396857344 95224 33554432000 4194304 10169799 140735934060176 140735934054424 8038271 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95224 856 1459 0 95421 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 387556

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8232
/proc/meminfo: memFree=25914824/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1542.05 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126957 0 0 0 153988 217 0 0 20 0 1 0 268121871 396857344 95224 33554432000 4194304 10169799 140735934060176 140735934054584 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95224 856 1459 0 95421 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 387556

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8232
/proc/meminfo: memFree=25913216/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1602.04 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126957 0 0 0 159980 224 0 0 20 0 1 0 268121871 396857344 95224 33554432000 4194304 10169799 140735934060176 140735934054776 8009605 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95224 856 1459 0 95421 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 387556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8236
/proc/meminfo: memFree=25907948/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=387556 CPUtime=1662.03 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 126957 0 0 0 165973 230 0 0 20 0 1 0 268121871 396857344 95224 33554432000 4194304 10169799 140735934060176 140735934054552 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96889 95224 856 1459 0 95421 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 387556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8236
/proc/meminfo: memFree=25920824/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=378196 CPUtime=1722.03 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 128501 0 0 0 171965 238 0 0 20 0 1 0 268121871 387272704 91949 33554432000 4194304 10169799 140735934060176 140735934054424 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 94549 91949 856 1459 0 93081 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 378196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8237
/proc/meminfo: memFree=25911420/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1782.01 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 128946 0 0 0 177958 243 0 0 20 0 1 0 268121871 395972608 93925 33554432000 4194304 10169799 140735934060176 140735934054312 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 93925 856 1459 0 95205 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 386692

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8275
/proc/meminfo: memFree=28346900/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1785.22 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129023 0 0 0 178277 245 0 0 20 0 1 0 268121871 395972608 94002 33554432000 4194304 10169799 140735934060176 140735934054584 8979322 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 94002 856 1459 0 95205 0
Current children cumulated CPU time (s) 1785.22
Current children cumulated vsize (KiB) 386692

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 8275
/proc/meminfo: memFree=27801908/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1791.62 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129024 0 0 0 178917 245 0 0 20 0 1 0 268121871 395972608 94003 33554432000 4194304 10169799 140735934060176 140735934054968 8009484 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 94003 856 1459 0 95205 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (KiB) 386692

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8275
/proc/meminfo: memFree=27766236/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1794.82 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129024 0 0 0 179237 245 0 0 20 0 1 0 268121871 395972608 94062 33554432000 4194304 10169799 140735934060176 140735934054712 8009536 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 94062 856 1459 0 95205 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 386692

[startup+1795.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8275
/proc/meminfo: memFree=27766236/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1795.61 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129024 0 0 0 179316 245 0 0 20 0 1 0 268121871 395972608 94062 33554432000 4194304 10169799 140735934060176 140735934054712 5119964 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 94062 856 1459 0 95205 0
Current children cumulated CPU time (s) 1795.61
Current children cumulated vsize (KiB) 386692

[startup+1796.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8275
/proc/meminfo: memFree=27769392/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386692 CPUtime=1796.41 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129024 0 0 0 179396 245 0 0 20 0 1 0 268121871 395972608 94062 33554432000 4194304 10169799 140735934060176 140735934053976 8030352 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96673 94062 856 1459 0 95205 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (KiB) 386692

[startup+1797.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8275
/proc/meminfo: memFree=27769392/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=386056 CPUtime=1796.82 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129026 0 0 0 179436 246 0 0 20 0 1 0 268121871 395321344 93905 33554432000 4194304 10169799 140735934060176 140735934058024 5058807 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 96514 93905 858 1459 0 95046 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (KiB) 386056

[startup+1797.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 8275
/proc/meminfo: memFree=27769392/32873844 swapFree=7900/7900
[pid=8219] ppid=8217 vsize=274024 CPUtime=1796.92 cores=0,2,4,6
/proc/8219/stat : 8219 (scip-2.1.1.4sfi) R 8217 8219 6871 0 -1 4202496 129026 0 0 0 179446 246 0 0 20 0 1 0 268121871 280600576 67568 33554432000 4194304 10169799 140735934060176 140735934058024 8989847 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8219/statm: 68506 67568 858 1459 0 67038 0
Current children cumulated CPU time (s) 1796.92
Current children cumulated vsize (KiB) 274024

Child status: 0
Real time (s): 1797.21
CPU time (s): 1796.93
CPU user time (s): 1794.46
CPU system time (s): 2.47162
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 526928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 2.47162
maximum resident set size= 518776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129028
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= 4
involuntary context switches= 1949

runsolver used 3.05354 second user time and 8.37073 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 10:12:53
IDJOB=3692739
IDBENCH=1372
IDSOLVER=2272
FILE ID=node137/3692739-1338019973
RUNJOBID= node137-1338017245-7420
PBS_JOBID= 14624260
Free space on /tmp= 71228 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.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-3692739-1338019973/watcher-3692739-1338019973 -o /tmp/evaluation-result-3692739-1338019973/solver-3692739-1338019973 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692739-1338019973.opb -t 1800 -m 15500

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=1571157087

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.600
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.600
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:        27565984 kB
Buffers:          246624 kB
Cached:          2808020 kB
SwapCached:        22060 kB
Active:          2421028 kB
Inactive:        2095808 kB
Active(anon):    1441884 kB
Inactive(anon):    22680 kB
Active(file):     979144 kB
Inactive(file):  2073128 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             70760 kB
Writeback:             0 kB
AnonPages:       1490568 kB
Mapped:            11916 kB
Shmem:                 0 kB
Slab:             646304 kB
SReclaimable:      87944 kB
SUnreclaim:       558360 kB
KernelStack:        1472 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1577712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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= 71240 MiB
End job on node137 at 2012-05-26 10:42:51