Trace number 2665576

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.61 1801.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUMc3720ea5d84e92b781414b36064971fe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark44677
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46478
Optimality of the best value was proved NO
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
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-2665576-1276398712.opb>
0.29/0.37	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.29/0.37	c problem read
0.29/0.37	c presolving settings loaded
0.39/0.44	c presolving:
0.69/0.70	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
1.19/1.21	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 3248 impls, 392 clqs
5.40/5.42	c    (4.9s) probing: 885/1344 (65.8%) - 0 fixings, 0 aggregations, 5768 implications, 0 bound changes
5.40/5.42	c    (4.9s) probing aborted: 100/100 successive totally useless probings
5.40/5.42	c presolving (3 rounds):
5.40/5.42	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
5.40/5.42	c  14784 implications, 392 cliques
5.40/5.42	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
5.40/5.42	c    7496 constraints of type <knapsack>
5.40/5.42	c     392 constraints of type <setppc>
5.40/5.42	c    8208 constraints of type <logicor>
5.40/5.42	c transformed objective value is always integral (scale: 1)
5.40/5.42	c Presolving Time: 4.88
5.40/5.42	c - non default parameters ----------------------------------------------------------------------
5.40/5.42	c # SCIP version 1.2.1.2
5.40/5.42	c 
5.40/5.42	c # frequency for displaying node information lines
5.40/5.42	c # [type: int, range: [-1,2147483647], default: 100]
5.40/5.42	c display/freq = 10000
5.40/5.42	c 
5.40/5.42	c # maximal time in seconds to run
5.40/5.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.42	c limits/time = 1799.63
5.40/5.42	c 
5.40/5.42	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.40/5.42	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.40/5.42	c limits/memory = 1620
5.40/5.42	c 
5.40/5.42	c # should presolving try to simplify inequalities
5.40/5.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.42	c constraints/linear/simplifyinequalities = TRUE
5.40/5.42	c 
5.40/5.42	c # should presolving try to simplify knapsacks
5.40/5.42	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.40/5.42	c constraints/knapsack/simplifyinequalities = TRUE
5.40/5.42	c 
5.40/5.42	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
5.40/5.42	c # [type: int, range: [-1,2147483647], default: -1]
5.40/5.42	c separating/rapidlearning/freq = 0
5.40/5.42	c 
5.40/5.42	c -----------------------------------------------------------------------------------------------
5.40/5.42	c start solving
5.40/5.42	c 
8.49/8.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.49/8.52	c   8.0s|     1 |     0 |  1411 |     - |  33M|   0 | 413 |1344 |  16k|1344 |  16k|   0 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
16.39/16.48	c  15.8s|     1 |     0 |  2383 |     - |  39M|   0 | 420 |1344 |  16k|1344 |  16k|  14 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
24.39/24.45	c  23.8s|     1 |     0 |  3071 |     - |  44M|   0 | 434 |1344 |  16k|1344 |  16k|  25 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
59.87/59.90	c  59.0s|     1 |     0 |  9871 |     - |  48M|   0 | 387 |1344 |  16k|1344 |  16k|  36 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
94.48/94.51	c  93.3s|     1 |     0 | 16464 |     - |  53M|   0 | 377 |1344 |  16k|1344 |  16k|  44 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
133.06/133.17	c   132s|     1 |     0 | 23832 |     - |  57M|   0 | 390 |1344 |  16k|1344 |  16k|  55 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
166.65/166.77	c   165s|     1 |     0 | 30508 |     - |  62M|   0 | 394 |1344 |  16k|1344 |  16k|  67 |   0 |   0 | 3.191600e+04 |      --      |    Inf 
271.72/271.84	c   269s|     1 |     2 | 30508 |     - |  62M|   0 | 394 |1344 |  16k|1344 |  16k|  67 |   0 |  23 | 3.191600e+04 |      --      |    Inf 
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.41/1800.97	c 
1800.41/1800.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1800.97	c Solving Time (sec) : 1781.82
1800.41/1800.97	c Solving Nodes      : 158
1800.41/1800.97	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.41/1800.97	c Dual Bound         : +3.19160000000009e+04
1800.41/1800.97	c Gap                : infinite
1800.41/1800.97	s UNKNOWN
1800.41/1800.97	c SCIP Status        : solving was interrupted [user interrupt]
1800.41/1800.97	c Solving Time       :    1781.82
1800.41/1800.97	c Original Problem   :
1800.41/1800.97	c   Problem name     : HOME/instance-2665576-1276398712.opb
1800.41/1800.97	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1800.97	c   Constraints      : 16096 initial, 16096 maximal
1800.41/1800.97	c Presolved Problem  :
1800.41/1800.97	c   Problem name     : t_HOME/instance-2665576-1276398712.opb
1800.41/1800.97	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.41/1800.97	c   Constraints      : 16096 initial, 16196 maximal
1800.41/1800.97	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.41/1800.97	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   probing          :       3.79          0          0          0          0          0          0          0          0
1800.41/1800.97	c   knapsack         :       0.83          0          0          0          0          0          0      14784      22176
1800.41/1800.97	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.41/1800.97	c   logicor          :       0.06          0          0          0          0          0          0          0          0
1800.41/1800.97	c   root node        :          -          0          -          -          0          -          -          -          -
1800.41/1800.97	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1800.97	c   integral         :          0          0          0        158          0          0          0          0          0        316
1800.41/1800.97	c   knapsack         :       7496          6       4273          0          0          0        215          0          0          0
1800.41/1800.97	c   setppc           :        392          6       4273          0          0          5       1978          0          0          0
1800.41/1800.97	c   logicor          :       8208+         6       2381          0          0          1        971          0          0          0
1800.41/1800.97	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.41/1800.97	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.41/1800.97	c   integral         :     943.43       0.00       0.00     943.43       0.00
1800.41/1800.97	c   knapsack         :       4.05       0.29       3.76       0.00       0.00
1800.41/1800.97	c   setppc           :       0.22       0.00       0.22       0.00       0.00
1800.41/1800.97	c   logicor          :       0.15       0.00       0.15       0.00       0.00
1800.41/1800.97	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.41/1800.97	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.41/1800.97	c   vbounds          :       0.01          2          0          0
1800.41/1800.97	c   rootredcost      :       0.00          0          0          0
1800.41/1800.97	c   pseudoobj        :       0.07       1769          0          0
1800.41/1800.97	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.41/1800.97	c   propagation      :       0.01          6          6         24       15.2          2        6.5          -
1800.41/1800.97	c   infeasible LP    :       0.05         17         14        329      125.0          2       11.0          0
1800.41/1800.97	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1800.97	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.41/1800.97	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.41/1800.97	c   applied globally :          -          -          -        100       56.4          -          -          -
1800.41/1800.97	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.41/1800.97	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.41/1800.97	c   cut pool         :       0.02          5          -          -          4          -    (maximal pool size: 1617)
1800.41/1800.97	c   redcost          :       0.05        163          0          0          0          0
1800.41/1800.97	c   impliedbounds    :       0.01          6          0          0          0          0
1800.41/1800.97	c   intobj           :       0.00          0          0          0          0          0
1800.41/1800.97	c   cgmip            :       0.00          0          0          0          0          0
1800.41/1800.97	c   gomory           :      20.82          6          0          0       1794          0
1800.41/1800.97	c   strongcg         :       3.50          6          0          0       3000          0
1800.41/1800.97	c   cmir             :       0.55          6          0          0          0          0
1800.41/1800.97	c   flowcover        :       1.53          6          0          0          2          0
1800.41/1800.97	c   clique           :       0.08          6          0          0         44          0
1800.41/1800.97	c   zerohalf         :       0.00          0          0          0          0          0
1800.41/1800.97	c   mcf              :       0.03          1          0          0          0          0
1800.41/1800.97	c   rapidlearning    :       0.00          0          0          0          0          0
1800.41/1800.97	c Pricers            :       Time      Calls       Vars
1800.41/1800.97	c   problem variables:       0.00          0          0
1800.41/1800.97	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.41/1800.97	c   relpscost        :     943.43        158          0          0          0          0        316
1800.41/1800.97	c   pscost           :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   inference        :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   mostinf          :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   leastinf         :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.41/1800.97	c   random           :       0.00          0          0          0          0          0          0
1800.41/1800.97	c Primal Heuristics  :       Time      Calls      Found
1800.41/1800.97	c   LP solutions     :       0.00          -          0
1800.41/1800.97	c   pseudo solutions :       0.00          -          0
1800.41/1800.97	c   oneopt           :       0.00          0          0
1800.41/1800.97	c   crossover        :       0.00          0          0
1800.41/1800.97	c   pscostdiving     :      15.28          1          0
1800.41/1800.97	c   fracdiving       :       7.40          1          0
1800.41/1800.97	c   veclendiving     :      10.44          1          0
1800.41/1800.97	c   linesearchdiving :       9.33          1          0
1800.41/1800.97	c   feaspump         :       0.16          1          0
1800.41/1800.97	c   objpscostdiving  :      13.52          1          0
1800.41/1800.97	c   rootsoldiving    :      25.51          1          0
1800.41/1800.97	c   trivial          :       0.00          2          0
1800.41/1800.97	c   simplerounding   :       0.00          0          0
1800.41/1800.97	c   zirounding       :       0.20        158          0
1800.41/1800.97	c   rounding         :       0.52        132          0
1800.41/1800.97	c   shifting         :       0.30         22          0
1800.41/1800.97	c   intshifting      :       0.00          0          0
1800.41/1800.97	c   twoopt           :       0.00          0          0
1800.41/1800.97	c   fixandinfer      :       0.00          0          0
1800.41/1800.97	c   coefdiving       :      47.25          2          0
1800.41/1800.97	c   intdiving        :       0.00          0          0
1800.41/1800.97	c   actconsdiving    :       0.00          0          0
1800.41/1800.97	c   guideddiving     :       0.00          0          0
1800.41/1800.97	c   octane           :       0.00          0          0
1800.41/1800.97	c   rens             :       0.23          1          0
1800.41/1800.97	c   rins             :       0.00          0          0
1800.41/1800.97	c   localbranching   :       0.00          0          0
1800.41/1800.97	c   mutation         :       0.00          0          0
1800.41/1800.97	c   dins             :       0.00          0          0
1800.41/1800.97	c   undercover       :       0.00          0          0
1800.41/1800.97	c   nlp              :       0.00          0          0
1800.41/1800.97	c   trysol           :       0.00          0          0
1800.41/1800.97	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.41/1800.97	c   primal LP        :       0.02          0          0       0.00       0.00
1800.41/1800.97	c   dual LP          :     674.90        164     256694    1565.21     380.34
1800.41/1800.97	c   lex dual LP      :       0.00          0          0       0.00          -
1800.41/1800.97	c   barrier LP       :       0.00          0          0       0.00          -
1800.41/1800.97	c   diving/probing LP:     124.16       1070      52874      49.41     425.85
1800.41/1800.97	c   strong branching :     943.36        336     256286     762.76     271.67
1800.41/1800.97	c     (at root node) :          -         23      22945     997.61          -
1800.41/1800.97	c   conflict analysis:       0.00          0          0       0.00          -
1800.41/1800.97	c B&B Tree           :
1800.41/1800.97	c   number of runs   :          1
1800.41/1800.97	c   nodes            :        158
1800.41/1800.97	c   nodes (total)    :        158
1800.41/1800.97	c   nodes left       :        159
1800.41/1800.97	c   max depth        :         33
1800.41/1800.97	c   max depth (total):         33
1800.41/1800.97	c   backtracks       :          8 (5.1%)
1800.41/1800.97	c   delayed cutoffs  :          0
1800.41/1800.97	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.41/1800.97	c   avg switch length:       2.13
1800.41/1800.97	c   switching time   :       0.11
1800.41/1800.97	c Solution           :
1800.41/1800.97	c   Solutions found  :          0 (0 improvements)
1800.41/1800.97	c   Primal Bound     :          -
1800.41/1800.97	c   Dual Bound       : +3.19160000000009e+04
1800.41/1800.97	c   Gap              :   infinite
1800.41/1800.97	c   Root Dual Bound  : +3.19160000000000e+04
1800.41/1800.97	c   Root Iterations  :      30508
1800.52/1801.08	c Time complete: 1800.6.

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-2665576-1276398712/watcher-2665576-1276398712 -o /tmp/evaluation-result-2665576-1276398712/solver-2665576-1276398712 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665576-1276398712.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 19364
/proc/meminfo: memFree=1787648/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=9288 CPUtime=0
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 1031 0 0 0 0 0 0 0 18 0 1 0 15472928 9510912 951 1992294400 4194304 9819077 140734354387792 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19364/statm: 2322 959 371 1374 0 943 0

[startup+0.0672729 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 19364
/proc/meminfo: memFree=1787648/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=13608 CPUtime=0.05
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2345 0 0 0 5 0 0 0 20 0 1 0 15472928 13934592 2265 1992294400 4194304 9819077 140734354387792 18446744073709551615 8082261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19364/statm: 3402 2265 388 1374 0 2023 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13608

[startup+0.101277 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 19364
/proc/meminfo: memFree=1787648/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=14380 CPUtime=0.09
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2512 0 0 0 9 0 0 0 20 0 1 0 15472928 14725120 2432 1992294400 4194304 9819077 140734354387792 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19364/statm: 3595 2432 388 1374 0 2216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14380

[startup+0.300311 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 19364
/proc/meminfo: memFree=1787648/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=18484 CPUtime=0.29
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 3535 0 0 0 28 1 0 0 20 0 1 0 15472928 18927616 3455 1992294400 4194304 9819077 140734354387792 18446744073709551615 8668905 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19364/statm: 4621 3455 388 1374 0 3242 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18484

[startup+0.700343 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 19364
/proc/meminfo: memFree=1787648/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=55052 CPUtime=0.69
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 14296 0 0 0 62 7 0 0 20 0 1 0 15472928 56373248 12407 1992294400 4194304 9819077 140734354387792 18446744073709551615 4862081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 13763 12407 496 1374 0 12384 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55052

[startup+1.50043 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 19365
/proc/meminfo: memFree=1739032/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=56260 CPUtime=1.49
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 15636 0 0 0 141 8 0 0 23 0 1 0 15472928 57610240 12719 1992294400 4194304 9819077 140734354387792 18446744073709551615 4896491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 14065 12719 505 1374 0 12686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56260

[startup+3.10061 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 19365
/proc/meminfo: memFree=1737420/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=56520 CPUtime=3.09
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 16239 0 0 0 299 10 0 0 25 0 1 0 15472928 57876480 12808 1992294400 4194304 9819077 140734354387792 18446744073709551615 4853673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 14130 12808 518 1374 0 12751 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56520

[startup+6.30096 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 19365
/proc/meminfo: memFree=1736428/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=91240 CPUtime=6.29
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 23505 0 0 0 615 14 0 0 25 0 1 0 15472928 93429760 18739 1992294400 4194304 9819077 140734354387792 18446744073709551615 6191149 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 22810 18739 643 1374 0 21431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91240

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 19365
/proc/meminfo: memFree=1709892/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=102884 CPUtime=12.69
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 37943 0 0 0 1246 23 0 0 25 0 1 0 15472928 105353216 21442 1992294400 4194304 9819077 140734354387792 18446744073709551615 6093402 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 25721 21442 685 1374 0 24342 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102884

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 19365
/proc/meminfo: memFree=1698360/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=110636 CPUtime=25.49
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 48826 0 0 0 2518 31 0 0 25 0 1 0 15472928 113291264 22859 1992294400 4194304 9819077 140734354387792 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 27659 22859 685 1374 0 26280 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110636

[startup+51.1009 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 19365
/proc/meminfo: memFree=1692284/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=119324 CPUtime=51.07
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 73769 0 0 0 5060 47 0 0 25 0 1 0 15472928 122187776 24933 1992294400 4194304 9819077 140734354387792 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 29831 24933 685 1374 0 28452 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 119324

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 19367
/proc/meminfo: memFree=1676908/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133968 CPUtime=102.27
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 126246 0 0 0 10140 87 0 0 25 0 1 0 15472928 137183232 27286 1992294400 4194304 9819077 140734354387792 18446744073709551615 7480984 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33492 27286 685 1374 0 32113 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 133968

[startup+162.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 19372
/proc/meminfo: memFree=1674676/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=136116 CPUtime=162.25
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 193553 0 0 0 16091 134 0 0 25 0 1 0 15472928 139382784 29165 1992294400 4194304 9819077 140734354387792 18446744073709551615 7312721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 34029 29165 685 1374 0 32650 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 136116

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 19374
/proc/meminfo: memFree=1671824/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=154080 CPUtime=222.23
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 274852 0 0 0 22034 189 0 0 25 0 1 0 15472928 157777920 29559 1992294400 4194304 9819077 140734354387792 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 38520 29559 707 1374 0 37141 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 154080

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19374
/proc/meminfo: memFree=1674056/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150756 CPUtime=282.22
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 348588 0 0 0 27986 236 0 0 25 0 1 0 15472928 154374144 28780 1992294400 4194304 9819077 140734354387792 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37689 28780 711 1374 0 36310 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 150756

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19376
/proc/meminfo: memFree=1673560/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150756 CPUtime=342.2
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 431250 0 0 0 33929 291 0 0 25 0 1 0 15472928 154374144 29000 1992294400 4194304 9819077 140734354387792 18446744073709551615 7311653 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37689 29000 711 1374 0 36310 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 150756

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19378
/proc/meminfo: memFree=1673560/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150640 CPUtime=402.19
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 517461 0 0 0 39872 347 0 0 25 0 1 0 15472928 154255360 28828 1992294400 4194304 9819077 140734354387792 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37660 28828 711 1374 0 36281 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 150640

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19380
/proc/meminfo: memFree=1674428/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150640 CPUtime=462.16
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 594114 0 0 0 45820 396 0 0 25 0 1 0 15472928 154255360 28897 1992294400 4194304 9819077 140734354387792 18446744073709551615 7312701 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37660 28897 711 1374 0 36281 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 150640

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19382
/proc/meminfo: memFree=1672568/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150700 CPUtime=522.15
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 672513 0 0 0 51767 448 0 0 25 0 1 0 15472928 154316800 28797 1992294400 4194304 9819077 140734354387792 18446744073709551615 6199042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37675 28797 711 1374 0 36296 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 150700

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19382
/proc/meminfo: memFree=1672816/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=151092 CPUtime=582.14
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 750474 0 0 0 57716 498 0 0 25 0 1 0 15472928 154718208 28991 1992294400 4194304 9819077 140734354387792 18446744073709551615 6190581 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37773 28991 711 1374 0 36394 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 151092

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19384
/proc/meminfo: memFree=1673684/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=151116 CPUtime=642.13
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 828736 0 0 0 63666 547 0 0 25 0 1 0 15472928 154742784 28859 1992294400 4194304 9819077 140734354387792 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37779 28859 711 1374 0 36400 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 151116

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19392
/proc/meminfo: memFree=1674428/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133608 CPUtime=942.04
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 1619856 0 0 0 93253 951 0 0 25 0 1 0 15472928 136814592 28713 1992294400 4194304 9819077 140734354387792 18446744073709551615 7293475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33402 28713 715 1374 0 32023 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 133608

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19394
/proc/meminfo: memFree=1673808/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133736 CPUtime=1002.02
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 1819633 0 0 0 99156 1046 0 0 25 0 1 0 15472928 136945664 28940 1992294400 4194304 9819077 140734354387792 18446744073709551615 6676951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33434 28940 715 1374 0 32055 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 133736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19396
/proc/meminfo: memFree=1675172/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133804 CPUtime=1062.01
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 1896804 0 0 0 105101 1100 0 0 25 0 1 0 15472928 137015296 28777 1992294400 4194304 9819077 140734354387792 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33451 28777 715 1374 0 32072 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 133804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19398
/proc/meminfo: memFree=1674428/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=132268 CPUtime=1121.99
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 1991623 0 0 0 111041 1158 0 0 25 0 1 0 15472928 135442432 28587 1992294400 4194304 9819077 140734354387792 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33067 28587 715 1374 0 31688 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 132268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19398
/proc/meminfo: memFree=1672072/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=150460 CPUtime=1181.98
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2074559 0 0 0 116983 1215 0 0 25 0 1 0 15472928 154071040 29267 1992294400 4194304 9819077 140734354387792 18446744073709551615 6198288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37615 29267 715 1374 0 36236 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 150460

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19400
/proc/meminfo: memFree=1673560/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=131720 CPUtime=1241.96
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2178709 0 0 0 122921 1275 0 0 25 0 1 0 15472928 134881280 28840 1992294400 4194304 9819077 140734354387792 18446744073709551615 7290981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 32930 28840 715 1374 0 31551 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 131720

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19402
/proc/meminfo: memFree=1673436/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=134864 CPUtime=1301.95
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2251911 0 0 0 128866 1329 0 0 25 0 1 0 15472928 138100736 28789 1992294400 4194304 9819077 140734354387792 18446744073709551615 7294720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33716 28789 715 1374 0 32337 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 134864

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19404
/proc/meminfo: memFree=1673436/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133352 CPUtime=1361.93
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2325434 0 0 0 134815 1378 0 0 25 0 1 0 15472928 136552448 28817 1992294400 4194304 9819077 140734354387792 18446744073709551615 7293550 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33338 28817 715 1374 0 31959 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 133352

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19406
/proc/meminfo: memFree=1673312/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=132712 CPUtime=1421.92
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2410150 0 0 0 140757 1435 0 0 25 0 1 0 15472928 135897088 28869 1992294400 4194304 9819077 140734354387792 18446744073709551615 7312713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33178 28869 715 1374 0 31799 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 132712

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19406
/proc/meminfo: memFree=1674056/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=132080 CPUtime=1481.89
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2496962 0 0 0 146699 1490 0 0 25 0 1 0 15472928 135249920 28665 1992294400 4194304 9819077 140734354387792 18446744073709551615 6192292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33020 28665 715 1374 0 31641 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 132080

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19408
/proc/meminfo: memFree=1669840/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=152648 CPUtime=1541.88
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2574224 0 0 0 152645 1543 0 0 25 0 1 0 15472928 156311552 29797 1992294400 4194304 9819077 140734354387792 18446744073709551615 7309303 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 38162 29797 715 1374 0 36783 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 152648

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19410
/proc/meminfo: memFree=1673436/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=133780 CPUtime=1601.87
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2647756 0 0 0 158591 1596 0 0 25 0 1 0 15472928 136990720 28864 1992294400 4194304 9819077 140734354387792 18446744073709551615 6199042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33445 28864 715 1374 0 32066 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 133780

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19412
/proc/meminfo: memFree=1671824/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=134708 CPUtime=1661.85
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2790496 0 0 0 164514 1671 0 0 25 0 1 0 15472928 137940992 28881 1992294400 4194304 9819077 140734354387792 18446744073709551615 7291135 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33677 28881 715 1374 0 32298 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 134708

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19414
/proc/meminfo: memFree=1670212/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=151840 CPUtime=1721.83
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2867112 0 0 0 170462 1721 0 0 25 0 1 0 15472928 155484160 29231 1992294400 4194304 9819077 140734354387792 18446744073709551615 7480992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 37960 29231 715 1374 0 36581 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 151840

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19414
/proc/meminfo: memFree=1671948/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=132788 CPUtime=1781.82
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 2969838 0 0 0 176400 1782 0 0 25 0 1 0 15472928 135974912 28895 1992294400 4194304 9819077 140734354387792 18446744073709551615 6198416 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33197 28895 715 1374 0 31818 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 132788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 19416
/proc/meminfo: memFree=1672072/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=134296 CPUtime=1800.02
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 3083605 0 0 0 178171 1831 0 0 25 0 1 0 15472928 137519104 29028 1992294400 4194304 9819077 140734354387792 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33574 29028 715 1374 0 32195 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 134296

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 19417
/proc/meminfo: memFree=1671940/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=134296 CPUtime=1800.13
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 3083644 0 0 0 178182 1831 0 0 25 0 1 0 15472928 137519104 29067 1992294400 4194304 9819077 140734354387792 18446744073709551615 7309045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19364/statm: 33574 29067 715 1374 0 32195 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 134296

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 19417
/proc/meminfo: memFree=1671940/2059040 swapFree=4164952/4192956
[pid=19364] ppid=19362 vsize=126952 CPUtime=1800.52
/proc/19364/stat : 19364 (pbscip.linux.x8) R 19362 19364 19240 0 -1 4202496 3084711 0 0 0 178220 1832 0 0 25 0 1 0 15472928 129998848 26694 1992294400 4194304 9819077 140734354387792 18446744073709551615 8723783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19364/statm: 31482 26694 718 1374 0 30103 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 126952

Child status: 0
Real time (s): 1801.09
CPU time (s): 1800.61
CPU user time (s): 1782.28
CPU system time (s): 18.3322
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 169476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.28
system time used= 18.3322
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3084715
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= 2
involuntary context switches= 4899

runsolver used 2.78258 second user time and 8.69768 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-13 05:11:52
IDJOB=2665576
IDBENCH=2008
IDSOLVER=1168
FILE ID=node009/2665576-1276398712
PBS_JOBID= 11173271
Free space on /tmp= 62440 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-PB05/manquinho/ttp/normalized-data8_3.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-2665576-1276398712/watcher-2665576-1276398712 -o /tmp/evaluation-result-2665576-1276398712/solver-2665576-1276398712 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665576-1276398712.opb -t 1800 -m 1800

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

MD5SUM BENCH= c3720ea5d84e92b781414b36064971fe
RANDOM SEED=628110715

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788176 kB
Buffers:         33720 kB
Cached:         138112 kB
SwapCached:       1508 kB
Active:         122884 kB
Inactive:        81788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788176 kB
SwapTotal:     4192956 kB
SwapFree:      4164952 kB
Dirty:            7108 kB
Writeback:           0 kB
AnonPages:       31188 kB
Mapped:          14528 kB
Slab:            44408 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179596 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= 62436 MiB
End job on node009 at 2010-06-13 05:41:54