Trace number 2667115

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.39 1801.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_16.opb
MD5SUM69b04711942c7a7cbb28264339dbffe2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223
Optimality of the best value was proved NO
Number of variables5584
Total number of constraints10895
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 constraints10895
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2555
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-2667115-1276583737.opb>
0.69/0.73	c original problem has 5584 variables (5584 bin, 0 int, 0 impl, 0 cont) and 10895 constraints
0.69/0.73	c problem read
0.69/0.73	c presolving settings loaded
0.89/0.98	c presolving:
1.10/1.16	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.19/1.25	c (round 2) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 135 upgd conss, 0 impls, 0 clqs
1.29/1.36	c (round 3) 0 del vars, 5320 del conss, 0 chg bounds, 240 chg sides, 240 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
1.29/1.39	c (round 4) 0 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 1874 impls, 0 clqs
7.49/7.60	c    (6.7s) probing: 200/5584 (3.6%) - 8 fixings, 0 aggregations, 455 implications, 0 bound changes
7.49/7.60	c    (6.7s) probing aborted: 100/100 successive totally useless probings
7.49/7.60	c (round 5) 8 del vars, 5320 del conss, 0 chg bounds, 345 chg sides, 420 chg coeffs, 255 upgd conss, 3176 impls, 0 clqs
7.69/7.72	c presolving (6 rounds):
7.69/7.72	c  8 deleted vars, 5320 deleted constraints, 0 tightened bounds, 0 added holes, 345 changed sides, 426 changed coefficients
7.69/7.72	c  3176 implications, 0 cliques
7.69/7.72	c presolved problem has 5576 variables (5576 bin, 0 int, 0 impl, 0 cont) and 5575 constraints
7.69/7.72	c     255 constraints of type <knapsack>
7.69/7.72	c    5320 constraints of type <linear>
7.69/7.72	c transformed objective value is always integral (scale: 1)
7.69/7.72	c Presolving Time: 6.70
7.69/7.72	c - non default parameters ----------------------------------------------------------------------
7.69/7.72	c # SCIP version 1.2.1.2
7.69/7.72	c 
7.69/7.72	c # frequency for displaying node information lines
7.69/7.72	c # [type: int, range: [-1,2147483647], default: 100]
7.69/7.72	c display/freq = 10000
7.69/7.72	c 
7.69/7.72	c # maximal time in seconds to run
7.69/7.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.69/7.72	c limits/time = 1799.27
7.69/7.72	c 
7.69/7.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
7.69/7.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
7.69/7.72	c limits/memory = 1620
7.69/7.72	c 
7.69/7.72	c # should presolving try to simplify inequalities
7.69/7.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.69/7.72	c constraints/linear/simplifyinequalities = TRUE
7.69/7.72	c 
7.69/7.72	c # should presolving try to simplify knapsacks
7.69/7.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
7.69/7.72	c constraints/knapsack/simplifyinequalities = TRUE
7.69/7.72	c 
7.69/7.72	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
7.69/7.72	c # [type: int, range: [-1,2147483647], default: -1]
7.69/7.72	c separating/rapidlearning/freq = 0
7.69/7.72	c 
7.69/7.72	c -----------------------------------------------------------------------------------------------
7.69/7.72	c start solving
7.69/7.72	c 
9.69/9.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.69/9.73	c   8.8s|     1 |     0 |  5705 |     - |  50M|   0 |3202 |5576 |5575 |5576 |5575 |   0 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
28.58/28.69	c  27.6s|     1 |     0 | 15257 |     - |  51M|   0 |3207 |5576 |5575 |5576 |5617 |  42 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
29.78/29.85	c  28.7s|     1 |     0 | 15382 |     - |  51M|   0 |3194 |5576 |5575 |5576 |5673 |  98 |   0 |   0 | 1.500000e+01 |      --      |    Inf 
31.28/31.36	c  30.2s|     1 |     0 | 15735 |     - |  52M|   0 |3219 |5576 |5575 |5576 |5745 | 170 |   0 |   0 | 1.500130e+01 |      --      |    Inf 
33.78/33.88	c  32.7s|     1 |     0 | 16652 |     - |  52M|   0 |3121 |5576 |5575 |5576 |5805 | 230 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
36.29/36.31	c  35.1s|     1 |     0 | 17024 |     - |  53M|   0 |3128 |5576 |5575 |5576 |5868 | 293 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
39.08/39.18	c  38.0s|     1 |     0 | 17477 |     - |  53M|   0 |3126 |5576 |5575 |5576 |5942 | 367 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
43.18/43.21	c  42.0s|     1 |     0 | 18141 |     - |  54M|   0 |3135 |5576 |5575 |5576 |6000 | 425 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
47.77/47.88	c  46.6s|     1 |     0 | 19306 |     - |  55M|   0 |3129 |5576 |5575 |5576 |6069 | 494 |   0 |   0 | 1.600000e+01 |      --      |    Inf 
51.48/51.60	c  50.3s|     1 |     0 | 20109 |     - |  55M|   0 |3134 |5576 |5575 |5576 |6115 | 540 |   0 |   0 | 1.600020e+01 |      --      |    Inf 
147.75/147.86	c   146s|     1 |     2 | 20109 |     - |  55M|   0 |3134 |5576 |5575 |5576 |6115 | 540 |   0 |  43 | 1.600020e+01 |      --      |    Inf 
1800.07/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1801.16/1801.74	c 
1801.16/1801.74	c SCIP Status        : solving was interrupted [user interrupt]
1801.16/1801.74	c Solving Time (sec) : 1780.84
1801.16/1801.74	c Solving Nodes      : 1150
1801.16/1801.74	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.16/1801.74	c Dual Bound         : +1.80000000000000e+01
1801.16/1801.74	c Gap                : infinite
1801.16/1801.74	s UNKNOWN
1801.16/1801.74	c SCIP Status        : solving was interrupted [user interrupt]
1801.16/1801.74	c Solving Time       :    1780.84
1801.16/1801.74	c Original Problem   :
1801.16/1801.74	c   Problem name     : HOME/instance-2667115-1276583737.opb
1801.16/1801.74	c   Variables        : 5584 (5584 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.16/1801.74	c   Constraints      : 10895 initial, 10895 maximal
1801.16/1801.74	c Presolved Problem  :
1801.16/1801.74	c   Problem name     : t_HOME/instance-2667115-1276583737.opb
1801.16/1801.74	c   Variables        : 5576 (5576 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.16/1801.74	c   Constraints      : 5575 initial, 8528 maximal
1801.16/1801.74	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.16/1801.74	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   implics          :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   probing          :       6.18          8          0          0          0          0          0          0          0
1801.16/1801.74	c   knapsack         :       0.03          0          0          0          0          0          0        105        186
1801.16/1801.74	c   linear           :       0.42          0          0          0          0          0       5320        240        240
1801.16/1801.74	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1801.16/1801.74	c   root node        :          -          0          -          -          0          -          -          -          -
1801.16/1801.74	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.16/1801.74	c   integral         :          0          0          0       1132          0          0        197          0          0       2144
1801.16/1801.74	c   knapsack         :        255          9      10709          0          0         31       1747       1715          0          0
1801.16/1801.74	c   linear           :       5320          9      10678          0          0         23       7789          2          0          0
1801.16/1801.74	c   logicor          :          0+         0       4114          0          0          3        459          0          0          0
1801.16/1801.74	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1801.16/1801.74	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.16/1801.74	c   integral         :     541.33       0.00       0.00     541.33       0.00
1801.16/1801.74	c   knapsack         :       2.81       0.08       2.73       0.00       0.00
1801.16/1801.74	c   linear           :      34.98       0.02      34.96       0.00       0.00
1801.16/1801.74	c   logicor          :       0.05       0.00       0.05       0.00       0.00
1801.16/1801.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.16/1801.74	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.16/1801.74	c   vbounds          :       0.02          2          0          0
1801.16/1801.74	c   rootredcost      :       0.01          0          0          0
1801.16/1801.74	c   pseudoobj        :       0.02      10288          0          0
1801.16/1801.74	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.16/1801.74	c   propagation      :       0.00         49         49        215       20.6          6        9.2          -
1801.16/1801.74	c   infeasible LP    :       7.33       2752       2752       2827       10.8         20        8.1          0
1801.16/1801.74	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.16/1801.74	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.16/1801.74	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.16/1801.74	c   applied globally :          -          -          -       2953       11.1          -          -          -
1801.16/1801.74	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.16/1801.74	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.16/1801.74	c   cut pool         :       0.00          8          -          -       3033          -    (maximal pool size: 5927)
1801.16/1801.74	c   redcost          :       0.82       1137          0         11          0          0
1801.16/1801.74	c   impliedbounds    :       0.01          9          0          0         52          0
1801.16/1801.74	c   intobj           :       0.00          0          0          0          0          0
1801.16/1801.74	c   cgmip            :       0.00          0          0          0          0          0
1801.16/1801.74	c   gomory           :       0.53          9          0          0         34          0
1801.16/1801.74	c   strongcg         :       0.51          9          0          0         33          0
1801.16/1801.74	c   cmir             :       5.70          9          0          0       4500          0
1801.16/1801.74	c   flowcover        :       4.19          9          0          0       1608          0
1801.16/1801.74	c   clique           :       0.01          1          0          0          0          0
1801.16/1801.74	c   zerohalf         :       0.00          0          0          0          0          0
1801.16/1801.74	c   mcf              :       0.00          1          0          0          0          0
1801.16/1801.74	c   rapidlearning    :       2.31          1          0          0          0          0
1801.16/1801.74	c Pricers            :       Time      Calls       Vars
1801.16/1801.74	c   problem variables:       0.00          0          0
1801.16/1801.74	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.16/1801.74	c   relpscost        :     541.32       1132          0        197          0          0       2144
1801.16/1801.74	c   pscost           :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   inference        :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   mostinf          :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   leastinf         :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.16/1801.74	c   random           :       0.00          0          0          0          0          0          0
1801.16/1801.74	c Primal Heuristics  :       Time      Calls      Found
1801.16/1801.74	c   LP solutions     :       0.00          -          0
1801.16/1801.74	c   pseudo solutions :       0.00          -          0
1801.16/1801.74	c   oneopt           :       0.00          0          0
1801.16/1801.74	c   crossover        :       0.00          0          0
1801.16/1801.74	c   trivial          :       0.01          2          0
1801.16/1801.74	c   simplerounding   :       0.00          0          0
1801.16/1801.74	c   zirounding       :       0.70       1000          0
1801.16/1801.74	c   rounding         :       3.21        430          0
1801.16/1801.74	c   shifting         :      12.03        115          0
1801.16/1801.74	c   intshifting      :       0.00          0          0
1801.16/1801.74	c   twoopt           :       0.00          0          0
1801.16/1801.74	c   fixandinfer      :       0.00          0          0
1801.16/1801.74	c   feaspump         :      39.97          8          0
1801.16/1801.74	c   coefdiving       :     255.44          1          0
1801.16/1801.74	c   pscostdiving     :      47.26          8          0
1801.16/1801.74	c   fracdiving       :     213.27          1          0
1801.16/1801.74	c   veclendiving     :      32.98          6          0
1801.16/1801.74	c   intdiving        :       0.00          0          0
1801.16/1801.74	c   actconsdiving    :       0.00          0          0
1801.16/1801.74	c   objpscostdiving  :      59.46          2          0
1801.16/1801.74	c   rootsoldiving    :      23.54          3          0
1801.16/1801.74	c   linesearchdiving :      51.90          9          0
1801.16/1801.74	c   guideddiving     :       0.00          0          0
1801.16/1801.74	c   octane           :       0.00          0          0
1801.16/1801.74	c   rens             :       0.02          0          0
1801.16/1801.74	c   rins             :       0.00          0          0
1801.16/1801.74	c   localbranching   :       0.00          0          0
1801.16/1801.74	c   mutation         :       0.00          0          0
1801.16/1801.74	c   dins             :       0.00          0          0
1801.16/1801.74	c   undercover       :       0.00          0          0
1801.16/1801.74	c   nlp              :       0.00          0          0
1801.16/1801.74	c   trysol           :       0.00          0          0
1801.16/1801.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.16/1801.74	c   primal LP        :       0.04          0          0       0.00       0.00
1801.16/1801.74	c   dual LP          :     457.60       1204     400455     332.60     875.12
1801.16/1801.74	c   lex dual LP      :       0.00          0          0       0.00          -
1801.16/1801.74	c   barrier LP       :       0.00          0          0       0.00          -
1801.16/1801.74	c   diving/probing LP:     668.53       6342     691105     108.97    1033.77
1801.16/1801.74	c   strong branching :     539.11       1104     335414     303.82     622.16
1801.16/1801.74	c     (at root node) :          -         43      30528     709.95          -
1801.16/1801.74	c   conflict analysis:       0.00          0          0       0.00          -
1801.16/1801.74	c B&B Tree           :
1801.16/1801.74	c   number of runs   :          1
1801.16/1801.74	c   nodes            :       1150
1801.16/1801.74	c   nodes (total)    :       1150
1801.16/1801.74	c   nodes left       :        995
1801.16/1801.74	c   max depth        :         67
1801.16/1801.74	c   max depth (total):         67
1801.16/1801.74	c   backtracks       :        108 (9.4%)
1801.16/1801.74	c   delayed cutoffs  :          0
1801.16/1801.74	c   repropagations   :        483 (3349 domain reductions, 0 cutoffs)
1801.16/1801.74	c   avg switch length:       3.24
1801.16/1801.74	c   switching time   :       1.62
1801.16/1801.74	c Solution           :
1801.16/1801.74	c   Solutions found  :          0 (0 improvements)
1801.16/1801.74	c   Primal Bound     :          -
1801.16/1801.74	c   Dual Bound       : +1.80000000000000e+01
1801.16/1801.74	c   Gap              :   infinite
1801.16/1801.74	c   Root Dual Bound  : +1.60001953125000e+01
1801.16/1801.74	c   Root Iterations  :      20109
1801.36/1801.91	c Time complete: 1801.38.

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-2667115-1276583737/watcher-2667115-1276583737 -o /tmp/evaluation-result-2667115-1276583737/solver-2667115-1276583737 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667115-1276583737.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: 1.00 1.00 1.00 3/106 848
/proc/meminfo: memFree=1843340/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=4660 CPUtime=0
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 513 0 0 0 0 0 0 0 18 0 1 0 33975227 4771840 434 1992294400 4194304 8223781 140733940633984 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 1165 435 302 984 0 178 0

[startup+0.0892891 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 848
/proc/meminfo: memFree=1843340/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=11040 CPUtime=0.08
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2053 0 0 0 8 0 0 0 20 0 1 0 33975227 11304960 1972 1992294400 4194304 8223781 140733940633984 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 2760 1972 365 984 0 1773 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11040

[startup+0.100289 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 848
/proc/meminfo: memFree=1843340/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=11556 CPUtime=0.09
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2177 0 0 0 9 0 0 0 20 0 1 0 33975227 11833344 2096 1992294400 4194304 8223781 140733940633984 18446744073709551615 7189534 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 2889 2096 365 984 0 1902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11556

[startup+0.300315 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 848
/proc/meminfo: memFree=1843340/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=16472 CPUtime=0.29
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 3405 0 0 0 28 1 0 0 20 0 1 0 33975227 16867328 3324 1992294400 4194304 8223781 140733940633984 18446744073709551615 7247084 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 4118 3324 365 984 0 3131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16472

[startup+0.700367 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 848
/proc/meminfo: memFree=1843340/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=25536 CPUtime=0.69
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 5496 0 0 0 67 2 0 0 20 0 1 0 33975227 26148864 5415 1992294400 4194304 8223781 140733940633984 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 6384 5424 365 984 0 5397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25536

[startup+1.50047 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 849
/proc/meminfo: memFree=1742768/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=111084 CPUtime=1.49
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 29110 0 0 0 134 15 0 0 22 0 1 0 33975227 113750016 25748 1992294400 4194304 8223781 140733940633984 18446744073709551615 4979601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 27771 25748 466 984 0 26784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111084

[startup+3.10068 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 849
/proc/meminfo: memFree=1740908/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=113276 CPUtime=3.09
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 29653 0 0 0 294 15 0 0 25 0 1 0 33975227 115994624 26291 1992294400 4194304 8223781 140733940633984 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 28319 26291 466 984 0 27332 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113276

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 849
/proc/meminfo: memFree=1739296/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=113276 CPUtime=6.29
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 29653 0 0 0 614 15 0 0 25 0 1 0 33975227 115994624 26291 1992294400 4194304 8223781 140733940633984 18446744073709551615 4979656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 28319 26291 466 984 0 27332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113276

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 849
/proc/meminfo: memFree=1713752/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=144272 CPUtime=12.69
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 40233 0 0 0 1247 22 0 0 25 0 1 0 33975227 147734528 32772 1992294400 4194304 8223781 140733940633984 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 36068 32772 555 984 0 35081 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144272

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 849
/proc/meminfo: memFree=1713504/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=144464 CPUtime=25.49
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 45981 0 0 0 2520 29 0 0 25 0 1 0 33975227 147931136 32818 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 36116 32818 555 984 0 35129 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144464

[startup+51.102 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 849
/proc/meminfo: memFree=1675932/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=186420 CPUtime=51.07
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 81609 0 0 0 5049 58 0 0 25 0 1 0 33975227 190894080 42156 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46605 42156 588 984 0 45618 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 186420

[startup+102.309 s]
/proc/loadavg: 1.08 1.03 1.00 2/107 851
/proc/meminfo: memFree=1676800/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=185660 CPUtime=102.27
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 175805 0 0 0 10115 112 0 0 25 0 1 0 33975227 190115840 42004 1992294400 4194304 8223781 140733940633984 18446744073709551615 6611409 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46415 42004 589 984 0 45428 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 185660

[startup+162.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/107 853
/proc/meminfo: memFree=1683372/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=175832 CPUtime=162.24
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 303854 0 0 0 16045 179 0 0 25 0 1 0 33975227 180051968 40421 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599026 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 43958 40421 589 984 0 42971 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 175832

[startup+222.301 s]
/proc/loadavg: 1.08 1.04 1.00 2/107 855
/proc/meminfo: memFree=1682628/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=176004 CPUtime=222.23
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 435166 0 0 0 21964 259 0 0 25 0 1 0 33975227 180228096 40497 1992294400 4194304 8223781 140733940633984 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44001 40497 589 984 0 43014 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 176004

[startup+282.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/107 855
/proc/meminfo: memFree=1683000/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=180128 CPUtime=282.21
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 528778 0 0 0 27901 320 0 0 25 0 1 0 33975227 184451072 41257 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45032 41257 589 984 0 44045 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 180128

[startup+342.3 s]
/proc/loadavg: 1.07 1.05 1.00 2/107 857
/proc/meminfo: memFree=1679156/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=179608 CPUtime=342.19
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 597053 0 0 0 33849 370 0 0 25 0 1 0 33975227 183918592 41404 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44902 41404 594 984 0 43915 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 179608

[startup+402.301 s]
/proc/loadavg: 1.07 1.05 1.00 2/107 859
/proc/meminfo: memFree=1679156/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=179608 CPUtime=402.17
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 597053 0 0 0 39819 398 0 0 25 0 1 0 33975227 183918592 41404 1992294400 4194304 8223781 140733940633984 18446744073709551615 6570023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44902 41404 594 984 0 43915 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 179608

[startup+462.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/107 861
/proc/meminfo: memFree=1679032/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=179608 CPUtime=462.16
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 597053 0 0 0 45796 420 0 0 25 0 1 0 33975227 183918592 41404 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44902 41404 594 984 0 43915 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 179608

[startup+522.301 s]
/proc/loadavg: 1.08 1.06 1.01 2/107 863
/proc/meminfo: memFree=1676180/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=182384 CPUtime=522.14
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 608611 0 0 0 51769 445 0 0 25 0 1 0 33975227 186761216 42100 1992294400 4194304 8223781 140733940633984 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45596 42100 594 984 0 44609 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 182384

[startup+582.301 s]
/proc/loadavg: 1.03 1.05 1.00 2/107 863
/proc/meminfo: memFree=1671468/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=186996 CPUtime=582.12
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 625960 0 0 0 57745 467 0 0 25 0 1 0 33975227 191483904 43254 1992294400 4194304 8223781 140733940633984 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46749 43254 595 984 0 45762 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 186996

[startup+642.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/107 865
/proc/meminfo: memFree=1680892/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=179656 CPUtime=642.11
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 725742 0 0 0 63677 534 0 0 25 0 1 0 33975227 183967744 40891 1992294400 4194304 8223781 140733940633984 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44914 40891 593 984 0 43927 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 179656

[startup+702.3 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 875
/proc/meminfo: memFree=1680024/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=183288 CPUtime=1002
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1266535 0 0 0 99272 928 0 0 25 0 1 0 33975227 187686912 41463 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45822 41463 593 984 0 44835 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 183288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 877
/proc/meminfo: memFree=1679652/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=181656 CPUtime=1061.99
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1379278 0 0 0 105198 1001 0 0 25 0 1 0 33975227 186015744 41060 1992294400 4194304 8223781 140733940633984 18446744073709551615 5955601 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45414 41060 593 984 0 44427 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 181656

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 879
/proc/meminfo: memFree=1677172/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=185964 CPUtime=1121.97
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1493537 0 0 0 111123 1074 0 0 25 0 1 0 33975227 190427136 41803 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46491 41803 593 984 0 45504 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 185964

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 879
/proc/meminfo: memFree=1679900/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=182704 CPUtime=1181.95
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1624872 0 0 0 117036 1159 0 0 25 0 1 0 33975227 187088896 41157 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45676 41157 593 984 0 44689 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 182704

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 881
/proc/meminfo: memFree=1678288/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=182696 CPUtime=1241.94
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1715923 0 0 0 122969 1225 0 0 25 0 1 0 33975227 187080704 41379 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45674 41379 593 984 0 44687 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 182696

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 883
/proc/meminfo: memFree=1680892/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=179556 CPUtime=1301.92
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 1885949 0 0 0 128877 1315 0 0 25 0 1 0 33975227 183865344 40778 1992294400 4194304 8223781 140733940633984 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44889 40778 593 984 0 43902 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 179556

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 885
/proc/meminfo: memFree=1681636/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=174724 CPUtime=1361.9
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2028843 0 0 0 134791 1399 0 0 25 0 1 0 33975227 178917376 40487 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 43681 40487 593 984 0 42694 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 174724

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 887
/proc/meminfo: memFree=1678040/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=183288 CPUtime=1421.89
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2137056 0 0 0 140721 1468 0 0 25 0 1 0 33975227 187686912 41400 1992294400 4194304 8223781 140733940633984 18446744073709551615 6521113 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45822 41400 593 984 0 44835 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 183288

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 887
/proc/meminfo: memFree=1681016/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=174520 CPUtime=1481.87
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2223661 0 0 0 146656 1531 0 0 25 0 1 0 33975227 178708480 40484 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 43630 40484 593 984 0 42643 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 174520

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 898
/proc/meminfo: memFree=1677296/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=184432 CPUtime=1541.84
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2336050 0 0 0 152578 1606 0 0 25 0 1 0 33975227 188858368 41610 1992294400 4194304 8223781 140733940633984 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46108 41610 593 984 0 45121 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 184432

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 900
/proc/meminfo: memFree=1677668/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=183432 CPUtime=1601.82
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2503393 0 0 0 158484 1698 0 0 25 0 1 0 33975227 187834368 41489 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 45858 41489 593 984 0 44871 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 183432

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 902
/proc/meminfo: memFree=1680768/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=178524 CPUtime=1661.8
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2616086 0 0 0 164403 1777 0 0 25 0 1 0 33975227 182808576 40773 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 44631 40773 593 984 0 43644 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 178524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 904
/proc/meminfo: memFree=1676428/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=184852 CPUtime=1721.78
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2720366 0 0 0 170329 1849 0 0 25 0 1 0 33975227 189288448 41848 1992294400 4194304 8223781 140733940633984 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46213 41848 593 984 0 45226 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 184852

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 904
/proc/meminfo: memFree=1678164/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=184848 CPUtime=1781.76
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2855226 0 0 0 176243 1933 0 0 25 0 1 0 33975227 189284352 41383 1992294400 4194304 8223781 140733940633984 18446744073709551615 6450711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46212 41383 593 984 0 45225 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 184848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 906
/proc/meminfo: memFree=1681016/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=175672 CPUtime=1800.07
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2911039 0 0 0 178043 1964 0 0 25 0 1 0 33975227 179888128 40566 1992294400 4194304 8223781 140733940633984 18446744073709551615 4983291 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 43918 40566 593 984 0 42931 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 175672

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 906
/proc/meminfo: memFree=1681016/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=184552 CPUtime=1800.86
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2912891 0 0 0 178121 1965 0 0 25 0 1 0 33975227 188981248 41585 1992294400 4194304 8223781 140733940633984 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/848/statm: 46138 41585 593 984 0 45151 0
Current children cumulated CPU time (s) 1800.86
Current children cumulated vsize (KiB) 184552

[startup+1801.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 907
/proc/meminfo: memFree=1677164/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=181716 CPUtime=1801.26
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2913638 0 0 0 178161 1965 0 0 25 0 1 0 33975227 186077184 40886 1992294400 4194304 8223781 140733940633984 18446744073709551615 4903377 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 45429 40886 595 984 0 44442 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (KiB) 181716

[startup+1801.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 907
/proc/meminfo: memFree=1677164/2059040 swapFree=4139744/4192956
[pid=848] ppid=846 vsize=58360 CPUtime=1801.36
/proc/848/stat : 848 (pbscip.linux.x8) R 846 848 32514 0 -1 4202496 2913638 0 0 0 178169 1967 0 0 25 0 1 0 33975227 59760640 14020 1992294400 4194304 8223781 140733940633984 18446744073709551615 6207260 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/848/statm: 14590 14020 595 984 0 13603 0
Current children cumulated CPU time (s) 1801.36
Current children cumulated vsize (KiB) 58360

Child status: 0
Real time (s): 1801.92
CPU time (s): 1801.39
CPU user time (s): 1781.71
CPU system time (s): 19.681
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 211852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.71
system time used= 19.681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2913642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2148

runsolver used 2.93455 second user time and 8.5557 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 08:35:37
IDJOB=2667115
IDBENCH=2627
IDSOLVER=1169
FILE ID=node013/2667115-1276583737
PBS_JOBID= 11173523
Free space on /tmp= 62548 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/golomb-rulers/normalized-OGR_16.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-2667115-1276583737/watcher-2667115-1276583737 -o /tmp/evaluation-result-2667115-1276583737/solver-2667115-1276583737 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667115-1276583737.opb -t 1800 -m 1800

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

MD5SUM BENCH= 69b04711942c7a7cbb28264339dbffe2
RANDOM SEED=149749704

node013.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.253
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.253
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1843744 kB
Buffers:         32968 kB
Cached:         101644 kB
SwapCached:       6280 kB
Active:          75340 kB
Inactive:        72296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1843744 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            7624 kB
Writeback:           4 kB
AnonPages:       11660 kB
Mapped:          12976 kB
Slab:            45876 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62544 MiB
End job on node013 at 2010-06-15 09:05:40