Trace number 1870816

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.18 1800.71

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.10	c SCIP version 1.1.0.7
0.09/0.10	c LP-Solver SoPlex 1.4.1
0.09/0.10	c user parameter file <scip.set> not found - using default parameters
0.09/0.10	c read problem <HOME/instance-1870816-1245220666.opb>
0.09/0.10	c original problem has 3216 variables (3216 bin, 0 int, 0 impl, 0 cont) and 3658 constraints
0.09/0.14	c start presolving problem
0.09/0.14	c presolving:
0.09/0.17	c (round 1) 6 del vars, 1 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.09/0.19	c (round 2) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6420 impls, 63 clqs
0.19/0.22	c (round 3) 6 del vars, 3211 del conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 447 upgd conss, 6420 impls, 63 clqs
0.49/0.54	c    (0.4s) probing: 101/3210 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.54	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.54	c presolving (4 rounds):
0.49/0.54	c  6 deleted vars, 3211 deleted constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.54	c  6420 implications, 447 cliques
0.49/0.54	c presolved problem has 3210 variables (3210 bin, 0 int, 0 impl, 0 cont) and 447 constraints
0.49/0.54	c     384 constraints of type <knapsack>
0.49/0.54	c      63 constraints of type <setppc>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.39
0.49/0.54	c OPT-LIN
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = c 1620
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = c 1791
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = c 10000
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving problem
0.49/0.54	c 
0.59/0.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.5s|     1 |     0 |   630 |  12M|   0 |  68 |3210 | 447 | 447 |3210 | 447 |   0 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
1.88/1.90	c   1.7s|     1 |     0 |  3836 |  12M|   0 | 102 |3210 | 447 | 447 |3210 | 471 |  24 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
2.19/2.28	c   2.1s|     1 |     0 |  3961 |  13M|   0 | 135 |3210 | 447 | 447 |3210 | 497 |  50 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
2.69/2.73	c   2.6s|     1 |     0 |  4170 |  13M|   0 | 143 |3210 | 447 | 447 |3210 | 520 |  73 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
3.39/3.42	c   3.2s|     1 |     0 |  4678 |  14M|   0 | 156 |3210 | 447 | 447 |3210 | 542 |  95 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
3.99/4.07	c   3.9s|     1 |     0 |  5086 |  14M|   0 | 187 |3210 | 447 | 447 |3210 | 568 | 121 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
4.89/4.95	c   4.8s|     1 |     0 |  5685 |  14M|   0 | 185 |3210 | 447 | 447 |3210 | 587 | 140 |   0 |   0 | 6.000000e+00 |      --      |    Inf 
13.19/13.23	c  13.0s|     1 |     2 |  5685 |  14M|   0 | 185 |3210 | 447 | 447 |3210 | 587 | 140 |   0 |  33 | 6.000000e+00 |      --      |    Inf 
595.02/595.26	c   591s| 10000 |  1176 |805514 |  23M| 182 |  53 |3210 |2575 | 551 |3210 | 548 | 140 |  10k|6954 | 6.000000e+00 |      --      |    Inf 
1132.26/1132.62	c  1125s| 20000 |  1449 |  1705k|  25M| 182 |  57 |3210 |2027 | 581 |3210 | 548 | 140 |  19k|  12k| 6.000000e+00 |      --      |    Inf 
1565.03/1565.51	c  1555s| 30000 |  1808 |  2388k|  28M| 182 |   - |3210 |2134 | 497 |3210 | 548 | 140 |  30k|  17k| 6.000000e+00 |      --      |    Inf 
1800.07/1800.63	c 
1800.07/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.63	c Solving Time (sec) : 1788.20
1800.07/1800.63	c Solving Nodes      : 34333
1800.07/1800.63	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.63	c Dual Bound         : +6.00000000000000e+00
1800.07/1800.63	c Gap                : infinite
1800.07/1800.63	c NODE         34333
1800.07/1800.63	c DUAL BOUND   6
1800.07/1800.63	c PRIMAL BOUND 1e+20
1800.07/1800.63	c GAP          1e+20
1800.07/1800.63	s UNKNOWN
1800.07/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.63	c Solving Time       :    1788.20
1800.07/1800.63	c Original Problem   :
1800.07/1800.63	c   Problem name     : HOME/instance-1870816-1245220666.opb
1800.07/1800.63	c   Variables        : 3216 (3216 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.63	c   Constraints      : 3658 initial, 3658 maximal
1800.07/1800.63	c Presolved Problem  :
1800.07/1800.63	c   Problem name     : t_HOME/instance-1870816-1245220666.opb
1800.07/1800.63	c   Variables        : 3210 (3210 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.63	c   Constraints      : 447 initial, 3475 maximal
1800.07/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.07/1800.63	c   knapsack         :       0.27          0          0          0          0          0          0          0          0
1800.07/1800.63	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   linear           :       0.07          6          0          0          6          0       3211          0          0
1800.07/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.63	c   integral         :          0          0          0      25639          0        151      16234          0          0      37512
1800.07/1800.63	c   knapsack         :        384          6     172932          0          0       1306    1515472       1072          0          0
1800.07/1800.63	c   setppc           :         63          6     171626          0          0        349     360724          0          0          0
1800.07/1800.63	c   logicor          :          0+         0      58718          0          0       1561      51224          0          0          0
1800.07/1800.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.63	c   integral         :     566.02       0.00       0.00     566.02       0.00
1800.07/1800.63	c   knapsack         :       9.92       0.03       9.89       0.00       0.00
1800.07/1800.63	c   setppc           :       1.38       0.00       1.38       0.00       0.00
1800.07/1800.63	c   logicor          :       3.31       0.00       3.31       0.00       0.00
1800.07/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.63	c   rootredcost      :       0.07          0          0          0
1800.07/1800.63	c   pseudoobj        :       0.03          0          0          0
1800.07/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.63	c   propagation      :       1.31       3216       3211      29922       93.0         92       81.7          -
1800.07/1800.63	c   infeasible LP    :      59.22      12976       8183     180207      231.0        113       72.8          0
1800.07/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.63	c   applied globally :          -          -          -      34057      108.2          -          -          -
1800.07/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.63	c   cut pool         :       0.01          5          -          -       1028          -    (maximal pool size: 1448)
1800.07/1800.63	c   redcost          :       4.73      25369          0          0          0          0
1800.07/1800.63	c   impliedbounds    :       0.00          6          0          0          0          0
1800.07/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.63	c   gomory           :       0.03          6          0          0         26          0
1800.07/1800.63	c   strongcg         :       0.05          6          0          0         11          0
1800.07/1800.63	c   cmir             :       1.26          6          0          0       1942          0
1800.07/1800.63	c   flowcover        :       0.87          6          0          0       1202          0
1800.07/1800.63	c   clique           :       0.00          6          0          0         10          0
1800.07/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.63	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.63	c Pricers            :       Time      Calls       Vars
1800.07/1800.63	c   problem variables:       0.00          0          0
1800.07/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.63	c   relpscost        :     565.96      25639        151      16234          0          0      37512
1800.07/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.63	c   LP solutions     :       0.00          -          0
1800.07/1800.63	c   pseudo solutions :       0.00          -          0
1800.07/1800.63	c   oneopt           :       0.04          0          0
1800.07/1800.63	c   crossover        :       0.02          0          0
1800.07/1800.63	c   guideddiving     :       0.00          0          0
1800.07/1800.63	c   intshifting      :       0.00          0          0
1800.07/1800.63	c   pscostdiving     :       4.66         18          0
1800.07/1800.63	c   coefdiving       :       7.51         18          0
1800.07/1800.63	c   fracdiving       :       6.56         18          0
1800.07/1800.63	c   veclendiving     :       4.72         18          0
1800.07/1800.63	c   linesearchdiving :       4.52         18          0
1800.07/1800.63	c   feaspump         :       4.54         10          0
1800.07/1800.63	c   objpscostdiving  :       0.49         10          0
1800.07/1800.63	c   rootsoldiving    :       2.27         10          0
1800.07/1800.63	c   simplerounding   :       0.03          0          0
1800.07/1800.63	c   rounding         :       0.50       2221          0
1800.07/1800.63	c   shifting         :       3.43        665          0
1800.07/1800.63	c   fixandinfer      :       0.00          0          0
1800.07/1800.63	c   intdiving        :       0.00          0          0
1800.07/1800.63	c   actconsdiving    :       0.00          0          0
1800.07/1800.63	c   octane           :       0.00          0          0
1800.07/1800.63	c   rens             :       0.10          1          0
1800.07/1800.63	c   rins             :       0.00          0          0
1800.07/1800.63	c   localbranching   :       0.00          0          0
1800.07/1800.63	c   mutation         :       0.00          0          0
1800.07/1800.63	c   dins             :       0.00          0          0
1800.07/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.63	c   primal LP        :       0.01          0          0       0.00       0.00
1800.07/1800.63	c   dual LP          :    1055.10      38282    2704629      70.65    2563.39
1800.07/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.63	c   diving/probing LP:      28.42       4072      62435      15.33    2196.87
1800.07/1800.63	c   strong branching :     564.04      20426    1269333      62.14    2250.43
1800.07/1800.63	c     (at root node) :          -         33      14326     434.12          -
1800.07/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.63	c B&B Tree           :
1800.07/1800.63	c   number of runs   :          1
1800.07/1800.63	c   nodes            :      34333
1800.07/1800.63	c   nodes (total)    :      34333
1800.07/1800.63	c   nodes left       :       1809
1800.07/1800.63	c   max depth        :        182
1800.07/1800.63	c   max depth (total):        182
1800.07/1800.63	c   backtracks       :       5305 (15.5%)
1800.07/1800.63	c   delayed cutoffs  :       1371
1800.07/1800.63	c   repropagations   :      88323 (273339 domain reductions, 401 cutoffs)
1800.07/1800.63	c   avg switch length:       7.75
1800.07/1800.63	c   switching time   :      14.22
1800.07/1800.63	c Solution           :
1800.07/1800.63	c   Solutions found  :          0 (0 improvements)
1800.07/1800.63	c   Primal Bound     :          -
1800.07/1800.63	c   Dual Bound       : +6.00000000000000e+00
1800.07/1800.63	c   Gap              :   infinite
1800.07/1800.63	c   Root Dual Bound  : +6.00000000000000e+00
1800.07/1800.70	c Time complete: 1800.17.

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

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.84 0.94 0.97 3/64 7648
/proc/meminfo: memFree=1849776/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=4324 CPUtime=0
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 478 0 0 0 0 0 0 0 18 0 1 0 189666573 4427776 462 1992294400 4194304 7823515 548682068736 18446744073709551615 6855184 0 0 4096 0 0 0 0 17 1 0 0
/proc/7648/statm: 1082 470 305 886 0 192 0

[startup+0.029873 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 7648
/proc/meminfo: memFree=1849776/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=10336 CPUtime=0.01
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 1896 0 0 0 1 0 0 0 18 0 1 0 189666573 10584064 1878 1992294400 4194304 7823515 548682068736 18446744073709551615 6896805 0 0 4096 0 0 0 0 17 1 0 0
/proc/7648/statm: 2584 1878 354 886 0 1694 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10336

[startup+0.101881 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 7648
/proc/meminfo: memFree=1849776/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=13340 CPUtime=0.09
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 2651 0 0 0 8 1 0 0 18 0 1 0 189666573 13660160 2633 1992294400 4194304 7823515 548682068736 18446744073709551615 6290245 0 0 4096 0 0 0 0 17 1 0 0
/proc/7648/statm: 3335 2633 354 886 0 2445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.301904 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 7648
/proc/meminfo: memFree=1849776/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=29056 CPUtime=0.29
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 6723 0 0 0 26 3 0 0 19 0 1 0 189666573 29753344 6351 1992294400 4194304 7823515 548682068736 18446744073709551615 5796503 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 7264 6351 440 886 0 6374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29056

[startup+0.701949 s]
/proc/loadavg: 0.84 0.94 0.97 3/64 7648
/proc/meminfo: memFree=1849776/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=37304 CPUtime=0.69
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 8712 0 0 0 64 5 0 0 22 0 1 0 189666573 38199296 8312 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 9326 8312 534 886 0 8436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37304

[startup+1.50104 s]
/proc/loadavg: 0.84 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1818344/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=37304 CPUtime=1.49
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 8815 0 0 0 143 6 0 0 25 0 1 0 189666573 38199296 8415 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 9326 8415 534 886 0 8436 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37304

[startup+3.10122 s]
/proc/loadavg: 0.84 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1815784/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=42552 CPUtime=3.09
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 10158 0 0 0 302 7 0 0 25 0 1 0 189666573 43573248 9651 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 10638 9651 562 886 0 9748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42552

[startup+6.30159 s]
/proc/loadavg: 0.85 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1811880/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=42508 CPUtime=6.29
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 15184 0 0 0 618 11 0 0 25 0 1 0 189666573 43528192 9873 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 10627 9873 574 886 0 9737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42508

[startup+12.7013 s]
/proc/loadavg: 0.87 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1812016/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=42508 CPUtime=12.68
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 15185 0 0 0 1256 12 0 0 25 0 1 0 189666573 43528192 9874 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 10627 9874 574 886 0 9737 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42508

[startup+25.5018 s]
/proc/loadavg: 0.89 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1812080/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=42708 CPUtime=25.48
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 15214 0 0 0 2530 18 0 0 25 0 1 0 189666573 43732992 9903 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 10677 9903 574 886 0 9787 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42708

[startup+51.1017 s]
/proc/loadavg: 0.93 0.94 0.97 2/65 7649
/proc/meminfo: memFree=1812080/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=42708 CPUtime=51.08
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 15239 0 0 0 5079 29 0 0 25 0 1 0 189666573 43732992 9928 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 10677 9928 574 886 0 9787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42708

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.97 2/65 7649
/proc/meminfo: memFree=1807792/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=47212 CPUtime=102.26
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 16335 0 0 0 10166 60 0 0 25 0 1 0 189666573 48345088 11024 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 11803 11024 580 886 0 10913 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47212

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 7649
/proc/meminfo: memFree=1802352/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=52964 CPUtime=162.24
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 17701 0 0 0 16126 98 0 0 25 0 1 0 189666573 54235136 12390 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 13241 12390 580 886 0 12351 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52964

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/65 7649
/proc/meminfo: memFree=1799664/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=55144 CPUtime=222.23
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 18348 0 0 0 22087 136 0 0 25 0 1 0 189666573 56467456 13037 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 13786 13037 580 886 0 12896 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55144

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1797680/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=57072 CPUtime=282.21
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 18824 0 0 0 28045 176 0 0 25 0 1 0 189666573 58441728 13513 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 14268 13513 580 886 0 13378 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 57072

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1795888/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=58888 CPUtime=342.19
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 19276 0 0 0 34004 215 0 0 25 0 1 0 189666573 60301312 13965 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 14722 13965 580 886 0 13832 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 58888

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1794416/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=60780 CPUtime=402.17
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 19631 0 0 0 39960 257 0 0 25 0 1 0 189666573 62238720 14320 1992294400 4194304 7823515 548682068736 18446744073709551615 5734747 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 15195 14320 580 886 0 14305 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 60780

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1793584/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=61056 CPUtime=462.16
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 19835 0 0 0 45920 296 0 0 25 0 1 0 189666573 62521344 14524 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 15264 14524 580 886 0 14374 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 61056

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1792304/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=62336 CPUtime=522.14
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 20145 0 0 0 51878 336 0 0 25 0 1 0 189666573 63832064 14834 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 15584 14834 580 886 0 14694 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 62336

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1791856/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=63384 CPUtime=582.12
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 20257 0 0 0 57837 375 0 0 25 0 1 0 189666573 64905216 14946 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 15846 14946 580 886 0 14956 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 63384

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1791088/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=63920 CPUtime=642.11
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 20444 0 0 0 63789 422 0 0 25 0 1 0 189666573 65454080 15133 1992294400 4194304 7823515 548682068736 18446744073709551615 6180646 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 15980 15133 580 886 0 15090 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 63920

[startup+702.302 s]

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

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7649
/proc/meminfo: memFree=1789360/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=65360 CPUtime=822.05
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 20877 0 0 0 81671 534 0 0 25 0 1 0 189666573 66928640 15566 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 16340 15566 580 886 0 15450 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 65360

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1789232/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=65360 CPUtime=882.04
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 20895 0 0 0 87631 573 0 0 25 0 1 0 189666573 66928640 15584 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 16340 15584 580 886 0 15450 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 65360

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1787888/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=66660 CPUtime=942.02
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 21233 0 0 0 93588 614 0 0 25 0 1 0 189666573 68259840 15922 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 16665 15922 580 886 0 15775 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 66660

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1787760/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=66912 CPUtime=1002
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 21269 0 0 0 99549 651 0 0 25 0 1 0 189666573 68517888 15958 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 16728 15958 580 886 0 15838 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 66912

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1786096/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=68636 CPUtime=1061.98
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 21681 0 0 0 105509 689 0 0 25 0 1 0 189666573 70283264 16370 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17159 16370 580 886 0 16269 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 68636

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1785328/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=69216 CPUtime=1121.96
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 21854 0 0 0 111464 732 0 0 25 0 1 0 189666573 70877184 16543 1992294400 4194304 7823515 548682068736 18446744073709551615 4780857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17304 16543 580 886 0 16414 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 69216

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1785200/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=69216 CPUtime=1181.94
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 21881 0 0 0 117425 769 0 0 25 0 1 0 189666573 70877184 16570 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17304 16570 580 886 0 16414 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 69216

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1784688/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=69916 CPUtime=1241.93
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22015 0 0 0 123383 810 0 0 25 0 1 0 189666573 71593984 16704 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17479 16704 580 886 0 16589 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 69916

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1784176/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=70340 CPUtime=1301.92
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22134 0 0 0 129338 854 0 0 25 0 1 0 189666573 72028160 16823 1992294400 4194304 7823515 548682068736 18446744073709551615 4265995 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17585 16823 580 886 0 16695 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 70340

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7651
/proc/meminfo: memFree=1783984/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=70764 CPUtime=1361.89
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22220 0 0 0 135298 891 0 0 25 0 1 0 189666573 72462336 16909 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17691 16909 580 886 0 16801 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 70764

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1782704/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=71752 CPUtime=1421.87
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22487 0 0 0 141255 932 0 0 25 0 1 0 189666573 73474048 17176 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 17938 17176 580 886 0 17048 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 71752

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1781424/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=73008 CPUtime=1481.85
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22807 0 0 0 147212 973 0 0 25 0 1 0 189666573 74760192 17496 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18252 17496 580 886 0 17362 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 73008

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1780656/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=74272 CPUtime=1541.84
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 22991 0 0 0 153171 1013 0 0 25 0 1 0 189666573 76054528 17680 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18568 17680 580 886 0 17678 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 74272

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1780016/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=74272 CPUtime=1601.82
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 23150 0 0 0 159129 1053 0 0 25 0 1 0 189666573 76054528 17839 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18568 17839 580 886 0 17678 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 74272

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1779952/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=74272 CPUtime=1661.8
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 23150 0 0 0 165091 1089 0 0 25 0 1 0 189666573 76054528 17839 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18568 17839 580 886 0 17678 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 74272

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1778736/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=75592 CPUtime=1721.79
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 23463 0 0 0 171050 1129 0 0 25 0 1 0 189666573 77406208 18152 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18898 18152 580 886 0 18008 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 75592

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1778736/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=75592 CPUtime=1781.77
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 23463 0 0 0 177009 1168 0 0 25 0 1 0 189666573 77406208 18152 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18898 18152 580 886 0 18008 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 75592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 7657
/proc/meminfo: memFree=1778736/2055920 swapFree=4181924/4192956
[pid=7648] ppid=7646 vsize=75592 CPUtime=1800.07
/proc/7648/stat : 7648 (pbscip.linux.x8) R 7646 7648 7611 0 -1 4194304 23463 0 0 0 178827 1180 0 0 25 0 1 0 189666573 77406208 18152 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7648/statm: 18898 18152 580 886 0 18008 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 75592

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

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

Child status: 0
Real time (s): 1800.71
CPU time (s): 1800.18
CPU user time (s): 1788.36
CPU system time (s): 11.8182
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 75592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.36
system time used= 11.8182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3099

runsolver used 1.23181 second user time and 3.9334 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-17 08:37:47
IDJOB=1870816
IDBENCH=71844
IDSOLVER=683
FILE ID=node23/1870816-1245220666
PBS_JOBID= 9368467
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870816-1245220666/watcher-1870816-1245220666 -o /tmp/evaluation-result-1870816-1245220666/solver-1870816-1245220666 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870816-1245220666.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=191959285

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.236
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850192 kB
Buffers:         45124 kB
Cached:          98436 kB
SwapCached:       4748 kB
Active:          32652 kB
Inactive:       118564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850192 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:           10272 kB
Writeback:           0 kB
Mapped:          14220 kB
Slab:            40556 kB
Committed_AS:   172644 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node23 at 2009-06-17 09:07:49