Trace number 3452633

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.07 1800.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark305
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
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 2755
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-3452633-1307099242.opb>
0.39/0.49	c original problem has 8878 variables (8878 bin, 0 int, 0 impl, 0 cont) and 17460 constraints
0.39/0.49	c problem read
0.39/0.49	c presolving settings loaded
0.59/0.67	c presolving:
0.69/0.79	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.79/0.85	c (round 2) 1 del vars, 7805 del conss, 0 add conss, 1 chg bounds, 152 chg sides, 1289 chg coeffs, 934 upgd conss, 0 impls, 0 clqs
0.89/0.93	c (round 3) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 273 chg sides, 2253 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
0.89/0.96	c (round 4) 1 del vars, 7805 del conss, 11 add conss, 1 chg bounds, 313 chg sides, 2472 chg coeffs, 1851 upgd conss, 882 impls, 9 clqs
2.20/2.30	c    (2.3s) probing: 113/8877 (1.3%) - 0 fixings, 0 aggregations, 349 implications, 0 bound changes
2.20/2.30	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.20/2.30	c presolving (5 rounds):
2.20/2.30	c  1 deleted vars, 7805 deleted constraints, 11 added constraints, 1 tightened bounds, 0 added holes, 313 changed sides, 2474 changed coefficients
2.20/2.30	c  1580 implications, 9 cliques
2.20/2.30	c presolved problem has 8877 variables (8877 bin, 0 int, 0 impl, 0 cont) and 9666 constraints
2.20/2.30	c    1851 constraints of type <knapsack>
2.20/2.30	c      11 constraints of type <setppc>
2.20/2.30	c    7804 constraints of type <linear>
2.20/2.30	c transformed objective value is always integral (scale: 1)
2.20/2.30	c Presolving Time: 1.77
2.20/2.30	c - non default parameters ----------------------------------------------------------------------
2.20/2.30	c # SCIP version 2.0.1.4
2.20/2.30	c 
2.20/2.30	c # frequency for displaying node information lines
2.20/2.30	c # [type: int, range: [-1,2147483647], default: 100]
2.20/2.30	c display/freq = 10000
2.20/2.30	c 
2.20/2.30	c # maximal time in seconds to run
2.20/2.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.30	c limits/time = 1800
2.20/2.30	c 
2.20/2.30	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.20/2.30	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.20/2.30	c limits/memory = 13950
2.20/2.30	c 
2.20/2.30	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.20/2.30	c # [type: int, range: [1,2], default: 1]
2.20/2.30	c timing/clocktype = 2
2.20/2.30	c 
2.20/2.30	c # belongs reading time to solving time?
2.20/2.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.30	c timing/reading = TRUE
2.20/2.30	c 
2.20/2.30	c # should presolving try to simplify inequalities
2.20/2.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.30	c constraints/linear/simplifyinequalities = TRUE
2.20/2.30	c 
2.20/2.30	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.20/2.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.30	c constraints/indicator/addCouplingCons = TRUE
2.20/2.30	c 
2.20/2.30	c # should presolving try to simplify knapsacks
2.20/2.30	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.20/2.30	c constraints/knapsack/simplifyinequalities = TRUE
2.20/2.30	c 
2.20/2.30	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.20/2.30	c # [type: int, range: [-1,2147483647], default: -1]
2.20/2.30	c separating/rapidlearning/freq = 0
2.20/2.30	c 
2.20/2.30	c -----------------------------------------------------------------------------------------------
2.20/2.30	c start solving
2.20/2.30	c 
3.09/3.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.09/3.11	c   3.1s|     1 |     0 |  4555 |     - |  83M|   0 |2083 |8877 |9683 |8877 |9666 |   0 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
17.00/17.05	c  17.1s|     1 |     0 | 21289 |     - |  84M|   0 |4629 |8877 |9970 |8877 |9807 | 141 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
22.60/22.67	c  22.7s|     1 |     0 | 29097 |     - |  85M|   0 |5119 |8877 |9970 |8877 |9885 | 219 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
26.59/26.68	c  26.7s|     1 |     0 | 31624 |     - |  86M|   0 |4980 |8877 |9970 |8877 |  10k| 344 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
30.59/30.62	c  30.6s|     1 |     0 | 33741 |     - |  86M|   0 |4983 |8877 |9970 |8877 |  10k| 461 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
36.89/36.98	c  37.0s|     1 |     0 | 39765 |     - |  87M|   0 |4982 |8877 |9970 |8877 |  10k| 559 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
43.01/43.07	c  43.1s|     1 |     0 | 44963 |     - |  88M|   0 |5694 |8877 |9970 |8877 |  10k| 683 |  17 |   0 | 1.530000e+02 |      --      |    Inf 
50.71/50.74	c  50.7s|     1 |     2 | 44963 |     - |  88M|   0 |5694 |8877 |9970 |8877 |  10k| 683 |  17 |  10 | 1.530000e+02 |      --      |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 2773
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +1.53000000000000e+02
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       1.77 (included in solving)
1800.03/1800.00	c   reading          :       0.49 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3452633-1307099242.opb
1800.03/1800.00	c   Variables        : 8878 (8878 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 17460 initial, 17460 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3452633-1307099242.opb
1800.03/1800.00	c   Variables        : 8877 (8877 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 9666 initial, 15207 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       1.32          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.06          0          0          0          0          0          0         11        161       1185
1800.03/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.22          1          0          0          1          0       7805          0        152       1289
1800.03/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0       2330          0          4          0         13        965          0          0       4196
1800.03/1800.00	c   knapsack         :       1851          6      19879          0          1          3      24932        185      91278       1205          0          0
1800.03/1800.00	c   setppc           :         11          6       8591          0          1          0          2          0         58          0          0          0
1800.03/1800.00	c   linear           :       7804+         7      19694          0          1          0      12469        588     777266          1          0          0
1800.03/1800.00	c   logicor          :          0+         6       8797          0          0          0      17801         82       3456          6          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.03/1800.00	c   integral         :     518.30       0.00       0.00     518.30       0.00       0.00       0.00
1800.03/1800.00	c   knapsack         :       3.98       0.09       3.87       0.00       0.00       0.00       0.02
1800.03/1800.00	c   setppc           :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
1800.03/1800.00	c   linear           :      12.34       0.01      12.31       0.00       0.00       0.00       0.02
1800.03/1800.00	c   logicor          :       0.82       0.00       0.80       0.00       0.00       0.00       0.02
1800.03/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :          0          0          0          0
1800.03/1800.00	c   rootredcost      :          0          0          0          0
1800.03/1800.00	c   pseudoobj        :      19642          0          0          0
1800.03/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.03/1800.00	c   vbounds          :       0.01       0.01       0.00
1800.03/1800.00	c   rootredcost      :       0.01       0.01       0.00
1800.03/1800.00	c   pseudoobj        :       0.02       0.02       0.00
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.10        855        849       8060       45.8         54       23.1          -
1800.03/1800.00	c   infeasible LP    :       3.05       3212       3212       4332       16.8         30       12.9          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -       6069       20.9          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          5          -          -       1188          -    (maximal pool size: 4214)
1800.03/1800.00	c   redcost          :       0.41       2336          0          1          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          6          0          0         37          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       4.07          6          0          0         22          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       3.89          6          0          0          3          0
1800.03/1800.00	c   cmir             :       2.34          6          0          0       3000          0
1800.03/1800.00	c   flowcover        :       2.35          6          0          0       1200          0
1800.03/1800.00	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       4.03          1          0          0          0        287
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :     518.30       2330         13        965          0          0       4196
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   feaspump         :      61.27          6          0
1800.03/1800.00	c   veclendiving     :      35.47         18          0
1800.03/1800.00	c   linesearchdiving :      42.58         22          0
1800.03/1800.00	c   trivial          :       0.01          2          0
1800.03/1800.00	c   shiftandpropagate:       0.25          1          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       1.48       1000          0
1800.03/1800.00	c   rounding         :       1.40        629          0
1800.03/1800.00	c   shifting         :       8.37        174          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   clique           :       0.00          0          0
1800.03/1800.00	c   coefdiving       :     287.55          1          0
1800.03/1800.00	c   pscostdiving     :      56.13         13          0
1800.03/1800.00	c   fracdiving       :     107.44          5          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :      60.66          1          0
1800.03/1800.00	c   rootsoldiving    :      21.29          7          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.01          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   vbounds          :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   subnlp           :       0.00          0          0
1800.03/1800.00	c   trysol           :       0.00          0          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.08          0          0       0.00       0.00
1800.03/1800.00	c   dual LP          :     553.05       2538    1811222     713.64    3274.97
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:     652.86       6698    1618686     241.67    2479.37
1800.03/1800.00	c   strong branching :     516.70       2191    1027790     469.10    1989.13
1800.03/1800.00	c     (at root node) :          -         10       8522     852.20          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :       2773
1800.03/1800.00	c   nodes (total)    :       2773
1800.03/1800.00	c   nodes left       :        933
1800.03/1800.00	c   max depth        :         63
1800.03/1800.00	c   max depth (total):         63
1800.03/1800.00	c   backtracks       :        528 (19.0%)
1800.03/1800.00	c   delayed cutoffs  :        493
1800.03/1800.00	c   repropagations   :       2676 (342562 domain reductions, 301 cutoffs)
1800.03/1800.00	c   avg switch length:       4.33
1800.03/1800.00	c   switching time   :       8.13
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +1.53000000000000e+02
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +1.53000000000000e+02
1800.03/1800.00	c   Root Iterations  :      44963

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-3452633-1307099242/watcher-3452633-1307099242 -o /tmp/evaluation-result-3452633-1307099242/solver-3452633-1307099242 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452633-1307099242.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: 1.93 2.01 1.99 2/514 5085
/proc/meminfo: memFree=17504136/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=9984 CPUtime=0 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 1514 0 0 0 0 0 0 0 25 0 1 0 900154981 10223616 1467 33554432000 4194304 9128323 140736066533472 18446744073709551615 7902522 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 2496 1467 400 1205 0 1287 0

[startup+0.116622 s]
/proc/loadavg: 1.93 2.01 1.99 2/514 5085
/proc/meminfo: memFree=17504136/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=16448 CPUtime=0.11 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 3119 0 0 0 11 0 0 0 25 0 1 0 900154981 16842752 3072 33554432000 4194304 9128323 140736066533472 18446744073709551615 4465373 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 4112 3072 400 1205 0 2903 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16448

[startup+0.200605 s]
/proc/loadavg: 1.93 2.01 1.99 2/514 5085
/proc/meminfo: memFree=17504136/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=20420 CPUtime=0.19 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 4113 0 0 0 19 0 0 0 25 0 1 0 900154981 20910080 4065 33554432000 4194304 9128323 140736066533472 18446744073709551615 7904994 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 5105 4065 400 1205 0 3896 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20420

[startup+0.300591 s]
/proc/loadavg: 1.93 2.01 1.99 2/514 5085
/proc/meminfo: memFree=17504136/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=26144 CPUtime=0.29 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 5545 0 0 0 29 0 0 0 25 0 1 0 900154981 26771456 5497 33554432000 4194304 9128323 140736066533472 18446744073709551615 4914167 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 6536 5497 400 1205 0 5327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26144

[startup+0.700583 s]
/proc/loadavg: 1.93 2.01 1.99 2/514 5085
/proc/meminfo: memFree=17504136/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=170040 CPUtime=0.69 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 43074 0 0 0 64 5 0 0 25 0 1 0 900154981 174120960 39655 33554432000 4194304 9128323 140736066533472 18446744073709551615 5248953 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 42510 39655 497 1205 0 41301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 170040

[startup+1.50046 s]
/proc/loadavg: 1.93 2.01 1.99 3/515 5086
/proc/meminfo: memFree=17343300/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=170232 CPUtime=1.49 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 44463 0 0 0 144 5 0 0 25 0 1 0 900154981 174317568 39886 33554432000 4194304 9128323 140736066533472 18446744073709551615 5205712 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 42558 39886 551 1205 0 41349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170232

[startup+3.10116 s]
/proc/loadavg: 1.93 2.01 1.99 3/515 5087
/proc/meminfo: memFree=17341936/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=233848 CPUtime=3.09 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 63490 0 0 0 300 9 0 0 25 0 1 0 900154981 239460352 54777 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 58462 54777 675 1205 0 57253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233848

[startup+6.30053 s]
/proc/loadavg: 1.94 2.00 1.99 3/515 5087
/proc/meminfo: memFree=17277712/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=233848 CPUtime=6.29 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 63811 0 0 0 618 11 0 0 25 0 1 0 900154981 239460352 54990 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 58462 54990 739 1205 0 57253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 233848

[startup+12.7004 s]
/proc/loadavg: 1.94 2.00 1.99 3/515 5087
/proc/meminfo: memFree=17190028/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=316928 CPUtime=12.69 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 84240 0 0 0 1252 17 0 0 25 0 1 0 900154981 324534272 75358 33554432000 4194304 9128323 140736066533472 18446744073709551615 4909214 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 79232 75358 724 1205 0 78023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 316928

[startup+25.5012 s]
/proc/loadavg: 2.10 2.04 2.00 3/515 5087
/proc/meminfo: memFree=17164804/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=322072 CPUtime=25.49 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 86816 0 0 0 2518 31 0 0 25 0 1 0 900154981 329801728 77699 33554432000 4194304 9128323 140736066533472 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 80518 77699 778 1205 0 79309 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 322072

[startup+51.1008 s]
/proc/loadavg: 2.07 2.03 2.00 3/515 5088
/proc/meminfo: memFree=17101144/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=51.09 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 5061 48 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7283479 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 359192

[startup+102.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/515 5089
/proc/meminfo: memFree=17044804/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=102.3 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 10143 87 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 359192

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 5091
/proc/meminfo: memFree=16975600/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=162.29 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 16071 158 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 359192

[startup+222.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 5092
/proc/meminfo: memFree=16906984/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=222.31 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 21997 234 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 359192

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 5094
/proc/meminfo: memFree=16845308/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=282.29 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 27935 294 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 359192

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 5096
/proc/meminfo: memFree=16776464/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=342.3 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 33904 326 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7216870 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 359192

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/515 5097
/proc/meminfo: memFree=16710704/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=402.3 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 39887 343 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 7343104 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 359192

[startup+462.301 s]
/proc/loadavg: 1.93 1.98 1.99 3/515 5127
/proc/meminfo: memFree=18443972/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=462.3 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94955 0 0 0 45839 391 0 0 25 0 1 0 900154981 367812608 85796 33554432000 4194304 9128323 140736066533472 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85796 744 1205 0 88589 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 359192

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/515 5128
/proc/meminfo: memFree=18384176/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=522.3 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94957 0 0 0 51779 451 0 0 25 0 1 0 900154981 367812608 85798 33554432000 4194304 9128323 140736066533472 18446744073709551615 7315698 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85798 746 1205 0 88589 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 359192

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/515 5130
/proc/meminfo: memFree=18383244/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=582.31 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94957 0 0 0 57726 505 0 0 25 0 1 0 900154981 367812608 85798 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85798 746 1205 0 88589 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 359192

[startup+642.3 s]

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

[startup+882.319 s]
/proc/loadavg: 2.14 2.04 2.01 3/515 5138
/proc/meminfo: memFree=18388176/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=882.33 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94961 0 0 0 87425 808 0 0 25 0 1 0 900154981 367812608 85802 33554432000 4194304 9128323 140736066533472 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85802 746 1205 0 88589 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 359192

[startup+942.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/515 5140
/proc/meminfo: memFree=18388236/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=942.31 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94961 0 0 0 93356 875 0 0 25 0 1 0 900154981 367812608 85802 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85802 746 1205 0 88589 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 359192

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/515 5141
/proc/meminfo: memFree=18387448/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1002.31 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94966 0 0 0 99292 939 0 0 25 0 1 0 900154981 367812608 85806 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85806 745 1205 0 88589 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 359192

[startup+1062.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 5143
/proc/meminfo: memFree=18386660/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1062.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94967 0 0 0 105235 997 0 0 25 0 1 0 900154981 367812608 85807 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85807 745 1205 0 88589 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 359192

[startup+1122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/515 5144
/proc/meminfo: memFree=18375956/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1122.31 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94967 0 0 0 111167 1064 0 0 25 0 1 0 900154981 367812608 85807 33554432000 4194304 9128323 140736066533472 18446744073709551615 7315680 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85807 745 1205 0 88589 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 359192

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 5146
/proc/meminfo: memFree=18376044/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1182.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94967 0 0 0 117113 1119 0 0 25 0 1 0 900154981 367812608 85807 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85807 745 1205 0 88589 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 359192

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 5148
/proc/meminfo: memFree=18375500/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1242.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94975 0 0 0 123039 1193 0 0 25 0 1 0 900154981 367812608 85815 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85815 745 1205 0 88589 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 359192

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 5149
/proc/meminfo: memFree=18379304/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1302.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94982 0 0 0 128966 1266 0 0 25 0 1 0 900154981 367812608 85822 33554432000 4194304 9128323 140736066533472 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85822 745 1205 0 88589 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 359192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 5151
/proc/meminfo: memFree=18378516/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1362.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94982 0 0 0 134900 1332 0 0 25 0 1 0 900154981 367812608 85822 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85822 745 1205 0 88589 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 359192

[startup+1422.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/515 5152
/proc/meminfo: memFree=18378604/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1422.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 94982 0 0 0 140817 1415 0 0 25 0 1 0 900154981 367812608 85822 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85822 745 1205 0 88589 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 359192

[startup+1482.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/515 5154
/proc/meminfo: memFree=18379680/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1482.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95018 0 0 0 146739 1493 0 0 25 0 1 0 900154981 367812608 85858 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85858 745 1205 0 88589 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 359192

[startup+1542.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 5156
/proc/meminfo: memFree=18387436/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1542.34 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95018 0 0 0 152665 1569 0 0 25 0 1 0 900154981 367812608 85858 33554432000 4194304 9128323 140736066533472 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85858 745 1205 0 88589 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 359192

[startup+1602.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 5157
/proc/meminfo: memFree=18386268/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1602.32 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95018 0 0 0 158598 1634 0 0 25 0 1 0 900154981 367812608 85858 33554432000 4194304 9128323 140736066533472 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85858 745 1205 0 88589 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 359192

[startup+1662.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 5159
/proc/meminfo: memFree=18384736/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1662.33 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95079 0 0 0 164522 1711 0 0 25 0 1 0 900154981 367812608 85919 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 85919 745 1205 0 88589 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 359192

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 5160
/proc/meminfo: memFree=18385192/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1722.33 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95197 0 0 0 170452 1781 0 0 25 0 1 0 900154981 367812608 86027 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 86027 749 1205 0 88589 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 359192

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 5162
/proc/meminfo: memFree=18384036/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1782.33 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95205 0 0 0 176382 1851 0 0 25 0 1 0 900154981 367812608 86034 33554432000 4194304 9128323 140736066533472 18446744073709551615 7346424 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 86034 748 1205 0 88589 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 359192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 5162
/proc/meminfo: memFree=18383888/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1800.04 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95213 0 0 0 178132 1872 0 0 25 0 1 0 900154981 367812608 86036 33554432000 4194304 9128323 140736066533472 18446744073709551615 5207323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 86036 744 1205 0 88589 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 359192

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.01 2.03 2.00 3/515 5162
/proc/meminfo: memFree=18383888/32950940 swapFree=67111364/67111528
[pid=5085] ppid=5083 vsize=359192 CPUtime=1800.04 cores=1,3,5,7
/proc/5085/stat : 5085 (scip-2.0.1.4.li) R 5083 5085 4622 0 -1 4202496 95213 0 0 0 178132 1872 0 0 25 0 1 0 900154981 367812608 86036 33554432000 4194304 9128323 140736066533472 18446744073709551615 5207323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/5085/statm: 89798 86036 744 1205 0 88589 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 359192

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.07
CPU user time (s): 1781.33
CPU system time (s): 18.7402
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 359192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.33
system time used= 18.7402
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 5278

runsolver used 8.5287 second user time and 22.3006 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-03 13:07:22
IDJOB=3452633
IDBENCH=2949
IDSOLVER=1949
FILE ID=node117/3452633-1307099242
RUNJOBID= node117-1307092487-4641
PBS_JOBID= 13497973
Free space on /tmp= 73608 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/bounded_golomb_rulers/normalized-bogr_18.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-3452633-1307099242/watcher-3452633-1307099242 -o /tmp/evaluation-result-3452633-1307099242/solver-3452633-1307099242 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452633-1307099242.opb -t 1800 -m 15500

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=192659405

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17504416 kB
Buffers:        361576 kB
Cached:        3155524 kB
SwapCached:          0 kB
Active:       11973304 kB
Inactive:      3074744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17504416 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           16696 kB
Writeback:           0 kB
AnonPages:    11530864 kB
Mapped:          44936 kB
Slab:           268516 kB
PageTables:      61508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 151272964 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= 73580 MiB
End job on node117 at 2011-06-03 13:37:24