Trace number 3452516

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.37 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.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-3452516-1307092025.opb>
0.69/0.78	c original problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 26619 constraints
0.69/0.78	c problem read
0.69/0.78	c presolving settings loaded
0.99/1.05	c presolving:
1.21/1.24	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.29/1.32	c (round 2) 0 del vars, 13110 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 209 upgd conss, 0 impls, 0 clqs
1.39/1.40	c (round 3) 0 del vars, 13110 del conss, 0 add conss, 0 chg bounds, 380 chg sides, 380 chg coeffs, 399 upgd conss, 1792 impls, 0 clqs
4.09/4.13	c    (4.1s) probing: 119/13480 (0.9%) - 0 fixings, 0 aggregations, 7776 implications, 0 bound changes
4.09/4.13	c    (4.1s) probing aborted: 100/100 successive totally useless probings
4.09/4.13	c presolving (4 rounds):
4.09/4.13	c  0 deleted vars, 13110 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 380 changed sides, 380 changed coefficients
4.09/4.13	c  26980 implications, 0 cliques
4.09/4.13	c presolved problem has 13480 variables (13480 bin, 0 int, 0 impl, 0 cont) and 13509 constraints
4.09/4.13	c     399 constraints of type <knapsack>
4.09/4.13	c   13110 constraints of type <linear>
4.09/4.13	c transformed objective value is always integral (scale: 1)
4.09/4.13	c Presolving Time: 3.30
4.09/4.13	c - non default parameters ----------------------------------------------------------------------
4.09/4.13	c # SCIP version 2.0.1.4
4.09/4.13	c 
4.09/4.13	c # frequency for displaying node information lines
4.09/4.13	c # [type: int, range: [-1,2147483647], default: 100]
4.09/4.13	c display/freq = 10000
4.09/4.13	c 
4.09/4.13	c # maximal time in seconds to run
4.09/4.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.13	c limits/time = 1800
4.09/4.13	c 
4.09/4.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.09/4.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.09/4.13	c limits/memory = 13950
4.09/4.13	c 
4.09/4.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.09/4.13	c # [type: int, range: [1,2], default: 1]
4.09/4.13	c timing/clocktype = 2
4.09/4.13	c 
4.09/4.13	c # belongs reading time to solving time?
4.09/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.13	c timing/reading = TRUE
4.09/4.13	c 
4.09/4.13	c # should presolving try to simplify inequalities
4.09/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.13	c constraints/linear/simplifyinequalities = TRUE
4.09/4.13	c 
4.09/4.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.09/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.13	c constraints/indicator/addCouplingCons = TRUE
4.09/4.13	c 
4.09/4.13	c # should presolving try to simplify knapsacks
4.09/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.09/4.13	c constraints/knapsack/simplifyinequalities = TRUE
4.09/4.13	c 
4.09/4.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.09/4.13	c # [type: int, range: [-1,2147483647], default: -1]
4.09/4.13	c separating/rapidlearning/freq = 0
4.09/4.13	c 
4.09/4.13	c -----------------------------------------------------------------------------------------------
4.09/4.13	c start solving
4.09/4.14	c 
7.39/7.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.41	c   7.4s|     1 |     0 | 11473 |     - | 125M|   0 |7503 |  13k|  13k|  13k|  13k|   0 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
23.59/23.61	c  23.6s|     1 |     0 | 38545 |     - | 126M|   0 |7524 |  13k|  13k|  13k|  13k|  95 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
24.99/25.05	c  25.1s|     1 |     0 | 38855 |     - | 127M|   0 |7521 |  13k|  13k|  13k|  13k| 221 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
26.79/26.85	c  26.9s|     1 |     0 | 39362 |     - | 127M|   0 |7534 |  13k|  13k|  13k|  13k| 349 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
28.79/28.80	c  28.8s|     1 |     0 | 39819 |     - | 128M|   0 |7528 |  13k|  13k|  13k|  13k| 455 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
31.29/31.38	c  31.4s|     1 |     0 | 40789 |     - | 128M|   0 |7533 |  13k|  13k|  13k|  14k| 571 |  15 |   0 | 1.900000e+01 |      --      |    Inf 
33.79/33.86	c  33.9s|     1 |     0 | 41528 |     - | 129M|   0 |7556 |  13k|  13k|  13k|  14k| 689 |  15 |   0 | 1.900167e+01 |      --      |    Inf 
90.10/90.19	c  90.2s|     1 |     2 | 41528 |     - | 129M|   0 |7556 |  13k|  13k|  13k|  14k| 689 |  15 |  50 | 1.900167e+01 |      --      |    Inf 
1800.17/1800.13	c 
1800.17/1800.13	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.13	c Solving Time (sec) : 1800.13
1800.17/1800.13	c Solving Nodes      : 5051
1800.17/1800.13	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.17/1800.13	c Dual Bound         : +2.00000000000000e+01
1800.17/1800.13	c Gap                : infinite
1800.17/1800.13	s UNKNOWN
1800.17/1800.13	c SCIP Status        : solving was interrupted [user interrupt]
1800.17/1800.13	c Total Time         :    1800.13
1800.17/1800.13	c   solving          :    1800.13
1800.17/1800.13	c   presolving       :       3.30 (included in solving)
1800.17/1800.13	c   reading          :       0.78 (included in solving)
1800.17/1800.13	c Original Problem   :
1800.17/1800.13	c   Problem name     : HOME/instance-3452516-1307092025.opb
1800.17/1800.13	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.13	c   Constraints      : 26619 initial, 26619 maximal
1800.17/1800.13	c Presolved Problem  :
1800.17/1800.13	c   Problem name     : t_HOME/instance-3452516-1307092025.opb
1800.17/1800.13	c   Variables        : 13480 (13480 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.17/1800.13	c   Constraints      : 13509 initial, 18630 maximal
1800.17/1800.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.17/1800.13	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   probing          :       2.72          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   knapsack         :       0.01          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   linear           :       0.31          0          0          0          0          0      13110          0        380        380
1800.17/1800.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.17/1800.13	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.17/1800.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.13	c   integral         :          0          0          0       4122          0          4          0          4        250          0          0       8122
1800.17/1800.13	c   knapsack         :        399          6      50135          0          1          3      27876         25       3319       1203          0          0
1800.17/1800.13	c   linear           :      13110          6      50110          0          0          0       1666         63      65015          0          0          0
1800.17/1800.13	c   logicor          :          0+         6       5748          0          0          0       5548          5       1517          0          0          0
1800.17/1800.13	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.17/1800.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.17/1800.13	c   integral         :     499.95       0.00       0.00     499.95       0.00       0.00       0.00
1800.17/1800.13	c   knapsack         :       1.27       0.02       1.23       0.00       0.00       0.00       0.02
1800.17/1800.13	c   linear           :      10.54       0.01      10.52       0.00       0.00       0.00       0.00
1800.17/1800.13	c   logicor          :       0.09       0.00       0.08       0.00       0.00       0.00       0.01
1800.17/1800.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.17/1800.13	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.17/1800.13	c   vbounds          :          0          0          0          0
1800.17/1800.13	c   rootredcost      :          0          0          0          0
1800.17/1800.13	c   pseudoobj        :      49871          0          0          0
1800.17/1800.13	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.17/1800.13	c   vbounds          :       0.01       0.01       0.00
1800.17/1800.13	c   rootredcost      :       0.01       0.01       0.00
1800.17/1800.13	c   pseudoobj        :       0.03       0.03       0.00
1800.17/1800.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.17/1800.13	c   propagation      :       0.00         93         93        486       26.0          7        6.9          -
1800.17/1800.13	c   infeasible LP    :       5.62       2985       2985       5445       17.4        166       11.8          0
1800.17/1800.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.17/1800.13	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.17/1800.13	c   applied globally :          -          -          -       5121       16.0          -          -          -
1800.17/1800.13	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.17/1800.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.17/1800.13	c   cut pool         :       0.00          5          -          -       2976          -    (maximal pool size: 3917)
1800.17/1800.13	c   redcost          :       1.37       4123          0          2          0          0
1800.17/1800.13	c   impliedbounds    :       0.00          6          0          0         50          0
1800.17/1800.13	c   intobj           :       0.00          0          0          0          0          0
1800.17/1800.13	c   gomory           :       0.28          6          0          0         73          0
1800.17/1800.13	c   cgmip            :       0.00          0          0          0          0          0
1800.17/1800.13	c   closecuts        :       0.00          0          0          0          0          0
1800.17/1800.13	c   strongcg         :       0.27          6          0          0         38          0
1800.17/1800.13	c   cmir             :       2.97          6          0          0       3000          0
1800.17/1800.13	c   flowcover        :       2.63          6          0          0       1200          0
1800.17/1800.13	c   clique           :       0.01          1          0          0          0          0
1800.17/1800.13	c   zerohalf         :       0.00          0          0          0          0          0
1800.17/1800.13	c   mcf              :       0.00          1          0          0          0          0
1800.17/1800.13	c   oddcycle         :       0.00          0          0          0          0          0
1800.17/1800.13	c   rapidlearning    :       0.00          0          0          0          0          0
1800.17/1800.13	c Pricers            :       Time      Calls       Vars
1800.17/1800.13	c   problem variables:       0.00          0          0
1800.17/1800.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.17/1800.13	c   relpscost        :     499.94       4122          4        250          0          0       8122
1800.17/1800.13	c   pscost           :       0.00          0          0          0          0          0          0
1800.17/1800.13	c   inference        :       0.00          1          0          0          0          0          2
1800.17/1800.13	c   mostinf          :       0.00          0          0          0          0          0          0
1800.17/1800.13	c   leastinf         :       0.00          0          0          0          0          0          0
1800.17/1800.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.17/1800.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.17/1800.13	c   random           :       0.00          0          0          0          0          0          0
1800.17/1800.13	c Primal Heuristics  :       Time      Calls      Found
1800.17/1800.13	c   LP solutions     :       0.00          -          0
1800.17/1800.13	c   pseudo solutions :       0.00          -          0
1800.17/1800.13	c   oneopt           :       0.00          0          0
1800.17/1800.13	c   crossover        :       0.00          0          0
1800.17/1800.13	c   guideddiving     :       0.00          0          0
1800.17/1800.13	c   fracdiving       :     166.09          4          0
1800.17/1800.13	c   coefdiving       :     169.28          4          0
1800.17/1800.13	c   veclendiving     :      33.38          4          0
1800.17/1800.13	c   rootsoldiving    :      13.11          2          0
1800.17/1800.13	c   objpscostdiving  :     324.62          3          0
1800.17/1800.13	c   linesearchdiving :      31.48         12          0
1800.17/1800.13	c   trivial          :       0.01          2          0
1800.17/1800.13	c   shiftandpropagate:       0.60          1          0
1800.17/1800.13	c   simplerounding   :       0.00          0          0
1800.17/1800.13	c   zirounding       :       1.52       1000          0
1800.17/1800.13	c   rounding         :       2.16        836          0
1800.17/1800.13	c   shifting         :      19.63        252          0
1800.17/1800.13	c   intshifting      :       0.00          0          0
1800.17/1800.13	c   twoopt           :       0.00          0          0
1800.17/1800.13	c   fixandinfer      :       0.00          0          0
1800.17/1800.13	c   feaspump         :      39.16          5          0
1800.17/1800.13	c   clique           :       0.00          0          0
1800.17/1800.13	c   pscostdiving     :      45.08          4          0
1800.17/1800.13	c   intdiving        :       0.00          0          0
1800.17/1800.13	c   actconsdiving    :       0.00          0          0
1800.17/1800.13	c   octane           :       0.00          0          0
1800.17/1800.13	c   rens             :       0.02          0          0
1800.17/1800.13	c   rins             :       0.00          0          0
1800.17/1800.13	c   localbranching   :       0.00          0          0
1800.17/1800.13	c   mutation         :       0.00          0          0
1800.17/1800.13	c   dins             :       0.00          0          0
1800.17/1800.13	c   vbounds          :       0.00          0          0
1800.17/1800.13	c   undercover       :       0.00          0          0
1800.17/1800.13	c   subnlp           :       0.00          0          0
1800.17/1800.13	c   trysol           :       0.00          0          0
1800.17/1800.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.17/1800.13	c   primal LP        :       0.10          0          0       0.00       0.00
1800.17/1800.13	c   dual LP          :     417.27       5017     532678     106.17    1276.57
1800.17/1800.13	c   lex dual LP      :       0.00          0          0       0.00          -
1800.17/1800.13	c   barrier LP       :       0.00          0          0       0.00          -
1800.17/1800.13	c   diving/probing LP:     803.17       5224    1549055     296.53    1928.67
1800.17/1800.13	c   strong branching :     497.20       1064     416478     391.43     837.64
1800.17/1800.13	c     (at root node) :          -         50      36006     720.12          -
1800.17/1800.13	c   conflict analysis:       0.00          0          0       0.00          -
1800.17/1800.13	c B&B Tree           :
1800.17/1800.13	c   number of runs   :          1
1800.17/1800.13	c   nodes            :       5051
1800.17/1800.13	c   nodes (total)    :       5051
1800.17/1800.13	c   nodes left       :       2639
1800.17/1800.13	c   max depth        :        983
1800.17/1800.13	c   max depth (total):        983
1800.17/1800.13	c   backtracks       :        190 (3.8%)
1800.17/1800.13	c   delayed cutoffs  :        435
1800.17/1800.13	c   repropagations   :      37421 (2785 domain reductions, 1 cutoffs)
1800.17/1800.13	c   avg switch length:      20.98
1800.17/1800.13	c   switching time   :       4.23
1800.17/1800.13	c Solution           :
1800.17/1800.13	c   Solutions found  :          0 (0 improvements)
1800.17/1800.13	c   Primal Bound     :          -
1800.17/1800.13	c   Dual Bound       : +2.00000000000000e+01
1800.17/1800.13	c   Gap              :   infinite
1800.17/1800.13	c   Root Dual Bound  : +1.90016666666667e+01
1800.17/1800.13	c   Root Iterations  :      41528
1800.35/1800.30	c Time complete: 1800.36.

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-3452516-1307092025/watcher-3452516-1307092025 -o /tmp/evaluation-result-3452516-1307092025/solver-3452516-1307092025 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452516-1307092025.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: 0.92 1.04 1.36 2/521 22760
/proc/meminfo: memFree=21618836/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=10456 CPUtime=0.01 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 1632 0 0 0 1 0 0 0 20 0 1 0 801618035 10706944 1585 33554432000 4194304 9128323 140737229087248 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 2614 1585 400 1205 0 1405 0

[startup+0.105505 s]
/proc/loadavg: 0.92 1.04 1.36 2/521 22760
/proc/meminfo: memFree=21618836/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=14744 CPUtime=0.1 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 2675 0 0 0 10 0 0 0 20 0 1 0 801618035 15097856 2628 33554432000 4194304 9128323 140737229087248 18446744073709551615 7929233 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 3686 2628 400 1205 0 2477 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14744

[startup+0.200487 s]
/proc/loadavg: 0.92 1.04 1.36 2/521 22760
/proc/meminfo: memFree=21618836/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=19380 CPUtime=0.19 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 3842 0 0 0 19 0 0 0 20 0 1 0 801618035 19845120 3794 33554432000 4194304 9128323 140737229087248 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 4845 3794 400 1205 0 3636 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19380

[startup+0.30047 s]
/proc/loadavg: 0.92 1.04 1.36 2/521 22760
/proc/meminfo: memFree=21618836/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=24944 CPUtime=0.29 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 5219 0 0 0 29 0 0 0 20 0 1 0 801618035 25542656 5171 33554432000 4194304 9128323 140737229087248 18446744073709551615 8001252 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 6236 5171 400 1205 0 5027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24944

[startup+0.700395 s]
/proc/loadavg: 0.92 1.04 1.36 2/521 22760
/proc/meminfo: memFree=21618836/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=39328 CPUtime=0.69 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 8844 0 0 0 69 0 0 0 21 0 1 0 801618035 40271872 8794 33554432000 4194304 9128323 140737229087248 18446744073709551615 6165126 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 9832 8794 400 1205 0 8623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39328

[startup+1.50026 s]
/proc/loadavg: 1.09 1.07 1.37 3/522 22761
/proc/meminfo: memFree=21396000/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=211384 CPUtime=1.49 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 59830 0 0 0 142 7 0 0 23 0 1 0 801618035 216457216 50126 33554432000 4194304 9128323 140737229087248 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 52846 50126 551 1205 0 51637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211384

[startup+3.10096 s]
/proc/loadavg: 1.09 1.07 1.37 4/522 22761
/proc/meminfo: memFree=21398852/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=212072 CPUtime=3.09 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 60001 0 0 0 302 7 0 0 25 0 1 0 801618035 217161728 50294 33554432000 4194304 9128323 140737229087248 18446744073709551615 5234082 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 53018 50294 548 1205 0 51809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212072

[startup+6.30037 s]
/proc/loadavg: 1.09 1.07 1.37 4/522 22761
/proc/meminfo: memFree=21292604/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=332732 CPUtime=6.3 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 89495 0 0 0 616 14 0 0 25 0 1 0 801618035 340717568 77064 33554432000 4194304 9128323 140737229087248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 83183 77064 813 1205 0 81974 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 332732

[startup+12.7002 s]
/proc/loadavg: 1.23 1.10 1.37 3/522 22761
/proc/meminfo: memFree=21292028/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=327188 CPUtime=12.69 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 93259 0 0 0 1250 19 0 0 25 0 1 0 801618035 335040512 77113 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 81797 77113 826 1205 0 80588 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 327188

[startup+25.5008 s]
/proc/loadavg: 1.34 1.13 1.38 3/522 22762
/proc/meminfo: memFree=21264556/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=354004 CPUtime=25.49 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 100744 0 0 0 2524 25 0 0 25 0 1 0 801618035 362500096 84223 33554432000 4194304 9128323 140737229087248 18446744073709551615 6694354 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 88501 84223 858 1205 0 87292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 354004

[startup+51.1011 s]
/proc/loadavg: 1.57 1.20 1.39 3/522 22762
/proc/meminfo: memFree=21221164/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=397772 CPUtime=51.1 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 142726 0 0 0 5076 34 0 0 25 0 1 0 801618035 407318528 95381 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 99443 95381 1100 1205 0 98234 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 397772

[startup+102.301 s]
/proc/loadavg: 1.83 1.33 1.43 4/522 22764
/proc/meminfo: memFree=21221576/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=393652 CPUtime=102.31 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 261624 0 0 0 10172 59 0 0 25 0 1 0 801618035 403099648 94457 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 98413 94457 1190 1205 0 97204 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 393652

[startup+162.301 s]
/proc/loadavg: 1.93 1.45 1.46 4/522 22765
/proc/meminfo: memFree=21200228/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=395188 CPUtime=162.3 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 288040 0 0 0 16152 78 0 0 25 0 1 0 801618035 404672512 94807 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 98797 94807 853 1205 0 97588 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 395188

[startup+222.32 s]
/proc/loadavg: 1.97 1.55 1.49 3/522 22767
/proc/meminfo: memFree=21184940/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=392440 CPUtime=222.31 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 320073 0 0 0 22133 98 0 0 25 0 1 0 801618035 401858560 94792 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 98110 94792 853 1205 0 96901 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 392440

[startup+282.301 s]
/proc/loadavg: 1.99 1.63 1.52 4/522 22768
/proc/meminfo: memFree=21167436/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=397496 CPUtime=282.3 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 405018 0 0 0 28105 125 0 0 25 0 1 0 801618035 407035904 95863 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 99374 95863 1037 1205 0 98165 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 397496

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.55 4/522 22770
/proc/meminfo: memFree=21173484/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=377248 CPUtime=342.3 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 418205 0 0 0 34057 173 0 0 25 0 1 0 801618035 386301952 90307 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 94312 90307 917 1205 0 93103 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 377248

[startup+402.301 s]
/proc/loadavg: 2.15 1.78 1.58 4/522 22772
/proc/meminfo: memFree=21152504/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=396552 CPUtime=402.31 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 423796 0 0 0 40002 229 0 0 25 0 1 0 801618035 406069248 95832 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 99138 95832 1054 1205 0 97929 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 396552

[startup+462.301 s]
/proc/loadavg: 2.19 1.85 1.62 4/522 22773
/proc/meminfo: memFree=21144544/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=391128 CPUtime=462.3 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 436450 0 0 0 45967 263 0 0 25 0 1 0 801618035 400515072 92098 33554432000 4194304 9128323 140737229087248 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 97782 92098 1770 1205 0 96573 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 391128

[startup+522.301 s]
/proc/loadavg: 2.07 1.87 1.64 4/522 22775
/proc/meminfo: memFree=21116864/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=404060 CPUtime=522.31 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 467972 0 0 0 51930 301 0 0 25 0 1 0 801618035 413757440 95957 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 101015 95957 1017 1205 0 99806 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 404060

[startup+582.301 s]
/proc/loadavg: 2.02 1.89 1.66 4/522 22776
/proc/meminfo: memFree=21104328/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=389992 CPUtime=582.31 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 474896 0 0 0 57885 346 0 0 25 0 1 0 801618035 399351808 94236 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 97498 94236 855 1205 0 96289 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 389992

[startup+642.301 s]

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

[startup+882.32 s]
/proc/loadavg: 2.00 1.95 1.74 4/522 22784
/proc/meminfo: memFree=21046096/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=389992 CPUtime=882.34 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 474938 0 0 0 87582 652 0 0 25 0 1 0 801618035 399351808 94278 33554432000 4194304 9128323 140737229087248 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 97498 94278 855 1205 0 96289 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 389992

[startup+942.301 s]
/proc/loadavg: 2.09 1.99 1.76 4/522 22786
/proc/meminfo: memFree=21016576/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=410488 CPUtime=942.32 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 479142 0 0 0 93535 697 0 0 25 0 1 0 801618035 420339712 98482 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 102622 98482 855 1205 0 101413 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 410488

[startup+1002.3 s]
/proc/loadavg: 2.11 2.01 1.78 3/522 22788
/proc/meminfo: memFree=21002288/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=411744 CPUtime=1002.32 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 488268 0 0 0 99499 733 0 0 25 0 1 0 801618035 421625856 99677 33554432000 4194304 9128323 140737229087248 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 102936 99677 937 1205 0 101727 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 411744

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.80 4/522 22789
/proc/meminfo: memFree=21011064/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=394656 CPUtime=1062.32 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 502870 0 0 0 105461 771 0 0 25 0 1 0 801618035 404127744 94531 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 98664 94531 855 1205 0 97455 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 394656

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 1.81 4/522 22794
/proc/meminfo: memFree=20966300/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=423756 CPUtime=1122.33 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518682 0 0 0 111435 798 0 0 25 0 1 0 801618035 433926144 102818 33554432000 4194304 9128323 140737229087248 18446744073709551615 7081573 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 105939 102818 913 1205 0 104730 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 423756

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.82 4/522 22795
/proc/meminfo: memFree=20955252/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=423756 CPUtime=1182.33 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518682 0 0 0 117418 815 0 0 25 0 1 0 801618035 433926144 102818 33554432000 4194304 9128323 140737229087248 18446744073709551615 7313456 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 105939 102818 913 1205 0 104730 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 423756

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/522 22797
/proc/meminfo: memFree=20941960/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=423756 CPUtime=1242.33 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518682 0 0 0 123398 835 0 0 25 0 1 0 801618035 433926144 102818 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 105939 102818 913 1205 0 104730 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 423756

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.83 3/522 22799
/proc/meminfo: memFree=20925204/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=423756 CPUtime=1302.33 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518682 0 0 0 129369 864 0 0 25 0 1 0 801618035 433926144 102818 33554432000 4194304 9128323 140737229087248 18446744073709551615 7315234 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 105939 102818 913 1205 0 104730 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 423756

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/522 22800
/proc/meminfo: memFree=20914380/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=423756 CPUtime=1362.34 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518682 0 0 0 135340 894 0 0 25 0 1 0 801618035 433926144 102818 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 105939 102818 913 1205 0 104730 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 423756

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/522 22802
/proc/meminfo: memFree=20942980/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=392580 CPUtime=1422.35 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 518946 0 0 0 141314 921 0 0 25 0 1 0 801618035 402001920 93825 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 98145 93825 855 1205 0 96936 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 392580

[startup+1482.3 s]
/proc/loadavg: 2.24 2.06 1.87 4/522 22803
/proc/meminfo: memFree=20921996/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=404468 CPUtime=1482.34 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 549822 0 0 0 147294 940 0 0 25 0 1 0 801618035 414175232 97996 33554432000 4194304 9128323 140737229087248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 101117 97996 878 1205 0 99908 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 404468

[startup+1542.32 s]
/proc/loadavg: 2.20 2.08 1.89 3/522 22805
/proc/meminfo: memFree=20921112/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=402836 CPUtime=1542.36 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 585324 0 0 0 153267 969 0 0 25 0 1 0 801618035 412504064 96659 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 100709 96659 1254 1205 0 99500 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 402836

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 1.89 4/522 22807
/proc/meminfo: memFree=20901500/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=408516 CPUtime=1602.34 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 612956 0 0 0 159241 993 0 0 25 0 1 0 801618035 418320384 98278 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 102129 98278 1227 1205 0 100920 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 408516

[startup+1662.3 s]
/proc/loadavg: 2.02 2.05 1.90 3/522 22808
/proc/meminfo: memFree=20894140/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=414160 CPUtime=1662.34 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 669739 0 0 0 165219 1015 0 0 25 0 1 0 801618035 424099840 99280 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 103540 99280 1320 1205 0 102331 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 414160

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 1.90 3/522 22810
/proc/meminfo: memFree=20892876/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=416964 CPUtime=1722.35 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 697289 0 0 0 171204 1031 0 0 25 0 1 0 801618035 426971136 99326 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 104241 99326 1839 1205 0 103032 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 416964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.91 4/522 22811
/proc/meminfo: memFree=20871628/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=419916 CPUtime=1782.35 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 727209 0 0 0 177185 1050 0 0 25 0 1 0 801618035 429993984 101087 33554432000 4194304 9128323 140737229087248 18446744073709551615 5871716 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 104979 101087 870 1205 0 103770 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 419916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.03 1.91 2/520 22813
/proc/meminfo: memFree=21248852/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=414864 CPUtime=1800.06 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 733632 0 0 0 178949 1057 0 0 25 0 1 0 801618035 424820736 99704 33554432000 4194304 9128323 140737229087248 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22760/statm: 103716 99704 1090 1205 0 102507 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 414864

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

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.03 1.91 2/520 22813
/proc/meminfo: memFree=21248852/32951124 swapFree=58800704/67111528
[pid=22760] ppid=22758 vsize=196792 CPUtime=1800.35 cores=1,3,5,7
/proc/22760/stat : 22760 (scip-2.0.1.4.li) R 22758 22760 22695 0 -1 4202496 733638 0 0 0 178977 1058 0 0 25 0 1 0 801618035 201515008 46955 33554432000 4194304 9128323 140737229087248 18446744073709551615 8062775 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22760/statm: 48783 46796 861 1205 0 47574 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 196792

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.37
CPU user time (s): 1789.77
CPU system time (s): 10.5944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 429708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.77
system time used= 10.5944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 733640
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= 4
involuntary context switches= 20600

runsolver used 8.91864 second user time and 22.1036 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 11:07:06
IDJOB=3452516
IDBENCH=2639
IDSOLVER=1949
FILE ID=node142/3452516-1307092025
RUNJOBID= node142-1307092025-22714
PBS_JOBID= 13497966
Free space on /tmp= 73904 MiB

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

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1598701813

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21618992 kB
Buffers:        225860 kB
Cached:         399400 kB
SwapCached:      11452 kB
Active:        9318380 kB
Inactive:      1751164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21618992 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           32288 kB
Writeback:           0 kB
AnonPages:    10441312 kB
Mapped:          34268 kB
Slab:           116592 kB
PageTables:      75216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145432692 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= 73892 MiB
End job on node142 at 2011-06-03 11:37:08