Trace number 3488978

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)? 1797.17 1797.14

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 benchmark122
Best CPU time to get the best result obtained on this benchmark1798.02
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-3488978-1307771262.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.10/0.11	c presolving:
0.10/0.15	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.39/0.48	c    (0.5s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
0.39/0.48	c    (0.5s) probing aborted: 100/100 successive totally useless probings
0.39/0.48	c presolving (2 rounds):
0.39/0.48	c  0 deleted vars, 2366 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.48	c  4888 implications, 0 cliques
0.39/0.48	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
0.39/0.48	c      12 constraints of type <knapsack>
0.39/0.48	c    2366 constraints of type <linear>
0.39/0.48	c transformed objective value is always integral (scale: 1)
0.39/0.48	c Presolving Time: 0.37
0.39/0.48	c - non default parameters ----------------------------------------------------------------------
0.39/0.48	c # SCIP version 2.0.1.5
0.39/0.48	c 
0.39/0.48	c # frequency for displaying node information lines
0.39/0.48	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.48	c display/freq = 10000
0.39/0.48	c 
0.39/0.48	c # maximal time in seconds to run
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/time = 1797
0.39/0.48	c 
0.39/0.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.48	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.48	c limits/memory = 13950
0.39/0.48	c 
0.39/0.48	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.48	c # [type: int, range: [1,2], default: 1]
0.39/0.48	c timing/clocktype = 2
0.39/0.48	c 
0.39/0.48	c # belongs reading time to solving time?
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c timing/reading = TRUE
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify inequalities
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/linear/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/indicator/addCouplingCons = TRUE
0.39/0.48	c 
0.39/0.48	c # should presolving try to simplify knapsacks
0.39/0.48	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.48	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.48	c 
0.39/0.48	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.48	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.48	c separating/rapidlearning/freq = 0
0.39/0.48	c 
0.39/0.48	c -----------------------------------------------------------------------------------------------
0.39/0.48	c start solving
0.39/0.48	c 
0.59/0.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.61	c   0.6s|     1 |     0 |  1918 |     - |  20M|   0 |1440 |2470 |2398 |2470 |2378 |   0 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
1.69/1.80	c   1.8s|     1 |     0 |  4734 |     - |  22M|   0 |1451 |2470 |3001 |2470 |2426 |  48 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
1.89/1.97	c   2.0s|     1 |     0 |  4782 |     - |  23M|   0 |1452 |2470 |3001 |2470 |2479 | 101 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.09/2.19	c   2.2s|     1 |     0 |  4985 |     - |  23M|   0 |1458 |2470 |3001 |2470 |2542 | 164 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.39/2.46	c   2.5s|     1 |     0 |  5282 |     - |  24M|   0 |1453 |2470 |3001 |2470 |2611 | 233 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.59/2.69	c   2.7s|     1 |     0 |  5537 |     - |  24M|   0 |1445 |2470 |3001 |2470 |2676 | 298 |  20 |   0 | 1.200000e+01 |      --      |    Inf 
2.89/2.93	c   2.9s|     1 |     0 |  5818 |     - |  25M|   0 |1472 |2470 |3001 |2470 |2729 | 351 |  20 |   0 | 1.200014e+01 |      --      |    Inf 
4.09/4.13	c   4.1s|     1 |     2 |  5818 |     - |  25M|   0 |1472 |2470 |3001 |2470 |2729 | 351 |  20 |  21 | 1.200014e+01 |      --      |    Inf 
344.69/344.73	c   345s| 10000 |  9272 |  2139k| 213.4 |  48M|  42 |1455 |2470 |5060 |2470 |2439 | 351 |9115 |6454 | 1.700000e+01 |      --      |    Inf 
728.60/728.63	c   729s| 20000 | 17968 |  5703k| 284.9 |  75M|  44 |1171 |2470 |5033 |2470 |2439 | 351 |  19k|  10k| 1.800000e+01 |      --      |    Inf 
1049.31/1049.36	c  1049s| 30000 | 24754 |  8740k| 291.2 | 101M|  59 | 991 |2470 |5172 |2470 |2439 | 351 |  31k|  14k| 1.800000e+01 |      --      |    Inf 
1350.41/1350.43	c  1350s| 40000 | 30879 | 11786k| 294.5 | 129M|  59 |1227 |2470 |5683 |2470 |2439 | 351 |  44k|  16k| 1.900000e+01 |      --      |    Inf 
1631.11/1631.19	c  1631s| 50000 | 35653 | 14383k| 287.6 | 155M|  59 |   - |2470 |6440 |2470 |2439 | 351 |  57k|  20k| 1.900000e+01 |      --      |    Inf 
1797.02/1797.00	c 
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Solving Time (sec) : 1797.00
1797.02/1797.00	c Solving Nodes      : 57865
1797.02/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.02/1797.00	c Dual Bound         : +2.00000000000000e+01
1797.02/1797.00	c Gap                : infinite
1797.02/1797.00	s UNKNOWN
1797.02/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.02/1797.00	c Total Time         :    1797.00
1797.02/1797.00	c   solving          :    1797.00
1797.02/1797.00	c   presolving       :       0.37 (included in solving)
1797.02/1797.00	c   reading          :       0.08 (included in solving)
1797.02/1797.00	c Original Problem   :
1797.02/1797.00	c   Problem name     : HOME/instance-3488978-1307771262.opb
1797.02/1797.00	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 4744 initial, 4744 maximal
1797.02/1797.00	c Presolved Problem  :
1797.02/1797.00	c   Problem name     : t_HOME/instance-3488978-1307771262.opb
1797.02/1797.00	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.02/1797.00	c   Constraints      : 2378 initial, 7598 maximal
1797.02/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.02/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   probing          :       0.31          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   linear           :       0.05          0          0          0          0          0       2366          0          0          0
1797.02/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.02/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.02/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   integral         :          0          0          0      51356          0          4          0         21       9144          0          0      98172
1797.02/1797.00	c   knapsack         :         12          6     340488          0          1          3     145655        764      65825        119          0          0
1797.02/1797.00	c   linear           :       2366+         7     339744          0          0          0     122427       4993    2709076          0          0          0
1797.02/1797.00	c   logicor          :          0+         6     210415          0          0          0     103608        367     271887          0          0          0
1797.02/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.02/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.02/1797.00	c   integral         :     383.48       0.00       0.00     383.48       0.00       0.00       0.00
1797.02/1797.00	c   knapsack         :       9.11       0.00       9.03       0.00       0.00       0.00       0.08
1797.02/1797.00	c   linear           :      61.78       0.00      61.63       0.00       0.00       0.00       0.15
1797.02/1797.00	c   logicor          :       5.62       0.00       5.53       0.00       0.00       0.00       0.10
1797.02/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.02/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.02/1797.00	c   vbounds          :          0          0          0          0
1797.02/1797.00	c   rootredcost      :          0          0          0          0
1797.02/1797.00	c   pseudoobj        :     340283          0          0          0
1797.02/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.02/1797.00	c   vbounds          :       0.09       0.09       0.00
1797.02/1797.00	c   rootredcost      :       0.08       0.08       0.00
1797.02/1797.00	c   pseudoobj        :       0.27       0.27       0.00
1797.02/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.02/1797.00	c   propagation      :       0.33       6124       6035      42792       27.6        245       14.8          -
1797.02/1797.00	c   infeasible LP    :       6.14      33745      33745      58664       14.5       1120       11.4          0
1797.02/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.02/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.02/1797.00	c   applied globally :          -          -          -      69892       16.3          -          -          -
1797.02/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.02/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.02/1797.00	c   cut pool         :       0.00          5          -          -       2489          -    (maximal pool size: 4016)
1797.02/1797.00	c   redcost          :       1.81      51653          0        409          0          0
1797.02/1797.00	c   impliedbounds    :       0.00          6          0          0         56          0
1797.02/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.02/1797.00	c   gomory           :       0.03          6          0          0         28          0
1797.02/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.02/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.02/1797.00	c   strongcg         :       0.03          6          0          0         18          0
1797.02/1797.00	c   cmir             :       0.57          6          0          0       3000          0
1797.02/1797.00	c   flowcover        :       0.31          6          0          0       1200          0
1797.02/1797.00	c   clique           :       0.00          1          0          0          0          0
1797.02/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.02/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.02/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.02/1797.00	c   rapidlearning    :       0.80          1          0          0          0        603
1797.02/1797.00	c Pricers            :       Time      Calls       Vars
1797.02/1797.00	c   problem variables:       0.00          0          0
1797.02/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.02/1797.00	c   relpscost        :     383.41      51356         21       9144          0          0      98172
1797.02/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.02/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.02/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.02/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.02/1797.00	c   LP solutions     :       0.00          -          0
1797.02/1797.00	c   pseudo solutions :       0.00          -          0
1797.02/1797.00	c   oneopt           :       0.04          0          0
1797.02/1797.00	c   crossover        :       0.02          0          0
1797.02/1797.00	c   guideddiving     :       0.00          0          0
1797.02/1797.00	c   coefdiving       :     135.96        141          0
1797.02/1797.00	c   veclendiving     :      46.99        237          0
1797.02/1797.00	c   linesearchdiving :      68.94        355          0
1797.02/1797.00	c   trivial          :       0.00          2          0
1797.02/1797.00	c   shiftandpropagate:       0.07          1          0
1797.02/1797.00	c   simplerounding   :       0.02          0          0
1797.02/1797.00	c   zirounding       :       0.34       1000          0
1797.02/1797.00	c   rounding         :       1.83       3186          0
1797.02/1797.00	c   shifting         :       9.41        961          0
1797.02/1797.00	c   intshifting      :       0.00          0          0
1797.02/1797.00	c   twoopt           :       0.00          0          0
1797.02/1797.00	c   fixandinfer      :       0.00          0          0
1797.02/1797.00	c   feaspump         :      30.12         51          0
1797.02/1797.00	c   clique           :       0.00          0          0
1797.02/1797.00	c   pscostdiving     :      79.88        288          0
1797.02/1797.00	c   fracdiving       :      92.19        120          0
1797.02/1797.00	c   intdiving        :       0.00          0          0
1797.02/1797.00	c   actconsdiving    :       0.00          0          0
1797.02/1797.00	c   objpscostdiving  :      28.33         42          0
1797.02/1797.00	c   rootsoldiving    :      14.14         45          0
1797.02/1797.00	c   octane           :       0.00          0          0
1797.02/1797.00	c   rens             :       0.02          0          0
1797.02/1797.00	c   rins             :       0.00          0          0
1797.02/1797.00	c   localbranching   :       0.00          0          0
1797.02/1797.00	c   mutation         :       0.00          0          0
1797.02/1797.00	c   dins             :       0.00          0          0
1797.02/1797.00	c   vbounds          :       0.00          0          0
1797.02/1797.00	c   undercover       :       0.00          0          0
1797.02/1797.00	c   subnlp           :       0.02          0          0
1797.02/1797.00	c   trysol           :       0.02          0          0
1797.02/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.02/1797.00	c   primal LP        :       0.01          0          0       0.00          -
1797.02/1797.00	c   dual LP          :     768.75      58216   12328404     211.77   16036.86
1797.02/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.02/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.02/1797.00	c   diving/probing LP:     414.84      93948    3765385      40.08    9076.74
1797.02/1797.00	c   strong branching :     370.10      20484    3993246     194.94   10789.67
1797.02/1797.00	c     (at root node) :          -         21       6350     302.38          -
1797.02/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.02/1797.00	c B&B Tree           :
1797.02/1797.00	c   number of runs   :          1
1797.02/1797.00	c   nodes            :      57865
1797.02/1797.00	c   nodes (total)    :      57865
1797.02/1797.00	c   nodes left       :      38582
1797.02/1797.00	c   max depth        :         59
1797.02/1797.00	c   max depth (total):         59
1797.02/1797.00	c   backtracks       :      11715 (20.2%)
1797.02/1797.00	c   delayed cutoffs  :       1728
1797.02/1797.00	c   repropagations   :      28716 (423728 domain reductions, 544 cutoffs)
1797.02/1797.00	c   avg switch length:       8.46
1797.02/1797.00	c   switching time   :      43.36
1797.02/1797.00	c Solution           :
1797.02/1797.00	c   Solutions found  :          0 (0 improvements)
1797.02/1797.00	c   Primal Bound     :          -
1797.02/1797.00	c   Dual Bound       : +2.00000000000000e+01
1797.02/1797.00	c   Gap              :   infinite
1797.02/1797.00	c   Root Dual Bound  : +1.20001448255886e+01
1797.02/1797.00	c   Root Iterations  :       5818
1797.12/1797.14	c Time complete: 1797.16.

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-3488978-1307771262/watcher-3488978-1307771262 -o /tmp/evaluation-result-3488978-1307771262/solver-3488978-1307771262 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488978-1307771262.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 1.93 2/177 23743
/proc/meminfo: memFree=30796216/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=12564 CPUtime=0 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 2146 0 0 0 0 0 0 0 25 0 1 0 967356831 12865536 2100 33554432000 4194304 9016284 140735357634416 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23743/statm: 3174 2101 360 1178 0 1992 0

[startup+0.101636 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 23743
/proc/meminfo: memFree=30796216/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=41104 CPUtime=0.1 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 9209 0 0 0 9 1 0 0 25 0 1 0 967356831 42090496 9163 33554432000 4194304 9016284 140735357634416 18446744073709551615 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 10276 9163 413 1178 0 9094 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41104

[startup+0.20063 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 23743
/proc/meminfo: memFree=30796216/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=58836 CPUtime=0.19 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 13545 0 0 0 18 1 0 0 25 0 1 0 967356831 60248064 13242 33554432000 4194304 9016284 140735357634416 18446744073709551615 7875499 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 14709 13242 514 1178 0 13527 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58836

[startup+0.300602 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 23743
/proc/meminfo: memFree=30796216/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=58836 CPUtime=0.29 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 13545 0 0 0 28 1 0 0 25 0 1 0 967356831 60248064 13242 33554432000 4194304 9016284 140735357634416 18446744073709551615 5252189 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 14709 13242 514 1178 0 13527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58836

[startup+0.700534 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 23743
/proc/meminfo: memFree=30796216/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=73424 CPUtime=0.69 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 18301 0 0 0 67 2 0 0 25 0 1 0 967356831 75186176 16879 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 18356 16879 660 1178 0 17174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73424

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23744
/proc/meminfo: memFree=30701580/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=106664 CPUtime=1.49 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 26456 0 0 0 146 3 0 0 25 0 1 0 967356831 109223936 25031 33554432000 4194304 9016284 140735357634416 18446744073709551615 5257804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 26666 25031 700 1178 0 25484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106664

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23744
/proc/meminfo: memFree=30695628/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=3.09 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27600 0 0 0 305 4 0 0 25 0 1 0 967356831 111685632 26116 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26116 709 1178 0 26085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109068

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23744
/proc/meminfo: memFree=30694716/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=6.29 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27602 0 0 0 614 15 0 0 25 0 1 0 967356831 111685632 26116 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26116 707 1178 0 26085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109068

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23744
/proc/meminfo: memFree=30694724/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=12.69 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27602 0 0 0 1234 35 0 0 25 0 1 0 967356831 111685632 26116 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26116 707 1178 0 26085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109068

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23744
/proc/meminfo: memFree=30694972/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=25.49 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27606 0 0 0 2489 60 0 0 25 0 1 0 967356831 111685632 26120 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26120 710 1178 0 26085 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109068

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23746
/proc/meminfo: memFree=30694488/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=51.09 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27610 0 0 0 5008 101 0 0 25 0 1 0 967356831 111685632 26124 33554432000 4194304 9016284 140735357634416 18446744073709551615 7143448 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26124 710 1178 0 26085 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109068

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23746
/proc/meminfo: memFree=30694196/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=102.29 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27618 0 0 0 10031 198 0 0 25 0 1 0 967356831 111685632 26132 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26132 710 1178 0 26085 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 109068

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23748
/proc/meminfo: memFree=30694140/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=162.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27626 0 0 0 15909 321 0 0 25 0 1 0 967356831 111685632 26140 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26140 710 1178 0 26085 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109068

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23750
/proc/meminfo: memFree=30693720/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=222.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27638 0 0 0 21762 468 0 0 25 0 1 0 967356831 111685632 26151 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26151 709 1178 0 26085 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 109068

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23752
/proc/meminfo: memFree=30693676/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=109068 CPUtime=282.29 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 27664 0 0 0 27602 627 0 0 25 0 1 0 967356831 111685632 26177 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 27267 26177 709 1178 0 26085 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109068

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23754
/proc/meminfo: memFree=30689164/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=113664 CPUtime=342.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 28760 0 0 0 33417 813 0 0 25 0 1 0 967356831 116391936 27273 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199020 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 28416 27273 709 1178 0 27234 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113664

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 23754
/proc/meminfo: memFree=30686012/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=116652 CPUtime=402.29 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 29489 0 0 0 39220 1009 0 0 25 0 1 0 967356831 119451648 28002 33554432000 4194304 9016284 140735357634416 18446744073709551615 6523304 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 29163 28002 709 1178 0 27981 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 116652

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 1.94 3/178 23756
/proc/meminfo: memFree=30678392/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=124048 CPUtime=462.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 31266 0 0 0 45038 1192 0 0 25 0 1 0 967356831 127025152 29779 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 31012 29779 709 1178 0 29830 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124048

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 23758
/proc/meminfo: memFree=30675364/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=126544 CPUtime=522.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 32011 0 0 0 50836 1394 0 0 25 0 1 0 967356831 129581056 30524 33554432000 4194304 9016284 140735357634416 18446744073709551615 5325519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 31636 30524 709 1178 0 30454 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 126544

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23760
/proc/meminfo: memFree=30670604/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=131172 CPUtime=582.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 33244 0 0 0 56644 1586 0 0 25 0 1 0 967356831 134320128 31752 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 32793 31752 709 1178 0 31611 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 131172

[startup+642.3 s]

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

/proc/meminfo: memFree=30604672/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=186712 CPUtime=1122.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 48702 0 0 0 108924 3306 0 0 25 0 1 0 967356831 191193088 45648 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 46678 45648 709 1178 0 45496 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 186712

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/178 23785
/proc/meminfo: memFree=30590992/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=193464 CPUtime=1182.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 50545 0 0 0 114734 3497 0 0 25 0 1 0 967356831 198107136 47378 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 48366 47378 709 1178 0 47184 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 193464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 23787
/proc/meminfo: memFree=30582120/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=201176 CPUtime=1242.3 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 52486 0 0 0 120541 3689 0 0 25 0 1 0 967356831 206004224 49316 33554432000 4194304 9016284 140735357634416 18446744073709551615 6403995 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 50294 49316 709 1178 0 49112 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 201176

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23787
/proc/meminfo: memFree=30567440/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=207684 CPUtime=1302.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 54106 0 0 0 126341 3890 0 0 25 0 1 0 967356831 212668416 50936 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 51921 50936 709 1178 0 50739 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 207684

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23789
/proc/meminfo: memFree=30560032/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=214912 CPUtime=1362.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 55938 0 0 0 132145 4086 0 0 25 0 1 0 967356831 220069888 52767 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 53728 52767 709 1178 0 52546 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 214912

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23791
/proc/meminfo: memFree=30551412/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=223408 CPUtime=1422.32 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 58066 0 0 0 137953 4279 0 0 25 0 1 0 967356831 228769792 54891 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 55852 54891 709 1178 0 54670 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 223408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23793
/proc/meminfo: memFree=30543180/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=231936 CPUtime=1482.32 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 60206 0 0 0 143757 4475 0 0 25 0 1 0 967356831 237502464 57029 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 57984 57029 709 1178 0 56802 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 231936

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23795
/proc/meminfo: memFree=30531600/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=237428 CPUtime=1542.32 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 61589 0 0 0 149569 4663 0 0 25 0 1 0 967356831 243126272 58412 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 59357 58412 709 1178 0 58175 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 237428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23833
/proc/meminfo: memFree=30655772/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=246288 CPUtime=1602.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 63759 0 0 0 155336 4895 0 0 25 0 1 0 967356831 252198912 60541 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 61572 60541 709 1178 0 60390 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 246288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23835
/proc/meminfo: memFree=30587616/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=255724 CPUtime=1662.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 66086 0 0 0 161086 5145 0 0 25 0 1 0 967356831 261861376 62822 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 63931 62822 709 1178 0 62749 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 255724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23837
/proc/meminfo: memFree=30516552/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=264468 CPUtime=1722.31 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 68464 0 0 0 166854 5377 0 0 25 0 1 0 967356831 270815232 65094 33554432000 4194304 9016284 140735357634416 18446744073709551615 7199008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 66117 65094 709 1178 0 64935 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 264468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30459948/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=275316 CPUtime=1782.32 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71095 0 0 0 172606 5626 0 0 25 0 1 0 967356831 281923584 67669 33554432000 4194304 9016284 140735357634416 18446744073709551615 7198972 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 68829 67669 709 1178 0 67647 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 275316

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30457468/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=275316 CPUtime=1785.62 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71139 0 0 0 172920 5642 0 0 25 0 1 0 967356831 281923584 67713 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 68829 67713 709 1178 0 67647 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (KiB) 275316

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30452004/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=275316 CPUtime=1792.02 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71148 0 0 0 173534 5668 0 0 25 0 1 0 967356831 281923584 67722 33554432000 4194304 9016284 140735357634416 18446744073709551615 7143440 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 68829 67722 709 1178 0 67647 0
Current children cumulated CPU time (s) 1792.02
Current children cumulated vsize (KiB) 275316

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30450144/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=275880 CPUtime=1795.22 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71240 0 0 0 173845 5677 0 0 25 0 1 0 967356831 282501120 67814 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 68970 67814 709 1178 0 67788 0
Current children cumulated CPU time (s) 1795.22
Current children cumulated vsize (KiB) 275880

[startup+1796 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30450144/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=276360 CPUtime=1796.02 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71391 0 0 0 173921 5681 0 0 25 0 1 0 967356831 282992640 67964 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 69090 67964 748 1178 0 67908 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 276360

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30448160/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=277052 CPUtime=1796.82 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71686 0 0 0 173998 5684 0 0 25 0 1 0 967356831 283701248 68221 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 69263 68221 710 1178 0 68081 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (KiB) 277052

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30448160/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=277052 CPUtime=1797.02 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71697 0 0 0 174016 5686 0 0 25 0 1 0 967356831 283701248 68232 33554432000 4194304 9016284 140735357634416 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23743/statm: 69263 68232 710 1178 0 68081 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 277052

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 23839
/proc/meminfo: memFree=30448160/32951124 swapFree=67049456/67111528
[pid=23743] ppid=23741 vsize=277052 CPUtime=1797.12 cores=1,3,5,7
/proc/23743/stat : 23743 (scip-2.0.1.4b_2) R 23741 23743 21071 0 -1 4202496 71700 0 0 0 174026 5686 0 0 18 0 1 0 967356831 283701248 68235 33554432000 4194304 9016284 140735357634416 18446744073709551615 6511412 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23743/statm: 69263 68235 713 1178 0 68081 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (KiB) 277052

Child status: 0
Real time (s): 1797.14
CPU time (s): 1797.17
CPU user time (s): 1740.29
CPU system time (s): 56.8774
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 277052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1740.29
system time used= 56.8774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71705
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= 6
involuntary context switches= 2354

runsolver used 2.70559 second user time and 5.80512 second system time

The end

Launcher Data

Begin job on node118 at 2011-06-11 07:47:42
IDJOB=3488978
IDBENCH=2640
IDSOLVER=1979
FILE ID=node118/3488978-1307771262
RUNJOBID= node118-1307767659-23189
PBS_JOBID= 13550844
Free space on /tmp= 74140 MiB

SOLVER NAME= 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-3488978-1307771262/watcher-3488978-1307771262 -o /tmp/evaluation-result-3488978-1307771262/solver-3488978-1307771262 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3488978-1307771262.opb -t 1800 -m 15500

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

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=529988010

node118.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.842
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.68
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.842
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.75
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.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30796776 kB
Buffers:        238364 kB
Cached:        1540016 kB
SwapCached:      15436 kB
Active:         634228 kB
Inactive:      1324328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30796776 kB
SwapTotal:    67111528 kB
SwapFree:     67049456 kB
Dirty:           17476 kB
Writeback:           0 kB
AnonPages:      177136 kB
Mapped:          12044 kB
Slab:           129924 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   375176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74124 MiB
End job on node118 at 2011-06-11 08:17:39