Trace number 3485547

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 2 2011-06-10 (fixed)? 1797.19 1797.15

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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3485547-1307776372.opb>
0.09/0.14	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8415 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.19/0.22	c presolving:
0.19/0.26	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.19/0.29	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.28/0.32	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.28/0.33	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.09/1.17	c    (1.2s) probing: 227/4319 (5.3%) - 0 fixings, 0 aggregations, 35 implications, 0 bound changes
1.09/1.17	c    (1.2s) probing aborted: 100/100 successive totally useless probings
1.09/1.17	c presolving (5 rounds):
1.09/1.17	c  1 deleted vars, 3982 deleted constraints, 10 added constraints, 1 tightened bounds, 0 added holes, 67 changed sides, 442 changed coefficients
1.09/1.17	c  284 implications, 7 cliques
1.09/1.17	c presolved problem has 4319 variables (4319 bin, 0 int, 0 impl, 0 cont) and 4443 constraints
1.09/1.17	c     452 constraints of type <knapsack>
1.09/1.17	c      10 constraints of type <setppc>
1.09/1.17	c    3981 constraints of type <linear>
1.09/1.17	c transformed objective value is always integral (scale: 1)
1.09/1.17	c Presolving Time: 1.01
1.09/1.17	c - non default parameters ----------------------------------------------------------------------
1.09/1.17	c # SCIP version 2.0.1.4
1.09/1.17	c 
1.09/1.17	c # frequency for displaying node information lines
1.09/1.17	c # [type: int, range: [-1,2147483647], default: 100]
1.09/1.17	c display/freq = 10000
1.09/1.17	c 
1.09/1.17	c # maximal time in seconds to run
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/time = 1797
1.09/1.17	c 
1.09/1.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.09/1.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.09/1.17	c limits/memory = 13950
1.09/1.17	c 
1.09/1.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.09/1.17	c # [type: int, range: [1,2], default: 1]
1.09/1.17	c timing/clocktype = 2
1.09/1.17	c 
1.09/1.17	c # belongs reading time to solving time?
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c timing/reading = TRUE
1.09/1.17	c 
1.09/1.17	c # should presolving try to simplify inequalities
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c constraints/linear/simplifyinequalities = TRUE
1.09/1.17	c 
1.09/1.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c constraints/indicator/addCouplingCons = TRUE
1.09/1.17	c 
1.09/1.17	c # should presolving try to simplify knapsacks
1.09/1.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.09/1.17	c constraints/knapsack/simplifyinequalities = TRUE
1.09/1.17	c 
1.09/1.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.09/1.17	c # [type: int, range: [-1,2147483647], default: -1]
1.09/1.17	c separating/rapidlearning/freq = 0
1.09/1.17	c 
1.09/1.17	c -----------------------------------------------------------------------------------------------
1.09/1.17	c start solving
1.09/1.17	c 
1.29/1.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.36	c   1.4s|     1 |     0 |  1220 |     - |  37M|   0 | 697 |4319 |4461 |4319 |4443 |   0 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.19/4.20	c   4.2s|     1 |     0 |  7097 |     - |  38M|   0 |2716 |4319 |4821 |4319 |4573 | 130 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
4.99/5.02	c   5.0s|     1 |     0 |  8777 |     - |  38M|   0 |2778 |4319 |4821 |4319 |4714 | 271 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
5.78/5.87	c   5.9s|     1 |     0 |  9672 |     - |  39M|   0 |2760 |4319 |4821 |4319 |4837 | 394 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
6.79/6.84	c   6.8s|     1 |     0 | 10719 |     - |  40M|   0 |2734 |4319 |4821 |4319 |5014 | 571 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
7.99/8.07	c   8.1s|     1 |     0 | 12628 |     - |  40M|   0 |2491 |4319 |4821 |4319 |5160 | 717 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
9.39/9.45	c   9.5s|     1 |     0 | 15432 |     - |  41M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |   0 | 1.050000e+02 |      --      |    Inf 
12.10/12.15	c  12.1s|     1 |     2 | 15432 |     - |  41M|   0 |2323 |4319 |4821 |4319 |5385 | 942 |  18 |  10 | 1.050000e+02 |      --      |    Inf 
789.20/789.28	c   789s| 10000 |  3271 |  3749k| 373.5 | 102M|  65 | 441 |4319 |7168 |4319 |4613 | 942 |  17k|5710 | 1.050000e+02 |      --      |    Inf 
1514.52/1514.54	c  1515s| 20000 |  5946 |  7240k| 361.3 | 154M|  65 |2626 |4319 |7228 |4319 |4613 | 942 |  36k|  11k| 1.050000e+02 |      --      |    Inf 
1797.04/1797.01	c 
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Solving Time (sec) : 1797.01
1797.04/1797.01	c Solving Nodes      : 25198
1797.04/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.01	c Dual Bound         : +1.05000000000000e+02
1797.04/1797.01	c Gap                : infinite
1797.04/1797.01	s UNKNOWN
1797.04/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.01	c Total Time         :    1797.01
1797.04/1797.01	c   solving          :    1797.01
1797.04/1797.01	c   presolving       :       1.01 (included in solving)
1797.04/1797.01	c   reading          :       0.14 (included in solving)
1797.04/1797.01	c Original Problem   :
1797.04/1797.01	c   Problem name     : HOME/instance-3485547-1307776372.opb
1797.04/1797.01	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 8415 initial, 8415 maximal
1797.04/1797.01	c Presolved Problem  :
1797.04/1797.01	c   Problem name     : t_HOME/instance-3485547-1307776372.opb
1797.04/1797.01	c   Variables        : 4319 (4319 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.01	c   Constraints      : 4443 initial, 10051 maximal
1797.04/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   probing          :       0.83          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   knapsack         :       0.01          0          0          0          0          0          0         10         63        137
1797.04/1797.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   linear           :       0.10          1          0          0          1          0       3982          0          4        305
1797.04/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   integral         :          0          0          0      20245          0          4          0         45       7163          0          0      37014
1797.04/1797.01	c   knapsack         :        452          6     123841          0          0          3     116020        905     269249       1151          0          0
1797.04/1797.01	c   setppc           :         10          6      17330          0          0          0       1397          0        279          0          0          0
1797.04/1797.01	c   linear           :       3981+         7     122936          0          0          0     172093       8012    5068314         12          0          0
1797.04/1797.01	c   logicor          :          0+         6      64785          0          0          0     165843        481      66199          0          0          0
1797.04/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1797.04/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.01	c   integral         :     569.93       0.00       0.00     569.93       0.00       0.00       0.00
1797.04/1797.01	c   knapsack         :       8.39       0.03       8.28       0.00       0.00       0.00       0.09
1797.04/1797.01	c   setppc           :       0.04       0.00       0.04       0.00       0.00       0.00       0.00
1797.04/1797.01	c   linear           :      49.69       0.00      49.41       0.00       0.00       0.00       0.28
1797.04/1797.01	c   logicor          :       4.05       0.00       3.88       0.00       0.00       0.00       0.17
1797.04/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.01	c   vbounds          :          0          0          0          0
1797.04/1797.01	c   rootredcost      :          0          0          0          0
1797.04/1797.01	c   pseudoobj        :     123376          0          0          0
1797.04/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.01	c   vbounds          :       0.03       0.03       0.00
1797.04/1797.01	c   rootredcost      :       0.03       0.03       0.00
1797.04/1797.01	c   pseudoobj        :       0.09       0.09       0.00
1797.04/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.01	c   propagation      :       1.00       9398       9388     121084       42.7       1203       21.2          -
1797.04/1797.01	c   infeasible LP    :       3.34       6756       6756      23609       27.3        572       20.2          0
1797.04/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.01	c   applied globally :          -          -          -      48487       32.4          -          -          -
1797.04/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.04/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.01	c   cut pool         :       0.00          5          -          -        963          -    (maximal pool size: 4222)
1797.04/1797.01	c   redcost          :       1.33      20264          0         45          0          0
1797.04/1797.01	c   impliedbounds    :       0.00          6          0          0          5          0
1797.04/1797.01	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.01	c   gomory           :       0.77          6          0          0        118          0
1797.04/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.01	c   strongcg         :       0.72          6          0          0         53          0
1797.04/1797.01	c   cmir             :       1.03          6          0          0       3000          0
1797.04/1797.01	c   flowcover        :       0.77          6          0          0       1200          0
1797.04/1797.01	c   clique           :       0.00          6          0          0          3          0
1797.04/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.01	c   mcf              :       0.00          2          0          0          0          0
1797.04/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.01	c   rapidlearning    :       1.67          1          0          0          0        360
1797.04/1797.01	c Pricers            :       Time      Calls       Vars
1797.04/1797.01	c   problem variables:       0.00          0          0
1797.04/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.01	c   relpscost        :     569.90      20245         45       7163          0          0      37014
1797.04/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.01	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.01	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.01	c   LP solutions     :       0.00          -          0
1797.04/1797.01	c   pseudo solutions :       0.00          -          0
1797.04/1797.01	c   oneopt           :       0.02          0          0
1797.04/1797.01	c   crossover        :       0.01          0          0
1797.04/1797.01	c   intshifting      :       0.00          0          0
1797.04/1797.01	c   coefdiving       :     112.71         29          0
1797.04/1797.01	c   rootsoldiving    :      13.97         24          0
1797.04/1797.01	c   veclendiving     :      18.25         48          0
1797.04/1797.01	c   linesearchdiving :      14.11         48          0
1797.04/1797.01	c   pscostdiving     :      24.48         48          0
1797.04/1797.01	c   fracdiving       :      79.44         48          0
1797.04/1797.01	c   trivial          :       0.00          2          0
1797.04/1797.01	c   shiftandpropagate:       0.11          1          0
1797.04/1797.01	c   simplerounding   :       0.01          0          0
1797.04/1797.01	c   zirounding       :       0.54       1000          0
1797.04/1797.01	c   rounding         :       1.28       1994          0
1797.04/1797.01	c   shifting         :      11.20        600          0
1797.04/1797.01	c   twoopt           :       0.00          0          0
1797.04/1797.01	c   fixandinfer      :       0.00          0          0
1797.04/1797.01	c   feaspump         :      30.89         24          0
1797.04/1797.01	c   clique           :       0.00          0          0
1797.04/1797.01	c   intdiving        :       0.00          0          0
1797.04/1797.01	c   actconsdiving    :       0.00          0          0
1797.04/1797.01	c   objpscostdiving  :      24.20         23          0
1797.04/1797.01	c   guideddiving     :       0.00          0          0
1797.04/1797.01	c   octane           :       0.00          0          0
1797.04/1797.01	c   rens             :       0.01          0          0
1797.04/1797.01	c   rins             :       0.00          0          0
1797.04/1797.01	c   localbranching   :       0.00          0          0
1797.04/1797.01	c   mutation         :       0.00          0          0
1797.04/1797.01	c   dins             :       0.00          0          0
1797.04/1797.01	c   vbounds          :       0.00          0          0
1797.04/1797.01	c   undercover       :       0.00          0          0
1797.04/1797.01	c   subnlp           :       0.01          0          0
1797.04/1797.01	c   trysol           :       0.01          0          0
1797.04/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.01	c   primal LP        :       0.02          0          0       0.00       0.00
1797.04/1797.01	c   dual LP          :     768.16      21810    7297032     334.57    9499.41
1797.04/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.01	c   diving/probing LP:     287.93      17348    1633390      94.15    5672.96
1797.04/1797.01	c   strong branching :     564.67      11867    3334207     280.96    5904.65
1797.04/1797.01	c     (at root node) :          -         10       8945     894.50          -
1797.04/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.01	c B&B Tree           :
1797.04/1797.01	c   number of runs   :          1
1797.04/1797.01	c   nodes            :      25198
1797.04/1797.01	c   nodes (total)    :      25198
1797.04/1797.01	c   nodes left       :       7319
1797.04/1797.01	c   max depth        :         65
1797.04/1797.01	c   max depth (total):         65
1797.04/1797.01	c   backtracks       :       4311 (17.1%)
1797.04/1797.01	c   delayed cutoffs  :       4498
1797.04/1797.01	c   repropagations   :      22456 (1475319 domain reductions, 2782 cutoffs)
1797.04/1797.01	c   avg switch length:       7.23
1797.04/1797.01	c   switching time   :      43.41
1797.04/1797.01	c Solution           :
1797.04/1797.01	c   Solutions found  :          0 (0 improvements)
1797.04/1797.01	c   Primal Bound     :          -
1797.04/1797.01	c   Dual Bound       : +1.05000000000000e+02
1797.04/1797.01	c   Gap              :   infinite
1797.04/1797.01	c   Root Dual Bound  : +1.05000000000000e+02
1797.04/1797.01	c   Root Iterations  :      15432
1797.14/1797.14	c Time complete: 1797.18.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3485547-1307776372/watcher-3485547-1307776372 -o /tmp/evaluation-result-3485547-1307776372/solver-3485547-1307776372 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485547-1307776372.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: 1.01 1.05 1.35 3/178 3256
/proc/meminfo: memFree=31439220/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=6172 CPUtime=0 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 566 0 0 0 0 0 0 0 25 0 1 0 889235363 6320128 520 33554432000 4194304 8979876 140735517515472 18446744073709551615 5365756 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3256/statm: 1543 524 195 1169 0 370 0

[startup+0.044549 s]
/proc/loadavg: 1.01 1.05 1.35 3/178 3256
/proc/meminfo: memFree=31439220/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=13192 CPUtime=0.03 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 2299 0 0 0 3 0 0 0 25 0 1 0 889235363 13508608 2253 33554432000 4194304 8979876 140735517515472 18446744073709551615 7679072 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3256/statm: 3298 2253 366 1169 0 2125 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13192

[startup+0.100535 s]
/proc/loadavg: 1.01 1.05 1.35 3/178 3256
/proc/meminfo: memFree=31439220/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=19008 CPUtime=0.09 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 3736 0 0 0 9 0 0 0 25 0 1 0 889235363 19464192 3690 33554432000 4194304 8979876 140735517515472 18446744073709551615 5426984 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3256/statm: 4752 3690 366 1169 0 3579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19008

[startup+0.300518 s]
/proc/loadavg: 1.01 1.05 1.35 3/178 3256
/proc/meminfo: memFree=31439220/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=94716 CPUtime=0.28 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 22008 0 0 0 27 1 0 0 25 0 1 0 889235363 96989184 21352 33554432000 4194304 8979876 140735517515472 18446744073709551615 7836179 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 23679 21404 517 1169 0 22506 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 94716

[startup+0.700443 s]
/proc/loadavg: 1.01 1.05 1.35 3/178 3256
/proc/meminfo: memFree=31439220/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=94716 CPUtime=0.68 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 22304 0 0 0 67 1 0 0 25 0 1 0 889235363 96989184 21648 33554432000 4194304 8979876 140735517515472 18446744073709551615 5311098 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 23679 21648 533 1169 0 22506 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94716

[startup+1.50027 s]
/proc/loadavg: 1.01 1.05 1.35 3/179 3258
/proc/meminfo: memFree=31201280/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=123000 CPUtime=1.48 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 31144 0 0 0 146 2 0 0 25 0 1 0 889235363 125952000 28474 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 30750 28474 706 1169 0 29577 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123000

[startup+3.10102 s]
/proc/loadavg: 1.01 1.05 1.35 3/179 3258
/proc/meminfo: memFree=31174124/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=174424 CPUtime=3.08 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 43859 0 0 0 305 3 0 0 25 0 1 0 889235363 178610176 41185 33554432000 4194304 8979876 140735517515472 18446744073709551615 5284637 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 43606 41185 746 1169 0 42433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 174424

[startup+6.30045 s]
/proc/loadavg: 1.17 1.08 1.36 3/179 3259
/proc/meminfo: memFree=31037764/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=6.29 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45400 0 0 0 624 5 0 0 25 0 1 0 889235363 183635968 42622 33554432000 4194304 8979876 140735517515472 18446744073709551615 6278351 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42622 755 1169 0 43660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 179332

[startup+12.7003 s]
/proc/loadavg: 1.24 1.10 1.37 3/179 3259
/proc/meminfo: memFree=31037028/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=12.69 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45483 0 0 0 1262 7 0 0 25 0 1 0 889235363 183635968 42705 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42705 759 1169 0 43660 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179332

[startup+25.501 s]
/proc/loadavg: 1.41 1.14 1.37 3/179 3259
/proc/meminfo: memFree=30998092/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=25.48 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45483 0 0 0 2536 12 0 0 25 0 1 0 889235363 183635968 42705 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42705 759 1169 0 43660 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 179332

[startup+51.1004 s]
/proc/loadavg: 1.61 1.21 1.39 3/179 3260
/proc/meminfo: memFree=30974212/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=51.09 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45487 0 0 0 5083 26 0 0 25 0 1 0 889235363 183635968 42709 33554432000 4194304 8979876 140735517515472 18446744073709551615 5271327 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42709 763 1169 0 43660 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 179332

[startup+102.306 s]
/proc/loadavg: 1.83 1.33 1.42 3/179 3261
/proc/meminfo: memFree=30974356/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=102.29 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45487 0 0 0 10169 60 0 0 25 0 1 0 889235363 183635968 42709 33554432000 4194304 8979876 140735517515472 18446744073709551615 6547258 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42709 763 1169 0 43660 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 179332

[startup+162.301 s]
/proc/loadavg: 1.93 1.45 1.45 3/179 3263
/proc/meminfo: memFree=30977120/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=162.29 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45489 0 0 0 16133 96 0 0 25 0 1 0 889235363 183635968 42710 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 42710 762 1169 0 43660 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 179332

[startup+222.301 s]
/proc/loadavg: 1.97 1.55 1.48 3/179 3264
/proc/meminfo: memFree=30980052/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=179332 CPUtime=222.29 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 45879 0 0 0 22093 136 0 0 25 0 1 0 889235363 183635968 43100 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 44833 43100 771 1169 0 43660 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 179332

[startup+282.3 s]
/proc/loadavg: 2.02 1.64 1.52 3/179 3268
/proc/meminfo: memFree=30970352/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=183092 CPUtime=282.29 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 46823 0 0 0 28052 177 0 0 25 0 1 0 889235363 187486208 44035 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 45773 44035 762 1169 0 44600 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 183092

[startup+342.301 s]
/proc/loadavg: 2.07 1.72 1.55 3/179 3270
/proc/meminfo: memFree=30964988/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=188200 CPUtime=342.3 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 48122 0 0 0 34012 218 0 0 25 0 1 0 889235363 192716800 45334 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 47050 45334 762 1169 0 45877 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188200

[startup+402.301 s]
/proc/loadavg: 2.03 1.77 1.58 3/179 3271
/proc/meminfo: memFree=30960116/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=193120 CPUtime=402.3 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 49389 0 0 0 39975 255 0 0 25 0 1 0 889235363 197754880 46554 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 48280 46554 762 1169 0 47107 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 193120

[startup+462.3 s]
/proc/loadavg: 2.01 1.81 1.60 3/179 3273
/proc/meminfo: memFree=30953752/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=200440 CPUtime=462.3 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 50995 0 0 0 45931 299 0 0 25 0 1 0 889235363 205250560 48159 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 50110 48159 761 1169 0 48937 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 200440

[startup+522.301 s]
/proc/loadavg: 2.08 1.86 1.63 3/179 3274
/proc/meminfo: memFree=30942560/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=211208 CPUtime=522.3 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 67828 0 0 0 51887 343 0 0 25 0 1 0 889235363 216276992 51040 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 52802 51040 761 1169 0 51629 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 211208

[startup+582.301 s]
/proc/loadavg: 2.08 1.89 1.65 3/179 3276
/proc/meminfo: memFree=30927644/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=220596 CPUtime=582.3 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 70230 0 0 0 57844 386 0 0 25 0 1 0 889235363 225890304 53442 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 55149 53442 761 1169 0 53976 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 220596

[startup+642.3 s]

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

/proc/meminfo: memFree=30856068/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=277904 CPUtime=1062.31 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 109515 0 0 0 105525 706 0 0 25 0 1 0 889235363 284573696 67792 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 69476 67792 761 1169 0 68303 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 277904

[startup+1122.3 s]
/proc/loadavg: 2.07 2.00 1.80 3/179 3290
/proc/meminfo: memFree=30850712/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=284152 CPUtime=1122.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 110940 0 0 0 111486 746 0 0 25 0 1 0 889235363 290971648 69167 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 71038 69167 761 1169 0 69865 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 284152

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.82 3/179 3292
/proc/meminfo: memFree=30842248/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=291536 CPUtime=1182.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 113023 0 0 0 117442 790 0 0 25 0 1 0 889235363 298532864 71240 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164623 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 72884 71240 761 1169 0 71711 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 291536

[startup+1242.3 s]
/proc/loadavg: 2.09 2.02 1.83 3/179 3294
/proc/meminfo: memFree=30833652/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=299616 CPUtime=1242.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 117301 0 0 0 123398 834 0 0 25 0 1 0 889235363 306806784 73263 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 74904 73263 761 1169 0 73731 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 299616

[startup+1302.3 s]
/proc/loadavg: 2.03 2.02 1.83 3/179 3295
/proc/meminfo: memFree=30822960/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=311128 CPUtime=1302.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 119949 0 0 0 129360 872 0 0 25 0 1 0 889235363 318595072 75882 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 77782 75882 761 1169 0 76609 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 311128

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 1.85 3/179 3298
/proc/meminfo: memFree=30814732/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=318192 CPUtime=1362.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 124626 0 0 0 135315 917 0 0 25 0 1 0 889235363 325828608 77939 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 79548 77939 761 1169 0 78375 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 318192

[startup+1422.31 s]
/proc/loadavg: 2.10 2.05 1.86 3/179 3299
/proc/meminfo: memFree=30801552/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=331540 CPUtime=1422.33 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 127975 0 0 0 141274 959 0 0 25 0 1 0 889235363 339496960 81288 33554432000 4194304 8979876 140735517515472 18446744073709551615 7179794 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 82885 81288 770 1169 0 81712 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 331540

[startup+1482.3 s]
/proc/loadavg: 2.14 2.07 1.88 3/179 3301
/proc/meminfo: memFree=30797552/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=335256 CPUtime=1482.32 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 131663 0 0 0 147233 999 0 0 25 0 1 0 889235363 343302144 82257 33554432000 4194304 8979876 140735517515472 18446744073709551615 7164608 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 83814 82257 761 1169 0 82641 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 335256

[startup+1542.3 s]
/proc/loadavg: 2.05 2.05 1.88 3/179 3303
/proc/meminfo: memFree=30792932/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=339964 CPUtime=1542.33 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 132857 0 0 0 153187 1046 0 0 25 0 1 0 889235363 348123136 83451 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 84991 83451 761 1169 0 83818 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 339964

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 1.89 3/179 3304
/proc/meminfo: memFree=30784960/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=348524 CPUtime=1602.33 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 148466 0 0 0 159142 1091 0 0 25 0 1 0 889235363 356888576 85425 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 87131 85425 761 1169 0 85958 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 348524

[startup+1662.3 s]
/proc/loadavg: 2.06 2.05 1.90 3/179 3306
/proc/meminfo: memFree=30774144/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=358504 CPUtime=1662.33 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 159320 0 0 0 165101 1132 0 0 25 0 1 0 889235363 367108096 88111 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 89626 88111 761 1169 0 88453 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 358504

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 1.91 3/179 3307
/proc/meminfo: memFree=30759604/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=372608 CPUtime=1722.34 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 165784 0 0 0 171058 1176 0 0 25 0 1 0 889235363 381550592 91717 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 93152 91717 761 1169 0 91979 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 372608

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 1.91 3/179 3309
/proc/meminfo: memFree=30745072/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=386900 CPUtime=1782.33 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169477 0 0 0 177017 1216 0 0 25 0 1 0 889235363 396185600 95321 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 96725 95321 761 1169 0 95552 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 386900

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.03 1.91 3/179 3309
/proc/meminfo: memFree=30743708/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=388196 CPUtime=1785.54 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169783 0 0 0 177335 1219 0 0 25 0 1 0 889235363 397512704 95627 33554432000 4194304 8979876 140735517515472 18446744073709551615 7047242 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 97049 95627 761 1169 0 95876 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 388196

[startup+1791.91 s]
/proc/loadavg: 2.00 2.02 1.91 3/179 3309
/proc/meminfo: memFree=30743808/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=388196 CPUtime=1791.94 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169783 0 0 0 177973 1221 0 0 25 0 1 0 889235363 397512704 95627 33554432000 4194304 8979876 140735517515472 18446744073709551615 7109006 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 97049 95627 761 1169 0 95876 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 388196

[startup+1795.1 s]
/proc/loadavg: 2.00 2.02 1.91 3/179 3309
/proc/meminfo: memFree=30743808/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=388196 CPUtime=1795.13 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169784 0 0 0 178291 1222 0 0 25 0 1 0 889235363 397512704 95628 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 97049 95628 761 1169 0 95876 0
Current children cumulated CPU time (s) 1795.13
Current children cumulated vsize (KiB) 388196

[startup+1795.9 s]
/proc/loadavg: 2.00 2.02 1.91 3/179 3309
/proc/meminfo: memFree=30743808/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=388196 CPUtime=1795.94 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169784 0 0 0 178371 1223 0 0 25 0 1 0 889235363 397512704 95628 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 97049 95628 761 1169 0 95876 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 388196

[startup+1796.7 s]
/proc/loadavg: 2.00 2.02 1.91 3/179 3309
/proc/meminfo: memFree=30743808/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=388196 CPUtime=1796.73 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169785 0 0 0 178450 1223 0 0 25 0 1 0 889235363 397512704 95629 33554432000 4194304 8979876 140735517515472 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/3256/statm: 97049 95629 761 1169 0 95876 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 388196

[startup+1797.1 s]
/proc/loadavg: 2.00 2.02 1.91 3/179 3309
/proc/meminfo: memFree=30743808/32951124 swapFree=67063272/67111528
[pid=3256] ppid=3254 vsize=386784 CPUtime=1797.14 cores=0,2,4,6
/proc/3256/stat : 3256 (scip-2.0.1.4_2.) R 3254 3256 965 0 -1 4202496 169789 0 0 0 178490 1224 0 0 18 0 1 0 889235363 396066816 95280 33554432000 4194304 8979876 140735517515472 18446744073709551615 5266174 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3256/statm: 96696 95280 765 1169 0 95523 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 386784

Child status: 0
Real time (s): 1797.15
CPU time (s): 1797.19
CPU user time (s): 1784.94
CPU system time (s): 12.2571
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 388196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.94
system time used= 12.2571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169794
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= 2517

runsolver used 2.84657 second user time and 5.59915 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 09:12:52
IDJOB=3485547
IDBENCH=2935
IDSOLVER=1977
FILE ID=node132/3485547-1307776372
RUNJOBID= node132-1307776371-3183
PBS_JOBID= 13550862
Free space on /tmp= 74076 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485547-1307776372/watcher-3485547-1307776372 -o /tmp/evaluation-result-3485547-1307776372/solver-3485547-1307776372 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485547-1307776372.opb -t 1800 -m 15500

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

MD5SUM BENCH= 76cbd1f5f345389511b95f4555e7fed1
RANDOM SEED=2086546808

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31440640 kB
Buffers:        263296 kB
Cached:         993112 kB
SwapCached:       9968 kB
Active:         632564 kB
Inactive:       669904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31440640 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           41188 kB
Writeback:           0 kB
AnonPages:       42992 kB
Mapped:          11476 kB
Slab:           144064 kB
PageTables:       4352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74064 MiB
End job on node132 at 2011-06-11 09:42:49