Trace number 3450967

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark185
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
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 1469
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3450967-1307091892.opb>
0.19/0.21	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.19/0.21	c problem read
0.19/0.21	c presolving settings loaded
0.19/0.27	c presolving:
0.29/0.34	c (round 1) 0 del vars, 4200 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
0.99/1.01	c    (1.0s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
0.99/1.01	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.99/1.01	c presolving (2 rounds):
0.99/1.01	c  0 deleted vars, 4200 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.01	c  8610 implications, 0 cliques
0.99/1.01	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
0.99/1.01	c      14 constraints of type <knapsack>
0.99/1.01	c    4200 constraints of type <linear>
0.99/1.01	c transformed objective value is always integral (scale: 1)
0.99/1.01	c Presolving Time: 0.75
0.99/1.01	c - non default parameters ----------------------------------------------------------------------
0.99/1.01	c # SCIP version 2.0.1.5
0.99/1.01	c 
0.99/1.01	c # frequency for displaying node information lines
0.99/1.01	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.01	c display/freq = 10000
0.99/1.01	c 
0.99/1.01	c # maximal time in seconds to run
0.99/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.01	c limits/time = 1800
0.99/1.01	c 
0.99/1.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.01	c limits/memory = 13950
0.99/1.01	c 
0.99/1.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.99/1.01	c # [type: int, range: [1,2], default: 1]
0.99/1.01	c timing/clocktype = 2
0.99/1.01	c 
0.99/1.01	c # belongs reading time to solving time?
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c timing/reading = TRUE
0.99/1.01	c 
0.99/1.01	c # should presolving try to simplify inequalities
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/linear/simplifyinequalities = TRUE
0.99/1.01	c 
0.99/1.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/indicator/addCouplingCons = TRUE
0.99/1.01	c 
0.99/1.01	c # should presolving try to simplify knapsacks
0.99/1.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.01	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.01	c 
0.99/1.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.01	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.01	c separating/rapidlearning/freq = 0
0.99/1.01	c 
0.99/1.01	c -----------------------------------------------------------------------------------------------
0.99/1.01	c start solving
0.99/1.02	c 
1.29/1.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.38	c   1.4s|     1 |     0 |  4911 |     - |  37M|   0 |2482 |4320 |4227 |4320 |4214 |   0 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
2.99/3.04	c   3.0s|     1 |     0 | 11854 |     - |  38M|   0 |2498 |4320 |4238 |4320 |4340 | 126 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.40/3.43	c   3.4s|     1 |     0 | 12071 |     - |  38M|   0 |2508 |4320 |4238 |4320 |4481 | 267 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
3.78/3.89	c   3.9s|     1 |     0 | 12362 |     - |  39M|   0 |2509 |4320 |4238 |4320 |4608 | 394 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.40/4.43	c   4.4s|     1 |     0 | 12936 |     - |  40M|   0 |2498 |4320 |4238 |4320 |4726 | 512 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
4.89/4.92	c   4.9s|     1 |     0 | 13279 |     - |  40M|   0 |2497 |4320 |4238 |4320 |4867 | 653 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
5.39/5.45	c   5.4s|     1 |     0 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |   0 | 1.400000e+01 |      --      |    Inf 
16.89/16.97	c  17.0s|     1 |     2 | 13782 |     - |  41M|   0 |2496 |4320 |4238 |4320 |5019 | 805 |  13 |  53 | 1.400000e+01 |      --      |    Inf 
1367.20/1367.25	c  1367s| 10000 |  8936 |  6368k| 635.5 |  82M|  64 |1555 |4320 |6990 |4320 |4366 | 805 |  11k|7005 | 1.900000e+01 |      --      |    Inf 
1800.02/1800.02	c 
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Solving Time (sec) : 1800.02
1800.02/1800.02	c Solving Nodes      : 12759
1800.02/1800.02	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.02	c Dual Bound         : +1.90000000000000e+01
1800.02/1800.02	c Gap                : infinite
1800.02/1800.02	s UNKNOWN
1800.02/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.02	c Total Time         :    1800.02
1800.02/1800.02	c   solving          :    1800.02
1800.02/1800.02	c   presolving       :       0.75 (included in solving)
1800.02/1800.02	c   reading          :       0.21 (included in solving)
1800.02/1800.02	c Original Problem   :
1800.02/1800.02	c   Problem name     : HOME/instance-3450967-1307091892.opb
1800.02/1800.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.02	c   Constraints      : 8414 initial, 8414 maximal
1800.02/1800.02	c Presolved Problem  :
1800.02/1800.02	c   Problem name     : t_HOME/instance-3450967-1307091892.opb
1800.02/1800.02	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.02	c   Constraints      : 4214 initial, 8208 maximal
1800.02/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   probing          :       0.65          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   linear           :       0.09          0          0          0          0          0       4200          0          0          0
1800.02/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   integral         :          0          0          0      13001          0          4          0         10       3521          0          0      24240
1800.02/1800.02	c   knapsack         :         14          6      77179          0          1          3      26182        109       9325        143          0          0
1800.02/1800.02	c   linear           :       4200+         7      77070          0          1          0      33141       1357     606919          0          0          0
1800.02/1800.02	c   logicor          :          0+         6      40558          0          0          0       9797         60      26229          0          0          0
1800.02/1800.02	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.02/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.02	c   integral         :     543.07       0.00       0.00     543.07       0.00       0.00       0.00
1800.02/1800.02	c   knapsack         :       2.32       0.00       2.31       0.00       0.00       0.00       0.01
1800.02/1800.02	c   linear           :      24.88       0.00      24.83       0.00       0.00       0.00       0.05
1800.02/1800.02	c   logicor          :       0.85       0.00       0.83       0.00       0.00       0.00       0.01
1800.02/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.02	c   vbounds          :          0          0          0          0
1800.02/1800.02	c   rootredcost      :          0          0          0          0
1800.02/1800.02	c   pseudoobj        :      76943          0          0          0
1800.02/1800.02	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.02	c   vbounds          :       0.03       0.03       0.00
1800.02/1800.02	c   rootredcost      :       0.03       0.03       0.00
1800.02/1800.02	c   pseudoobj        :       0.08       0.08       0.00
1800.02/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.02	c   propagation      :       0.09       1526       1513      10512       27.3         59       12.9          -
1800.02/1800.02	c   infeasible LP    :       4.01       9368       9368      11690       11.7        140        9.9          0
1800.02/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.02	c   applied globally :          -          -          -      16263       15.9          -          -          -
1800.02/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.02	c   cut pool         :       0.00          5          -          -       2428          -    (maximal pool size: 4041)
1800.02/1800.02	c   redcost          :       0.83      13079          0        162          0          0
1800.02/1800.02	c   impliedbounds    :       0.00          6          0          0         34          0
1800.02/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.02	c   gomory           :       0.10          6          0          0         42          0
1800.02/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.02	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.02	c   strongcg         :       0.10          6          0          0         28          0
1800.02/1800.02	c   cmir             :       0.99          6          0          0       3000          0
1800.02/1800.02	c   flowcover        :       0.57          6          0          0       1200          0
1800.02/1800.02	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.02	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.02	c   rapidlearning    :       0.35          1          0          0          0         11
1800.02/1800.02	c Pricers            :       Time      Calls       Vars
1800.02/1800.02	c   problem variables:       0.00          0          0
1800.02/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.02	c   relpscost        :     543.05      13001         10       3521          0          0      24240
1800.02/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   inference        :       0.00          1          0          0          0          0          2
1800.02/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.02	c   LP solutions     :       0.00          -          0
1800.02/1800.02	c   pseudo solutions :       0.00          -          0
1800.02/1800.02	c   oneopt           :       0.01          0          0
1800.02/1800.02	c   crossover        :       0.01          0          0
1800.02/1800.02	c   guideddiving     :       0.00          0          0
1800.02/1800.02	c   rootsoldiving    :      18.42         15          0
1800.02/1800.02	c   fracdiving       :      97.21         35          0
1800.02/1800.02	c   veclendiving     :      38.26         63          0
1800.02/1800.02	c   objpscostdiving  :      32.82         35          0
1800.02/1800.02	c   pscostdiving     :      58.75         88          0
1800.02/1800.02	c   linesearchdiving :      54.21        106          0
1800.02/1800.02	c   trivial          :       0.00          2          0
1800.02/1800.02	c   shiftandpropagate:       0.12          1          0
1800.02/1800.02	c   simplerounding   :       0.01          0          0
1800.02/1800.02	c   zirounding       :       0.70       1000          0
1800.02/1800.02	c   rounding         :       2.08       1556          0
1800.02/1800.02	c   shifting         :      11.68        445          0
1800.02/1800.02	c   intshifting      :       0.00          0          0
1800.02/1800.02	c   twoopt           :       0.00          0          0
1800.02/1800.02	c   fixandinfer      :       0.00          0          0
1800.02/1800.02	c   feaspump         :      32.34         26          0
1800.02/1800.02	c   clique           :       0.00          0          0
1800.02/1800.02	c   coefdiving       :     119.27         13          0
1800.02/1800.02	c   intdiving        :       0.00          0          0
1800.02/1800.02	c   actconsdiving    :       0.00          0          0
1800.02/1800.02	c   octane           :       0.00          0          0
1800.02/1800.02	c   rens             :       0.03          0          0
1800.02/1800.02	c   rins             :       0.00          0          0
1800.02/1800.02	c   localbranching   :       0.00          0          0
1800.02/1800.02	c   mutation         :       0.00          0          0
1800.02/1800.02	c   dins             :       0.00          0          0
1800.02/1800.02	c   vbounds          :       0.00          0          0
1800.02/1800.02	c   undercover       :       0.00          0          0
1800.02/1800.02	c   subnlp           :       0.00          0          0
1800.02/1800.02	c   trysol           :       0.01          0          0
1800.02/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.02	c   primal LP        :       0.01          0          0       0.00       0.00
1800.02/1800.02	c   dual LP          :     749.60      13477    6291700     466.85    8393.46
1800.02/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.02	c   diving/probing LP:     399.44      30686    2412097      78.61    6038.73
1800.02/1800.02	c   strong branching :     537.17       9180    3292307     358.64    6128.95
1800.02/1800.02	c     (at root node) :          -         53      39624     747.62          -
1800.02/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.02	c B&B Tree           :
1800.02/1800.02	c   number of runs   :          1
1800.02/1800.02	c   nodes            :      12759
1800.02/1800.02	c   nodes (total)    :      12759
1800.02/1800.02	c   nodes left       :      11385
1800.02/1800.02	c   max depth        :         64
1800.02/1800.02	c   max depth (total):         64
1800.02/1800.02	c   backtracks       :       1838 (14.4%)
1800.02/1800.02	c   delayed cutoffs  :         99
1800.02/1800.02	c   repropagations   :       4689 (30244 domain reductions, 10 cutoffs)
1800.02/1800.02	c   avg switch length:       7.77
1800.02/1800.02	c   switching time   :       8.38
1800.02/1800.02	c Solution           :
1800.02/1800.02	c   Solutions found  :          0 (0 improvements)
1800.02/1800.02	c   Primal Bound     :          -
1800.02/1800.02	c   Dual Bound       : +1.90000000000000e+01
1800.02/1800.02	c   Gap              :   infinite
1800.02/1800.02	c   Root Dual Bound  : +1.40000000000000e+01
1800.02/1800.02	c   Root Iterations  :      13782
1800.02/1800.10	c Time complete: 1800.12.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450967-1307091892/watcher-3450967-1307091892 -o /tmp/evaluation-result-3450967-1307091892/solver-3450967-1307091892 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450967-1307091892.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.14 2.04 2.01 3/461 12739
/proc/meminfo: memFree=28650952/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=13144 CPUtime=0 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 2268 0 0 0 0 0 0 0 25 0 1 0 820787189 13459456 2221 33554432000 4194304 9163163 140733700653888 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12739/statm: 3286 2221 395 1214 0 2068 0

[startup+0.100971 s]
/proc/loadavg: 2.14 2.04 2.01 3/461 12739
/proc/meminfo: memFree=28650952/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=18180 CPUtime=0.09 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 3532 0 0 0 9 0 0 0 25 0 1 0 820787189 18616320 3485 33554432000 4194304 9163163 140733700653888 18446744073709551615 7480252 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12739/statm: 4545 3485 395 1214 0 3327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18180

[startup+0.200951 s]
/proc/loadavg: 2.14 2.04 2.01 3/461 12739
/proc/meminfo: memFree=28650952/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=24472 CPUtime=0.19 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 5091 0 0 0 19 0 0 0 25 0 1 0 820787189 25059328 5044 33554432000 4194304 9163163 140733700653888 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12739/statm: 6118 5044 395 1214 0 4900 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24472

[startup+0.300938 s]
/proc/loadavg: 2.14 2.04 2.01 3/461 12739
/proc/meminfo: memFree=28650952/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=90464 CPUtime=0.29 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 20529 0 0 0 27 2 0 0 25 0 1 0 820787189 92635136 20481 33554432000 4194304 9163163 140733700653888 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 22616 20481 492 1214 0 21398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90464

[startup+0.700861 s]
/proc/loadavg: 2.14 2.04 2.01 3/461 12739
/proc/meminfo: memFree=28650952/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=91636 CPUtime=0.69 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 21270 0 0 0 67 2 0 0 25 0 1 0 820787189 93835264 20869 33554432000 4194304 9163163 140733700653888 18446744073709551615 5176888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 22909 20869 539 1214 0 21691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91636

[startup+1.50072 s]
/proc/loadavg: 2.14 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28388312/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=122424 CPUtime=1.49 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 30505 0 0 0 144 5 0 0 18 0 1 0 820787189 125362176 28199 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 30606 28199 727 1214 0 29388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122424

[startup+3.10044 s]
/proc/loadavg: 2.13 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28374444/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=3.09 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42722 0 0 0 300 9 0 0 21 0 1 0 820787189 174370816 40415 33554432000 4194304 9163163 140733700653888 18446744073709551615 6260415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40415 873 1214 0 41353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170284

[startup+6.30085 s]
/proc/loadavg: 2.13 2.04 2.01 3/462 12740
/proc/meminfo: memFree=28247180/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=6.29 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42957 0 0 0 617 12 0 0 25 0 1 0 820787189 174370816 40537 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40537 777 1214 0 41353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170284

[startup+12.7007 s]
/proc/loadavg: 2.19 2.06 2.02 3/462 12740
/proc/meminfo: memFree=28246364/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=12.69 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42957 0 0 0 1250 19 0 0 25 0 1 0 820787189 174370816 40537 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40537 777 1214 0 41353 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170284

[startup+25.5004 s]
/proc/loadavg: 2.16 2.06 2.02 3/462 12741
/proc/meminfo: memFree=28199216/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=25.49 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42957 0 0 0 2507 42 0 0 25 0 1 0 820787189 174370816 40537 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40537 777 1214 0 41353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170284

[startup+51.1007 s]
/proc/loadavg: 2.11 2.05 2.01 3/462 12741
/proc/meminfo: memFree=28182680/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=51.08 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42958 0 0 0 5013 95 0 0 25 0 1 0 820787189 174370816 40538 33554432000 4194304 9163163 140733700653888 18446744073709551615 6504766 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40538 778 1214 0 41353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 170284

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/462 12743
/proc/meminfo: memFree=28176820/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=102.28 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42960 0 0 0 10033 195 0 0 25 0 1 0 820787189 174370816 40540 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40540 780 1214 0 41353 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 170284

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 12744
/proc/meminfo: memFree=28182228/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=162.27 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42961 0 0 0 15919 308 0 0 25 0 1 0 820787189 174370816 40541 33554432000 4194304 9163163 140733700653888 18446744073709551615 7348654 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40541 780 1214 0 41353 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 170284

[startup+222.318 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12746
/proc/meminfo: memFree=28179092/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=222.3 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 42964 0 0 0 21784 446 0 0 25 0 1 0 820787189 174370816 40544 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40544 780 1214 0 41353 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 170284

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12748
/proc/meminfo: memFree=28182668/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=282.28 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43001 0 0 0 27648 580 0 0 25 0 1 0 820787189 174370816 40581 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40581 780 1214 0 41353 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 170284

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12749
/proc/meminfo: memFree=28182372/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=342.28 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43028 0 0 0 33505 723 0 0 25 0 1 0 820787189 174370816 40608 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40608 780 1214 0 41353 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 170284

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12751
/proc/meminfo: memFree=28180356/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=402.28 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43031 0 0 0 39348 880 0 0 25 0 1 0 820787189 174370816 40611 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40611 780 1214 0 41353 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 170284

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 12752
/proc/meminfo: memFree=28175232/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=462.28 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43154 0 0 0 45201 1027 0 0 25 0 1 0 820787189 174370816 40734 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40734 780 1214 0 41353 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 170284

[startup+522.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/462 12754
/proc/meminfo: memFree=28175804/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=522.29 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43243 0 0 0 51071 1158 0 0 25 0 1 0 820787189 174370816 40788 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40788 780 1214 0 41353 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 170284

[startup+582.3 s]
/proc/loadavg: 2.16 2.05 2.02 3/462 12756
/proc/meminfo: memFree=28175532/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=170284 CPUtime=582.29 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 43247 0 0 0 56933 1296 0 0 25 0 1 0 820787189 174370816 40792 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 42571 40792 780 1214 0 41353 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 170284

[startup+642.301 s]

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

[startup+882.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12764
/proc/meminfo: memFree=28153664/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=177708 CPUtime=882.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 53563 0 0 0 86158 2073 0 0 25 0 1 0 820787189 181972992 42335 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 44427 42335 1121 1214 0 43209 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 177708

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12765
/proc/meminfo: memFree=28149020/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=178824 CPUtime=942.3 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 56671 0 0 0 91993 2237 0 0 25 0 1 0 820787189 183115776 42930 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 44706 42930 780 1214 0 43488 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 178824

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 12767
/proc/meminfo: memFree=28147500/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=180148 CPUtime=1002.3 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 59377 0 0 0 97813 2417 0 0 25 0 1 0 820787189 184471552 43272 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 45037 43272 780 1214 0 43819 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 180148

[startup+1062.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/462 12768
/proc/meminfo: memFree=28145604/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=182212 CPUtime=1062.29 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 62179 0 0 0 103650 2579 0 0 25 0 1 0 820787189 186585088 43791 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 45553 43791 780 1214 0 44335 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 182212

[startup+1122.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/462 12770
/proc/meminfo: memFree=28145688/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=182096 CPUtime=1122.3 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 64630 0 0 0 109459 2771 0 0 25 0 1 0 820787189 186466304 43742 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 45524 43742 780 1214 0 44306 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 182096

[startup+1182.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/462 12772
/proc/meminfo: memFree=28142320/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=184820 CPUtime=1182.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 73166 0 0 0 115272 2959 0 0 25 0 1 0 820787189 189255680 44415 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 46205 44415 780 1214 0 44987 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 184820

[startup+1242.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/462 12773
/proc/meminfo: memFree=28140164/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=186952 CPUtime=1242.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 75946 0 0 0 121106 3125 0 0 25 0 1 0 820787189 191438848 44963 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 46738 44963 780 1214 0 45520 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 186952

[startup+1302.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/462 12775
/proc/meminfo: memFree=28143728/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=184440 CPUtime=1302.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 80238 0 0 0 126923 3308 0 0 25 0 1 0 820787189 188866560 44164 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 46110 44164 780 1214 0 44892 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 184440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 12776
/proc/meminfo: memFree=28152620/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=191640 CPUtime=1362.3 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 92306 0 0 0 132753 3477 0 0 25 0 1 0 820787189 196239360 45878 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 47910 45878 783 1214 0 46692 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 191640

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12778
/proc/meminfo: memFree=28146140/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=199320 CPUtime=1422.32 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 101945 0 0 0 138565 3667 0 0 25 0 1 0 820787189 204103680 47847 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 49830 47847 820 1214 0 48612 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 199320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 12780
/proc/meminfo: memFree=28147600/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=196696 CPUtime=1482.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 108320 0 0 0 144400 3831 0 0 25 0 1 0 820787189 201416704 47405 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 49174 47405 790 1214 0 47956 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 196696

[startup+1542.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12781
/proc/meminfo: memFree=28127956/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=196620 CPUtime=1542.33 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 120832 0 0 0 150217 4016 0 0 25 0 1 0 820787189 201338880 47392 33554432000 4194304 9163163 140733700653888 18446744073709551615 7376048 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 49155 47392 863 1214 0 47937 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 196620

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 12783
/proc/meminfo: memFree=28121360/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=203000 CPUtime=1602.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 130058 0 0 0 156039 4192 0 0 25 0 1 0 820787189 207872000 48936 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 50750 48936 780 1214 0 49532 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 203000

[startup+1662.3 s]
/proc/loadavg: 2.24 2.07 2.02 3/462 12784
/proc/meminfo: memFree=28116484/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=207808 CPUtime=1662.31 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 131352 0 0 0 161865 4366 0 0 25 0 1 0 820787189 212795392 50209 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 51952 50209 780 1214 0 50734 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 207808

[startup+1722.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/462 12786
/proc/meminfo: memFree=28114464/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=207808 CPUtime=1722.32 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 131353 0 0 0 167680 4552 0 0 25 0 1 0 820787189 212795392 50210 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379368 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 51952 50210 780 1214 0 50734 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 207808

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/462 12788
/proc/meminfo: memFree=28119028/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=211172 CPUtime=1782.32 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 134722 0 0 0 173525 4707 0 0 25 0 1 0 820787189 216240128 51037 33554432000 4194304 9163163 140733700653888 18446744073709551615 7379371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 52793 51037 780 1214 0 51575 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 211172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.05 2.01 3/463 12789
/proc/meminfo: memFree=28117624/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=211172 CPUtime=1800.02 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 134722 0 0 0 175240 4762 0 0 25 0 1 0 820787189 216240128 51037 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 52793 51037 780 1214 0 51575 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 211172

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

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

[startup+1800 s]
/proc/loadavg: 2.04 2.05 2.01 3/463 12789
/proc/meminfo: memFree=28117624/32951124 swapFree=41830676/67111528
[pid=12739] ppid=12737 vsize=211172 CPUtime=1800.02 cores=1,3,5,7
/proc/12739/stat : 12739 (scip-2.0.1.4b.l) R 12737 12739 4773 0 -1 4202496 134722 0 0 0 175240 4762 0 0 25 0 1 0 820787189 216240128 51037 33554432000 4194304 9163163 140733700653888 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12739/statm: 52793 51037 780 1214 0 51575 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 211172

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.13
CPU user time (s): 1752.5
CPU system time (s): 47.6378
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 211172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.5
system time used= 47.6378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5534

runsolver used 7.30289 second user time and 18.9151 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-03 11:04:52
IDJOB=3450967
IDBENCH=2634
IDSOLVER=1948
FILE ID=node138/3450967-1307091892
RUNJOBID= node138-1307090089-12604
PBS_JOBID= 13497848
Free space on /tmp= 73640 MiB

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

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=1142990008

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28651356 kB
Buffers:        289488 kB
Cached:        1090864 kB
SwapCached:      44568 kB
Active:        2220396 kB
Inactive:      1791060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28651356 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           33592 kB
Writeback:           0 kB
AnonPages:     2598144 kB
Mapped:          17984 kB
Slab:           127832 kB
PageTables:      92308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130667260 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= 73644 MiB
End job on node138 at 2011-06-03 11:34:54