Trace number 2665683

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.19 1800.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUMfe9b3ae0ed0deb400897e8cf071ce6eb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 95
Optimality of the best value was proved NO
Number of variables1812
Total number of constraints3443
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 constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2665683-1276588079.opb>
0.19/0.20	c original problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 3443 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
0.19/0.26	c presolving:
0.29/0.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.29/0.34	c (round 2) 0 del vars, 1650 del conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 77 upgd conss, 0 impls, 0 clqs
0.29/0.38	c (round 3) 0 del vars, 1650 del conss, 0 chg bounds, 132 chg sides, 132 chg coeffs, 143 upgd conss, 704 impls, 0 clqs
1.29/1.34	c    (1.1s) probing: 111/1812 (6.1%) - 0 fixings, 0 aggregations, 1430 implications, 0 bound changes
1.29/1.34	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.29/1.34	c presolving (4 rounds):
1.29/1.34	c  0 deleted vars, 1650 deleted constraints, 0 tightened bounds, 0 added holes, 132 changed sides, 132 changed coefficients
1.29/1.34	c  3564 implications, 0 cliques
1.29/1.34	c presolved problem has 1812 variables (1812 bin, 0 int, 0 impl, 0 cont) and 1793 constraints
1.29/1.34	c     143 constraints of type <knapsack>
1.29/1.34	c    1650 constraints of type <linear>
1.29/1.34	c transformed objective value is always integral (scale: 1)
1.29/1.34	c Presolving Time: 1.08
1.29/1.34	c - non default parameters ----------------------------------------------------------------------
1.29/1.34	c # SCIP version 1.2.1.2
1.29/1.34	c 
1.29/1.34	c # frequency for displaying node information lines
1.29/1.34	c # [type: int, range: [-1,2147483647], default: 100]
1.29/1.34	c display/freq = 10000
1.29/1.34	c 
1.29/1.34	c # maximal time in seconds to run
1.29/1.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.34	c limits/time = 1799.81
1.29/1.34	c 
1.29/1.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.29/1.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.29/1.34	c limits/memory = 1620
1.29/1.34	c 
1.29/1.34	c # should presolving try to simplify inequalities
1.29/1.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.34	c constraints/linear/simplifyinequalities = TRUE
1.29/1.34	c 
1.29/1.34	c # should presolving try to simplify knapsacks
1.29/1.34	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.29/1.34	c constraints/knapsack/simplifyinequalities = TRUE
1.29/1.34	c 
1.29/1.34	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.29/1.34	c # [type: int, range: [-1,2147483647], default: -1]
1.29/1.34	c separating/rapidlearning/freq = 0
1.29/1.34	c 
1.29/1.34	c -----------------------------------------------------------------------------------------------
1.29/1.34	c start solving
1.29/1.35	c 
1.49/1.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.56	c   1.3s|     1 |     0 |  1723 |     - |  14M|   0 |1064 |1812 |1793 |1812 |1793 |   0 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.10/2.14	c   1.9s|     1 |     0 |  1768 |     - |  15M|   0 |1084 |1812 |1793 |1812 |1841 |  48 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.49/2.54	c   2.2s|     1 |     0 |  1869 |     - |  16M|   0 |1084 |1812 |1793 |1812 |1892 |  99 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
2.89/2.94	c   2.6s|     1 |     0 |  2002 |     - |  16M|   0 |1086 |1812 |1793 |1812 |1940 | 147 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
3.49/3.51	c   3.2s|     1 |     0 |  2204 |     - |  17M|   0 |1087 |1812 |1793 |1812 |2002 | 209 |   0 |   0 | 1.100000e+01 |      --      |    Inf 
4.30/4.38	c   4.1s|     1 |     0 |  2504 |     - |  17M|   0 |1100 |1812 |1793 |1812 |2047 | 254 |   0 |   0 | 1.100002e+01 |      --      |    Inf 
5.49/5.54	c   5.2s|     1 |     0 |  2737 |     - |  18M|   0 |1100 |1812 |1793 |1812 |2087 | 294 |   0 |   0 | 1.100004e+01 |      --      |    Inf 
9.18/9.28	c   8.8s|     1 |     2 |  2737 |     - |  18M|   0 |1100 |1812 |1793 |1812 |2087 | 294 |   0 |  21 | 1.100004e+01 |      --      |    Inf 
954.30/954.60	c   916s| 10000 |  6453 |  1674k| 167.2 |  31M|  61 | 663 |1812 |4422 |1812 |1871 | 294 |  12k|5791 | 1.650002e+01 |      --      |    Inf 
1631.98/1632.53	c  1576s| 20000 | 11442 |  3229k| 161.3 |  44M|  68 | 645 |1812 |4370 |1812 |1871 | 294 |  20k|8630 | 1.700000e+01 |      --      |    Inf 
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.63	c 
1800.04/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.63	c Solving Time (sec) : 1739.33
1800.04/1800.63	c Solving Nodes      : 22774
1800.04/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.63	c Dual Bound         : +1.70000387424210e+01
1800.04/1800.63	c Gap                : infinite
1800.04/1800.63	s UNKNOWN
1800.04/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.63	c Solving Time       :    1739.33
1800.04/1800.63	c Original Problem   :
1800.04/1800.63	c   Problem name     : HOME/instance-2665683-1276588079.opb
1800.04/1800.63	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.63	c   Constraints      : 3443 initial, 3443 maximal
1800.04/1800.63	c Presolved Problem  :
1800.04/1800.63	c   Problem name     : t_HOME/instance-2665683-1276588079.opb
1800.04/1800.63	c   Variables        : 1812 (1812 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.63	c   Constraints      : 1793 initial, 6285 maximal
1800.04/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   inttobinary      :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   probing          :       0.95          0          0          0          0          0          0          0          0
1800.04/1800.63	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.63	c   linear           :       0.11          0          0          0          0          0       1650        132        132
1800.04/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.64	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.64	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.64	c   integral         :          0          0          0      18446          0          8       2360          0          0      35592
1800.04/1800.64	c   knapsack         :        143          6     135465          0          0        265      46578        760          0          0
1800.04/1800.64	c   linear           :       1650          6     135200          0          0        885     235640          2          0          0
1800.04/1800.64	c   logicor          :          0+         0      92494          0          0         49      98805          0          0          0
1800.04/1800.64	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.64	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.64	c   integral         :     361.43       0.00       0.00     361.43       0.00
1800.04/1800.64	c   knapsack         :       9.27       0.04       9.23       0.00       0.00
1800.04/1800.64	c   linear           :     146.66       0.00     146.66       0.00       0.00
1800.04/1800.64	c   logicor          :       4.92       0.00       4.92       0.00       0.00
1800.04/1800.64	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.64	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.64	c   vbounds          :       0.11          2          0          0
1800.04/1800.64	c   rootredcost      :       0.15          0          0          0
1800.04/1800.64	c   pseudoobj        :       0.32     135253          0          0
1800.04/1800.64	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.64	c   propagation      :       0.18       1199       1195       8201       25.2         66       11.3          -
1800.04/1800.64	c   infeasible LP    :      12.89      15057      15056      20968       11.0        281       13.7          0
1800.04/1800.64	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.64	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.64	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.64	c   applied globally :          -          -          -      23054       12.9          -          -          -
1800.04/1800.64	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.64	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.64	c   cut pool         :       0.00          5          -          -       1759          -    (maximal pool size: 4009)
1800.04/1800.64	c   redcost          :       1.16      18444          0         26          0          0
1800.04/1800.64	c   impliedbounds    :       0.00          6          0          0         12          0
1800.04/1800.64	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.64	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.64	c   gomory           :       0.07          6          0          0         37          0
1800.04/1800.64	c   strongcg         :       0.08          6          0          0         30          0
1800.04/1800.64	c   cmir             :       1.57          6          0          0       2970          0
1800.04/1800.64	c   flowcover        :       0.98          6          0          0       1200          0
1800.04/1800.64	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.64	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.64	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.64	c   rapidlearning    :       0.20          1          0          0          0          0
1800.04/1800.64	c Pricers            :       Time      Calls       Vars
1800.04/1800.64	c   problem variables:       0.00          0          0
1800.04/1800.64	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.64	c   relpscost        :     361.36      18446          8       2360          0          0      35592
1800.04/1800.64	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.64	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.64	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.64	c   LP solutions     :       0.00          -          0
1800.04/1800.64	c   pseudo solutions :       0.00          -          0
1800.04/1800.64	c   oneopt           :       0.04          0          0
1800.04/1800.64	c   crossover        :       0.01          0          0
1800.04/1800.64	c   guideddiving     :       0.00          0          0
1800.04/1800.64	c   linesearchdiving :      66.30        152          0
1800.04/1800.64	c   trivial          :       0.00          2          0
1800.04/1800.64	c   simplerounding   :       0.04          0          0
1800.04/1800.64	c   zirounding       :       0.14       1000          0
1800.04/1800.64	c   rounding         :       2.53       1855          0
1800.04/1800.64	c   shifting         :       8.07        541          0
1800.04/1800.64	c   intshifting      :       0.01          0          0
1800.04/1800.64	c   twoopt           :       0.00          0          0
1800.04/1800.64	c   fixandinfer      :       0.00          0          0
1800.04/1800.64	c   feaspump         :      30.41        611          0
1800.04/1800.64	c   coefdiving       :      98.45         56          0
1800.04/1800.64	c   pscostdiving     :      56.95         91          0
1800.04/1800.64	c   fracdiving       :      97.16         68          0
1800.04/1800.64	c   veclendiving     :      44.45         61          0
1800.04/1800.64	c   intdiving        :       0.00          0          0
1800.04/1800.64	c   actconsdiving    :       0.00          0          0
1800.04/1800.64	c   objpscostdiving  :       9.62         58          0
1800.04/1800.64	c   rootsoldiving    :       9.73         13          0
1800.04/1800.64	c   octane           :       0.00          0          0
1800.04/1800.64	c   rens             :       0.01          0          0
1800.04/1800.64	c   rins             :       0.00          0          0
1800.04/1800.64	c   localbranching   :       0.00          0          0
1800.04/1800.64	c   mutation         :       0.00          0          0
1800.04/1800.64	c   dins             :       0.00          0          0
1800.04/1800.64	c   undercover       :       0.00          0          0
1800.04/1800.64	c   nlp              :       0.04          0          0
1800.04/1800.64	c   trysol           :       0.02          0          0
1800.04/1800.64	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.64	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.64	c   dual LP          :     785.34      23042    2782537     120.76    3543.10
1800.04/1800.64	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.64	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.64	c   diving/probing LP:     319.64      24632     886747      36.00    2774.21
1800.04/1800.64	c   strong branching :     354.50       8875    1049809     118.29    2961.38
1800.04/1800.64	c     (at root node) :          -         21       6327     301.29          -
1800.04/1800.64	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.64	c B&B Tree           :
1800.04/1800.64	c   number of runs   :          1
1800.04/1800.64	c   nodes            :      22774
1800.04/1800.64	c   nodes (total)    :      22774
1800.04/1800.64	c   nodes left       :      12669
1800.04/1800.64	c   max depth        :         73
1800.04/1800.64	c   max depth (total):         73
1800.04/1800.64	c   backtracks       :       3522 (15.5%)
1800.04/1800.64	c   delayed cutoffs  :        150
1800.04/1800.64	c   repropagations   :      18117 (41621 domain reductions, 12 cutoffs)
1800.04/1800.64	c   avg switch length:       7.82
1800.04/1800.64	c   switching time   :      19.75
1800.04/1800.64	c Solution           :
1800.04/1800.64	c   Solutions found  :          0 (0 improvements)
1800.04/1800.64	c   Primal Bound     :          -
1800.04/1800.64	c   Dual Bound       : +1.70000387424210e+01
1800.04/1800.64	c   Gap              :   infinite
1800.04/1800.64	c   Root Dual Bound  : +1.10000387424210e+01
1800.04/1800.64	c   Root Iterations  :       2737
1800.14/1800.75	c Time complete: 1800.18.

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-2665683-1276588079/watcher-2665683-1276588079 -o /tmp/evaluation-result-2665683-1276588079/solver-2665683-1276588079 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665683-1276588079.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.00 0.00 0.00 3/106 2410
/proc/meminfo: memFree=1693372/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=9288 CPUtime=0
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 1259 0 0 0 0 0 0 0 21 0 1 0 101430 9510912 1179 1992294400 4194304 9819077 140735297528512 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2410/statm: 2322 1188 371 1374 0 943 0

[startup+0.071479 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2410
/proc/meminfo: memFree=1693372/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=12528 CPUtime=0.06
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 2055 0 0 0 6 0 0 0 21 0 1 0 101430 12828672 1975 1992294400 4194304 9819077 140735297528512 18446744073709551615 8585997 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2410/statm: 3132 1975 388 1374 0 1753 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12528

[startup+0.101482 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2410
/proc/meminfo: memFree=1693372/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=12904 CPUtime=0.09
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 2154 0 0 0 9 0 0 0 21 0 1 0 101430 13213696 2074 1992294400 4194304 9819077 140735297528512 18446744073709551615 8590880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2410/statm: 3226 2074 388 1374 0 1847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12904

[startup+0.30151 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2410
/proc/meminfo: memFree=1693372/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=45400 CPUtime=0.29
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 10238 0 0 0 26 3 0 0 21 0 1 0 101430 46489600 9804 1992294400 4194304 9819077 140735297528512 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 11350 9804 479 1374 0 9971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45400

[startup+0.701565 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2410
/proc/meminfo: memFree=1693372/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=46364 CPUtime=0.69
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 11814 0 0 0 65 4 0 0 22 0 1 0 101430 47476736 10095 1992294400 4194304 9819077 140735297528512 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 11591 10095 511 1374 0 10212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46364

[startup+1.50168 s]
/proc/loadavg: 0.08 0.02 0.01 2/107 2411
/proc/meminfo: memFree=1654676/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=56268 CPUtime=1.49
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 14142 0 0 0 144 5 0 0 18 0 1 0 101430 57618432 12054 1992294400 4194304 9819077 140735297528512 18446744073709551615 7289479 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 14067 12054 635 1374 0 12688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56268

[startup+3.10189 s]
/proc/loadavg: 0.08 0.02 0.01 2/107 2411
/proc/meminfo: memFree=1623676/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=62212 CPUtime=3.1
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 26923 0 0 0 298 12 0 0 20 0 1 0 101430 63705088 12969 1992294400 4194304 9819077 140735297528512 18446744073709551615 6043096 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 15553 12969 692 1374 0 14174 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 62212

[startup+6.30132 s]
/proc/loadavg: 0.08 0.02 0.01 2/107 2411
/proc/meminfo: memFree=1641904/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=69432 CPUtime=6.29
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 38474 0 0 0 613 16 0 0 25 0 1 0 101430 71098368 13384 1992294400 4194304 9819077 140735297528512 18446744073709551615 7220452 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17358 13384 698 1374 0 15979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69432

[startup+12.7002 s]
/proc/loadavg: 0.22 0.05 0.02 2/107 2411
/proc/meminfo: memFree=1641656/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=71224 CPUtime=12.69
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 121673 0 0 0 1223 46 0 0 25 0 1 0 101430 72933376 13544 1992294400 4194304 9819077 140735297528512 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17806 13544 702 1374 0 16427 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71224

[startup+25.5008 s]
/proc/loadavg: 0.34 0.08 0.02 2/107 2411
/proc/meminfo: memFree=1641532/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=71120 CPUtime=25.49
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 251094 0 0 0 2457 92 0 0 25 0 1 0 101430 72826880 13538 1992294400 4194304 9819077 140735297528512 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17780 13538 702 1374 0 16401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71120

[startup+51.1008 s]
/proc/loadavg: 0.56 0.15 0.05 2/107 2411
/proc/meminfo: memFree=1642028/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=70384 CPUtime=51.07
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 540701 0 0 0 4915 192 0 0 25 0 1 0 101430 72073216 13475 1992294400 4194304 9819077 140735297528512 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17596 13475 702 1374 0 16217 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70384

[startup+102.309 s]
/proc/loadavg: 0.82 0.29 0.10 2/107 2413
/proc/meminfo: memFree=1639424/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=64132 CPUtime=102.27
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 1317078 0 0 0 9751 476 0 0 25 0 1 0 101430 65671168 13957 1992294400 4194304 9819077 140735297528512 18446744073709551615 7220450 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 16033 13957 708 1374 0 14654 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64132

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/107 2415
/proc/meminfo: memFree=1636324/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=69180 CPUtime=162.25
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 2145844 0 0 0 15433 792 0 0 25 0 1 0 101430 70840320 14745 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291617 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17295 14745 708 1374 0 15916 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 69180

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/107 2417
/proc/meminfo: memFree=1636324/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=75860 CPUtime=222.23
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 2952146 0 0 0 21124 1099 0 0 25 0 1 0 101430 77680640 14907 1992294400 4194304 9819077 140735297528512 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18965 14907 708 1374 0 17586 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 75860

[startup+282.301 s]
/proc/loadavg: 1.05 0.62 0.26 2/107 2417
/proc/meminfo: memFree=1635208/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=70716 CPUtime=282.22
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 3748164 0 0 0 26814 1408 0 0 25 0 1 0 101430 72413184 15169 1992294400 4194304 9819077 140735297528512 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 17679 15169 708 1374 0 16300 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 70716

[startup+342.301 s]
/proc/loadavg: 1.07 0.70 0.31 2/107 2419
/proc/meminfo: memFree=1634960/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=67720 CPUtime=342.21
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 4417953 0 0 0 32549 1672 0 0 25 0 1 0 101430 69345280 15079 1992294400 4194304 9819077 140735297528512 18446744073709551615 7263341 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 16930 15079 723 1374 0 15551 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 67720

[startup+402.301 s]
/proc/loadavg: 1.07 0.77 0.35 2/107 2421
/proc/meminfo: memFree=1634092/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=75516 CPUtime=402.18
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 5115375 0 0 0 38277 1941 0 0 25 0 1 0 101430 77328384 15447 1992294400 4194304 9819077 140735297528512 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18879 15454 723 1374 0 17500 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 75516

[startup+462.301 s]
/proc/loadavg: 1.02 0.81 0.39 2/107 2423
/proc/meminfo: memFree=1631860/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=72408 CPUtime=462.15
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 5813478 0 0 0 44002 2213 0 0 25 0 1 0 101430 74145792 15916 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18102 15916 723 1374 0 16723 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 72408

[startup+522.301 s]
/proc/loadavg: 1.01 0.84 0.42 2/107 2425
/proc/meminfo: memFree=1631488/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=73188 CPUtime=522.13
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 6486227 0 0 0 49739 2474 0 0 25 0 1 0 101430 74944512 15993 1992294400 4194304 9819077 140735297528512 18446744073709551615 7289390 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18297 15993 723 1374 0 16918 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 73188

[startup+582.301 s]
/proc/loadavg: 1.00 0.87 0.46 2/107 2425
/proc/meminfo: memFree=1630744/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=72212 CPUtime=582.11
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 7004555 0 0 0 55525 2686 0 0 25 0 1 0 101430 73945088 15972 1992294400 4194304 9819077 140735297528512 18446744073709551615 4960365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18053 15972 723 1374 0 16674 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 72212

[startup+642.301 s]
/proc/loadavg: 1.00 0.89 0.49 2/107 2427
/proc/meminfo: memFree=1630496/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=73516 CPUtime=642.1
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 7425339 0 0 0 61346 2864 0 0 25 0 1 0 101430 75280384 16084 1992294400 4194304 9819077 140735297528512 18446744073709551615 7816437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 18379 16084 723 1374 0 17000 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 73516

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 0.94 0.59 2/107 2442
/proc/meminfo: memFree=1624056/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=78952 CPUtime=882.02
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 9048521 0 0 0 84650 3552 0 0 25 0 1 0 101430 80846848 17489 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291700 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 19738 17489 723 1374 0 18359 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 78952

[startup+942.301 s]
/proc/loadavg: 1.00 0.95 0.62 2/107 2444
/proc/meminfo: memFree=1624056/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=78632 CPUtime=942.01
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 9463686 0 0 0 90471 3730 0 0 25 0 1 0 101430 80519168 17547 1992294400 4194304 9819077 140735297528512 18446744073709551615 6197194 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 19658 17547 723 1374 0 18279 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 78632

[startup+1002.3 s]
/proc/loadavg: 1.00 0.95 0.64 2/107 2446
/proc/meminfo: memFree=1623436/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=77656 CPUtime=1001.98
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 9866345 0 0 0 96290 3908 0 0 25 0 1 0 101430 79519744 17643 1992294400 4194304 9819077 140735297528512 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 19414 17644 723 1374 0 18035 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 77656

[startup+1062.3 s]
/proc/loadavg: 1.00 0.96 0.66 2/107 2448
/proc/meminfo: memFree=1620584/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=88480 CPUtime=1061.95
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 10272650 0 0 0 102115 4080 0 0 25 0 1 0 101430 90603520 18490 1992294400 4194304 9819077 140735297528512 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 22120 18492 723 1374 0 20741 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 88480

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.67 2/107 2450
/proc/meminfo: memFree=1620460/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=81648 CPUtime=1121.94
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 10641516 0 0 0 107958 4236 0 0 25 0 1 0 101430 83607552 18433 1992294400 4194304 9819077 140735297528512 18446744073709551615 6192281 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 20412 18433 723 1374 0 19033 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 81648

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.69 2/107 2450
/proc/meminfo: memFree=1619344/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=82904 CPUtime=1181.92
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 10978916 0 0 0 113803 4389 0 0 25 0 1 0 101430 84893696 18697 1992294400 4194304 9819077 140735297528512 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 20726 18697 723 1374 0 19347 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 82904

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.71 2/107 2452
/proc/meminfo: memFree=1617856/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=85180 CPUtime=1241.9
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 11339709 0 0 0 119638 4552 0 0 25 0 1 0 101430 87224320 19052 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 21295 19052 723 1374 0 19916 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 85180

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/107 2454
/proc/meminfo: memFree=1616864/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=90416 CPUtime=1301.88
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 11724766 0 0 0 125470 4718 0 0 25 0 1 0 101430 92585984 19356 1992294400 4194304 9819077 140735297528512 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 22604 19356 723 1374 0 21225 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 90416

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.74 2/107 2456
/proc/meminfo: memFree=1614880/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=86988 CPUtime=1361.86
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 12091196 0 0 0 131303 4883 0 0 25 0 1 0 101430 89075712 19767 1992294400 4194304 9819077 140735297528512 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 21747 19767 723 1374 0 20368 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 86988

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.75 2/107 2458
/proc/meminfo: memFree=1613268/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=88720 CPUtime=1421.85
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 12475783 0 0 0 137125 5060 0 0 25 0 1 0 101430 90849280 20188 1992294400 4194304 9819077 140735297528512 18446744073709551615 7816442 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 22180 20188 723 1374 0 20801 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 88720

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.76 2/107 2458
/proc/meminfo: memFree=1612028/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=94748 CPUtime=1481.82
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 12847198 0 0 0 142961 5221 0 0 25 0 1 0 101430 97021952 20598 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 23687 20598 723 1374 0 22308 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 94748

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.77 2/107 2460
/proc/meminfo: memFree=1611780/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=90552 CPUtime=1541.81
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 13222545 0 0 0 148794 5387 0 0 25 0 1 0 101430 92725248 20565 1992294400 4194304 9819077 140735297528512 18446744073709551615 7816416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 22638 20565 723 1374 0 21259 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 90552

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/107 2462
/proc/meminfo: memFree=1610664/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=92312 CPUtime=1601.79
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 13588106 0 0 0 154629 5550 0 0 25 0 1 0 101430 94527488 20899 1992294400 4194304 9819077 140735297528512 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 23078 20899 723 1374 0 21699 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 92312

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/107 2464
/proc/meminfo: memFree=1609548/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=92892 CPUtime=1661.78
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 13942304 0 0 0 160470 5708 0 0 25 0 1 0 101430 95121408 21103 1992294400 4194304 9819077 140735297528512 18446744073709551615 7293510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 23223 21103 723 1374 0 21844 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 92892

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.81 2/107 2466
/proc/meminfo: memFree=1607316/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=94816 CPUtime=1721.75
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 14265031 0 0 0 166320 5855 0 0 25 0 1 0 101430 97091584 21643 1992294400 4194304 9819077 140735297528512 18446744073709551615 6566467 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 23704 21643 723 1374 0 22325 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 94816

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/107 2466
/proc/meminfo: memFree=1604836/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=97256 CPUtime=1781.73
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 14588425 0 0 0 172171 6002 0 0 25 0 1 0 101430 99590144 22294 1992294400 4194304 9819077 140735297528512 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 24314 22294 723 1374 0 22935 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 97256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 0.97 0.82 2/107 2468
/proc/meminfo: memFree=1604464/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=100296 CPUtime=1800.04
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 14703904 0 0 0 173948 6056 0 0 25 0 1 0 101430 102703104 22354 1992294400 4194304 9819077 140735297528512 18446744073709551615 7333570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2410/statm: 25074 22361 723 1374 0 23695 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 100296

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

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

[startup+1800.72 s]
/proc/loadavg: 1.00 0.97 0.82 2/107 2468
/proc/meminfo: memFree=1604464/2059040 swapFree=4192956/4192956
[pid=2410] ppid=2408 vsize=95596 CPUtime=1800.14
/proc/2410/stat : 2410 (pbscip.linux.x8) R 2408 2410 2383 0 -1 4202496 14704038 0 0 0 173958 6056 0 0 18 0 1 0 101430 97890304 21892 1992294400 4194304 9819077 140735297528512 18446744073709551615 4903335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2410/statm: 23899 21892 726 1374 0 22520 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 95596

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.19
CPU user time (s): 1739.62
CPU system time (s): 60.5728
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 104820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1739.62
system time used= 60.5728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14704042
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= 3
involuntary context switches= 3467

runsolver used 2.74558 second user time and 8.73967 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-15 09:47:59
IDJOB=2665683
IDBENCH=2636
IDSOLVER=1168
FILE ID=node082/2665683-1276588079
PBS_JOBID= 11173552
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665683-1276588079/watcher-2665683-1276588079 -o /tmp/evaluation-result-2665683-1276588079/solver-2665683-1276588079 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665683-1276588079.opb -t 1800 -m 1800

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

MD5SUM BENCH= fe9b3ae0ed0deb400897e8cf071ce6eb
RANDOM SEED=1987039856

node082.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.215
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.215
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1695464 kB
Buffers:         14504 kB
Cached:         243860 kB
SwapCached:          0 kB
Active:          97672 kB
Inactive:       219880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1695464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7184 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15264 kB
Slab:            24224 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62544 MiB
End job on node082 at 2010-06-15 10:18:02