Trace number 2666883

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.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1801.13 1801.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark354
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2666883-1276618884.opb>
1.39/1.47	c original problem has 10998 variables (10998 bin, 0 int, 0 impl, 0 cont) and 21679 constraints
1.39/1.47	c problem read
1.39/1.47	c presolving settings loaded
1.89/1.95	c presolving:
2.29/2.32	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.49/2.51	c (round 2) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 903 upgd conss, 0 impls, 0 clqs
2.69/2.76	c (round 3) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1194 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
2.79/2.85	c (round 4) 1 del vars, 9946 del conss, 1 chg bounds, 66 chg sides, 1356 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
7.79/7.82	c    (6.1s) probing: 120/10997 (1.1%) - 0 fixings, 0 aggregations, 133 implications, 0 bound changes
7.79/7.82	c    (6.1s) probing aborted: 100/100 successive totally useless probings
7.79/7.83	c presolving (5 rounds):
7.79/7.83	c  1 deleted vars, 9946 deleted constraints, 1 tightened bounds, 0 added holes, 66 changed sides, 1364 changed coefficients
7.79/7.83	c  1014 implications, 12 cliques
7.79/7.83	c presolved problem has 10997 variables (10997 bin, 0 int, 0 impl, 0 cont) and 11733 constraints
7.79/7.83	c    1788 constraints of type <knapsack>
7.79/7.83	c    9945 constraints of type <linear>
7.79/7.83	c transformed objective value is always integral (scale: 1)
7.79/7.83	c Presolving Time: 5.84
7.79/7.83	c - non default parameters ----------------------------------------------------------------------
7.79/7.83	c # SCIP version 1.2.1.2
7.79/7.83	c 
7.79/7.83	c # frequency for displaying node information lines
7.79/7.83	c # [type: int, range: [-1,2147483647], default: 100]
7.79/7.83	c display/freq = 10000
7.79/7.83	c 
7.79/7.83	c # maximal time in seconds to run
7.79/7.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.79/7.83	c limits/time = 1798.54
7.79/7.83	c 
7.79/7.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.79/7.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.79/7.83	c limits/memory = 1620
7.79/7.83	c 
7.79/7.83	c # should presolving try to simplify inequalities
7.79/7.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.79/7.83	c constraints/linear/simplifyinequalities = TRUE
7.79/7.83	c 
7.79/7.83	c # should presolving try to simplify knapsacks
7.79/7.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.79/7.83	c constraints/knapsack/simplifyinequalities = TRUE
7.79/7.83	c 
7.79/7.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.79/7.83	c # [type: int, range: [-1,2147483647], default: -1]
7.79/7.83	c separating/rapidlearning/freq = 0
7.79/7.83	c 
7.79/7.83	c -----------------------------------------------------------------------------------------------
7.79/7.83	c start solving
7.79/7.84	c 
11.69/11.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.69/11.79	c  10.0s|     1 |     0 |  4884 |     - | 103M|   0 |3905 |  10k|  11k|  10k|  11k|   0 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
42.18/42.24	c  40.3s|     1 |     0 | 13867 |     - | 104M|   0 |4552 |  10k|  11k|  10k|  11k| 117 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
83.37/83.46	c  81.2s|     1 |     0 | 27675 |     - | 104M|   0 |6635 |  10k|  11k|  10k|  11k| 223 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
124.45/124.53	c   122s|     1 |     0 | 38177 |     - | 105M|   0 |7378 |  10k|  11k|  10k|  12k| 342 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
171.24/171.35	c   168s|     1 |     0 | 49278 |     - | 106M|   0 |7423 |  10k|  11k|  10k|  12k| 457 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
212.14/212.25	c   209s|     1 |     0 | 56944 |     - | 106M|   0 |7466 |  10k|  11k|  10k|  12k| 601 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
272.62/272.70	c   269s|     1 |     0 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
402.68/402.87	c   398s|     1 |     2 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |  25 | 1.710000e+02 |      --      |    Inf 
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.76/1801.32	c 
1800.76/1801.32	c SCIP Status        : solving was interrupted [user interrupt]
1800.76/1801.32	c Solving Time (sec) : 1783.61
1800.76/1801.32	c Solving Nodes      : 9
1800.76/1801.32	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.76/1801.32	c Dual Bound         : +1.71000000000000e+02
1800.76/1801.32	c Gap                : infinite
1800.76/1801.32	s UNKNOWN
1800.76/1801.32	c SCIP Status        : solving was interrupted [user interrupt]
1800.76/1801.32	c Solving Time       :    1783.61
1800.76/1801.32	c Original Problem   :
1800.76/1801.32	c   Problem name     : HOME/instance-2666883-1276618884.opb
1800.76/1801.32	c   Variables        : 10998 (10998 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.76/1801.32	c   Constraints      : 21679 initial, 21679 maximal
1800.76/1801.32	c Presolved Problem  :
1800.76/1801.32	c   Problem name     : t_HOME/instance-2666883-1276618884.opb
1800.76/1801.32	c   Variables        : 10997 (10997 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.76/1801.32	c   Constraints      : 11733 initial, 11910 maximal
1800.76/1801.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.76/1801.32	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1800.76/1801.32	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.76/1801.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.76/1801.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.76/1801.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.76/1801.32	c   probing          :       4.92          0          0          0          0          0          0          0          0
1800.76/1801.32	c   knapsack         :       0.10          0          0          0          0          0          0         44        171
1800.76/1801.32	c   linear           :       0.65          1          0          0          1          0       9946         22       1193
1800.76/1801.32	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.76/1801.32	c   root node        :          -          0          -          -          0          -          -          -          -
1800.76/1801.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.76/1801.32	c   integral         :          0          0          0          9          0          0          0          0          0         18
1800.76/1801.32	c   knapsack         :       1788          6        999          0          0          0          0       1203          0          0
1800.76/1801.32	c   linear           :       9945          6        999          0          0          1          0          0          0          0
1800.76/1801.32	c   logicor          :          0+         0        176          0          0          0          0          0          0          0
1800.76/1801.32	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.76/1801.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.76/1801.32	c   integral         :     639.00       0.00       0.00     639.00       0.00
1800.76/1801.32	c   knapsack         :       0.53       0.16       0.37       0.00       0.00
1800.76/1801.32	c   linear           :       5.38       0.01       5.37       0.00       0.00
1800.76/1801.32	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.76/1801.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.76/1801.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.76/1801.32	c   vbounds          :       0.00          2          0          0
1800.76/1801.32	c   rootredcost      :       0.00          0          0          0
1800.76/1801.32	c   pseudoobj        :       0.00        748          0          0
1800.76/1801.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.76/1801.32	c   propagation      :       0.00          1          1          3       21.0          0        0.0          -
1800.76/1801.32	c   infeasible LP    :       0.70        174        174        174        6.8          0        0.0          0
1800.76/1801.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.76/1801.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.76/1801.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.76/1801.32	c   applied globally :          -          -          -        177        7.0          -          -          -
1800.76/1801.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.76/1801.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.76/1801.32	c   cut pool         :       0.01          5          -          -       1017          -    (maximal pool size: 4206)
1800.76/1801.32	c   redcost          :       0.04         14          0          0          0          0
1800.76/1801.32	c   impliedbounds    :       0.01          6          0          0         31          0
1800.76/1801.32	c   intobj           :       0.00          0          0          0          0          0
1800.76/1801.32	c   cgmip            :       0.00          0          0          0          0          0
1800.76/1801.32	c   gomory           :      13.68          6          0          0         12          0
1800.76/1801.32	c   strongcg         :      13.43          6          0          0         12          0
1800.76/1801.32	c   cmir             :       8.47          6          0          0       3000          0
1800.76/1801.32	c   flowcover        :       5.24          6          0          0       1200          0
1800.76/1801.32	c   clique           :       0.02          6          0          0          3          0
1800.76/1801.32	c   zerohalf         :       0.00          0          0          0          0          0
1800.76/1801.32	c   mcf              :       0.00          1          0          0          0          0
1800.76/1801.32	c   rapidlearning    :       0.00          0          0          0          0          0
1800.76/1801.32	c Pricers            :       Time      Calls       Vars
1800.76/1801.32	c   problem variables:       0.00          0          0
1800.76/1801.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.76/1801.32	c   relpscost        :     639.00          9          0          0          0          0         18
1800.76/1801.32	c   pscost           :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   inference        :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   mostinf          :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   leastinf         :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.76/1801.32	c   random           :       0.00          0          0          0          0          0          0
1800.76/1801.32	c Primal Heuristics  :       Time      Calls      Found
1800.76/1801.32	c   LP solutions     :       0.00          -          0
1800.76/1801.32	c   pseudo solutions :       0.00          -          0
1800.76/1801.32	c   oneopt           :       0.00          0          0
1800.76/1801.32	c   crossover        :       0.00          0          0
1800.76/1801.32	c   trivial          :       0.03          2          0
1800.76/1801.32	c   simplerounding   :       0.01          0          0
1800.76/1801.32	c   zirounding       :       0.04          9          0
1800.76/1801.32	c   rounding         :       0.26         15          0
1800.76/1801.32	c   shifting         :       2.38          7          0
1800.76/1801.32	c   intshifting      :       0.00          0          0
1800.76/1801.32	c   twoopt           :       0.00          0          0
1800.76/1801.32	c   fixandinfer      :       0.00          0          0
1800.76/1801.32	c   feaspump         :      24.35          1          0
1800.76/1801.32	c   coefdiving       :     150.14          1          0
1800.76/1801.32	c   pscostdiving     :      55.59          1          0
1800.76/1801.32	c   fracdiving       :     550.53          1          0
1800.76/1801.32	c   veclendiving     :       0.01          1          0
1800.76/1801.32	c   intdiving        :       0.00          0          0
1800.76/1801.32	c   actconsdiving    :       0.00          0          0
1800.76/1801.32	c   objpscostdiving  :       0.00          1          0
1800.76/1801.32	c   rootsoldiving    :       0.00          0          0
1800.76/1801.32	c   linesearchdiving :       0.00          0          0
1800.76/1801.32	c   guideddiving     :       0.00          0          0
1800.76/1801.32	c   octane           :       0.00          0          0
1800.76/1801.32	c   rens             :       0.02          0          0
1800.76/1801.32	c   rins             :       0.00          0          0
1800.76/1801.32	c   localbranching   :       0.00          0          0
1800.76/1801.32	c   mutation         :       0.00          0          0
1800.76/1801.32	c   dins             :       0.00          0          0
1800.76/1801.32	c   undercover       :       0.00          0          0
1800.76/1801.32	c   nlp              :       0.00          0          0
1800.76/1801.32	c   trysol           :       0.00          0          0
1800.76/1801.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.76/1801.32	c   primal LP        :       0.20          0          0       0.00       0.00
1800.76/1801.32	c   dual LP          :     313.21         15     100282    6685.47     320.17
1800.76/1801.32	c   lex dual LP      :       0.00          0          0       0.00          -
1800.76/1801.32	c   barrier LP       :       0.00          0          0       0.00          -
1800.76/1801.32	c   diving/probing LP:     774.46        626     351802     561.98     454.25
1800.76/1801.32	c   strong branching :     638.95        199     184034     924.79     288.03
1800.76/1801.32	c     (at root node) :          -         25      25000    1000.00          -
1800.76/1801.32	c   conflict analysis:       0.00          0          0       0.00          -
1800.76/1801.32	c B&B Tree           :
1800.76/1801.32	c   number of runs   :          1
1800.76/1801.32	c   nodes            :          9
1800.76/1801.32	c   nodes (total)    :          9
1800.76/1801.32	c   nodes left       :         10
1800.76/1801.32	c   max depth        :          4
1800.76/1801.32	c   max depth (total):          4
1800.76/1801.32	c   backtracks       :          3 (33.3%)
1800.76/1801.32	c   delayed cutoffs  :          0
1800.76/1801.32	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.76/1801.32	c   avg switch length:       2.11
1800.76/1801.32	c   switching time   :       0.21
1800.76/1801.32	c Solution           :
1800.76/1801.32	c   Solutions found  :          0 (0 improvements)
1800.76/1801.32	c   Primal Bound     :          -
1800.76/1801.32	c   Dual Bound       : +1.71000000000000e+02
1800.76/1801.32	c   Gap              :   infinite
1800.76/1801.32	c   Root Dual Bound  : +1.71000000000000e+02
1800.76/1801.32	c   Root Iterations  :      67992
1801.07/1801.65	c Time complete: 1801.12.

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-2666883-1276618884/watcher-2666883-1276618884 -o /tmp/evaluation-result-2666883-1276618884/solver-2666883-1276618884 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666883-1276618884.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.92 0.98 0.99 3/106 10210
/proc/meminfo: memFree=1462892/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=7724 CPUtime=0
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1158 0 0 0 0 0 0 0 20 0 1 0 3181114 7909376 1078 1992294400 4194304 8223781 140733331023456 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 1931 1089 348 984 0 944 0

[startup+0.0548371 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10210
/proc/meminfo: memFree=1462892/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=10196 CPUtime=0.05
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1838 0 0 0 5 0 0 0 20 0 1 0 3181114 10440704 1758 1992294400 4194304 8223781 140733331023456 18446744073709551615 7189493 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 2549 1758 365 984 0 1562 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10196

[startup+0.100841 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10210
/proc/meminfo: memFree=1462892/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=11584 CPUtime=0.09
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2203 0 0 0 9 0 0 0 20 0 1 0 3181114 11862016 2123 1992294400 4194304 8223781 140733331023456 18446744073709551615 6641292 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 2896 2123 365 984 0 1909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11584

[startup+0.300859 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10210
/proc/meminfo: memFree=1462892/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=16808 CPUtime=0.29
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 3486 0 0 0 29 0 0 0 20 0 1 0 3181114 17211392 3406 1992294400 4194304 8223781 140733331023456 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 4202 3406 365 984 0 3215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16808

[startup+0.700893 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 10210
/proc/meminfo: memFree=1462892/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=25152 CPUtime=0.69
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 5591 0 0 0 68 1 0 0 20 0 1 0 3181114 25755648 5511 1992294400 4194304 8223781 140733331023456 18446744073709551615 5650597 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 6288 5511 365 984 0 5301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25152

[startup+1.50096 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1436720/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=51620 CPUtime=1.49
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 12256 0 0 0 144 5 0 0 23 0 1 0 3181114 52858880 11812 1992294400 4194304 8223781 140733331023456 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 12905 11825 380 984 0 11918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51620

[startup+3.1011 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1294616/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=186356 CPUtime=3.09
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 54130 0 0 0 281 28 0 0 25 0 1 0 3181114 190828544 43736 1992294400 4194304 8223781 140733331023456 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 46589 43736 491 984 0 45602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186356

[startup+6.30138 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1288540/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=186356 CPUtime=6.29
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 54145 0 0 0 600 29 0 0 25 0 1 0 3181114 190828544 43736 1992294400 4194304 8223781 140733331023456 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 46589 43736 476 984 0 45602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 186356

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1238568/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=248548 CPUtime=12.68
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 72765 0 0 0 1231 37 0 0 25 0 1 0 3181114 254513152 56378 1992294400 4194304 8223781 140733331023456 18446744073709551615 6563197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 62137 56378 545 984 0 61150 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 248548

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1238072/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=248760 CPUtime=25.48
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 74699 0 0 0 2508 40 0 0 25 0 1 0 3181114 254730240 56393 1992294400 4194304 8223781 140733331023456 18446744073709551615 6563206 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 62190 56393 545 984 0 61203 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 248760

[startup+51.1003 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 10213
/proc/meminfo: memFree=1217364/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=284216 CPUtime=51.08
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 91170 0 0 0 5049 59 0 0 25 0 1 0 3181114 291037184 61764 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 71054 61764 575 984 0 70067 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 284216

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 10215
/proc/meminfo: memFree=1206700/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=295180 CPUtime=102.27
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 143153 0 0 0 10130 97 0 0 25 0 1 0 3181114 302264320 64290 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 73795 64290 575 984 0 72808 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 295180

[startup+162.301 s]
/proc/loadavg: 1.07 1.00 1.00 2/107 10217
/proc/meminfo: memFree=1199880/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=304268 CPUtime=162.24
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 205746 0 0 0 16083 141 0 0 25 0 1 0 3181114 311570432 65996 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 76067 65996 574 984 0 75080 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 304268

[startup+222.3 s]
/proc/loadavg: 1.08 1.01 1.00 2/107 10217
/proc/meminfo: memFree=1195788/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=310044 CPUtime=222.23
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 261881 0 0 0 22042 181 0 0 25 0 1 0 3181114 317485056 67364 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77511 67364 573 984 0 76524 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 310044

[startup+282.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 10219
/proc/meminfo: memFree=1196160/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=315092 CPUtime=282.21
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 345751 0 0 0 27994 227 0 0 25 0 1 0 3181114 322654208 68007 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78773 68007 584 984 0 77786 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 315092

[startup+342.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 10221
/proc/meminfo: memFree=1196036/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=311900 CPUtime=342.19
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 481481 0 0 0 33923 296 0 0 25 0 1 0 3181114 319385600 66925 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77975 66925 584 984 0 76988 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 311900

[startup+402.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 10223
/proc/meminfo: memFree=1190208/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=318352 CPUtime=402.17
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 616542 0 0 0 39850 367 0 0 25 0 1 0 3181114 325992448 68484 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 79588 68484 584 984 0 78601 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 318352

[startup+462.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/107 10225
/proc/meminfo: memFree=1196284/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=312488 CPUtime=462.16
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 728763 0 0 0 45790 426 0 0 25 0 1 0 3181114 319987712 67691 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78122 67691 584 984 0 77135 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 312488

[startup+522.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/107 10225
/proc/meminfo: memFree=1194920/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=309380 CPUtime=522.15
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 821758 0 0 0 51736 479 0 0 25 0 1 0 3181114 316805120 67292 1992294400 4194304 8223781 140733331023456 18446744073709551615 6569760 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77345 67292 584 984 0 76358 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 309380

[startup+582.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 10227
/proc/meminfo: memFree=1195044/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=309028 CPUtime=582.13
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 933134 0 0 0 57669 544 0 0 25 0 1 0 3181114 316444672 67139 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77257 67139 584 984 0 76270 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 309028

[startup+642.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/107 10229
/proc/meminfo: memFree=1196036/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=310276 CPUtime=642.12
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1022211 0 0 0 63618 594 0 0 25 0 1 0 3181114 317722624 66862 1992294400 4194304 8223781 140733331023456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77569 66862 584 984 0 76582 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 310276

[startup+702.3 s]

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

[startup+942.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10240
/proc/meminfo: memFree=1192688/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=311276 CPUtime=942.03
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1489163 0 0 0 93325 878 0 0 25 0 1 0 3181114 318746624 67585 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77819 67585 589 984 0 76832 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 311276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10242
/proc/meminfo: memFree=1195168/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=309724 CPUtime=1002.01
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1565382 0 0 0 99274 927 0 0 25 0 1 0 3181114 317157376 67026 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77431 67026 589 984 0 76444 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 309724

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10244
/proc/meminfo: memFree=1193556/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=309068 CPUtime=1061.99
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1675926 0 0 0 105212 987 0 0 25 0 1 0 3181114 316485632 66860 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77267 66860 589 984 0 76280 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 309068

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10244
/proc/meminfo: memFree=1193184/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=311804 CPUtime=1121.97
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1765518 0 0 0 111155 1042 0 0 25 0 1 0 3181114 319287296 67598 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77951 67598 589 984 0 76964 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 311804

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10246
/proc/meminfo: memFree=1195168/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=309000 CPUtime=1181.95
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1850722 0 0 0 117101 1094 0 0 25 0 1 0 3181114 316416000 66756 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77250 66756 589 984 0 76263 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 309000

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10248
/proc/meminfo: memFree=1193060/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=310656 CPUtime=1241.94
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 1948365 0 0 0 123043 1151 0 0 25 0 1 0 3181114 318111744 67611 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 77664 67611 589 984 0 76677 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 310656

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10250
/proc/meminfo: memFree=1192068/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=312216 CPUtime=1301.92
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2021773 0 0 0 128992 1200 0 0 25 0 1 0 3181114 319709184 67801 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78054 67801 589 984 0 77067 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 312216

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10252
/proc/meminfo: memFree=1191944/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=312580 CPUtime=1361.9
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2094614 0 0 0 134945 1245 0 0 25 0 1 0 3181114 320081920 67842 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78145 67842 589 984 0 77158 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 312580

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10252
/proc/meminfo: memFree=1192316/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=312580 CPUtime=1421.88
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2154369 0 0 0 140898 1290 0 0 25 0 1 0 3181114 320081920 67744 1992294400 4194304 8223781 140733331023456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78145 67744 589 984 0 77158 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 312580

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10254
/proc/meminfo: memFree=1191696/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=312580 CPUtime=1481.86
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2213616 0 0 0 146854 1332 0 0 25 0 1 0 3181114 320081920 67817 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78145 67817 589 984 0 77158 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 312580

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10256
/proc/meminfo: memFree=1191696/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=313304 CPUtime=1541.84
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2274721 0 0 0 152809 1375 0 0 25 0 1 0 3181114 320823296 67921 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78326 67921 589 984 0 77339 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 313304

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10258
/proc/meminfo: memFree=1190952/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=313304 CPUtime=1601.82
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2338217 0 0 0 158763 1419 0 0 25 0 1 0 3181114 320823296 67997 1992294400 4194304 8223781 140733331023456 18446744073709551615 6568145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78326 67997 589 984 0 77339 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 313304

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10260
/proc/meminfo: memFree=1191572/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=313304 CPUtime=1661.8
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2396123 0 0 0 164717 1463 0 0 25 0 1 0 3181114 320823296 67884 1992294400 4194304 8223781 140733331023456 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78326 67884 589 984 0 77339 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 313304

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10260
/proc/meminfo: memFree=1190208/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=314748 CPUtime=1721.79
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2450011 0 0 0 170675 1504 0 0 25 0 1 0 3181114 322301952 68215 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78687 68215 589 984 0 77700 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 314748

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10262
/proc/meminfo: memFree=1190084/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=316092 CPUtime=1781.77
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2503242 0 0 0 176624 1553 0 0 25 0 1 0 3181114 323678208 68543 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 79023 68543 590 984 0 78036 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 316092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10264
/proc/meminfo: memFree=1190208/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=314012 CPUtime=1800.08
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2540905 0 0 0 178434 1574 0 0 25 0 1 0 3181114 321548288 68181 1992294400 4194304 8223781 140733331023456 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10210/statm: 78503 68181 590 984 0 77516 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 314012

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

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10264
/proc/meminfo: memFree=1190208/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=298164 CPUtime=1800.86
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2541828 0 0 0 178511 1575 0 0 25 0 1 0 3181114 305319936 67024 1992294400 4194304 8223781 140733331023456 18446744073709551615 6027259 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 74541 67024 593 984 0 73554 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 298164

[startup+1801.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10264
/proc/meminfo: memFree=1190208/2059040 swapFree=4192956/4192956
[pid=10210] ppid=10208 vsize=252768 CPUtime=1801.07
/proc/10210/stat : 10210 (pbscip.linux.x8) R 10208 10210 10021 0 -1 4202496 2541828 0 0 0 178531 1576 0 0 25 0 1 0 3181114 258834432 55790 1992294400 4194304 8223781 140733331023456 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10210/statm: 63192 55790 593 984 0 62205 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 252768

Child status: 0
Real time (s): 1801.66
CPU time (s): 1801.13
CPU user time (s): 1785.34
CPU system time (s): 15.7896
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 327844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.34
system time used= 15.7896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2541832
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= 3381

runsolver used 2.97855 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-15 18:21:24
IDJOB=2666883
IDBENCH=2934
IDSOLVER=1169
FILE ID=node041/2666883-1276618884
PBS_JOBID= 11172299
Free space on /tmp= 62080 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.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-2666883-1276618884/watcher-2666883-1276618884 -o /tmp/evaluation-result-2666883-1276618884/solver-2666883-1276618884 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666883-1276618884.opb -t 1800 -m 1800

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=20347849

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1463296 kB
Buffers:         80512 kB
Cached:         375204 kB
SwapCached:          0 kB
Active:         209104 kB
Inactive:       306084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1463296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10572 kB
Writeback:           0 kB
AnonPages:       59424 kB
Mapped:          15452 kB
Slab:            58728 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180460 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= 62076 MiB
End job on node041 at 2010-06-15 18:51:27