Trace number 2703538

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.87 1790.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark354
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
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 constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703538-1278562955.opb>
1.29/1.30	c original problem has 10998 variables (10998 bin, 0 int, 0 impl, 0 cont) and 21679 constraints
1.29/1.30	c problem read
1.29/1.30	c presolving settings loaded
1.69/1.75	c presolving:
1.99/2.05	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
2.19/2.21	c (round 2) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 903 upgd conss, 0 impls, 0 clqs
2.39/2.41	c (round 3) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1194 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
2.39/2.48	c (round 4) 1 del vars, 9946 del conss, 1 chg bounds, 66 chg sides, 1356 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
6.88/6.92	c    (5.6s) probing: 120/10997 (1.1%) - 0 fixings, 0 aggregations, 133 implications, 0 bound changes
6.88/6.92	c    (5.6s) probing aborted: 100/100 successive totally useless probings
6.88/6.93	c presolving (5 rounds):
6.88/6.93	c  1 deleted vars, 9946 deleted constraints, 1 tightened bounds, 0 added holes, 66 changed sides, 1364 changed coefficients
6.88/6.93	c  1014 implications, 12 cliques
6.88/6.93	c presolved problem has 10997 variables (10997 bin, 0 int, 0 impl, 0 cont) and 11733 constraints
6.88/6.93	c    1788 constraints of type <knapsack>
6.88/6.93	c    9945 constraints of type <linear>
6.88/6.93	c transformed objective value is always integral (scale: 1)
6.88/6.93	c Presolving Time: 5.24
6.88/6.93	c - non default parameters ----------------------------------------------------------------------
6.88/6.93	c # SCIP version 1.2.1.3
6.88/6.93	c 
6.88/6.93	c # frequency for displaying node information lines
6.88/6.93	c # [type: int, range: [-1,2147483647], default: 100]
6.88/6.93	c display/freq = 10000
6.88/6.93	c 
6.88/6.93	c # maximal time in seconds to run
6.88/6.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.88/6.93	c limits/time = 1788.7
6.88/6.93	c 
6.88/6.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.88/6.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.88/6.93	c limits/memory = 1620
6.88/6.93	c 
6.88/6.93	c # default clock type (1: CPU user seconds, 2: wall clock time)
6.88/6.93	c # [type: int, range: [1,2], default: 1]
6.88/6.93	c timing/clocktype = 2
6.88/6.93	c 
6.88/6.93	c # should presolving try to simplify inequalities
6.88/6.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.88/6.93	c constraints/linear/simplifyinequalities = TRUE
6.88/6.93	c 
6.88/6.93	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
6.88/6.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.88/6.93	c constraints/indicator/addCouplingCons = TRUE
6.88/6.93	c 
6.88/6.93	c # should presolving try to simplify knapsacks
6.88/6.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.88/6.93	c constraints/knapsack/simplifyinequalities = TRUE
6.88/6.93	c 
6.88/6.93	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.88/6.93	c # [type: int, range: [-1,2147483647], default: -1]
6.88/6.93	c separating/rapidlearning/freq = 0
6.88/6.93	c 
6.88/6.93	c -----------------------------------------------------------------------------------------------
6.88/6.93	c start solving
6.88/6.94	c 
10.49/10.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.49/10.53	c   9.2s|     1 |     0 |  4884 |     - | 103M|   0 |3905 |  10k|  11k|  10k|  11k|   0 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
38.67/38.78	c  37.5s|     1 |     0 | 13867 |     - | 104M|   0 |4552 |  10k|  11k|  10k|  11k| 117 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
76.96/77.07	c  75.8s|     1 |     0 | 27675 |     - | 104M|   0 |6635 |  10k|  11k|  10k|  11k| 223 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
114.65/114.78	c   113s|     1 |     0 | 38177 |     - | 105M|   0 |7378 |  10k|  11k|  10k|  12k| 342 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
158.13/158.29	c   157s|     1 |     0 | 49278 |     - | 106M|   0 |7423 |  10k|  11k|  10k|  12k| 457 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
195.93/196.09	c   195s|     1 |     0 | 56944 |     - | 106M|   0 |7466 |  10k|  11k|  10k|  12k| 601 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
252.51/252.67	c   251s|     1 |     0 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
372.28/372.42	c   371s|     1 |     2 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |  25 | 1.710000e+02 |      --      |    Inf 
1789.51/1790.03	c 
1789.51/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.03	c Solving Time (sec) : 1788.72
1789.51/1790.03	c Solving Nodes      : 14
1789.51/1790.03	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.51/1790.03	c Dual Bound         : +1.71000000000000e+02
1789.51/1790.03	c Gap                : infinite
1789.51/1790.03	s UNKNOWN
1789.51/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.51/1790.03	c Solving Time       :    1788.72
1789.51/1790.03	c Original Problem   :
1789.51/1790.03	c   Problem name     : HOME/instance-2703538-1278562955.opb
1789.51/1790.03	c   Variables        : 10998 (10998 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.03	c   Constraints      : 21679 initial, 21679 maximal
1789.51/1790.03	c Presolved Problem  :
1789.51/1790.03	c   Problem name     : t_HOME/instance-2703538-1278562955.opb
1789.51/1790.03	c   Variables        : 10997 (10997 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.51/1790.03	c   Constraints      : 11733 initial, 11916 maximal
1789.51/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.51/1790.03	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.51/1790.03	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.51/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   implics          :       0.01          0          0          0          0          0          0          0          0
1789.51/1790.03	c   probing          :       4.40          0          0          0          0          0          0          0          0
1789.51/1790.03	c   knapsack         :       0.10          0          0          0          0          0          0         44        171
1789.51/1790.03	c   linear           :       0.57          1          0          0          1          0       9946         22       1193
1789.51/1790.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.51/1790.03	c   root node        :          -          0          -          -          0          -          -          -          -
1789.51/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.03	c   integral         :          0          0          0         14          0          0          1          0          0         26
1789.51/1790.03	c   knapsack         :       1788          6       1028          0          0          0          0       1203          0          0
1789.51/1790.03	c   linear           :       9945          6       1028          0          0          1          0          0          0          0
1789.51/1790.03	c   logicor          :          0+         0        179          0          0          0          0          0          0          0
1789.51/1790.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.51/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.51/1790.03	c   integral         :     607.41       0.00       0.00     607.41       0.00
1789.51/1790.03	c   knapsack         :       0.52       0.18       0.34       0.00       0.00
1789.51/1790.03	c   linear           :       5.15       0.02       5.14       0.00       0.00
1789.51/1790.03	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.51/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.51/1790.03	c   vbounds          :       0.00          2          0          0
1789.51/1790.03	c   rootredcost      :       0.00          0          0          0
1789.51/1790.03	c   pseudoobj        :       0.00        777          0          0
1789.51/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.51/1790.03	c   propagation      :       0.00          1          1          3       21.0          0        0.0          -
1789.51/1790.03	c   infeasible LP    :       0.70        180        180        180        6.7          0        0.0          0
1789.51/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.51/1790.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.51/1790.03	c   applied globally :          -          -          -        183        6.9          -          -          -
1789.51/1790.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.51/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.51/1790.03	c   cut pool         :       0.00          5          -          -       1017          -    (maximal pool size: 4206)
1789.51/1790.03	c   redcost          :       0.03         19          0          0          0          0
1789.51/1790.03	c   impliedbounds    :       0.01          6          0          0         31          0
1789.51/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.51/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.51/1790.03	c   gomory           :      13.43          6          0          0         12          0
1789.51/1790.03	c   strongcg         :      13.40          6          0          0         12          0
1789.51/1790.03	c   cmir             :       8.98          6          0          0       3000          0
1789.51/1790.03	c   flowcover        :       5.31          6          0          0       1200          0
1789.51/1790.03	c   clique           :       0.01          6          0          0          3          0
1789.51/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.51/1790.03	c   mcf              :       0.00          1          0          0          0          0
1789.51/1790.03	c   rapidlearning    :       0.00          0          0          0          0          0
1789.51/1790.03	c Pricers            :       Time      Calls       Vars
1789.51/1790.03	c   problem variables:       0.00          0          0
1789.51/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.51/1790.03	c   relpscost        :     607.41         14          0          1          0          0         26
1789.51/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   inference        :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.51/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.51/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.51/1790.03	c   LP solutions     :       0.00          -          0
1789.51/1790.03	c   pseudo solutions :       0.00          -          0
1789.51/1790.03	c   oneopt           :       0.00          0          0
1789.51/1790.03	c   crossover        :       0.00          0          0
1789.51/1790.03	c   objpscostdiving  :      57.19          1          0
1789.51/1790.03	c   trivial          :       0.03          2          0
1789.51/1790.03	c   simplerounding   :       0.00          0          0
1789.51/1790.03	c   zirounding       :       0.03         12          0
1789.51/1790.03	c   rounding         :       0.36         20          0
1789.51/1790.03	c   shifting         :       1.98          7          0
1789.51/1790.03	c   intshifting      :       0.00          0          0
1789.51/1790.03	c   twoopt           :       0.00          0          0
1789.51/1790.03	c   fixandinfer      :       0.00          0          0
1789.51/1790.03	c   feaspump         :      22.60          1          0
1789.51/1790.03	c   coefdiving       :     133.21          1          0
1789.51/1790.03	c   pscostdiving     :      50.19          1          0
1789.51/1790.03	c   fracdiving       :     488.29          1          0
1789.51/1790.03	c   veclendiving     :      29.25          2          0
1789.51/1790.03	c   intdiving        :       0.00          0          0
1789.51/1790.03	c   actconsdiving    :       0.00          0          0
1789.51/1790.03	c   rootsoldiving    :      18.52          1          0
1789.51/1790.03	c   linesearchdiving :       0.00          0          0
1789.51/1790.03	c   guideddiving     :       0.00          0          0
1789.51/1790.03	c   octane           :       0.00          0          0
1789.51/1790.03	c   rens             :       0.03          0          0
1789.51/1790.03	c   rins             :       0.00          0          0
1789.51/1790.03	c   localbranching   :       0.00          0          0
1789.51/1790.03	c   mutation         :       0.00          0          0
1789.51/1790.03	c   dins             :       0.00          0          0
1789.51/1790.03	c   undercover       :       0.00          0          0
1789.51/1790.03	c   nlp              :       0.00          0          0
1789.51/1790.03	c   trysol           :       0.00          0          0
1789.51/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.51/1790.03	c   primal LP        :       0.13          0          0       0.00       0.00
1789.51/1790.03	c   dual LP          :     331.69         21     117401    5590.52     353.94
1789.51/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.51/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.51/1790.03	c   diving/probing LP:     792.75        668     384541     575.66     485.07
1789.51/1790.03	c   strong branching :     607.36        209     189914     908.68     312.69
1789.51/1790.03	c     (at root node) :          -         25      25000    1000.00          -
1789.51/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.51/1790.03	c B&B Tree           :
1789.51/1790.03	c   number of runs   :          1
1789.51/1790.03	c   nodes            :         14
1789.51/1790.03	c   nodes (total)    :         14
1789.51/1790.03	c   nodes left       :         13
1789.51/1790.03	c   max depth        :          5
1789.51/1790.03	c   max depth (total):          5
1789.51/1790.03	c   backtracks       :          7 (50.0%)
1789.51/1790.03	c   delayed cutoffs  :          0
1789.51/1790.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.51/1790.03	c   avg switch length:       2.50
1789.51/1790.03	c   switching time   :       0.16
1789.51/1790.03	c Solution           :
1789.51/1790.03	c   Solutions found  :          0 (0 improvements)
1789.51/1790.03	c   Primal Bound     :          -
1789.51/1790.03	c   Dual Bound       : +1.71000000000000e+02
1789.51/1790.03	c   Gap              :   infinite
1789.51/1790.03	c   Root Dual Bound  : +1.71000000000000e+02
1789.51/1790.03	c   Root Iterations  :      67992
1789.81/1790.34	c Time complete: 1789.86.

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 3/105 32198
/proc/meminfo: memFree=1892336/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=7904 CPUtime=0
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 1142 0 0 0 0 0 0 0 25 0 1 0 24503691 8093696 1053 1992294400 4194304 8395647 140736804305200 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 1976 1060 365 1026 0 946 0

[startup+0.0348929 s]
/proc/loadavg: 1.00 1.03 1.00 3/105 32198
/proc/meminfo: memFree=1892336/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=11008 CPUtime=0.02
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 2034 0 0 0 2 0 0 0 25 0 1 0 24503691 11272192 1945 1992294400 4194304 8395647 140736804305200 18446744073709551615 7370128 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 2752 1945 393 1026 0 1722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11008

[startup+0.100899 s]
/proc/loadavg: 1.00 1.03 1.00 3/105 32198
/proc/meminfo: memFree=1892336/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=12800 CPUtime=0.09
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 2501 0 0 0 9 0 0 0 25 0 1 0 24503691 13107200 2412 1992294400 4194304 8395647 140736804305200 18446744073709551615 7382036 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 3200 2412 393 1026 0 2170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12800

[startup+0.30092 s]
/proc/loadavg: 1.00 1.03 1.00 3/105 32198
/proc/meminfo: memFree=1892336/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=18944 CPUtime=0.29
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 4020 0 0 0 28 1 0 0 25 0 1 0 24503691 19398656 3931 1992294400 4194304 8395647 140736804305200 18446744073709551615 5754373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 4736 3931 393 1026 0 3706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18944

[startup+0.700962 s]
/proc/loadavg: 1.00 1.03 1.00 3/105 32198
/proc/meminfo: memFree=1892336/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=27620 CPUtime=0.69
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 6202 0 0 0 67 2 0 0 25 0 1 0 24503691 28282880 6113 1992294400 4194304 8395647 140736804305200 18446744073709551615 5758038 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 6905 6113 393 1026 0 5875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27620

[startup+1.50105 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 32199
/proc/meminfo: memFree=1862816/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=115684 CPUtime=1.49
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 27969 0 0 0 140 9 0 0 25 0 1 0 24503691 118460416 27527 1992294400 4194304 8395647 140736804305200 18446744073709551615 7385711 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 28921 27532 420 1026 0 27891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115684

[startup+3.10122 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 32199
/proc/meminfo: memFree=1714264/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=187976 CPUtime=3.09
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 46293 0 0 0 294 15 0 0 25 0 1 0 24503691 192487424 44997 1992294400 4194304 8395647 140736804305200 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 46994 44997 503 1026 0 45964 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187976

[startup+6.30155 s]
/proc/loadavg: 1.16 1.06 1.01 2/106 32199
/proc/meminfo: memFree=1713024/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=187976 CPUtime=6.29
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 46293 0 0 0 614 15 0 0 25 0 1 0 24503691 192487424 44997 1992294400 4194304 8395647 140736804305200 18446744073709551615 4433084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 46994 44997 503 1026 0 45964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 187976

[startup+12.7012 s]
/proc/loadavg: 1.15 1.06 1.01 2/106 32199
/proc/meminfo: memFree=1658340/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=252472 CPUtime=12.68
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 62780 0 0 0 1247 21 0 0 25 0 1 0 24503691 258531328 58889 1992294400 4194304 8395647 140736804305200 18446744073709551615 6708451 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 63118 58889 650 1026 0 62088 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 252472

[startup+25.5006 s]
/proc/loadavg: 1.13 1.06 1.01 2/106 32199
/proc/meminfo: memFree=1657968/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=252472 CPUtime=25.49
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 62851 0 0 0 2526 23 0 0 25 0 1 0 24503691 258531328 58942 1992294400 4194304 8395647 140736804305200 18446744073709551615 6502774 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 63118 58942 632 1026 0 62088 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 252472

[startup+51.1013 s]
/proc/loadavg: 1.08 1.05 1.01 2/106 32201
/proc/meminfo: memFree=1604028/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=311020 CPUtime=51.06
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 78130 0 0 0 5072 34 0 0 25 0 1 0 24503691 318484480 72532 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721238 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 77755 72532 654 1026 0 76725 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 311020

[startup+102.309 s]
/proc/loadavg: 1.03 1.04 1.00 2/106 32201
/proc/meminfo: memFree=1606632/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=312452 CPUtime=102.26
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 85589 0 0 0 10177 49 0 0 25 0 1 0 24503691 319950848 71826 1992294400 4194304 8395647 140736804305200 18446744073709551615 6697955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 78113 71826 638 1026 0 77083 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 312452

[startup+162.302 s]
/proc/loadavg: 1.04 1.05 1.00 2/106 32203
/proc/meminfo: memFree=1586544/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=332212 CPUtime=162.24
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 98578 0 0 0 16154 70 0 0 25 0 1 0 24503691 340185088 76788 1992294400 4194304 8395647 140736804305200 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83053 76788 612 1026 0 82023 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 332212

[startup+222.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/106 32205
/proc/meminfo: memFree=1574516/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=352424 CPUtime=222.22
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 117211 0 0 0 22136 86 0 0 25 0 1 0 24503691 360882176 79803 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 88106 79803 612 1026 0 87076 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 352424

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/106 32207
/proc/meminfo: memFree=1597332/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=330920 CPUtime=282.21
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 177510 0 0 0 28108 113 0 0 25 0 1 0 24503691 338862080 75627 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 82730 75627 1894 1026 0 81700 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 330920

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 32209
/proc/meminfo: memFree=1582948/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=333544 CPUtime=342.19
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 295813 0 0 0 34057 162 0 0 25 0 1 0 24503691 341549056 77741 1992294400 4194304 8395647 140736804305200 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83386 77741 665 1026 0 82356 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 333544

[startup+402.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/106 32209
/proc/meminfo: memFree=1591132/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=315184 CPUtime=402.17
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 363185 0 0 0 40022 195 0 0 25 0 1 0 24503691 322748416 71835 1992294400 4194304 8395647 140736804305200 18446744073709551615 6697363 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 78796 71835 622 1026 0 77766 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 315184

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 32211
/proc/meminfo: memFree=1578856/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=341388 CPUtime=462.15
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 485978 0 0 0 45970 245 0 0 25 0 1 0 24503691 349581312 78759 1992294400 4194304 8395647 140736804305200 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 85347 78759 671 1026 0 84317 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 341388

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 32213
/proc/meminfo: memFree=1593984/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=323724 CPUtime=522.14
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 497484 0 0 0 51950 264 0 0 25 0 1 0 24503691 331493376 74945 1992294400 4194304 8395647 140736804305200 18446744073709551615 6697367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 80931 74945 622 1026 0 79901 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 323724

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 32215
/proc/meminfo: memFree=1591504/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=328972 CPUtime=582.13
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 524402 0 0 0 57923 290 0 0 25 0 1 0 24503691 336867328 75545 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 82243 75545 622 1026 0 81213 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 328972

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 32217
/proc/meminfo: memFree=1582948/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=336136 CPUtime=642.12
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 567539 0 0 0 63893 319 0 0 25 0 1 0 24503691 344203264 78136 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 84034 78136 1086 1026 0 83004 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 336136

[startup+702.301 s]

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

/proc/meminfo: memFree=1590264/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=327084 CPUtime=1002.02
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 720193 0 0 0 99740 462 0 0 25 0 1 0 24503691 334934016 75803 1992294400 4194304 8395647 140736804305200 18446744073709551615 6746628 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 81771 75803 627 1026 0 80741 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 327084

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 32227
/proc/meminfo: memFree=1588776/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=325276 CPUtime=1062.01
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 727575 0 0 0 105720 481 0 0 25 0 1 0 24503691 333082624 76219 1992294400 4194304 8395647 140736804305200 18446744073709551615 6697970 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 81319 76219 635 1026 0 80289 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 325276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 32229
/proc/meminfo: memFree=1591504/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=326428 CPUtime=1121.99
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 741502 0 0 0 111698 501 0 0 25 0 1 0 24503691 334262272 75584 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 81607 75584 729 1026 0 80577 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 326428

[startup+1182.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/106 32231
/proc/meminfo: memFree=1586544/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1181.97
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 117681 516 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 334056

[startup+1242.3 s]
/proc/loadavg: 1.10 1.03 1.00 2/106 32233
/proc/meminfo: memFree=1586420/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1241.95
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 123662 533 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 334056

[startup+1302.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/106 32233
/proc/meminfo: memFree=1586296/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1301.95
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 129645 550 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 334056

[startup+1362.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/106 32235
/proc/meminfo: memFree=1586296/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1361.93
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 135625 568 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 334056

[startup+1422.31 s]
/proc/loadavg: 1.09 1.05 1.00 2/106 32237
/proc/meminfo: memFree=1586296/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1421.92
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 141605 587 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721172 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 334056

[startup+1482.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/106 32239
/proc/meminfo: memFree=1586296/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1481.9
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 147583 607 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721246 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 334056

[startup+1542.3 s]
/proc/loadavg: 1.08 1.06 1.00 2/106 32241
/proc/meminfo: memFree=1586296/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1541.88
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 153560 628 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698437 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 334056

[startup+1602.3 s]
/proc/loadavg: 1.07 1.06 1.00 2/106 32241
/proc/meminfo: memFree=1585684/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1601.86
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742695 0 0 0 159538 648 0 0 25 0 1 0 24503691 342073344 76675 1992294400 4194304 8395647 140736804305200 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76675 627 1026 0 82484 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 334056

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.00 2/106 32243
/proc/meminfo: memFree=1585560/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1661.84
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742697 0 0 0 165521 663 0 0 25 0 1 0 24503691 342073344 76677 1992294400 4194304 8395647 140736804305200 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76677 628 1026 0 82484 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 334056

[startup+1722.3 s]
/proc/loadavg: 1.06 1.06 1.00 2/106 32245
/proc/meminfo: memFree=1585436/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1721.84
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742697 0 0 0 171508 676 0 0 25 0 1 0 24503691 342073344 76677 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76677 628 1026 0 82484 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 334056

[startup+1782.3 s]
/proc/loadavg: 1.17 1.09 1.01 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1781.81
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742724 0 0 0 177489 692 0 0 25 0 1 0 24503691 342073344 76704 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76704 628 1026 0 82484 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 334056

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

[startup+1785.5 s]
/proc/loadavg: 1.17 1.09 1.01 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1785.02
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742724 0 0 0 177809 693 0 0 25 0 1 0 24503691 342073344 76704 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76704 628 1026 0 82484 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 334056

[startup+1788.7 s]
/proc/loadavg: 1.23 1.11 1.02 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1788.22
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742724 0 0 0 178128 694 0 0 25 0 1 0 24503691 342073344 76704 1992294400 4194304 8395647 140736804305200 18446744073709551615 6698051 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76704 628 1026 0 82484 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 334056

[startup+1789.5 s]
/proc/loadavg: 1.23 1.11 1.02 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1789.02
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742724 0 0 0 178208 694 0 0 25 0 1 0 24503691 342073344 76704 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721220 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76704 628 1026 0 82484 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 334056

[startup+1789.9 s]
/proc/loadavg: 1.23 1.11 1.02 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=334056 CPUtime=1789.41
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742724 0 0 0 178247 694 0 0 25 0 1 0 24503691 342073344 76704 1992294400 4194304 8395647 140736804305200 18446744073709551615 6721235 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/32198/statm: 83514 76704 628 1026 0 82484 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (KiB) 334056

[startup+1790.3 s]
/proc/loadavg: 1.23 1.11 1.02 2/106 32247
/proc/meminfo: memFree=1585188/2059040 swapFree=4136924/4192956
[pid=32198] ppid=32196 vsize=271988 CPUtime=1789.81
/proc/32198/stat : 32198 (pbscip.linux.x8) R 32196 32198 32044 0 -1 4202496 742731 0 0 0 178287 694 0 0 25 0 1 0 24503691 278515712 64350 1992294400 4194304 8395647 140736804305200 18446744073709551615 6345173 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32198/statm: 67997 64337 635 1026 0 66967 0
Current children cumulated CPU time (s) 1789.81
Current children cumulated vsize (KiB) 271988

Child status: 0
Real time (s): 1790.34
CPU time (s): 1789.87
CPU user time (s): 1782.89
CPU system time (s): 6.97394
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 356072

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

runsolver used 2.92355 second user time and 8.48071 second system time

The end

Launcher Data

Begin job on node082 at 2010-07-08 06:22:35
IDJOB=2703538
IDBENCH=2934
IDSOLVER=1213
FILE ID=node082/2703538-1278562955
PBS_JOBID= 11239571
Free space on /tmp= 62392 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 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_19.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-2703538-1278562955/watcher-2703538-1278562955 -o /tmp/evaluation-result-2703538-1278562955/solver-2703538-1278562955 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703538-1278562955.opb -t 1800 -m 1800

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=954594543

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1892864 kB
Buffers:          3832 kB
Cached:          86564 kB
SwapCached:       8792 kB
Active:          82340 kB
Inactive:        20740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1892864 kB
SwapTotal:     4192956 kB
SwapFree:      4136924 kB
Dirty:           16372 kB
Writeback:           0 kB
AnonPages:       11320 kB
Mapped:           8444 kB
Slab:            41280 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62384 MiB
End job on node082 at 2010-07-08 06:52:26