Trace number 2665548

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.47 1800.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
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 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665548-1276586903.opb>
0.49/0.52	c original problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 8414 constraints
0.49/0.52	c problem read
0.49/0.52	c presolving settings loaded
0.59/0.69	c presolving:
0.79/0.88	c (round 1) 0 del vars, 4200 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 14 upgd conss, 0 impls, 0 clqs
3.09/3.16	c    (2.6s) probing: 116/4320 (2.7%) - 0 fixings, 0 aggregations, 1210 implications, 0 bound changes
3.09/3.16	c    (2.6s) probing aborted: 100/100 successive totally useless probings
3.09/3.16	c presolving (2 rounds):
3.09/3.16	c  0 deleted vars, 4200 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.09/3.16	c  8610 implications, 0 cliques
3.09/3.16	c presolved problem has 4320 variables (4320 bin, 0 int, 0 impl, 0 cont) and 4214 constraints
3.09/3.16	c      14 constraints of type <knapsack>
3.09/3.16	c    4200 constraints of type <linear>
3.09/3.16	c transformed objective value is always integral (scale: 1)
3.09/3.16	c Presolving Time: 2.47
3.09/3.16	c - non default parameters ----------------------------------------------------------------------
3.09/3.16	c # SCIP version 1.2.1.2
3.09/3.16	c 
3.09/3.16	c # frequency for displaying node information lines
3.09/3.16	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.16	c display/freq = 10000
3.09/3.16	c 
3.09/3.16	c # maximal time in seconds to run
3.09/3.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.16	c limits/time = 1799.48
3.09/3.16	c 
3.09/3.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.16	c limits/memory = 1620
3.09/3.16	c 
3.09/3.16	c # should presolving try to simplify inequalities
3.09/3.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.16	c constraints/linear/simplifyinequalities = TRUE
3.09/3.16	c 
3.09/3.16	c # should presolving try to simplify knapsacks
3.09/3.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.16	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.16	c 
3.09/3.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.16	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.16	c separating/rapidlearning/freq = 0
3.09/3.16	c 
3.09/3.16	c -----------------------------------------------------------------------------------------------
3.09/3.16	c start solving
3.09/3.17	c 
3.89/3.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.97	c   3.3s|     1 |     0 |  2946 |     - |  36M|   0 |2482 |4320 |4214 |4320 |4214 |   0 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
5.89/5.96	c   5.2s|     1 |     0 |  3007 |     - |  36M|   0 |2501 |4320 |4214 |4320 |4342 | 128 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
6.99/7.03	c   6.3s|     1 |     0 |  3225 |     - |  37M|   0 |2506 |4320 |4214 |4320 |4498 | 284 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
8.49/8.56	c   7.8s|     1 |     0 |  3617 |     - |  37M|   0 |2508 |4320 |4214 |4320 |4639 | 425 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
10.88/11.00	c  10.2s|     1 |     0 |  4388 |     - |  38M|   0 |2505 |4320 |4214 |4320 |4773 | 559 |   0 |   0 | 1.400000e+01 |      --      |    Inf 
13.69/13.71	c  12.9s|     1 |     0 |  5170 |     - |  39M|   0 |2519 |4320 |4214 |4320 |4927 | 713 |   0 |   0 | 1.400108e+01 |      --      |    Inf 
15.89/15.96	c  15.1s|     1 |     0 |  6046 |     - |  39M|   0 |2516 |4320 |4214 |4320 |5050 | 836 |   0 |   0 | 1.400134e+01 |      --      |    Inf 
56.38/56.48	c  55.0s|     1 |     2 |  6046 |     - |  39M|   0 |2516 |4320 |4214 |4320 |5050 | 836 |   0 |  19 | 1.400134e+01 |      --      |    Inf 
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.25/1800.77	c 
1800.25/1800.77	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.77	c Solving Time (sec) : 1768.59
1800.25/1800.77	c Solving Nodes      : 3071
1800.25/1800.77	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.25/1800.77	c Dual Bound         : +2.30000000000001e+01
1800.25/1800.77	c Gap                : infinite
1800.25/1800.77	s UNKNOWN
1800.25/1800.77	c SCIP Status        : solving was interrupted [user interrupt]
1800.25/1800.77	c Solving Time       :    1768.59
1800.25/1800.77	c Original Problem   :
1800.25/1800.77	c   Problem name     : HOME/instance-2665548-1276586903.opb
1800.25/1800.77	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.77	c   Constraints      : 8414 initial, 8414 maximal
1800.25/1800.77	c Presolved Problem  :
1800.25/1800.77	c   Problem name     : t_HOME/instance-2665548-1276586903.opb
1800.25/1800.77	c   Variables        : 4320 (4320 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.25/1800.77	c   Constraints      : 4214 initial, 8158 maximal
1800.25/1800.77	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.25/1800.77	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   probing          :       2.21          0          0          0          0          0          0          0          0
1800.25/1800.77	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   linear           :       0.22          0          0          0          0          0       4200          0          0
1800.25/1800.77	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.25/1800.77	c   root node        :          -          0          -          -          0          -          -          -          -
1800.25/1800.77	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.77	c   integral         :          0          0          0       3028          0          2        601          0          0       5682
1800.25/1800.77	c   knapsack         :         14          6      24040          0          0         38       2579        131          0          0
1800.25/1800.77	c   linear           :       4200          6      24002          0          0        194      55004          2          0          0
1800.25/1800.77	c   logicor          :          0+         0      13346          0          0          5       3859          0          0          0
1800.25/1800.77	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.25/1800.77	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.25/1800.77	c   integral         :     537.62       0.00       0.00     537.62       0.00
1800.25/1800.77	c   knapsack         :       2.25       0.02       2.23       0.00       0.00
1800.25/1800.77	c   linear           :      64.37       0.01      64.36       0.00       0.00
1800.25/1800.77	c   logicor          :       0.64       0.00       0.64       0.00       0.00
1800.25/1800.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.25/1800.77	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.25/1800.77	c   vbounds          :       0.03          2          0          0
1800.25/1800.77	c   rootredcost      :       0.05          0          0          0
1800.25/1800.77	c   pseudoobj        :       0.07      23799          0          0
1800.25/1800.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.25/1800.77	c   propagation      :       0.02        237        234       1102       23.5         23       12.4          -
1800.25/1800.77	c   infeasible LP    :       7.95       4390       4390       4602        8.3         16        8.1          0
1800.25/1800.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.25/1800.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.25/1800.77	c   applied globally :          -          -          -       5208        9.9          -          -          -
1800.25/1800.77	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.25/1800.77	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.25/1800.77	c   cut pool         :       0.00          5          -          -       2752          -    (maximal pool size: 4005)
1800.25/1800.77	c   redcost          :       1.61       3085          0         58          0          0
1800.25/1800.77	c   impliedbounds    :       0.01          6          0          0         40          0
1800.25/1800.77	c   intobj           :       0.00          0          0          0          0          0
1800.25/1800.77	c   cgmip            :       0.00          0          0          0          0          0
1800.25/1800.77	c   gomory           :       0.20          6          0          0         28          0
1800.25/1800.77	c   strongcg         :       0.22          6          0          0         11          0
1800.25/1800.77	c   cmir             :       2.32          6          0          0       3000          0
1800.25/1800.77	c   flowcover        :       1.56          6          0          0       1200          0
1800.25/1800.77	c   clique           :       0.01          1          0          0          0          0
1800.25/1800.77	c   zerohalf         :       0.00          0          0          0          0          0
1800.25/1800.77	c   mcf              :       0.00          1          0          0          0          0
1800.25/1800.77	c   rapidlearning    :       1.12          1          0          0          0          0
1800.25/1800.77	c Pricers            :       Time      Calls       Vars
1800.25/1800.77	c   problem variables:       0.00          0          0
1800.25/1800.77	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.25/1800.77	c   relpscost        :     537.61       3028          2        601          0          0       5682
1800.25/1800.77	c   pscost           :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   inference        :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   mostinf          :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   leastinf         :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.25/1800.77	c   random           :       0.00          0          0          0          0          0          0
1800.25/1800.77	c Primal Heuristics  :       Time      Calls      Found
1800.25/1800.77	c   LP solutions     :       0.00          -          0
1800.25/1800.77	c   pseudo solutions :       0.00          -          0
1800.25/1800.77	c   oneopt           :       0.02          0          0
1800.25/1800.77	c   crossover        :       0.00          0          0
1800.25/1800.77	c   guideddiving     :       0.00          0          0
1800.25/1800.77	c   trivial          :       0.01          2          0
1800.25/1800.77	c   simplerounding   :       0.00          0          0
1800.25/1800.77	c   zirounding       :       0.55       1000          0
1800.25/1800.77	c   rounding         :       2.82        736          0
1800.25/1800.77	c   shifting         :      13.14        201          0
1800.25/1800.77	c   intshifting      :       0.00          0          0
1800.25/1800.77	c   twoopt           :       0.00          0          0
1800.25/1800.77	c   fixandinfer      :       0.00          0          0
1800.25/1800.77	c   feaspump         :      15.27        101          0
1800.25/1800.77	c   coefdiving       :     153.69          5          0
1800.25/1800.77	c   pscostdiving     :      55.64         36          0
1800.25/1800.77	c   fracdiving       :     113.48          5          0
1800.25/1800.77	c   veclendiving     :      44.28         14          0
1800.25/1800.77	c   intdiving        :       0.00          0          0
1800.25/1800.77	c   actconsdiving    :       0.00          0          0
1800.25/1800.77	c   objpscostdiving  :      11.15          9          0
1800.25/1800.77	c   rootsoldiving    :      13.11          4          0
1800.25/1800.77	c   linesearchdiving :      72.24         53          0
1800.25/1800.77	c   octane           :       0.00          0          0
1800.25/1800.77	c   rens             :       0.02          0          0
1800.25/1800.77	c   rins             :       0.00          0          0
1800.25/1800.77	c   localbranching   :       0.00          0          0
1800.25/1800.77	c   mutation         :       0.00          0          0
1800.25/1800.77	c   dins             :       0.00          0          0
1800.25/1800.77	c   undercover       :       0.00          0          0
1800.25/1800.77	c   nlp              :       0.01          0          0
1800.25/1800.77	c   trysol           :       0.01          0          0
1800.25/1800.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.25/1800.77	c   primal LP        :       0.03          0          0       0.00       0.00
1800.25/1800.77	c   dual LP          :     674.64       3226    1028171     318.71    1524.03
1800.25/1800.77	c   lex dual LP      :       0.00          0          0       0.00          -
1800.25/1800.77	c   barrier LP       :       0.00          0          0       0.00          -
1800.25/1800.77	c   diving/probing LP:     409.02      10077     580074      57.56    1418.20
1800.25/1800.77	c   strong branching :     534.86       3257     634956     194.95    1187.14
1800.25/1800.77	c     (at root node) :          -         19      18501     973.74          -
1800.25/1800.77	c   conflict analysis:       0.00          0          0       0.00          -
1800.25/1800.77	c B&B Tree           :
1800.25/1800.77	c   number of runs   :          1
1800.25/1800.77	c   nodes            :       3071
1800.25/1800.77	c   nodes (total)    :       3071
1800.25/1800.77	c   nodes left       :       2595
1800.25/1800.77	c   max depth        :         39
1800.25/1800.77	c   max depth (total):         39
1800.25/1800.77	c   backtracks       :        679 (22.1%)
1800.25/1800.77	c   delayed cutoffs  :         17
1800.25/1800.77	c   repropagations   :       1684 (1051 domain reductions, 0 cutoffs)
1800.25/1800.77	c   avg switch length:       7.19
1800.25/1800.77	c   switching time   :       4.41
1800.25/1800.77	c Solution           :
1800.25/1800.77	c   Solutions found  :          0 (0 improvements)
1800.25/1800.77	c   Primal Bound     :          -
1800.25/1800.77	c   Dual Bound       : +2.30000000000001e+01
1800.25/1800.77	c   Gap              :   infinite
1800.25/1800.77	c   Root Dual Bound  : +1.40013417190776e+01
1800.25/1800.77	c   Root Iterations  :       6046
1800.44/1800.92	c Time complete: 1800.45.

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-2665548-1276586903/watcher-2665548-1276586903 -o /tmp/evaluation-result-2665548-1276586903/solver-2665548-1276586903 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665548-1276586903.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 4688
/proc/meminfo: memFree=1827204/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=9288 CPUtime=0
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1137 0 0 0 0 0 0 0 20 0 1 0 34294297 9510912 1058 1992294400 4194304 9819077 140733777596576 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4688/statm: 2322 1067 371 1374 0 943 0

[startup+0.102388 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 4688
/proc/meminfo: memFree=1827204/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=12904 CPUtime=0.09
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 2153 0 0 0 9 0 0 0 20 0 1 0 34294297 13213696 2074 1992294400 4194304 9819077 140733777596576 18446744073709551615 8082247 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4688/statm: 3226 2074 388 1374 0 1847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12904

[startup+0.200399 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 4688
/proc/meminfo: memFree=1827204/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=15224 CPUtime=0.19
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 2750 0 0 0 18 1 0 0 20 0 1 0 34294297 15589376 2671 1992294400 4194304 9819077 140733777596576 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4688/statm: 3806 2671 388 1374 0 2427 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15224

[startup+0.300409 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 4688
/proc/meminfo: memFree=1827204/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=17916 CPUtime=0.29
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 3406 0 0 0 28 1 0 0 20 0 1 0 34294297 18345984 3327 1992294400 4194304 9819077 140733777596576 18446744073709551615 8631721 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4688/statm: 4479 3327 388 1374 0 3100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17916

[startup+0.70045 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 4688
/proc/meminfo: memFree=1827204/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=90208 CPUtime=0.69
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 20833 0 0 0 62 7 0 0 20 0 1 0 34294297 92372992 20400 1992294400 4194304 9819077 140733777596576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 22552 20400 479 1374 0 21173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90208

[startup+1.50053 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1746596/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=91108 CPUtime=1.49
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 21973 0 0 0 139 10 0 0 22 0 1 0 34294297 93294592 20673 1992294400 4194304 9819077 140733777596576 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 22777 20673 511 1374 0 21398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91108

[startup+3.1007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1745852/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=91368 CPUtime=3.09
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 22051 0 0 0 299 10 0 0 25 0 1 0 34294297 93560832 20751 1992294400 4194304 9819077 140733777596576 18446744073709551615 4947748 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 22842 20751 511 1374 0 21463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91368

[startup+6.30102 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1677776/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=120448 CPUtime=6.29
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 48543 0 0 0 606 23 0 0 25 0 1 0 34294297 123338752 27518 1992294400 4194304 9819077 140733777596576 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 30112 27518 692 1374 0 28733 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120448

[startup+12.7007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1713116/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=142024 CPUtime=12.69
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 56984 0 0 0 1239 30 0 0 25 0 1 0 34294297 145432576 29603 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35506 29603 696 1374 0 34127 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 142024

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1712000/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=146232 CPUtime=25.49
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 95179 0 0 0 2500 49 0 0 25 0 1 0 34294297 149741568 29213 1992294400 4194304 9819077 140733777596576 18446744073709551615 7287956 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36558 29216 698 1374 0 35179 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146232

[startup+51.1006 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4691
/proc/meminfo: memFree=1711752/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=151872 CPUtime=51.08
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 173144 0 0 0 5021 87 0 0 25 0 1 0 34294297 155516928 29595 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 37968 29595 698 1374 0 36589 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151872

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4693
/proc/meminfo: memFree=1712496/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=141600 CPUtime=102.27
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 373475 0 0 0 10045 182 0 0 25 0 1 0 34294297 144998400 29178 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35400 29178 702 1374 0 34021 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 141600

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4695
/proc/meminfo: memFree=1713364/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=145760 CPUtime=162.25
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 622166 0 0 0 15933 292 0 0 25 0 1 0 34294297 149258240 29101 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291979 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36440 29101 702 1374 0 35061 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 145760

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4695
/proc/meminfo: memFree=1712248/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=125416 CPUtime=222.24
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 663715 0 0 0 21889 335 0 0 25 0 1 0 34294297 128425984 29169 1992294400 4194304 9819077 140733777596576 18446744073709551615 7816507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 31354 29169 707 1374 0 29975 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 125416

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4697
/proc/meminfo: memFree=1711256/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=125552 CPUtime=282.22
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 726504 0 0 0 27832 390 0 0 25 0 1 0 34294297 128565248 29288 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 31388 29288 708 1374 0 30009 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 125552

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4699
/proc/meminfo: memFree=1710016/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=139440 CPUtime=342.2
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 837497 0 0 0 33759 461 0 0 25 0 1 0 34294297 142786560 29659 1992294400 4194304 9819077 140733777596576 18446744073709551615 7292350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 34860 29659 708 1374 0 33481 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 139440

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4701
/proc/meminfo: memFree=1709892/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=144196 CPUtime=402.18
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1045820 0 0 0 39655 563 0 0 25 0 1 0 34294297 147656704 29663 1992294400 4194304 9819077 140733777596576 18446744073709551615 6361848 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36049 29663 708 1374 0 34670 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 144196

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4703
/proc/meminfo: memFree=1710760/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=131008 CPUtime=462.17
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1286352 0 0 0 45540 677 0 0 25 0 1 0 34294297 134152192 29434 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 32752 29434 708 1374 0 31373 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 131008

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4703
/proc/meminfo: memFree=1709768/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=142920 CPUtime=522.16
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1490314 0 0 0 51443 773 0 0 25 0 1 0 34294297 146350080 29832 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35730 29832 708 1374 0 34351 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 142920

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4705
/proc/meminfo: memFree=1709272/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=144768 CPUtime=582.15
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1702018 0 0 0 57342 873 0 0 25 0 1 0 34294297 148242432 29856 1992294400 4194304 9819077 140733777596576 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36192 29856 708 1374 0 34813 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 144768

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4707
/proc/meminfo: memFree=1709892/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=146148 CPUtime=642.13
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 1932360 0 0 0 63231 982 0 0 25 0 1 0 34294297 149655552 29818 1992294400 4194304 9819077 140733777596576 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36537 29818 708 1374 0 35158 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 146148

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4715
/proc/meminfo: memFree=1707536/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=131480 CPUtime=942.06
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 2960712 0 0 0 92701 1505 0 0 25 0 1 0 34294297 134635520 30006 1992294400 4194304 9819077 140733777596576 18446744073709551615 7289168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 32870 30006 708 1374 0 31491 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 131480

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4717
/proc/meminfo: memFree=1707040/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=138332 CPUtime=1002.04
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 3187561 0 0 0 98585 1619 0 0 25 0 1 0 34294297 141651968 30314 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 34583 30314 708 1374 0 33204 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 138332

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4719
/proc/meminfo: memFree=1707288/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=135940 CPUtime=1062.02
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 3422096 0 0 0 104476 1726 0 0 25 0 1 0 34294297 139202560 30306 1992294400 4194304 9819077 140733777596576 18446744073709551615 7059264 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33985 30306 708 1374 0 32606 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 135940

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4719
/proc/meminfo: memFree=1706792/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=132428 CPUtime=1122
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 3650857 0 0 0 110364 1836 0 0 25 0 1 0 34294297 135606272 30019 1992294400 4194304 9819077 140733777596576 18446744073709551615 7226654 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33107 30019 708 1374 0 31728 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 132428

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4721
/proc/meminfo: memFree=1706916/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=135632 CPUtime=1181.99
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 3881449 0 0 0 116252 1947 0 0 25 0 1 0 34294297 138887168 30110 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33908 30110 708 1374 0 32529 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 135632

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4723
/proc/meminfo: memFree=1706916/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=144340 CPUtime=1241.97
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 4083004 0 0 0 122149 2048 0 0 25 0 1 0 34294297 147804160 30320 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36085 30320 708 1374 0 34706 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 144340

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4725
/proc/meminfo: memFree=1704808/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=134760 CPUtime=1301.96
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 4306465 0 0 0 128046 2150 0 0 25 0 1 0 34294297 137994240 30184 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290891 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33690 30184 708 1374 0 32311 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 134760

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4727
/proc/meminfo: memFree=1707164/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=133608 CPUtime=1361.94
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 4555542 0 0 0 133928 2266 0 0 25 0 1 0 34294297 136814592 30118 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33402 30118 708 1374 0 32023 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 133608

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4727
/proc/meminfo: memFree=1705180/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=135944 CPUtime=1421.94
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 4709439 0 0 0 139837 2357 0 0 25 0 1 0 34294297 139206656 30686 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 33986 30686 708 1374 0 32607 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 135944

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4729
/proc/meminfo: memFree=1703692/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=148824 CPUtime=1481.91
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 4946717 0 0 0 145724 2467 0 0 25 0 1 0 34294297 152395776 30925 1992294400 4194304 9819077 140733777596576 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 37206 30925 708 1374 0 35827 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 148824

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4731
/proc/meminfo: memFree=1704436/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=137700 CPUtime=1541.9
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 5206449 0 0 0 151600 2590 0 0 25 0 1 0 34294297 141004800 30828 1992294400 4194304 9819077 140733777596576 18446744073709551615 7480831 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 34425 30828 708 1374 0 33046 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 137700

[startup+1602.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 4733
/proc/meminfo: memFree=1704436/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=148536 CPUtime=1601.89
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 5449213 0 0 0 157481 2708 0 0 25 0 1 0 34294297 152100864 30824 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 37134 30824 708 1374 0 35755 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 148536

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 4735
/proc/meminfo: memFree=1705180/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=137276 CPUtime=1661.87
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 5734839 0 0 0 163355 2832 0 0 25 0 1 0 34294297 140570624 30628 1992294400 4194304 9819077 140733777596576 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 34319 30628 708 1374 0 32940 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 137276

[startup+1722.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/107 4735
/proc/meminfo: memFree=1703816/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=146820 CPUtime=1721.86
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 6014707 0 0 0 169231 2955 0 0 25 0 1 0 34294297 150343680 30883 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 36705 30883 708 1374 0 35326 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 146820

[startup+1782.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/107 4737
/proc/meminfo: memFree=1703444/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=142824 CPUtime=1781.84
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 6306508 0 0 0 175102 3082 0 0 25 0 1 0 34294297 146251776 31332 1992294400 4194304 9819077 140733777596576 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35706 31332 708 1374 0 34327 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 142824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.11 1.04 1.00 2/107 4739
/proc/meminfo: memFree=1704436/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=143824 CPUtime=1800.04
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 6398691 0 0 0 176883 3121 0 0 25 0 1 0 34294297 147275776 30692 1992294400 4194304 9819077 140733777596576 18446744073709551615 7480756 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35956 30692 708 1374 0 34577 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 143824

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

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

[startup+1800.7 s]
/proc/loadavg: 1.11 1.04 1.00 2/108 4740
/proc/meminfo: memFree=1703932/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=143824 CPUtime=1800.25
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 6399325 0 0 0 176903 3122 0 0 25 0 1 0 34294297 147275776 30884 1992294400 4194304 9819077 140733777596576 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4688/statm: 35956 30884 708 1374 0 34577 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 143824

[startup+1800.9 s]
/proc/loadavg: 1.11 1.04 1.00 2/108 4740
/proc/meminfo: memFree=1703932/2059040 swapFree=4135652/4192956
[pid=4688] ppid=4686 vsize=92576 CPUtime=1800.44
/proc/4688/stat : 4688 (pbscip.linux.x8) R 4686 4688 4091 0 -1 4202496 6399874 0 0 0 176921 3123 0 0 25 0 1 0 34294297 94797824 21469 1992294400 4194304 9819077 140733777596576 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4688/statm: 22892 21469 711 1374 0 21513 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 92576

Child status: 0
Real time (s): 1800.92
CPU time (s): 1800.47
CPU user time (s): 1769.23
CPU system time (s): 31.2392
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 166980

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

runsolver used 3.16252 second user time and 8.31774 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 09:28:23
IDJOB=2665548
IDBENCH=2634
IDSOLVER=1168
FILE ID=node002/2665548-1276586903
PBS_JOBID= 11173532
Free space on /tmp= 62568 MiB

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

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=2065107070

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827732 kB
Buffers:         36348 kB
Cached:         105288 kB
SwapCached:      10464 kB
Active:          83708 kB
Inactive:        70532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827732 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            8200 kB
Writeback:           0 kB
AnonPages:       11192 kB
Mapped:           9320 kB
Slab:            55228 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179828 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= 62564 MiB
End job on node002 at 2010-06-15 09:58:26