Trace number 3733988

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.86 1797.18

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM292e71503f1e4f136e087e61da3c7ed4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark117
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 118
Optimality of the best value was proved NO
Number of variables2470
Total number of constraints4744
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
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.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-3733988-1338711725.opb>
0.00/0.08	c original problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 4744 constraints
0.00/0.08	c problem read
0.00/0.08	c presolving settings loaded
0.08/0.12	c presolving:
0.08/0.16	c (round 1) 0 del vars, 2366 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12 upgd conss, 0 impls, 0 clqs
0.49/0.50	c    (0.5s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
0.49/0.50	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.49/0.50	c presolving (2 rounds):
0.49/0.50	c  0 deleted vars, 2366 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.50	c  4888 implications, 0 cliques
0.49/0.50	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
0.49/0.50	c      12 constraints of type <knapsack>
0.49/0.50	c    2366 constraints of type <linear>
0.49/0.50	c transformed objective value is always integral (scale: 1)
0.49/0.50	c Presolving Time: 0.38
0.49/0.50	c - non default parameters ----------------------------------------------------------------------
0.49/0.50	c # SCIP version 2.0.1.5
0.49/0.50	c 
0.49/0.50	c # frequency for displaying node information lines
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.50	c display/freq = 10000
0.49/0.50	c 
0.49/0.50	c # maximal time in seconds to run
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/time = 1797
0.49/0.50	c 
0.49/0.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/memory = 13950
0.49/0.50	c 
0.49/0.50	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.50	c # [type: int, range: [1,2], default: 1]
0.49/0.50	c timing/clocktype = 2
0.49/0.50	c 
0.49/0.50	c # belongs reading time to solving time?
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c timing/reading = TRUE
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify inequalities
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/linear/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/indicator/addCouplingCons = TRUE
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify knapsacks
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c separating/rapidlearning/freq = 0
0.49/0.50	c 
0.49/0.50	c -----------------------------------------------------------------------------------------------
0.49/0.50	c start solving
0.49/0.50	c 
0.58/0.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.58/0.64	c   0.6s|     1 |     0 |  1918 |     - |  20M|   0 |1440 |2470 |2398 |2470 |2378 |   0 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
1.78/1.85	c   1.8s|     1 |     0 |  4734 |     - |  22M|   0 |1451 |2470 |3001 |2470 |2426 |  48 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |  4782 |     - |  23M|   0 |1452 |2470 |3001 |2470 |2479 | 101 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.20/2.25	c   2.3s|     1 |     0 |  4985 |     - |  23M|   0 |1458 |2470 |3001 |2470 |2542 | 164 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.49/2.53	c   2.5s|     1 |     0 |  5282 |     - |  24M|   0 |1453 |2470 |3001 |2470 |2611 | 233 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.69/2.75	c   2.8s|     1 |     0 |  5537 |     - |  24M|   0 |1445 |2470 |3001 |2470 |2676 | 298 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.99/3.00	c   3.0s|     1 |     0 |  5818 |     - |  25M|   0 |1472 |2470 |3001 |2470 |2729 | 351 |  20 |   0 | 1.200014e+01 |      --      |    Inf 
4.18/4.22	c   4.2s|     1 |     2 |  5818 |     - |  25M|   0 |1472 |2470 |3001 |2470 |2729 | 351 |  20 |  21 | 1.200014e+01 |      --      |    Inf 
353.72/353.89	c   354s| 10000 |  9272 |  2139k| 213.4 |  48M|  42 |1455 |2470 |5060 |2470 |2439 | 351 |9115 |6454 | 1.700000e+01 |      --      |    Inf 
743.95/744.17	c   744s| 20000 | 17968 |  5703k| 284.9 |  75M|  44 |1171 |2470 |5033 |2470 |2439 | 351 |  19k|  10k| 1.800000e+01 |      --      |    Inf 
1071.40/1071.65	c  1072s| 30000 | 24754 |  8740k| 291.2 | 101M|  59 | 991 |2470 |5172 |2470 |2439 | 351 |  31k|  14k| 1.800000e+01 |      --      |    Inf 
1378.95/1379.29	c  1379s| 40000 | 30879 | 11786k| 294.5 | 129M|  59 |1227 |2470 |5683 |2470 |2439 | 351 |  44k|  16k| 1.900000e+01 |      --      |    Inf 
1665.89/1666.24	c  1666s| 50000 | 35653 | 14383k| 287.6 | 155M|  59 |   - |2470 |6440 |2470 |2439 | 351 |  57k|  20k| 1.900000e+01 |      --      |    Inf 
1796.67/1797.01	c 
1796.67/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.01	c Solving Time (sec) : 1797.01
1796.67/1797.01	c Solving Nodes      : 56355
1796.67/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.67/1797.01	c Dual Bound         : +1.95000000000002e+01
1796.67/1797.01	c Gap                : infinite
1796.67/1797.01	s UNKNOWN
1796.67/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.67/1797.01	c Total Time         :    1797.01
1796.67/1797.01	c   solving          :    1797.01
1796.67/1797.01	c   presolving       :       0.38 (included in solving)
1796.67/1797.01	c   reading          :       0.08 (included in solving)
1796.67/1797.01	c Original Problem   :
1796.67/1797.01	c   Problem name     : HOME/instance-3733988-1338711725.opb
1796.67/1797.01	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 4744 initial, 4744 maximal
1796.67/1797.01	c Presolved Problem  :
1796.67/1797.01	c   Problem name     : t_HOME/instance-3733988-1338711725.opb
1796.67/1797.01	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.67/1797.01	c   Constraints      : 2378 initial, 7598 maximal
1796.67/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.67/1797.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   probing          :       0.32          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   linear           :       0.05          0          0          0          0          0       2366          0          0          0
1796.67/1797.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1796.67/1797.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1796.67/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   integral         :          0          0          0      50239          0          4          0         18       9029          0          0      96000
1796.67/1797.01	c   knapsack         :         12          6     329398          0          1          3     137043        709      63925        119          0          0
1796.67/1797.01	c   linear           :       2366+         7     328709          0          0          0     115411       4690    2570780          0          0          0
1796.67/1797.01	c   logicor          :          0+         6     203615          0          0          0      97483        352     261555          0          0          0
1796.67/1797.01	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1796.67/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.67/1797.01	c   integral         :     375.23       0.00       0.00     375.23       0.00       0.00       0.00
1796.67/1797.01	c   knapsack         :      11.34       0.00      11.25       0.00       0.00       0.00       0.09
1796.67/1797.01	c   linear           :      71.10       0.00      70.94       0.00       0.00       0.00       0.16
1796.67/1797.01	c   logicor          :       6.43       0.00       6.32       0.00       0.00       0.00       0.10
1796.67/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.67/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.67/1797.01	c   vbounds          :          0          0          0          0
1796.67/1797.01	c   rootredcost      :          0          0          0          0
1796.67/1797.01	c   pseudoobj        :     329192          0          0          0
1796.67/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.67/1797.01	c   vbounds          :       0.09       0.09       0.00
1796.67/1797.01	c   rootredcost      :       0.09       0.09       0.00
1796.67/1797.01	c   pseudoobj        :       0.25       0.25       0.00
1796.67/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.67/1797.01	c   propagation      :       0.34       5751       5663      39659       27.4        228       15.1          -
1796.67/1797.01	c   infeasible LP    :       7.04      32821      32821      56660       14.4       1085       11.3          0
1796.67/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.67/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.67/1797.01	c   applied globally :          -          -          -      66898       16.2          -          -          -
1796.67/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.67/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.67/1797.01	c   cut pool         :       0.00          5          -          -       2489          -    (maximal pool size: 4016)
1796.67/1797.01	c   redcost          :       1.78      50535          0        408          0          0
1796.67/1797.01	c   impliedbounds    :       0.00          6          0          0         56          0
1796.67/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.67/1797.01	c   gomory           :       0.03          6          0          0         28          0
1796.67/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.67/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.67/1797.01	c   strongcg         :       0.03          6          0          0         18          0
1796.67/1797.01	c   cmir             :       0.58          6          0          0       3000          0
1796.67/1797.01	c   flowcover        :       0.31          6          0          0       1200          0
1796.67/1797.01	c   clique           :       0.00          1          0          0          0          0
1796.67/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.67/1797.01	c   mcf              :       0.00          1          0          0          0          0
1796.67/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.67/1797.01	c   rapidlearning    :       0.82          1          0          0          0        603
1796.67/1797.01	c Pricers            :       Time      Calls       Vars
1796.67/1797.01	c   problem variables:       0.00          0          0
1796.67/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.67/1797.01	c   relpscost        :     375.14      50239         18       9029          0          0      96000
1796.67/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   inference        :       0.00          1          0          0          0          0          2
1796.67/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.67/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.67/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.67/1797.01	c   LP solutions     :       0.00          -          0
1796.67/1797.01	c   pseudo solutions :       0.00          -          0
1796.67/1797.01	c   oneopt           :       0.04          0          0
1796.67/1797.01	c   crossover        :       0.03          0          0
1796.67/1797.01	c   intshifting      :       0.00          0          0
1796.67/1797.01	c   feaspump         :      29.28         49          0
1796.67/1797.01	c   coefdiving       :     136.15        135          0
1796.67/1797.01	c   trivial          :       0.00          2          0
1796.67/1797.01	c   shiftandpropagate:       0.08          1          0
1796.67/1797.01	c   simplerounding   :       0.03          0          0
1796.67/1797.01	c   zirounding       :       0.38       1000          0
1796.67/1797.01	c   rounding         :       1.85       3152          0
1796.67/1797.01	c   shifting         :       9.24        953          0
1796.67/1797.01	c   twoopt           :       0.00          0          0
1796.67/1797.01	c   fixandinfer      :       0.00          0          0
1796.67/1797.01	c   clique           :       0.00          0          0
1796.67/1797.01	c   pscostdiving     :      80.27        280          0
1796.67/1797.01	c   fracdiving       :      91.92        116          0
1796.67/1797.01	c   veclendiving     :      47.66        229          0
1796.67/1797.01	c   intdiving        :       0.00          0          0
1796.67/1797.01	c   actconsdiving    :       0.00          0          0
1796.67/1797.01	c   objpscostdiving  :      28.59         42          0
1796.67/1797.01	c   rootsoldiving    :      13.63         44          0
1796.67/1797.01	c   linesearchdiving :      69.88        347          0
1796.67/1797.01	c   guideddiving     :       0.00          0          0
1796.67/1797.01	c   octane           :       0.00          0          0
1796.67/1797.01	c   rens             :       0.03          0          0
1796.67/1797.01	c   rins             :       0.00          0          0
1796.67/1797.01	c   localbranching   :       0.00          0          0
1796.67/1797.01	c   mutation         :       0.00          0          0
1796.67/1797.01	c   dins             :       0.00          0          0
1796.67/1797.01	c   vbounds          :       0.00          0          0
1796.67/1797.01	c   undercover       :       0.00          0          0
1796.67/1797.01	c   subnlp           :       0.02          0          0
1796.67/1797.01	c   trysol           :       0.02          0          0
1796.67/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.67/1797.01	c   primal LP        :       0.01          0          0       0.00          -
1796.67/1797.01	c   dual LP          :     753.25      56827   12064566     212.30   16016.72
1796.67/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.67/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.67/1797.01	c   diving/probing LP:     407.17      91605    3686850      40.25    9054.91
1796.67/1797.01	c   strong branching :     361.38      20148    3921153     194.62   10850.37
1796.67/1797.01	c     (at root node) :          -         21       6350     302.38          -
1796.67/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.67/1797.01	c B&B Tree           :
1796.67/1797.01	c   number of runs   :          1
1796.67/1797.01	c   nodes            :      56355
1796.67/1797.01	c   nodes (total)    :      56355
1796.67/1797.01	c   nodes left       :      38071
1796.67/1797.01	c   max depth        :         59
1796.67/1797.01	c   max depth (total):         59
1796.67/1797.01	c   backtracks       :      11400 (20.2%)
1796.67/1797.01	c   delayed cutoffs  :       1577
1796.67/1797.01	c   repropagations   :      27235 (386823 domain reductions, 474 cutoffs)
1796.67/1797.01	c   avg switch length:       8.47
1796.67/1797.01	c   switching time   :      51.16
1796.67/1797.01	c Solution           :
1796.67/1797.01	c   Solutions found  :          0 (0 improvements)
1796.67/1797.01	c   Primal Bound     :          -
1796.67/1797.01	c   Dual Bound       : +1.95000000000002e+01
1796.67/1797.01	c   Gap              :   infinite
1796.67/1797.01	c   Root Dual Bound  : +1.20001448255886e+01
1796.67/1797.01	c   Root Iterations  :       5818
1796.77/1797.17	c Time complete: 1796.85.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733988-1338711725/watcher-3733988-1338711725 -o /tmp/evaluation-result-3733988-1338711725/solver-3733988-1338711725 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733988-1338711725.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28257
/proc/meminfo: memFree=27376324/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 1511 0 0 0 0 0 0 0 20 0 1 0 337298651 9818112 1465 33554432000 4194304 9016284 140736245218672 140733195507800 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 2397 1466 311 1178 0 1215 0

[startup+0.0941581 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28257
/proc/meminfo: memFree=27376324/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=27172 CPUtime=0.08 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 5737 0 0 0 8 0 0 0 20 0 1 0 337298651 27824128 5691 33554432000 4194304 9016284 140736245218672 140736245150424 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 6793 5691 406 1178 0 5611 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27172

[startup+0.100363 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28257
/proc/meminfo: memFree=27376324/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=29492 CPUtime=0.08 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 6325 0 0 0 8 0 0 0 20 0 1 0 337298651 30199808 6280 33554432000 4194304 9016284 140736245218672 140736245150424 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 7408 6295 406 1178 0 6226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29492

[startup+0.300293 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28257
/proc/meminfo: memFree=27376324/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=58844 CPUtime=0.29 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 13544 0 0 0 27 2 0 0 20 0 1 0 337298651 60256256 13241 33554432000 4194304 9016284 140736245218672 140736245215272 5254225 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 14711 13241 514 1178 0 13529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58844

[startup+0.700275 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 28257
/proc/meminfo: memFree=27376324/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=73432 CPUtime=0.69 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 18300 0 0 0 66 3 0 0 20 0 1 0 337298651 75194368 16865 33554432000 4194304 9016284 140736245218672 140736245215272 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 18358 16865 647 1178 0 17176 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73432

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27311340/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=106540 CPUtime=1.48 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 26429 0 0 0 144 4 0 0 20 0 1 0 337298651 109096960 24994 33554432000 4194304 9016284 140736245218672 140736245211800 5228157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 26635 24994 690 1178 0 25453 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106540

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27275752/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=3.09 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27599 0 0 0 304 5 0 0 20 0 1 0 337298651 111693824 26105 33554432000 4194304 9016284 140736245218672 140736245213832 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26105 699 1178 0 26087 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109076

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273272/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=6.28 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27601 0 0 0 621 7 0 0 20 0 1 0 337298651 111693824 26107 33554432000 4194304 9016284 140736245218672 140736245212424 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26107 699 1178 0 26087 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 109076

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273528/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=12.69 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27601 0 0 0 1255 14 0 0 20 0 1 0 337298651 111693824 26107 33554432000 4194304 9016284 140736245218672 140736245211480 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26107 699 1178 0 26087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109076

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273404/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=25.48 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27605 0 0 0 2525 23 0 0 20 0 1 0 337298651 111693824 26111 33554432000 4194304 9016284 140736245218672 140736245211928 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26111 702 1178 0 26087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 109076

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273280/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=51.08 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27609 0 0 0 5068 40 0 0 20 0 1 0 337298651 111693824 26115 33554432000 4194304 9016284 140736245218672 140736245212584 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26115 702 1178 0 26087 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 109076

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28258
/proc/meminfo: memFree=27273092/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=102.28 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27614 0 0 0 10156 72 0 0 20 0 1 0 337298651 111693824 26120 33554432000 4194304 9016284 140736245218672 140736245212840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26120 702 1178 0 26087 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 109076

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 28259
/proc/meminfo: memFree=27273232/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=162.25 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27641 0 0 0 16114 111 0 0 20 0 1 0 337298651 111693824 26212 33554432000 4194304 9016284 140736245218672 140736245212584 7143464 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26212 702 1178 0 26087 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 109076

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 28259
/proc/meminfo: memFree=27268724/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=222.24 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27654 0 0 0 22067 157 0 0 20 0 1 0 337298651 111693824 26399 33554432000 4194304 9016284 140736245218672 140736245212536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26399 702 1178 0 26087 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 109076

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28260
/proc/meminfo: memFree=27263444/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=109076 CPUtime=282.23 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 27663 0 0 0 28011 212 0 0 20 0 1 0 337298651 111693824 26408 33554432000 4194304 9016284 140736245218672 140736245211928 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 27269 26408 702 1178 0 26087 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 109076

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28260
/proc/meminfo: memFree=27261348/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=113516 CPUtime=342.22 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 28663 0 0 0 33948 274 0 0 20 0 1 0 337298651 116240384 27408 33554432000 4194304 9016284 140736245218672 140736245213000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 28379 27408 702 1178 0 27197 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 113516

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28298
/proc/meminfo: memFree=27424388/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=116220 CPUtime=402.21 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 29478 0 0 0 39880 341 0 0 20 0 1 0 337298651 119009280 28243 33554432000 4194304 9016284 140736245218672 140736245211976 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 29055 28243 702 1178 0 27873 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 116220

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28299
/proc/meminfo: memFree=27417952/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=121968 CPUtime=462.2 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 30901 0 0 0 45816 404 0 0 20 0 1 0 337298651 124895232 29666 33554432000 4194304 9016284 140736245218672 140736245211848 7198839 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 30492 29666 702 1178 0 29310 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 121968

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28302
/proc/meminfo: memFree=27414836/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=126344 CPUtime=522.19 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 32006 0 0 0 51755 464 0 0 20 0 1 0 337298651 129376256 30767 33554432000 4194304 9016284 140736245218672 140736245213000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 31586 30767 702 1178 0 30404 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 126344

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28302
/proc/meminfo: memFree=27397044/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=130220 CPUtime=582.18 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 32982 0 0 0 57692 526 0 0 20 0 1 0 337298651 133345280 31743 33554432000 4194304 9016284 140736245218672 140736245213000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 32555 31743 702 1178 0 31373 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 130220

[startup+642.3 s]

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

/proc/meminfo: memFree=27290728/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=176916 CPUtime=1062.1 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 46158 0 0 0 105183 1027 0 0 20 0 1 0 337298651 181161984 43340 33554432000 4194304 9016284 140736245218672 140736245212728 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 44229 43340 702 1178 0 43047 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 176916

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 28307
/proc/meminfo: memFree=27275824/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=183728 CPUtime=1122.09 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 47975 0 0 0 111119 1090 0 0 20 0 1 0 337298651 188137472 45163 33554432000 4194304 9016284 140736245218672 140736245212776 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 45932 45163 702 1178 0 44750 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 183728

[startup+1182.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 28307
/proc/meminfo: memFree=27264856/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=190076 CPUtime=1182.07 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 49476 0 0 0 117048 1159 0 0 20 0 1 0 337298651 194637824 46652 33554432000 4194304 9016284 140736245218672 140736245212904 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 47519 46652 702 1178 0 46337 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 190076

[startup+1242.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 28307
/proc/meminfo: memFree=27252124/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=196404 CPUtime=1242.07 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 51176 0 0 0 122983 1224 0 0 20 0 1 0 337298651 201117696 48247 33554432000 4194304 9016284 140736245218672 140736245212952 7214178 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 49101 48247 702 1178 0 47919 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 196404

[startup+1302.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 28307
/proc/meminfo: memFree=27237120/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=206808 CPUtime=1302.06 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 53703 0 0 0 128919 1287 0 0 20 0 1 0 337298651 211771392 50774 33554432000 4194304 9016284 140736245218672 140736245211480 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 51702 50774 702 1178 0 50520 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 206808

[startup+1362.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 28308
/proc/meminfo: memFree=27226680/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=212280 CPUtime=1362.04 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 55256 0 0 0 134854 1350 0 0 20 0 1 0 337298651 217374720 52320 33554432000 4194304 9016284 140736245218672 140736245212840 5227630 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 53070 52320 702 1178 0 51888 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 212280

[startup+1422.31 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 28308
/proc/meminfo: memFree=27213164/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=218788 CPUtime=1422.04 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 56867 0 0 0 140789 1415 0 0 20 0 1 0 337298651 224038912 53931 33554432000 4194304 9016284 140736245218672 140736245211720 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 54697 53931 702 1178 0 53515 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 218788

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 28308
/proc/meminfo: memFree=27197268/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=226656 CPUtime=1482.02 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 58868 0 0 0 146731 1471 0 0 20 0 1 0 337298651 232095744 55926 33554432000 4194304 9016284 140736245218672 140736245212840 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 56664 55926 702 1178 0 55482 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 226656

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 28308
/proc/meminfo: memFree=27185736/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=234496 CPUtime=1542.02 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 60824 0 0 0 152669 1533 0 0 20 0 1 0 337298651 240123904 57882 33554432000 4194304 9016284 140736245218672 140736245212840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 58624 57882 702 1178 0 57442 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 234496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 28308
/proc/meminfo: memFree=27173368/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=242460 CPUtime=1602 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 62606 0 0 0 158607 1593 0 0 20 0 1 0 337298651 248279040 59658 33554432000 4194304 9016284 140736245218672 140736245212536 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 60615 59658 702 1178 0 59433 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 242460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 28309
/proc/meminfo: memFree=27165680/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=248588 CPUtime=1662 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 64314 0 0 0 164543 1657 0 0 20 0 1 0 337298651 254554112 61416 33554432000 4194304 9016284 140736245218672 140736245212088 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 62147 61416 702 1178 0 60965 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 248588

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 28312
/proc/meminfo: memFree=27147996/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=259372 CPUtime=1721.99 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 66984 0 0 0 170476 1723 0 0 20 0 1 0 337298651 265596928 64038 33554432000 4194304 9016284 140736245218672 140736245212952 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 64843 64038 702 1178 0 63661 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 259372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27132052/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=269192 CPUtime=1781.97 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 69611 0 0 0 176418 1779 0 0 20 0 1 0 337298651 275652608 66561 33554432000 4194304 9016284 140736245218672 140736245212840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67298 66561 702 1178 0 66116 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 269192

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27131308/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=269192 CPUtime=1785.18 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 69611 0 0 0 176736 1782 0 0 20 0 1 0 337298651 275652608 66561 33554432000 4194304 9016284 140736245218672 140736245213000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67298 66561 702 1178 0 66116 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 269192

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27129448/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=271156 CPUtime=1791.58 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 69961 0 0 0 177371 1787 0 0 20 0 1 0 337298651 277663744 66872 33554432000 4194304 9016284 140736245218672 140736245211592 6524006 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67789 66872 702 1178 0 66607 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 271156

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27128456/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=271156 CPUtime=1794.78 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 70145 0 0 0 177688 1790 0 0 20 0 1 0 337298651 277663744 67056 33554432000 4194304 9016284 140736245218672 140736245212840 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67789 67056 702 1178 0 66607 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 271156

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27128456/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=271156 CPUtime=1795.57 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 70154 0 0 0 177766 1791 0 0 20 0 1 0 337298651 277663744 67065 33554432000 4194304 9016284 140736245218672 140736245212792 5023380 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67789 67065 702 1178 0 66607 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (KiB) 271156

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27128332/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=271156 CPUtime=1796.38 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 70157 0 0 0 177846 1792 0 0 20 0 1 0 337298651 277663744 67068 33554432000 4194304 9016284 140736245218672 140736245212536 6816922 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67789 67068 702 1178 0 66607 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 271156

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28312
/proc/meminfo: memFree=27128332/32873844 swapFree=7372/7372
[pid=28257] ppid=28255 vsize=271156 CPUtime=1796.77 cores=1,3,5,7
/proc/28257/stat : 28257 (scip-2.0.1.4b_2) R 28255 28257 26510 0 -1 4202496 70178 0 0 0 177885 1792 0 0 20 0 1 0 337298651 277663744 67089 33554432000 4194304 9016284 140736245218672 140736245212536 4897769 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28257/statm: 67789 67089 705 1178 0 66607 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (KiB) 271156

Child status: 0
Real time (s): 1797.18
CPU time (s): 1796.86
CPU user time (s): 1778.93
CPU system time (s): 17.9333
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 271156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.93
system time used= 17.9333
maximum resident set size= 268356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70183
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= 60
involuntary context switches= 1869

runsolver used 4.96724 second user time and 17.5433 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 10:22:06
IDJOB=3733988
IDBENCH=2640
IDSOLVER=2329
FILE ID=node118/3733988-1338711725
RUNJOBID= node118-1338703112-26527
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_13.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733988-1338711725/watcher-3733988-1338711725 -o /tmp/evaluation-result-3733988-1338711725/solver-3733988-1338711725 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3733988-1338711725.opb -t 1800 -m 15500

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

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=529826379

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27376968 kB
Buffers:          491368 kB
Cached:          3902404 kB
SwapCached:            0 kB
Active:          1618616 kB
Inactive:        3013760 kB
Active(anon):     228436 kB
Inactive(anon):    11328 kB
Active(file):    1390180 kB
Inactive(file):  3002432 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17856 kB
Writeback:             0 kB
AnonPages:        289180 kB
Mapped:            14476 kB
Shmem:               200 kB
Slab:             724632 kB
SReclaimable:     165896 kB
SUnreclaim:       558736 kB
KernelStack:        1472 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     352120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node118 at 2012-06-03 10:52:03