Trace number 2667119

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1800.28 1800.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
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 1391
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: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667119-1276621677.opb>
0.19/0.28	c original problem has 2467 variables (2467 bin, 0 int, 0 impl, 0 cont) and 4745 constraints
0.19/0.28	c problem read
0.19/0.28	c presolving settings loaded
0.29/0.37	c presolving:
0.39/0.44	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.49	c (round 2) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 351 upgd conss, 0 impls, 0 clqs
0.49/0.56	c (round 3) 1 del vars, 2028 del conss, 1 chg bounds, 12 chg sides, 443 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
0.49/0.59	c (round 4) 1 del vars, 2028 del conss, 1 chg bounds, 19 chg sides, 475 chg coeffs, 690 upgd conss, 314 impls, 5 clqs
2.49/2.55	c    (2.2s) probing: 206/2466 (8.4%) - 0 fixings, 0 aggregations, 94 implications, 0 bound changes
2.49/2.55	c    (2.2s) probing aborted: 100/100 successive totally useless probings
2.49/2.55	c presolving (5 rounds):
2.49/2.55	c  1 deleted vars, 2028 deleted constraints, 1 tightened bounds, 0 added holes, 19 changed sides, 479 changed coefficients
2.49/2.55	c  502 implications, 5 cliques
2.49/2.55	c presolved problem has 2466 variables (2466 bin, 0 int, 0 impl, 0 cont) and 2717 constraints
2.49/2.55	c     690 constraints of type <knapsack>
2.49/2.55	c    2027 constraints of type <linear>
2.49/2.55	c transformed objective value is always integral (scale: 1)
2.49/2.55	c Presolving Time: 2.16
2.49/2.55	c - non default parameters ----------------------------------------------------------------------
2.49/2.55	c # SCIP version 1.2.1.2
2.49/2.55	c 
2.49/2.55	c # frequency for displaying node information lines
2.49/2.55	c # [type: int, range: [-1,2147483647], default: 100]
2.49/2.55	c display/freq = 10000
2.49/2.55	c 
2.49/2.55	c # maximal time in seconds to run
2.49/2.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.55	c limits/time = 1799.73
2.49/2.55	c 
2.49/2.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.49/2.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.55	c limits/memory = 1620
2.49/2.55	c 
2.49/2.55	c # should presolving try to simplify inequalities
2.49/2.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.55	c constraints/linear/simplifyinequalities = TRUE
2.49/2.55	c 
2.49/2.55	c # should presolving try to simplify knapsacks
2.49/2.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.55	c constraints/knapsack/simplifyinequalities = TRUE
2.49/2.55	c 
2.49/2.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.49/2.55	c # [type: int, range: [-1,2147483647], default: -1]
2.49/2.55	c separating/rapidlearning/freq = 0
2.49/2.55	c 
2.49/2.55	c -----------------------------------------------------------------------------------------------
2.49/2.55	c start solving
2.49/2.55	c 
2.69/2.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.77	c   2.4s|     1 |     0 |  1445 |     - |  20M|   0 |1212 |2466 |2717 |2466 |2717 |   0 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
23.89/23.96	c  23.4s|     1 |     0 |  4665 |     - |  24M|   0 |1398 |2466 |4304 |2466 |2869 | 152 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
25.78/25.87	c  25.3s|     1 |     0 |  6566 |     - |  25M|   0 |1610 |2466 |4304 |2466 |2977 | 260 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
28.28/28.32	c  27.8s|     1 |     0 |  8546 |     - |  25M|   0 |1647 |2466 |4304 |2466 |3091 | 374 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
30.88/30.97	c  30.4s|     1 |     0 | 10248 |     - |  26M|   0 |1551 |2466 |4304 |2466 |3181 | 464 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
34.78/34.89	c  34.3s|     1 |     0 | 13219 |     - |  26M|   0 |1585 |2466 |4304 |2466 |3310 | 593 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
38.38/38.50	c  37.9s|     1 |     0 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |   0 | 7.800000e+01 |      --      |    Inf 
102.87/102.97	c   102s|     1 |     2 | 15518 |     - |  27M|   0 |1626 |2466 |4304 |2466 |3406 | 689 |   0 |  51 | 7.800000e+01 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.59	c 
1800.03/1800.59	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.59	c Solving Time (sec) : 1775.79
1800.03/1800.59	c Solving Nodes      : 7735
1800.03/1800.59	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.59	c Dual Bound         : +7.80000000000000e+01
1800.03/1800.59	c Gap                : infinite
1800.03/1800.59	s UNKNOWN
1800.03/1800.59	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.59	c Solving Time       :    1775.79
1800.03/1800.59	c Original Problem   :
1800.03/1800.59	c   Problem name     : HOME/instance-2667119-1276621677.opb
1800.03/1800.59	c   Variables        : 2467 (2467 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.59	c   Constraints      : 4745 initial, 4745 maximal
1800.03/1800.59	c Presolved Problem  :
1800.03/1800.59	c   Problem name     : t_HOME/instance-2667119-1276621677.opb
1800.03/1800.59	c   Variables        : 2466 (2466 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.59	c   Constraints      : 2717 initial, 7077 maximal
1800.03/1800.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.59	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.59	c   probing          :       1.93          0          0          0          0          0          0          0          0
1800.03/1800.59	c   knapsack         :       0.04          0          0          0          0          0          0          7         36
1800.03/1800.59	c   linear           :       0.16          1          0          0          1          0       2028         12        443
1800.03/1800.59	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.59	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.59	c   integral         :          0          0          0       6230          0         21       1750          0          0      11660
1800.03/1800.59	c   knapsack         :        690          6      38397          0          0        406     121766       1130          0          0
1800.03/1800.59	c   linear           :       2027+         7      37991          0          0       1251     662049        332          0          0
1800.03/1800.59	c   logicor          :          0+         0      19980          0          0        101      11743          0          0          0
1800.03/1800.59	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.59	c   integral         :     560.82       0.00       0.00     560.82       0.00
1800.03/1800.59	c   knapsack         :      18.86       0.10      18.76       0.00       0.00
1800.03/1800.59	c   linear           :      84.58       0.02      84.56       0.00       0.00
1800.03/1800.59	c   logicor          :       3.06       0.00       3.06       0.00       0.00
1800.03/1800.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.59	c   vbounds          :       0.07          2          0          0
1800.03/1800.59	c   rootredcost      :       0.05          0          0          0
1800.03/1800.59	c   pseudoobj        :       0.08      37972          0          0
1800.03/1800.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.59	c   propagation      :       0.34       1758       1756      16730       37.5        110       23.7          -
1800.03/1800.59	c   infeasible LP    :       3.66       3302       3302       6962       20.4        184       16.9          0
1800.03/1800.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.59	c   applied globally :          -          -          -      11112       24.7          -          -          -
1800.03/1800.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.59	c   cut pool         :       0.00          5          -          -       1067          -    (maximal pool size: 4193)
1800.03/1800.59	c   redcost          :       1.44       6247          0         33          0          0
1800.03/1800.59	c   impliedbounds    :       0.01          6          0          0         27          0
1800.03/1800.59	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.59	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.59	c   gomory           :       1.21          6          0          0          5          0
1800.03/1800.59	c   strongcg         :       1.20          6          0          0          8          0
1800.03/1800.59	c   cmir             :       1.77          6          0          0       3000          0
1800.03/1800.59	c   flowcover        :       1.44          6          0          0       1200          0
1800.03/1800.59	c   clique           :       0.00          6          0          0          0          0
1800.03/1800.59	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.59	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.59	c   rapidlearning    :      18.39          1          0          0          0       1587
1800.03/1800.59	c Pricers            :       Time      Calls       Vars
1800.03/1800.59	c   problem variables:       0.00          0          0
1800.03/1800.59	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.59	c   relpscost        :     560.81       6230         21       1750          0          0      11660
1800.03/1800.59	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.59	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.59	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.59	c   LP solutions     :       0.00          -          0
1800.03/1800.59	c   pseudo solutions :       0.00          -          0
1800.03/1800.59	c   oneopt           :       0.04          0          0
1800.03/1800.59	c   crossover        :       0.00          0          0
1800.03/1800.59	c   guideddiving     :       0.00          0          0
1800.03/1800.59	c   linesearchdiving :      22.85         38          0
1800.03/1800.59	c   feaspump         :      29.47         20          0
1800.03/1800.59	c   trivial          :       0.00          2          0
1800.03/1800.59	c   simplerounding   :       0.00          0          0
1800.03/1800.59	c   zirounding       :       0.57       1000          0
1800.03/1800.59	c   rounding         :       2.08       1075          0
1800.03/1800.59	c   shifting         :       6.64        303          0
1800.03/1800.59	c   intshifting      :       0.00          0          0
1800.03/1800.59	c   twoopt           :       0.00          0          0
1800.03/1800.59	c   fixandinfer      :       0.00          0          0
1800.03/1800.59	c   coefdiving       :     116.58          6          0
1800.03/1800.59	c   pscostdiving     :      50.39         33          0
1800.03/1800.59	c   fracdiving       :      80.89         13          0
1800.03/1800.59	c   veclendiving     :      30.39         39          0
1800.03/1800.59	c   intdiving        :       0.00          0          0
1800.03/1800.59	c   actconsdiving    :       0.00          0          0
1800.03/1800.59	c   objpscostdiving  :      17.19         16          0
1800.03/1800.59	c   rootsoldiving    :      14.82         20          0
1800.03/1800.59	c   octane           :       0.00          0          0
1800.03/1800.59	c   rens             :       0.01          0          0
1800.03/1800.59	c   rins             :       0.00          0          0
1800.03/1800.59	c   localbranching   :       0.00          0          0
1800.03/1800.59	c   mutation         :       0.00          0          0
1800.03/1800.59	c   dins             :       0.00          0          0
1800.03/1800.59	c   undercover       :       0.00          0          0
1800.03/1800.59	c   nlp              :       0.00          0          0
1800.03/1800.59	c   trysol           :       0.01          0          0
1800.03/1800.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.59	c   primal LP        :       0.02          0          0       0.00       0.00
1800.03/1800.59	c   dual LP          :     671.90       7065    1966183     278.30    2926.30
1800.03/1800.59	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.59	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.59	c   diving/probing LP:     328.23       7414     784750     105.85    2390.85
1800.03/1800.59	c   strong branching :     558.10       3319    1132684     341.27    2029.54
1800.03/1800.59	c     (at root node) :          -         51      47712     935.53          -
1800.03/1800.59	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.59	c B&B Tree           :
1800.03/1800.59	c   number of runs   :          1
1800.03/1800.59	c   nodes            :       7735
1800.03/1800.59	c   nodes (total)    :       7735
1800.03/1800.59	c   nodes left       :       3050
1800.03/1800.59	c   max depth        :         73
1800.03/1800.59	c   max depth (total):         73
1800.03/1800.59	c   backtracks       :       1159 (15.0%)
1800.03/1800.59	c   delayed cutoffs  :        876
1800.03/1800.59	c   repropagations   :       8353 (240523 domain reductions, 520 cutoffs)
1800.03/1800.59	c   avg switch length:       7.26
1800.03/1800.59	c   switching time   :      35.55
1800.03/1800.59	c Solution           :
1800.03/1800.59	c   Solutions found  :          0 (0 improvements)
1800.03/1800.59	c   Primal Bound     :          -
1800.03/1800.59	c   Dual Bound       : +7.80000000000000e+01
1800.03/1800.59	c   Gap              :   infinite
1800.03/1800.59	c   Root Dual Bound  : +7.80000000000000e+01
1800.03/1800.59	c   Root Iterations  :      15518
1800.22/1800.75	c Time complete: 1800.26.

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-2667119-1276621677/watcher-2667119-1276621677 -o /tmp/evaluation-result-2667119-1276621677/solver-2667119-1276621677 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667119-1276621677.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.99 1.00 1.00 3/106 10664
/proc/meminfo: memFree=1801440/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=7724 CPUtime=0
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1018 0 0 0 0 0 0 0 18 0 1 0 3460469 7909376 937 1992294400 4194304 8223781 140735758890864 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10664/statm: 1931 945 348 984 0 944 0

[startup+0.050994 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 10664
/proc/meminfo: memFree=1801440/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=10072 CPUtime=0.04
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1813 0 0 0 4 0 0 0 20 0 1 0 3460469 10313728 1732 1992294400 4194304 8223781 140735758890864 18446744073709551615 6639922 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10664/statm: 2518 1732 365 984 0 1531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10072

[startup+0.101 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 10664
/proc/meminfo: memFree=1801440/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=11128 CPUtime=0.09
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2093 0 0 0 9 0 0 0 20 0 1 0 3460469 11395072 2012 1992294400 4194304 8223781 140735758890864 18446744073709551615 7246499 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10664/statm: 2782 2012 365 984 0 1795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11128

[startup+0.301021 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 10664
/proc/meminfo: memFree=1801440/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=23412 CPUtime=0.29
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 5459 0 0 0 27 2 0 0 20 0 1 0 3460469 23973888 5014 1992294400 4194304 8223781 140735758890864 18446744073709551615 4907112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 5853 5014 381 984 0 4866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23412

[startup+0.701065 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 10664
/proc/meminfo: memFree=1801440/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=54528 CPUtime=0.69
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 15096 0 0 0 62 7 0 0 21 0 1 0 3460469 55836672 12338 1992294400 4194304 8223781 140735758890864 18446744073709551615 4982561 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 13632 12338 466 984 0 12645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54528

[startup+1.50115 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1753196/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=54528 CPUtime=1.49
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 15096 0 0 0 142 7 0 0 23 0 1 0 3460469 55836672 12338 1992294400 4194304 8223781 140735758890864 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 13632 12338 466 984 0 12645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54528

[startup+3.10133 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1752948/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=67332 CPUtime=3.09
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 18569 0 0 0 300 9 0 0 25 0 1 0 3460469 68947968 15168 1992294400 4194304 8223781 140735758890864 18446744073709551615 6562462 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 16833 15168 548 984 0 15846 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67332

[startup+6.30068 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1711780/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=100256 CPUtime=6.29
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 28579 0 0 0 612 17 0 0 25 0 1 0 3460469 102662144 22890 1992294400 4194304 8223781 140735758890864 18446744073709551615 4979691 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 25064 22890 581 984 0 24077 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100256

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1706448/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=105392 CPUtime=12.68
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 29844 0 0 0 1248 20 0 0 25 0 1 0 3460469 107921408 24155 1992294400 4194304 8223781 140735758890864 18446744073709551615 4983160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 26348 24155 581 984 0 25361 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 105392

[startup+25.5008 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1716864/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=93480 CPUtime=25.48
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 32476 0 0 0 2520 28 0 0 25 0 1 0 3460469 95723520 21546 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 23370 21546 589 984 0 22383 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93480

[startup+51.1006 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10665
/proc/meminfo: memFree=1711532/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=51.07
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 33809 0 0 0 5067 40 0 0 25 0 1 0 3460469 100298752 22873 1992294400 4194304 8223781 140735758890864 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22873 589 984 0 23500 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 97948

[startup+102.308 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10667
/proc/meminfo: memFree=1710788/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=102.27
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35233 0 0 0 10169 58 0 0 25 0 1 0 3460469 100298752 22873 1992294400 4194304 8223781 140735758890864 18446744073709551615 6568494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22873 589 984 0 23500 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97948

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10669
/proc/meminfo: memFree=1710664/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=162.24
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35233 0 0 0 16130 94 0 0 25 0 1 0 3460469 100298752 22873 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22873 589 984 0 23500 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 97948

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10671
/proc/meminfo: memFree=1710664/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=222.23
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35235 0 0 0 22087 136 0 0 25 0 1 0 3460469 100298752 22875 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22875 591 984 0 23500 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 97948

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10673
/proc/meminfo: memFree=1710664/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=282.22
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35235 0 0 0 28041 181 0 0 25 0 1 0 3460469 100298752 22875 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22875 591 984 0 23500 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 97948

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10673
/proc/meminfo: memFree=1710788/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=342.2
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35240 0 0 0 33999 221 0 0 25 0 1 0 3460469 100298752 22880 1992294400 4194304 8223781 140735758890864 18446744073709551615 6568504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22880 591 984 0 23500 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 97948

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10675
/proc/meminfo: memFree=1710664/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=402.19
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35241 0 0 0 39953 266 0 0 25 0 1 0 3460469 100298752 22881 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22881 591 984 0 23500 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 97948

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10677
/proc/meminfo: memFree=1710664/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=462.17
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 35241 0 0 0 45908 309 0 0 25 0 1 0 3460469 100298752 22881 1992294400 4194304 8223781 140735758890864 18446744073709551615 6446938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22881 591 984 0 23500 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 97948

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10679
/proc/meminfo: memFree=1709052/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=522.15
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 37900 0 0 0 51858 357 0 0 25 0 1 0 3460469 100298752 22885 1992294400 4194304 8223781 140735758890864 18446744073709551615 6570023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22885 591 984 0 23500 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 97948

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10681
/proc/meminfo: memFree=1709548/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=582.13
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 41723 0 0 0 57804 409 0 0 25 0 1 0 3460469 100298752 22886 1992294400 4194304 8223781 140735758890864 18446744073709551615 6296719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22886 591 984 0 23500 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 97948

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10681
/proc/meminfo: memFree=1710416/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=97948 CPUtime=642.13
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 58131 0 0 0 63749 464 0 0 25 0 1 0 3460469 100298752 22894 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 24487 22894 591 984 0 23500 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 97948

[startup+702.301 s]

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

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10689
/proc/meminfo: memFree=1704712/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=107480 CPUtime=942.05
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 483836 0 0 0 93317 888 0 0 25 0 1 0 3460469 110059520 24356 1992294400 4194304 8223781 140735758890864 18446744073709551615 7302042 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 26870 24370 591 984 0 25883 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 107480

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10691
/proc/meminfo: memFree=1703100/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=110064 CPUtime=1002.02
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 616134 0 0 0 99211 991 0 0 25 0 1 0 3460469 112705536 24914 1992294400 4194304 8223781 140735758890864 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 27516 24914 593 984 0 26529 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 110064

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10693
/proc/meminfo: memFree=1702480/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=108668 CPUtime=1062.01
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 765795 0 0 0 105100 1101 0 0 25 0 1 0 3460469 111276032 25001 1992294400 4194304 8223781 140735758890864 18446744073709551615 6568490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 27167 25001 592 984 0 26180 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 108668

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10695
/proc/meminfo: memFree=1699380/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=110880 CPUtime=1121.99
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 895673 0 0 0 110991 1208 0 0 25 0 1 0 3460469 113541120 25694 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 27720 25694 592 984 0 26733 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 110880

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10697
/proc/meminfo: memFree=1697272/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=115292 CPUtime=1181.98
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1034801 0 0 0 116879 1319 0 0 25 0 1 0 3460469 118059008 26352 1992294400 4194304 8223781 140735758890864 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 28823 26352 593 984 0 27836 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 115292

[startup+1242.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10697
/proc/meminfo: memFree=1696280/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=114024 CPUtime=1241.96
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1175048 0 0 0 122769 1427 0 0 25 0 1 0 3460469 116760576 26364 1992294400 4194304 8223781 140735758890864 18446744073709551615 6532934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 28506 26364 592 984 0 27519 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 114024

[startup+1302.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10699
/proc/meminfo: memFree=1694668/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=118144 CPUtime=1301.95
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1302488 0 0 0 128667 1528 0 0 25 0 1 0 3460469 120979456 26848 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 29536 26848 592 984 0 28549 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 118144

[startup+1362.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10701
/proc/meminfo: memFree=1693676/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=116596 CPUtime=1361.93
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1428171 0 0 0 134563 1630 0 0 25 0 1 0 3460469 119394304 26996 1992294400 4194304 8223781 140735758890864 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 29149 26996 592 984 0 28162 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 116596

[startup+1422.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/107 10703
/proc/meminfo: memFree=1691816/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=119160 CPUtime=1421.93
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1564477 0 0 0 140460 1733 0 0 25 0 1 0 3460469 122019840 27500 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 29790 27500 592 984 0 28803 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 119160

[startup+1482.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 10708
/proc/meminfo: memFree=1690328/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=119784 CPUtime=1481.9
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1699580 0 0 0 146351 1839 0 0 25 0 1 0 3460469 122658816 27598 1992294400 4194304 8223781 140735758890864 18446744073709551615 6296734 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 29946 27598 592 984 0 28959 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 119784

[startup+1542.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 10708
/proc/meminfo: memFree=1690080/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=120128 CPUtime=1541.88
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1825978 0 0 0 152248 1940 0 0 25 0 1 0 3460469 123011072 27790 1992294400 4194304 8223781 140735758890864 18446744073709551615 6004015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 30032 27790 592 984 0 29045 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 120128

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10710
/proc/meminfo: memFree=1689212/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=120376 CPUtime=1601.87
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 1953202 0 0 0 158139 2048 0 0 25 0 1 0 3460469 123265024 28032 1992294400 4194304 8223781 140735758890864 18446744073709551615 4981228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 30094 28032 595 984 0 29107 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 120376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10712
/proc/meminfo: memFree=1687724/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=122212 CPUtime=1661.85
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2098490 0 0 0 164028 2157 0 0 25 0 1 0 3460469 125145088 28460 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 30553 28460 596 984 0 29566 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 122212

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10714
/proc/meminfo: memFree=1686856/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=123076 CPUtime=1721.84
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2233725 0 0 0 169917 2267 0 0 25 0 1 0 3460469 126029824 28732 1992294400 4194304 8223781 140735758890864 18446744073709551615 6614673 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 30769 28732 596 984 0 29782 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 123076

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10716
/proc/meminfo: memFree=1683756/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=128816 CPUtime=1781.82
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2363676 0 0 0 175810 2372 0 0 25 0 1 0 3460469 131907584 29571 1992294400 4194304 8223781 140735758890864 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 32204 29571 596 984 0 31217 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 128816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10716
/proc/meminfo: memFree=1684748/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=124888 CPUtime=1800.03
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2396981 0 0 0 177597 2406 0 0 25 0 1 0 3460469 127885312 29163 1992294400 4194304 8223781 140735758890864 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10664/statm: 31222 29163 595 984 0 30235 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 124888

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 3/108 10717
/proc/meminfo: memFree=1684740/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=125072 CPUtime=1800.13
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2397351 0 0 0 177607 2406 0 0 25 0 1 0 3460469 128073728 29153 1992294400 4194304 8223781 140735758890864 18446744073709551615 4925973 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10664/statm: 31268 29153 596 984 0 30281 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 125072

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 10717
/proc/meminfo: memFree=1684740/2059040 swapFree=4192956/4192956
[pid=10664] ppid=10662 vsize=123832 CPUtime=1800.22
/proc/10664/stat : 10664 (pbscip.linux.x8) R 10662 10664 10364 0 -1 4202496 2397352 0 0 0 177616 2406 0 0 25 0 1 0 3460469 126803968 28844 1992294400 4194304 8223781 140735758890864 18446744073709551615 4668142 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10664/statm: 30958 28844 597 984 0 29971 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 123832

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.28
CPU user time (s): 1776.2
CPU system time (s): 24.0773
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 128816

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

runsolver used 2.91156 second user time and 8.5737 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-15 19:07:57
IDJOB=2667119
IDBENCH=2948
IDSOLVER=1169
FILE ID=node038/2667119-1276621677
PBS_JOBID= 11172330
Free space on /tmp= 62476 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_13.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667119-1276621677/watcher-2667119-1276621677 -o /tmp/evaluation-result-2667119-1276621677/solver-2667119-1276621677 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667119-1276621677.opb -t 1800 -m 1800

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

MD5SUM BENCH= e41be903cf92c8332743e4188dbf4c82
RANDOM SEED=1787626261

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801844 kB
Buffers:         35880 kB
Cached:          97936 kB
SwapCached:          0 kB
Active:          28964 kB
Inactive:       164312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801844 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5592 kB
Writeback:           0 kB
AnonPages:       59356 kB
Mapped:          15420 kB
Slab:            41944 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 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= 62472 MiB
End job on node038 at 2010-06-15 19:38:00