Trace number 2703715

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.83 1790.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark268
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
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 constraints13888
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 2621
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-2703715-1278561121.opb>
0.79/0.89	c original problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 13888 constraints
0.79/0.89	c problem read
0.79/0.90	c presolving settings loaded
1.10/1.19	c presolving:
1.39/1.48	c (round 1) 0 del vars, 6936 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16 upgd conss, 0 impls, 0 clqs
5.29/5.39	c    (4.5s) probing: 118/7089 (1.7%) - 0 fixings, 0 aggregations, 1663 implications, 0 bound changes
5.29/5.39	c    (4.5s) probing aborted: 100/100 successive totally useless probings
5.29/5.39	c presolving (2 rounds):
5.29/5.39	c  0 deleted vars, 6936 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.29/5.39	c  14144 implications, 0 cliques
5.29/5.39	c presolved problem has 7089 variables (7089 bin, 0 int, 0 impl, 0 cont) and 6952 constraints
5.29/5.39	c      16 constraints of type <knapsack>
5.29/5.39	c    6936 constraints of type <linear>
5.29/5.39	c transformed objective value is always integral (scale: 1)
5.29/5.39	c Presolving Time: 4.24
5.29/5.39	c - non default parameters ----------------------------------------------------------------------
5.29/5.39	c # SCIP version 1.2.1.3
5.29/5.39	c 
5.29/5.39	c # frequency for displaying node information lines
5.29/5.39	c # [type: int, range: [-1,2147483647], default: 100]
5.29/5.39	c display/freq = 10000
5.29/5.39	c 
5.29/5.39	c # maximal time in seconds to run
5.29/5.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.29/5.39	c limits/time = 1789.11
5.29/5.39	c 
5.29/5.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.29/5.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.29/5.39	c limits/memory = 1620
5.29/5.39	c 
5.29/5.39	c # default clock type (1: CPU user seconds, 2: wall clock time)
5.29/5.39	c # [type: int, range: [1,2], default: 1]
5.29/5.39	c timing/clocktype = 2
5.29/5.39	c 
5.29/5.39	c # should presolving try to simplify inequalities
5.29/5.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.29/5.39	c constraints/linear/simplifyinequalities = TRUE
5.29/5.39	c 
5.29/5.39	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
5.29/5.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.29/5.39	c constraints/indicator/addCouplingCons = TRUE
5.29/5.39	c 
5.29/5.39	c # should presolving try to simplify knapsacks
5.29/5.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.29/5.39	c constraints/knapsack/simplifyinequalities = TRUE
5.29/5.39	c 
5.29/5.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.29/5.39	c # [type: int, range: [-1,2147483647], default: -1]
5.29/5.39	c separating/rapidlearning/freq = 0
5.29/5.39	c 
5.29/5.39	c -----------------------------------------------------------------------------------------------
5.29/5.39	c start solving
5.29/5.39	c 
8.49/8.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.55	c   7.7s|     1 |     0 |  7373 |     - |  64M|   0 |4012 |7089 |6952 |7089 |6952 |   0 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
24.20/24.29	c  23.4s|     1 |     0 | 14506 |     - |  65M|   0 |4021 |7089 |6952 |7089 |7007 |  55 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
25.99/26.05	c  25.2s|     1 |     0 | 14675 |     - |  66M|   0 |4025 |7089 |6952 |7089 |7073 | 121 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
27.88/27.96	c  27.1s|     1 |     0 | 14958 |     - |  66M|   0 |4020 |7089 |6952 |7089 |7128 | 176 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
30.58/30.64	c  29.7s|     1 |     0 | 15386 |     - |  67M|   0 |4019 |7089 |6952 |7089 |7190 | 238 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
34.48/34.51	c  33.6s|     1 |     0 | 16137 |     - |  67M|   0 |4036 |7089 |6952 |7089 |7251 | 299 |   0 |   0 | 1.600115e+01 |      --      |    Inf 
37.49/37.59	c  36.7s|     1 |     0 | 16586 |     - |  68M|   0 |4042 |7089 |6952 |7089 |7316 | 364 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
42.59/42.68	c  41.8s|     1 |     0 | 17182 |     - |  68M|   0 |4044 |7089 |6952 |7089 |7375 | 423 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
48.29/48.40	c  47.5s|     1 |     0 | 18023 |     - |  69M|   0 |4041 |7089 |6952 |7089 |7436 | 484 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
55.68/55.77	c  54.9s|     1 |     0 | 19333 |     - |  69M|   0 |4038 |7089 |6952 |7089 |7496 | 544 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
61.38/61.41	c  60.5s|     1 |     0 | 20193 |     - |  70M|   0 |4034 |7089 |6952 |7089 |7556 | 604 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
65.47/65.54	c  64.6s|     1 |     0 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |   0 | 1.616667e+01 |      --      |    Inf 
171.86/171.96	c   171s|     1 |     2 | 21124 |     - |  70M|   0 |4030 |7089 |6952 |7089 |7589 | 637 |   0 |  31 | 1.616667e+01 |      --      |    Inf 
1789.58/1790.01	c 
1789.58/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.01	c Solving Time (sec) : 1789.11
1789.58/1790.01	c Solving Nodes      : 667
1789.58/1790.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.58/1790.01	c Dual Bound         : +1.70000000000000e+01
1789.58/1790.01	c Gap                : infinite
1789.58/1790.01	s UNKNOWN
1789.58/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.58/1790.01	c Solving Time       :    1789.11
1789.58/1790.01	c Original Problem   :
1789.58/1790.01	c   Problem name     : HOME/instance-2703715-1278561121.opb
1789.58/1790.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.58/1790.01	c   Constraints      : 13888 initial, 13888 maximal
1789.58/1790.01	c Presolved Problem  :
1789.58/1790.01	c   Problem name     : t_HOME/instance-2703715-1278561121.opb
1789.58/1790.01	c   Variables        : 7089 (7089 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.58/1790.01	c   Constraints      : 6952 initial, 10274 maximal
1789.58/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.58/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   probing          :       3.81          0          0          0          0          0          0          0          0
1789.58/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   linear           :       0.34          0          0          0          0          0       6936          0          0
1789.58/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.58/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1789.58/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.01	c   integral         :          0          0          0        661          0          2        278          0          0       1184
1789.58/1790.01	c   knapsack         :         16         11      10315          0          0         43        549        258          0          0
1789.58/1790.01	c   linear           :       6936         11      10272          0          0         62      11052          2          0          0
1789.58/1790.01	c   logicor          :          0+         0       4227          0          0          0        433          0          0          0
1789.58/1790.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.58/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.58/1790.01	c   integral         :     549.76       0.00       0.00     549.76       0.00
1789.58/1790.01	c   knapsack         :       1.56       0.01       1.55       0.00       0.00
1789.58/1790.01	c   linear           :      50.25       0.02      50.23       0.00       0.00
1789.58/1790.01	c   logicor          :       0.13       0.00       0.13       0.00       0.00
1789.58/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.58/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.58/1790.01	c   vbounds          :       0.01          2          0          0
1789.58/1790.01	c   rootredcost      :       0.01          0          0          0
1789.58/1790.01	c   pseudoobj        :       0.03      10069          0          0
1789.58/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.58/1790.01	c   propagation      :       0.02        105        105        585       22.6          3       19.7          -
1789.58/1790.01	c   infeasible LP    :       9.41       3080       3080       3169       10.4          6       15.3          0
1789.58/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.58/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.58/1790.01	c   applied globally :          -          -          -       3322       10.9          -          -          -
1789.58/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.58/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.58/1790.01	c   cut pool         :       0.01         10          -          -       6998          -    (maximal pool size: 6275)
1789.58/1790.01	c   redcost          :       0.61        653          0          5          0          0
1789.58/1790.01	c   impliedbounds    :       0.02         11          0          0         22          0
1789.58/1790.01	c   intobj           :       0.00          0          0          0          0          0
1789.58/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1789.58/1790.01	c   gomory           :       1.30         11          0          0         27          0
1789.58/1790.01	c   strongcg         :       1.29         11          0          0         10          0
1789.58/1790.01	c   cmir             :       8.56         10          0          0       5000          0
1789.58/1790.01	c   flowcover        :       9.28         10          0          0       2000          0
1789.58/1790.01	c   clique           :       0.01          1          0          0          0          0
1789.58/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1789.58/1790.01	c   mcf              :       0.00          1          0          0          0          0
1789.58/1790.01	c   rapidlearning    :       2.83          1          0          0          0          0
1789.58/1790.01	c Pricers            :       Time      Calls       Vars
1789.58/1790.01	c   problem variables:       0.00          0          0
1789.58/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.58/1790.01	c   relpscost        :     549.76        661          2        278          0          0       1184
1789.58/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   inference        :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.58/1790.01	c   random           :       0.00          0          0          0          0          0          0
1789.58/1790.01	c Primal Heuristics  :       Time      Calls      Found
1789.58/1790.01	c   LP solutions     :       0.00          -          0
1789.58/1790.01	c   pseudo solutions :       0.00          -          0
1789.58/1790.01	c   oneopt           :       0.00          0          0
1789.58/1790.01	c   crossover        :       0.00          0          0
1789.58/1790.01	c   feaspump         :      48.88          6          0
1789.58/1790.01	c   trivial          :       0.02          2          0
1789.58/1790.01	c   simplerounding   :       0.00          0          0
1789.58/1790.01	c   zirounding       :       0.54        593          0
1789.58/1790.01	c   rounding         :       2.55        321          0
1789.58/1790.01	c   shifting         :       7.89         65          0
1789.58/1790.01	c   intshifting      :       0.00          0          0
1789.58/1790.01	c   twoopt           :       0.00          0          0
1789.58/1790.01	c   fixandinfer      :       0.00          0          0
1789.58/1790.01	c   coefdiving       :     333.36          1          0
1789.58/1790.01	c   pscostdiving     :      49.41          9          0
1789.58/1790.01	c   fracdiving       :     169.29          2          0
1789.58/1790.01	c   veclendiving     :      49.26          5          0
1789.58/1790.01	c   intdiving        :       0.00          0          0
1789.58/1790.01	c   actconsdiving    :       0.00          0          0
1789.58/1790.01	c   objpscostdiving  :      25.63          7          0
1789.58/1790.01	c   rootsoldiving    :      32.13          3          0
1789.58/1790.01	c   linesearchdiving :      61.76          9          0
1789.58/1790.01	c   guideddiving     :       0.00          0          0
1789.58/1790.01	c   octane           :       0.00          0          0
1789.58/1790.01	c   rens             :       0.02          0          0
1789.58/1790.01	c   rins             :       0.00          0          0
1789.58/1790.01	c   localbranching   :       0.00          0          0
1789.58/1790.01	c   mutation         :       0.00          0          0
1789.58/1790.01	c   dins             :       0.00          0          0
1789.58/1790.01	c   undercover       :       0.00          0          0
1789.58/1790.01	c   nlp              :       0.00          0          0
1789.58/1790.01	c   trysol           :       0.00          0          0
1789.58/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.58/1790.01	c   primal LP        :       0.05          0          0       0.00       0.00
1789.58/1790.01	c   dual LP          :     411.03        711     409251     575.60     995.67
1789.58/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1789.58/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1789.58/1790.01	c   diving/probing LP:     691.21       5494     700811     127.56    1013.89
1789.58/1790.01	c   strong branching :     548.16        964     339751     352.44     619.81
1789.58/1790.01	c     (at root node) :          -         31      28350     914.52          -
1789.58/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1789.58/1790.01	c B&B Tree           :
1789.58/1790.01	c   number of runs   :          1
1789.58/1790.01	c   nodes            :        667
1789.58/1790.01	c   nodes (total)    :        667
1789.58/1790.01	c   nodes left       :        518
1789.58/1790.01	c   max depth        :         54
1789.58/1790.01	c   max depth (total):         54
1789.58/1790.01	c   backtracks       :        121 (18.1%)
1789.58/1790.01	c   delayed cutoffs  :          0
1789.58/1790.01	c   repropagations   :        461 (113 domain reductions, 0 cutoffs)
1789.58/1790.01	c   avg switch length:       3.94
1789.58/1790.01	c   switching time   :       1.64
1789.58/1790.01	c Solution           :
1789.58/1790.01	c   Solutions found  :          0 (0 improvements)
1789.58/1790.01	c   Primal Bound     :          -
1789.58/1790.01	c   Dual Bound       : +1.70000000000000e+01
1789.58/1790.01	c   Gap              :   infinite
1789.58/1790.01	c   Root Dual Bound  : +1.61666666666667e+01
1789.58/1790.01	c   Root Iterations  :      21124
1789.78/1790.24	c Time complete: 1789.82.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703715-1278561121/watcher-2703715-1278561121 -o /tmp/evaluation-result-2703715-1278561121/solver-2703715-1278561121 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703715-1278561121.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 30711
/proc/meminfo: memFree=1668876/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=7904 CPUtime=0
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 1204 0 0 0 0 0 0 0 20 0 1 0 24323548 8093696 1115 1992294400 4194304 8395647 140734010818128 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 1976 1124 365 1026 0 946 0

[startup+0.0423571 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 30711
/proc/meminfo: memFree=1668876/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=11008 CPUtime=0.03
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 2034 0 0 0 3 0 0 0 20 0 1 0 24323548 11272192 1945 1992294400 4194304 8395647 140734010818128 18446744073709551615 7370124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 2752 1945 393 1026 0 1722 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11008

[startup+0.101361 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 30711
/proc/meminfo: memFree=1668876/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=12776 CPUtime=0.09
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 2472 0 0 0 9 0 0 0 20 0 1 0 24323548 13082624 2383 1992294400 4194304 8395647 140734010818128 18446744073709551615 7276008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 3194 2383 393 1026 0 2164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12776

[startup+0.301374 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 30711
/proc/meminfo: memFree=1668876/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=17692 CPUtime=0.29
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 3709 0 0 0 28 1 0 0 20 0 1 0 24323548 18116608 3620 1992294400 4194304 8395647 140734010818128 18446744073709551615 7301477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 4423 3620 393 1026 0 3393 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17692

[startup+0.7014 s]
/proc/loadavg: 0.93 0.99 0.99 3/106 30711
/proc/meminfo: memFree=1668876/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=26876 CPUtime=0.69
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 5996 0 0 0 67 2 0 0 21 0 1 0 24323548 27521024 5907 1992294400 4194304 8395647 140734010818128 18446744073709551615 6348992 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 6719 5907 393 1026 0 5689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26876

[startup+1.50145 s]
/proc/loadavg: 0.93 0.99 0.99 2/107 30712
/proc/meminfo: memFree=1608232/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=131772 CPUtime=1.49
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 31714 0 0 0 139 10 0 0 23 0 1 0 24323548 134934528 31271 1992294400 4194304 8395647 140734010818128 18446744073709551615 5028664 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 32943 31271 479 1026 0 31913 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131772

[startup+3.10156 s]
/proc/loadavg: 0.94 0.99 0.99 2/107 30712
/proc/meminfo: memFree=1544744/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=131772 CPUtime=3.09
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 31807 0 0 0 299 10 0 0 25 0 1 0 24323548 134934528 31364 1992294400 4194304 8395647 140734010818128 18446744073709551615 5006154 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 32943 31364 490 1026 0 31913 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131772

[startup+6.30077 s]
/proc/loadavg: 0.94 0.99 0.99 2/107 30712
/proc/meminfo: memFree=1544372/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=169572 CPUtime=6.29
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 41472 0 0 0 615 14 0 0 25 0 1 0 24323548 173641728 39174 1992294400 4194304 8395647 140734010818128 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 42393 39174 576 1026 0 41363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 169572

[startup+12.7012 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 30713
/proc/meminfo: memFree=1511140/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=170292 CPUtime=12.69
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 42355 0 0 0 1252 17 0 0 25 0 1 0 24323548 174379008 39855 1992294400 4194304 8395647 140734010818128 18446744073709551615 6667655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 42573 39855 637 1026 0 41543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170292

[startup+25.501 s]
/proc/loadavg: 0.95 0.99 0.99 2/107 30713
/proc/meminfo: memFree=1431408/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=254028 CPUtime=25.49
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 62299 0 0 0 2522 27 0 0 25 0 1 0 24323548 260124672 59747 1992294400 4194304 8395647 140734010818128 18446744073709551615 6197330 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 63507 59747 630 1026 0 62477 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254028

[startup+51.1017 s]
/proc/loadavg: 0.97 0.99 0.99 2/107 30714
/proc/meminfo: memFree=1414916/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=51.08
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66491 0 0 0 5076 32 0 0 25 0 1 0 24323548 279277568 63871 1992294400 4194304 8395647 140734010818128 18446744073709551615 7382027 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63871 620 1026 0 67153 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 272732

[startup+102.309 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30715
/proc/meminfo: memFree=1414792/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=102.28
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66507 0 0 0 10184 44 0 0 25 0 1 0 24323548 279277568 63887 1992294400 4194304 8395647 140734010818128 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63887 622 1026 0 67153 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 272732

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30716
/proc/meminfo: memFree=1414792/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=162.25
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66507 0 0 0 16168 57 0 0 25 0 1 0 24323548 279277568 63887 1992294400 4194304 8395647 140734010818128 18446744073709551615 6697359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63887 622 1026 0 67153 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 272732

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30718
/proc/meminfo: memFree=1414668/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=222.24
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66508 0 0 0 22152 72 0 0 25 0 1 0 24323548 279277568 63888 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63888 623 1026 0 67153 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 272732

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30720
/proc/meminfo: memFree=1414668/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=282.23
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66508 0 0 0 28131 92 0 0 25 0 1 0 24323548 279277568 63888 1992294400 4194304 8395647 140734010818128 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63888 623 1026 0 67153 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 272732

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30722
/proc/meminfo: memFree=1414544/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=342.22
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66508 0 0 0 34108 114 0 0 25 0 1 0 24323548 279277568 63888 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63888 623 1026 0 67153 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 272732

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30723
/proc/meminfo: memFree=1414544/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=402.2
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66513 0 0 0 40085 135 0 0 25 0 1 0 24323548 279277568 63893 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63893 628 1026 0 67153 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 272732

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/107 30724
/proc/meminfo: memFree=1414544/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=462.19
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66513 0 0 0 46056 163 0 0 25 0 1 0 24323548 279277568 63893 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63893 628 1026 0 67153 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 272732

[startup+522.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 30726
/proc/meminfo: memFree=1414420/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=522.18
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66513 0 0 0 52024 194 0 0 25 0 1 0 24323548 279277568 63893 1992294400 4194304 8395647 140734010818128 18446744073709551615 6587039 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63893 628 1026 0 67153 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 272732

[startup+582.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 30737
/proc/meminfo: memFree=1413676/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=582.14
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66513 0 0 0 57990 224 0 0 25 0 1 0 24323548 279277568 63893 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63893 628 1026 0 67153 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 272732

[startup+642.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 30739
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=642.14
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66515 0 0 0 63973 241 0 0 25 0 1 0 24323548 279277568 63895 1992294400 4194304 8395647 140734010818128 18446744073709551615 6746620 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63895 630 1026 0 67153 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 272732

[startup+702.301 s]

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

/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1062.04
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 105814 390 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 272732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30751
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1122.03
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 111788 415 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 272732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30753
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1182.02
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 117766 436 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 272732

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30755
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1241.99
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 123744 455 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 272732

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30756
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1301.99
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 129722 477 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 272732

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30757
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1361.98
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 135692 506 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 4995187 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 272732

[startup+1422.31 s]
/proc/loadavg: 1.03 1.01 1.00 2/107 30759
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1421.96
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 141667 529 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6721244 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 272732

[startup+1482.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 30761
/proc/meminfo: memFree=1413800/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1481.95
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 147635 560 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 272732

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30763
/proc/meminfo: memFree=1414172/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1541.93
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 153598 595 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 272732

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30764
/proc/meminfo: memFree=1414048/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1601.92
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 159574 618 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 272732

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 30768
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1661.91
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 165551 640 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6697955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 272732

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 30770
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1721.89
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66524 0 0 0 171521 668 0 0 25 0 1 0 24323548 279277568 63904 1992294400 4194304 8395647 140734010818128 18446744073709551615 6585869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63904 630 1026 0 67153 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 272732

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1781.88
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66529 0 0 0 177498 690 0 0 25 0 1 0 24323548 279277568 63909 1992294400 4194304 8395647 140734010818128 18446744073709551615 6698030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63909 630 1026 0 67153 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 272732

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1785.08
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66529 0 0 0 177817 691 0 0 25 0 1 0 24323548 279277568 63909 1992294400 4194304 8395647 140734010818128 18446744073709551615 6585325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63909 630 1026 0 67153 0
Current children cumulated CPU time (s) 1785.08
Current children cumulated vsize (KiB) 272732

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1788.28
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66529 0 0 0 178136 692 0 0 25 0 1 0 24323548 279277568 63909 1992294400 4194304 8395647 140734010818128 18446744073709551615 6635125 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63909 630 1026 0 67153 0
Current children cumulated CPU time (s) 1788.28
Current children cumulated vsize (KiB) 272732

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1789.08
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66529 0 0 0 178216 692 0 0 25 0 1 0 24323548 279277568 63909 1992294400 4194304 8395647 140734010818128 18446744073709551615 6708607 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63909 630 1026 0 67153 0
Current children cumulated CPU time (s) 1789.08
Current children cumulated vsize (KiB) 272732

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1789.48
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66529 0 0 0 178256 692 0 0 25 0 1 0 24323548 279277568 63909 1992294400 4194304 8395647 140734010818128 18446744073709551615 6707994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63909 630 1026 0 67153 0
Current children cumulated CPU time (s) 1789.48
Current children cumulated vsize (KiB) 272732

[startup+1790.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=272732 CPUtime=1789.68
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66531 0 0 0 178276 692 0 0 25 0 1 0 24323548 279277568 63911 1992294400 4194304 8395647 140734010818128 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 68183 63911 632 1026 0 67153 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 272732

[startup+1790.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 30772
/proc/meminfo: memFree=1413924/2059040 swapFree=4162804/4192956
[pid=30711] ppid=30709 vsize=237524 CPUtime=1789.78
/proc/30711/stat : 30711 (pbscip.linux.x8) R 30709 30711 30686 0 -1 4202496 66531 0 0 0 178285 693 0 0 25 0 1 0 24323548 243224576 49726 1992294400 4194304 8395647 140734010818128 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30711/statm: 59381 49214 632 1026 0 58351 0
Current children cumulated CPU time (s) 1789.78
Current children cumulated vsize (KiB) 237524

Child status: 0
Real time (s): 1790.24
CPU time (s): 1789.83
CPU user time (s): 1782.87
CPU system time (s): 6.95594
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 272732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.87
system time used= 6.95594
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66534
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= 1
involuntary context switches= 4493

runsolver used 2.90956 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-08 05:52:01
IDJOB=2703715
IDBENCH=2635
IDSOLVER=1213
FILE ID=node030/2703715-1278561121
PBS_JOBID= 11239550
Free space on /tmp= 62516 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703715-1278561121/watcher-2703715-1278561121 -o /tmp/evaluation-result-2703715-1278561121/solver-2703715-1278561121 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703715-1278561121.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=816062139

node030.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1669280 kB
Buffers:         61264 kB
Cached:         220416 kB
SwapCached:       1692 kB
Active:         152588 kB
Inactive:       160680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1669280 kB
SwapTotal:     4192956 kB
SwapFree:      4162804 kB
Dirty:           14564 kB
Writeback:           0 kB
AnonPages:       29860 kB
Mapped:          13016 kB
Slab:            54504 kB
PageTables:       4108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62504 MiB
End job on node030 at 2010-07-08 06:21:51