Trace number 3451069

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.18 1800.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_15.opb
MD5SUM76cbd1f5f345389511b95f4555e7fed1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 179
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8415
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 105
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 232
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1558
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451069-1307096853.opb>
0.19/0.21	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.19/0.21	c problem read
0.19/0.21	c presolving settings loaded
0.19/0.27	c presolving:
0.29/0.32	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.34	c (round 2) 1 del vars, 3982 del conss, 0 add conss, 1 chg bounds, 4 chg sides, 305 chg coeffs, 233 upgd conss, 0 impls, 0 clqs
0.29/0.37	c (round 3) 1 del vars, 3982 del conss, 9 add conss, 1 chg bounds, 19 chg sides, 342 chg coeffs, 452 upgd conss, 212 impls, 7 clqs
0.29/0.38	c (round 4) 1 del vars, 3982 del conss, 10 add conss, 1 chg bounds, 67 chg sides, 442 chg coeffs, 452 upgd conss, 214 impls, 7 clqs
1.19/1.27	c    (1.3s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
1.19/1.27	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.19/1.27	c presolving (5 rounds):
1.19/1.27	c  1 deleted vars, 3982 deleted constraints, 10 added constraints, 1 tightened bounds, 0 added holes, 67 changed sides, 442 changed coefficients
1.19/1.27	c  284 implications, 7 cliques
1.19/1.27	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4443 constraints
1.19/1.27	c     452 constraints of type <knapsack>
1.19/1.27	c      10 constraints of type <setppc>
1.19/1.27	c    3981 constraints of type <linear>
1.19/1.27	c transformed objective value is always integral (scale: 1)
1.19/1.27	c Presolving Time: 1.01
1.19/1.27	c - non default parameters ----------------------------------------------------------------------
1.19/1.27	c # SCIP version 2.0.1.5
1.19/1.27	c 
1.19/1.27	c # frequency for displaying node information lines
1.19/1.27	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.27	c display/freq = 10000
1.19/1.27	c 
1.19/1.27	c # maximal time in seconds to run
1.19/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.27	c limits/time = 1800
1.19/1.27	c 
1.19/1.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.27	c limits/memory = 13950
1.19/1.27	c 
1.19/1.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.19/1.27	c # [type: int, range: [1,2], default: 1]
1.19/1.27	c timing/clocktype = 2
1.19/1.27	c 
1.19/1.27	c # belongs reading time to solving time?
1.19/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.27	c timing/reading = TRUE
1.19/1.27	c 
1.19/1.27	c # should presolving try to simplify inequalities
1.19/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.27	c constraints/linear/simplifyinequalities = TRUE
1.19/1.27	c 
1.19/1.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.19/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.27	c constraints/indicator/addCouplingCons = TRUE
1.19/1.27	c 
1.19/1.27	c # should presolving try to simplify knapsacks
1.19/1.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.27	c constraints/knapsack/simplifyinequalities = TRUE
1.19/1.27	c 
1.19/1.27	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.19/1.27	c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.27	c separating/rapidlearning/freq = 0
1.19/1.27	c 
1.19/1.27	c -----------------------------------------------------------------------------------------------
1.19/1.27	c start solving
1.19/1.27	c 
1.39/1.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.39/1.46	c   1.5s|     1 |     0 |  1220 |     - |  37M|   0 | 697 |4319 |4461 |4319 |4443 |   0 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.19/4.29	c   4.3s|     1 |     0 |  7097 |     - |  38M|   0 |2716 |4319 |4821 |4319 |4573 | 130 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
5.09/5.11	c   5.1s|     1 |     0 |  8777 |     - |  39M|   0 |2778 |4319 |4821 |4319 |4714 | 271 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
5.90/5.97	c   6.0s|     1 |     0 |  9672 |     - |  40M|   0 |2760 |4319 |4821 |4319 |4837 | 394 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
6.89/6.95	c   6.9s|     1 |     0 | 10719 |     - |  40M|   0 |2734 |4319 |4821 |4319 |5014 | 571 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
8.09/8.19	c   8.2s|     1 |     0 | 12628 |     - |  41M|   0 |2491 |4319 |4821 |4319 |5160 | 717 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
9.59/9.63	c   9.6s|     1 |     0 | 15816 |     - |  42M|   0 |2288 |4319 |4821 |4319 |5385 | 942 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
12.10/12.18	c  12.2s|     1 |     2 | 15816 |     - |  42M|   0 |2288 |4319 |4821 |4319 |5385 | 942 |  18 |  10 | 1.050000e+02 |      --      |    Inf 
1159.53/1159.58	c  1160s| 10000 |  6054 |  5819k| 580.4 |  87M|  68 |1472 |4319 |6614 |4319 |4608 | 942 |  15k|7986 | 1.050000e+02 |      --      |    Inf 
1800.05/1800.02	c 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time (sec) : 1800.02
1800.05/1800.02	c Solving Nodes      : 16306
1800.05/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.02	c Dual Bound         : +1.05000000000000e+02
1800.05/1800.02	c Gap                : infinite
1800.05/1800.02	s UNKNOWN
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Total Time         :    1800.02
1800.05/1800.02	c   solving          :    1800.02
1800.05/1800.02	c   presolving       :       1.01 (included in solving)
1800.05/1800.02	c   reading          :       0.21 (included in solving)
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-3451069-1307096853.opb
1800.05/1800.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.02	c   Constraints      : 8415 initial, 8415 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-3451069-1307096853.opb
1800.05/1800.02	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.02	c   Constraints      : 4443 initial, 8778 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.88          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   knapsack         :       0.01          0          0          0          0          0          0         10         63        137
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.10          1          0          0          1          0       3982          0          4        305
1800.05/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0      14839          0          4          0         81       7067          0          0      26190
1800.05/1800.02	c   knapsack         :        452          6     100170          0          1          3      74429        577     161157       1151          0          0
1800.05/1800.02	c   setppc           :         10          6      41103          0          1          0        637          0       1142          0          0          0
1800.05/1800.02	c   linear           :       3981+         7      99593          0          1          0      58588       2791    1771917         12          0          0
1800.05/1800.02	c   logicor          :          0+         6      51855          0          0          0      66729        198      44513          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.02	c   integral         :     563.64       0.00       0.00     563.64       0.00       0.00       0.00
1800.05/1800.02	c   knapsack         :       6.83       0.03       6.75       0.00       0.00       0.00       0.05
1800.05/1800.02	c   setppc           :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
1800.05/1800.02	c   linear           :      33.40       0.00      33.29       0.00       0.00       0.00       0.10
1800.05/1800.02	c   logicor          :       2.29       0.00       2.22       0.00       0.00       0.00       0.08
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :          0          0          0          0
1800.05/1800.02	c   rootredcost      :          0          0          0          0
1800.05/1800.02	c   pseudoobj        :      99705          0          0          0
1800.05/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.02	c   vbounds          :       0.03       0.03       0.00
1800.05/1800.02	c   rootredcost      :       0.04       0.04       0.00
1800.05/1800.02	c   pseudoobj        :       0.08       0.08       0.00
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :       0.28       3566       3558      29708       36.0        432       12.6          -
1800.05/1800.02	c   infeasible LP    :       4.05       8660       8660      22379       23.8        884       12.4          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.02	c   applied globally :          -          -          -      28759       22.5          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          5          -          -        963          -    (maximal pool size: 4222)
1800.05/1800.02	c   redcost          :       1.07      15214          0        642          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          6          0          0          5          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.78          6          0          0        118          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.02	c   strongcg         :       0.74          6          0          0         53          0
1800.05/1800.02	c   cmir             :       1.08          6          0          0       3000          0
1800.05/1800.02	c   flowcover        :       0.74          6          0          0       1200          0
1800.05/1800.02	c   clique           :       0.00          6          0          0          3          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          2          0          0          0          0
1800.05/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       1.65          1          0          0          0        360
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :     563.62      14839         81       7067          0          0      26190
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.00          -          0
1800.05/1800.02	c   pseudo solutions :       0.00          -          0
1800.05/1800.02	c   oneopt           :       0.01          0          0
1800.05/1800.02	c   crossover        :       0.01          0          0
1800.05/1800.02	c   fracdiving       :      83.94         24          0
1800.05/1800.02	c   coefdiving       :     120.29         26          0
1800.05/1800.02	c   pscostdiving     :      50.82         76          0
1800.05/1800.02	c   veclendiving     :      39.66         85          0
1800.05/1800.02	c   linesearchdiving :      78.07        217          0
1800.05/1800.02	c   trivial          :       0.00          2          0
1800.05/1800.02	c   shiftandpropagate:       0.11          1          0
1800.05/1800.02	c   simplerounding   :       0.01          0          0
1800.05/1800.02	c   zirounding       :       0.61       1000          0
1800.05/1800.02	c   rounding         :       1.47       1685          0
1800.05/1800.02	c   shifting         :      12.76        507          0
1800.05/1800.02	c   intshifting      :       0.00          0          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   feaspump         :      31.77         27          0
1800.05/1800.02	c   clique           :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   objpscostdiving  :      27.74         10          0
1800.05/1800.02	c   rootsoldiving    :      16.92         24          0
1800.05/1800.02	c   guideddiving     :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.04          0          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   vbounds          :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   subnlp           :       0.01          0          0
1800.05/1800.02	c   trysol           :       0.01          0          0
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.02          0          0       0.00       0.00
1800.05/1800.02	c   dual LP          :     694.22      16778    6894757     410.94    9931.59
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:     402.55      28723    2509351      87.36    6233.65
1800.05/1800.02	c   strong branching :     558.90      12376    3116813     251.84    5576.65
1800.05/1800.02	c     (at root node) :          -         10       8788     878.80          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :      16306
1800.05/1800.02	c   nodes (total)    :      16306
1800.05/1800.02	c   nodes left       :       8639
1800.05/1800.02	c   max depth        :         69
1800.05/1800.02	c   max depth (total):         69
1800.05/1800.02	c   backtracks       :       2718 (16.7%)
1800.05/1800.02	c   delayed cutoffs  :       1248
1800.05/1800.02	c   repropagations   :      13793 (390871 domain reductions, 476 cutoffs)
1800.05/1800.02	c   avg switch length:       7.01
1800.05/1800.02	c   switching time   :      22.28
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :          0 (0 improvements)
1800.05/1800.02	c   Primal Bound     :          -
1800.05/1800.02	c   Dual Bound       : +1.05000000000000e+02
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +1.05000000000000e+02
1800.05/1800.02	c   Root Iterations  :      15816
1800.05/1800.11	c Time complete: 1800.17.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451069-1307096853/watcher-3451069-1307096853 -o /tmp/evaluation-result-3451069-1307096853/solver-3451069-1307096853 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451069-1307096853.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.02 2.00 2/498 20855
/proc/meminfo: memFree=26621232/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=12968 CPUtime=0 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 2233 0 0 0 0 0 0 0 25 0 1 0 899915956 13279232 2187 33554432000 4194304 9163163 140735192974976 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20855/statm: 3242 2187 395 1214 0 2024 0

[startup+0.093733 s]
/proc/loadavg: 2.00 2.02 2.00 2/498 20855
/proc/meminfo: memFree=26621232/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=18720 CPUtime=0.09 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 3594 0 0 0 9 0 0 0 25 0 1 0 899915956 19169280 3548 33554432000 4194304 9163163 140735192974976 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20855/statm: 4680 3581 395 1214 0 3462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18720

[startup+0.100734 s]
/proc/loadavg: 2.00 2.02 2.00 2/498 20855
/proc/meminfo: memFree=26621232/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=18720 CPUtime=0.09 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 3658 0 0 0 9 0 0 0 25 0 1 0 899915956 19169280 3612 33554432000 4194304 9163163 140735192974976 18446744073709551615 6163627 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20855/statm: 4680 3612 395 1214 0 3462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18720

[startup+0.3007 s]
/proc/loadavg: 2.00 2.02 2.00 2/498 20855
/proc/meminfo: memFree=26621232/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=89420 CPUtime=0.29 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 20261 0 0 0 27 2 0 0 25 0 1 0 899915956 91566080 20214 33554432000 4194304 9163163 140735192974976 18446744073709551615 4317971 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 22355 20214 492 1214 0 21137 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89420

[startup+0.700624 s]
/proc/loadavg: 2.00 2.02 2.00 2/498 20855
/proc/meminfo: memFree=26621232/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=91168 CPUtime=0.69 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 21383 0 0 0 67 2 0 0 25 0 1 0 899915956 93356032 20726 33554432000 4194304 9163163 140735192974976 18446744073709551615 5176888 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 22792 20726 547 1214 0 21574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91168

[startup+1.50047 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20856
/proc/meminfo: memFree=26538732/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=120276 CPUtime=1.49 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 30432 0 0 0 147 2 0 0 25 0 1 0 899915956 123162624 27760 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 30069 27760 719 1214 0 28851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120276

[startup+3.10118 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20856
/proc/meminfo: memFree=26509220/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=172568 CPUtime=3.09 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 43348 0 0 0 305 4 0 0 25 0 1 0 899915956 176709632 40668 33554432000 4194304 9163163 140735192974976 18446744073709551615 5148815 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 43142 40668 754 1214 0 41924 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172568

[startup+6.30058 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20856
/proc/meminfo: memFree=26452672/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=6.29 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45055 0 0 0 623 6 0 0 25 0 1 0 899915956 182337536 42271 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42271 764 1214 0 43298 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178064

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20856
/proc/meminfo: memFree=26450944/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=12.69 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45174 0 0 0 1261 8 0 0 25 0 1 0 899915956 182337536 42390 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42390 769 1214 0 43298 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 178064

[startup+25.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20856
/proc/meminfo: memFree=26451924/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=25.49 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45174 0 0 0 2537 12 0 0 25 0 1 0 899915956 182337536 42390 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42390 769 1214 0 43298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178064

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20857
/proc/meminfo: memFree=26444788/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=51.09 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45177 0 0 0 5084 25 0 0 25 0 1 0 899915956 182337536 42393 33554432000 4194304 9163163 140735192974976 18446744073709551615 5843848 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42393 772 1214 0 43298 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 178064

[startup+102.319 s]
/proc/loadavg: 2.07 2.03 2.00 3/499 20859
/proc/meminfo: memFree=26419688/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=102.32 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45178 0 0 0 10175 57 0 0 25 0 1 0 899915956 182337536 42394 33554432000 4194304 9163163 140735192974976 18446744073709551615 7376012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42394 772 1214 0 43298 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 178064

[startup+162.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 20860
/proc/meminfo: memFree=26393424/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=162.3 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45179 0 0 0 16134 96 0 0 25 0 1 0 899915956 182337536 42395 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42395 772 1214 0 43298 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 178064

[startup+222.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 20862
/proc/meminfo: memFree=26378104/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=222.29 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45179 0 0 0 22092 137 0 0 25 0 1 0 899915956 182337536 42395 33554432000 4194304 9163163 140735192974976 18446744073709551615 7376033 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42395 772 1214 0 43298 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 178064

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 20863
/proc/meminfo: memFree=26376760/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=282.3 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45182 0 0 0 28053 177 0 0 25 0 1 0 899915956 182337536 42398 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42398 772 1214 0 43298 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 178064

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 20865
/proc/meminfo: memFree=26373740/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=342.3 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45183 0 0 0 34016 214 0 0 25 0 1 0 899915956 182337536 42399 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42399 772 1214 0 43298 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178064

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20867
/proc/meminfo: memFree=26371428/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=402.31 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45204 0 0 0 39972 259 0 0 25 0 1 0 899915956 182337536 42420 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42420 772 1214 0 43298 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 178064

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20868
/proc/meminfo: memFree=26370132/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=462.31 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45560 0 0 0 45936 295 0 0 25 0 1 0 899915956 182337536 42758 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42758 772 1214 0 43298 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 178064

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 20870
/proc/meminfo: memFree=26368696/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=522.31 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45561 0 0 0 51897 334 0 0 25 0 1 0 899915956 182337536 42759 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42759 772 1214 0 43298 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 178064

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20871
/proc/meminfo: memFree=26366264/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=178064 CPUtime=582.31 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 45618 0 0 0 57857 374 0 0 25 0 1 0 899915956 182337536 42816 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 44516 42816 781 1214 0 43298 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 178064

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/499 20882
/proc/meminfo: memFree=26320884/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=187396 CPUtime=882.32 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 47993 0 0 0 87654 578 0 0 25 0 1 0 899915956 191893504 45182 33554432000 4194304 9163163 140735192974976 18446744073709551615 7300297 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 46849 45182 772 1214 0 45631 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 187396

[startup+942.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 20884
/proc/meminfo: memFree=26316580/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=190888 CPUtime=942.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 48835 0 0 0 93613 620 0 0 25 0 1 0 899915956 195469312 46024 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 47722 46024 772 1214 0 46504 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 190888

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 20886
/proc/meminfo: memFree=26284772/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=197704 CPUtime=1002.32 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 50450 0 0 0 99578 654 0 0 25 0 1 0 899915956 202448896 47639 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 49426 47639 772 1214 0 48208 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 197704

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20887
/proc/meminfo: memFree=26253212/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=202676 CPUtime=1062.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 51786 0 0 0 105537 696 0 0 25 0 1 0 899915956 207540224 48975 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 50669 48975 772 1214 0 49451 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 202676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20889
/proc/meminfo: memFree=26229104/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=205132 CPUtime=1122.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 52409 0 0 0 111496 737 0 0 25 0 1 0 899915956 210055168 49598 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 51283 49598 772 1214 0 50065 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 205132

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20918
/proc/meminfo: memFree=26155792/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=206392 CPUtime=1182.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 60616 0 0 0 117450 783 0 0 25 0 1 0 899915956 211345408 49944 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 51598 49944 782 1214 0 50380 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 206392

[startup+1242.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 20920
/proc/meminfo: memFree=26147772/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=211476 CPUtime=1242.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 61860 0 0 0 123412 821 0 0 25 0 1 0 899915956 216551424 51178 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 52869 51178 772 1214 0 51651 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 211476

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 20922
/proc/meminfo: memFree=26144760/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=214708 CPUtime=1302.34 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 62647 0 0 0 129370 864 0 0 25 0 1 0 899915956 219860992 51965 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 53677 51965 772 1214 0 52459 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 214708

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 20923
/proc/meminfo: memFree=26137148/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=222656 CPUtime=1362.33 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 64664 0 0 0 135335 898 0 0 25 0 1 0 899915956 227999744 53982 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 55664 53982 780 1214 0 54446 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 222656

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20926
/proc/meminfo: memFree=26133612/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=227396 CPUtime=1422.36 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 65876 0 0 0 141299 937 0 0 25 0 1 0 899915956 232853504 55156 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 56849 55156 772 1214 0 55631 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 227396

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 20927
/proc/meminfo: memFree=26127608/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=233284 CPUtime=1482.35 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 67313 0 0 0 147262 973 0 0 25 0 1 0 899915956 238882816 56593 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 58321 56593 772 1214 0 57103 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 233284

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 20929
/proc/meminfo: memFree=26125804/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=235448 CPUtime=1542.34 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 67915 0 0 0 153221 1013 0 0 25 0 1 0 899915956 241098752 57195 33554432000 4194304 9163163 140735192974976 18446744073709551615 5149579 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 58862 57195 772 1214 0 57644 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 235448

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 20931
/proc/meminfo: memFree=26121400/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=240572 CPUtime=1602.35 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 71767 0 0 0 159177 1058 0 0 25 0 1 0 899915956 246345728 58478 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 60143 58478 772 1214 0 58925 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 240572

[startup+1662.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/499 20932
/proc/meminfo: memFree=26120076/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=241724 CPUtime=1662.35 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 74258 0 0 0 165134 1101 0 0 25 0 1 0 899915956 247525376 58756 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 60431 58756 772 1214 0 59213 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 241724

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/499 20934
/proc/meminfo: memFree=26113696/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=247496 CPUtime=1722.35 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 75736 0 0 0 171094 1141 0 0 25 0 1 0 899915956 253435904 60204 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 61874 60204 772 1214 0 60656 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 247496

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/499 20935
/proc/meminfo: memFree=26111016/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=250924 CPUtime=1782.35 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 78661 0 0 0 177058 1177 0 0 25 0 1 0 899915956 256946176 61050 33554432000 4194304 9163163 140735192974976 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 62731 61050 772 1214 0 61513 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 250924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 20936
/proc/meminfo: memFree=26107516/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=252892 CPUtime=1800.05 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) R 20853 20855 20254 0 -1 4202496 81330 0 0 0 178815 1190 0 0 25 0 1 0 899915956 258961408 61293 33554432000 4194304 9163163 140735192974976 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20855/statm: 63223 61293 772 1214 0 62005 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 252892

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

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

[startup+1800.12 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 20936
/proc/meminfo: memFree=26107516/32950928 swapFree=34421304/67111528
[pid=20855] ppid=20853 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/20855/stat : 20855 (scip-2.0.1.4b.l) S 20853 20855 20254 0 -1 4202500 81336 0 0 0 178825 1192 0 0 25 0 1 0 899915956 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20855/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.12
CPU time (s): 1800.18
CPU user time (s): 1788.26
CPU system time (s): 11.9212
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 255836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.26
system time used= 11.9212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81336
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= 5
involuntary context switches= 4474

runsolver used 9.28259 second user time and 19.965 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-03 12:27:33
IDJOB=3451069
IDBENCH=2935
IDSOLVER=1948
FILE ID=node113/3451069-1307096853
RUNJOBID= node113-1307092553-20272
PBS_JOBID= 13497976
Free space on /tmp= 73764 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_15.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451069-1307096853/watcher-3451069-1307096853 -o /tmp/evaluation-result-3451069-1307096853/solver-3451069-1307096853 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451069-1307096853.opb -t 1800 -m 15500

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=1424060612

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26621396 kB
Buffers:        228240 kB
Cached:         707316 kB
SwapCached:      13476 kB
Active:        5416132 kB
Inactive:       593312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26621396 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           14000 kB
Writeback:           0 kB
AnonPages:     5072672 kB
Mapped:          23648 kB
Slab:           134232 kB
PageTables:     116456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154834060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73748 MiB
End job on node113 at 2011-06-03 12:57:35