Trace number 3733909

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1790.04 1790.33

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
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-3733909-1338698563.opb>
0.59/0.66	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
0.59/0.66	c problem read
0.59/0.66	c presolving settings loaded
0.79/0.83	c presolving:
0.99/1.04	c (round 1) 0 del vars, 10830 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
3.09/3.19	c    (2.5s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
3.09/3.19	c    (2.5s) probing aborted: 100/100 successive totally useless probings
3.09/3.19	c presolving (2 rounds):
3.09/3.19	c  0 deleted vars, 10830 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.09/3.19	c  22002 implications, 0 cliques
3.09/3.19	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
3.09/3.19	c      18 constraints of type <knapsack>
3.09/3.19	c   10830 constraints of type <linear>
3.09/3.19	c transformed objective value is always integral (scale: 1)
3.09/3.19	c Presolving Time: 2.37
3.09/3.19	c - non default parameters ----------------------------------------------------------------------
3.09/3.19	c # SCIP version 1.2.1.3
3.09/3.19	c 
3.09/3.19	c # frequency for displaying node information lines
3.09/3.19	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.19	c display/freq = 10000
3.09/3.19	c 
3.09/3.19	c # maximal time in seconds to run
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/time = 1789.34
3.09/3.19	c 
3.09/3.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/memory = 13950
3.09/3.19	c 
3.09/3.19	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.09/3.19	c # [type: int, range: [1,2], default: 1]
3.09/3.19	c timing/clocktype = 2
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify inequalities
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/linear/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/indicator/addCouplingCons = TRUE
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify knapsacks
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.09/3.19	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.19	c separating/rapidlearning/freq = 0
3.09/3.19	c 
3.09/3.19	c -----------------------------------------------------------------------------------------------
3.09/3.19	c start solving
3.09/3.19	c 
7.39/7.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.41	c   6.7s|     1 |     0 | 12221 |     - | 102M|   0 |6156 |  11k|  10k|  11k|  10k|   0 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
17.49/17.52	c  16.9s|     1 |     0 | 21566 |     - | 103M|   0 |6170 |  11k|  10k|  11k|  10k|  57 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
18.49/18.56	c  17.9s|     1 |     0 | 21637 |     - | 103M|   0 |6178 |  11k|  10k|  11k|  10k| 134 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
19.79/19.81	c  19.1s|     1 |     0 | 21900 |     - | 104M|   0 |6174 |  11k|  10k|  11k|  11k| 205 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
21.59/21.64	c  21.0s|     1 |     0 | 22497 |     - | 104M|   0 |6176 |  11k|  10k|  11k|  11k| 281 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
23.98/24.06	c  23.4s|     1 |     0 | 23412 |     - | 105M|   0 |6196 |  11k|  10k|  11k|  11k| 346 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
26.79/26.85	c  26.2s|     1 |     0 | 24287 |     - | 105M|   0 |6206 |  11k|  10k|  11k|  11k| 418 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
72.38/72.49	c  71.8s|     1 |     2 | 24287 |     - | 105M|   0 |6206 |  11k|  10k|  11k|  11k| 418 |   0 |  23 | 1.800092e+01 |      --      |    Inf 
1789.91/1790.21	c 
1789.91/1790.21	c SCIP Status        : solving was interrupted [time limit reached]
1789.91/1790.21	c Solving Time (sec) : 1789.55
1789.91/1790.21	c Solving Nodes      : 5341
1789.91/1790.21	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.91/1790.21	c Dual Bound         : +1.90000000000000e+01
1789.91/1790.21	c Gap                : infinite
1789.91/1790.21	s UNKNOWN
1789.91/1790.21	c SCIP Status        : solving was interrupted [time limit reached]
1789.91/1790.21	c Solving Time       :    1789.55
1789.91/1790.21	c Original Problem   :
1789.91/1790.21	c   Problem name     : HOME/instance-3733909-1338698563.opb
1789.91/1790.21	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.21	c   Constraints      : 21678 initial, 21678 maximal
1789.91/1790.21	c Presolved Problem  :
1789.91/1790.21	c   Problem name     : t_HOME/instance-3733909-1338698563.opb
1789.91/1790.21	c   Variables        : 11001 (11001 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.91/1790.21	c   Constraints      : 10848 initial, 12385 maximal
1789.91/1790.21	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.91/1790.21	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   probing          :       2.09          0          0          0          0          0          0          0          0
1789.91/1790.21	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   linear           :       0.23          0          0          0          0          0      10830          0          0
1789.91/1790.21	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.91/1790.21	c   root node        :          -          0          -          -          0          -          -          -          -
1789.91/1790.21	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.91/1790.21	c   integral         :          0          0          0       4611          0          2        514          0          0       8980
1789.91/1790.21	c   knapsack         :         18          6      24931          0          1         60       2579        174          0          0
1789.91/1790.21	c   linear           :      10830          6      24871          0          0         78     200329          2          0          0
1789.91/1790.21	c   logicor          :          0+         0       3377          0          0          7       1426          0          0          0
1789.91/1790.21	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.91/1790.21	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.91/1790.21	c   integral         :     502.51       0.00       0.00     502.51       0.00
1789.91/1790.21	c   knapsack         :       1.02       0.00       1.02       0.00       0.00
1789.91/1790.21	c   linear           :      28.79       0.01      28.79       0.00       0.00
1789.91/1790.21	c   logicor          :       0.08       0.00       0.08       0.00       0.00
1789.91/1790.21	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.91/1790.21	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.91/1790.21	c   vbounds          :       0.01          2          0          0
1789.91/1790.21	c   rootredcost      :       0.01          0          0          0
1789.91/1790.21	c   pseudoobj        :       0.02      24680          0          0
1789.91/1790.21	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.91/1790.21	c   propagation      :       0.01        145        145        694       20.3          3        6.7          -
1789.91/1790.21	c   infeasible LP    :       1.02        953        953       1602       12.2         45       13.7          0
1789.91/1790.21	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.91/1790.21	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.91/1790.21	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.91/1790.21	c   applied globally :          -          -          -       1539       11.2          -          -          -
1789.91/1790.21	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.91/1790.21	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.91/1790.21	c   cut pool         :       0.00          5          -          -       1830          -    (maximal pool size: 4034)
1789.91/1790.21	c   redcost          :       1.01       4573          0          3          0          0
1789.91/1790.21	c   impliedbounds    :       0.00          6          0          0         14          0
1789.91/1790.21	c   intobj           :       0.00          0          0          0          0          0
1789.91/1790.21	c   cgmip            :       0.00          0          0          0          0          0
1789.91/1790.21	c   gomory           :       0.10          6          0          0         32          0
1789.91/1790.21	c   strongcg         :       0.10          6          0          0         19          0
1789.91/1790.21	c   cmir             :       2.55          6          0          0       3000          0
1789.91/1790.21	c   flowcover        :       1.88          6          0          0       1200          0
1789.91/1790.21	c   clique           :       0.01          1          0          0          0          0
1789.91/1790.21	c   zerohalf         :       0.00          0          0          0          0          0
1789.91/1790.21	c   mcf              :       0.00          1          0          0          0          0
1789.91/1790.21	c   rapidlearning    :       0.00          0          0          0          0          0
1789.91/1790.21	c Pricers            :       Time      Calls       Vars
1789.91/1790.21	c   problem variables:       0.00          0          0
1789.91/1790.21	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.91/1790.21	c   relpscost        :     502.50       4611          2        514          0          0       8980
1789.91/1790.21	c   pscost           :       0.00          0          0          0          0          0          0
1789.91/1790.21	c   inference        :       0.00          1          0          0          0          0          2
1789.91/1790.21	c   mostinf          :       0.00          0          0          0          0          0          0
1789.91/1790.21	c   leastinf         :       0.00          0          0          0          0          0          0
1789.91/1790.21	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.91/1790.21	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.91/1790.21	c   random           :       0.00          0          0          0          0          0          0
1789.91/1790.21	c Primal Heuristics  :       Time      Calls      Found
1789.91/1790.21	c   LP solutions     :       0.00          -          0
1789.91/1790.21	c   pseudo solutions :       0.00          -          0
1789.91/1790.21	c   oneopt           :       0.01          0          0
1789.91/1790.21	c   crossover        :       0.00          0          0
1789.91/1790.21	c   guideddiving     :       0.00          0          0
1789.91/1790.21	c   fracdiving       :     106.71          3          0
1789.91/1790.21	c   objpscostdiving  :      43.49          2          0
1789.91/1790.21	c   coefdiving       :     297.93          4          0
1789.91/1790.21	c   pscostdiving     :      55.33          4          0
1789.91/1790.21	c   rootsoldiving    :      41.37          4          0
1789.91/1790.21	c   veclendiving     :      37.70          9          0
1789.91/1790.21	c   linesearchdiving :      45.41         12          0
1789.91/1790.21	c   feaspump         :      46.06          9          0
1789.91/1790.21	c   trivial          :       0.01          2          0
1789.91/1790.21	c   simplerounding   :       0.00          0          0
1789.91/1790.21	c   zirounding       :       0.36       1000          0
1789.91/1790.21	c   rounding         :       2.18        902          0
1789.91/1790.21	c   shifting         :      13.96        263          0
1789.91/1790.21	c   intshifting      :       0.00          0          0
1789.91/1790.21	c   twoopt           :       0.00          0          0
1789.91/1790.21	c   fixandinfer      :       0.00          0          0
1789.91/1790.21	c   intdiving        :       0.00          0          0
1789.91/1790.21	c   actconsdiving    :       0.00          0          0
1789.91/1790.21	c   octane           :       0.00          0          0
1789.91/1790.21	c   rens             :       0.01          0          0
1789.91/1790.21	c   rins             :       0.00          0          0
1789.91/1790.21	c   localbranching   :       0.00          0          0
1789.91/1790.21	c   mutation         :       0.00          0          0
1789.91/1790.21	c   dins             :       0.00          0          0
1789.91/1790.21	c   undercover       :       0.00          0          0
1789.91/1790.21	c   nlp              :       0.00          0          0
1789.91/1790.21	c   trysol           :       0.00          0          0
1789.91/1790.21	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.91/1790.21	c   primal LP        :       0.07          0          0       0.00       0.00
1789.91/1790.21	c   dual LP          :     550.25       5266     870645     165.33    1582.28
1789.91/1790.21	c   lex dual LP      :       0.00          0          0       0.00          -
1789.91/1790.21	c   barrier LP       :       0.00          0          0       0.00          -
1789.91/1790.21	c   diving/probing LP:     664.26       1656    1213263     732.65    1826.50
1789.91/1790.21	c   strong branching :     499.52       1441     562475     390.34    1126.04
1789.91/1790.21	c     (at root node) :          -         23      22756     989.39          -
1789.91/1790.21	c   conflict analysis:       0.00          0          0       0.00          -
1789.91/1790.21	c B&B Tree           :
1789.91/1790.21	c   number of runs   :          1
1789.91/1790.21	c   nodes            :       5341
1789.91/1790.21	c   nodes (total)    :       5341
1789.91/1790.21	c   nodes left       :       1739
1789.91/1790.21	c   max depth        :        633
1789.91/1790.21	c   max depth (total):        633
1789.91/1790.21	c   backtracks       :        197 (3.7%)
1789.91/1790.21	c   delayed cutoffs  :       1903
1789.91/1790.21	c   repropagations   :      15422 (26222 domain reductions, 10 cutoffs)
1789.91/1790.21	c   avg switch length:       8.71
1789.91/1790.21	c   switching time   :       3.41
1789.91/1790.21	c Solution           :
1789.91/1790.21	c   Solutions found  :          0 (0 improvements)
1789.91/1790.21	c   Primal Bound     :          -
1789.91/1790.21	c   Dual Bound       : +1.90000000000000e+01
1789.91/1790.21	c   Gap              :   infinite
1789.91/1790.21	c   Root Dual Bound  : +1.80009242144178e+01
1789.91/1790.21	c   Root Iterations  :      24287
1790.01/1790.32	c Time complete: 1790.03.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733909-1338698563/watcher-3733909-1338698563 -o /tmp/evaluation-result-3733909-1338698563/solver-3733909-1338698563 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733909-1338698563.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 16470
/proc/meminfo: memFree=26989312/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=10032 CPUtime=0 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 1773 0 0 0 0 0 0 0 20 0 1 0 335982048 10272768 1720 33554432000 4194304 8395647 140733260073584 140734764475592 5756997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 2554 1724 376 1026 0 1524 0

[startup+0.0427789 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 16470
/proc/meminfo: memFree=26989312/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=12400 CPUtime=0.03 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 2339 0 0 0 3 0 0 0 20 0 1 0 335982048 12697600 2286 33554432000 4194304 8395647 140733260073584 140734764475592 6347101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 3100 2286 393 1026 0 2070 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12400

[startup+0.100147 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 16470
/proc/meminfo: memFree=26989312/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=15032 CPUtime=0.09 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 3023 0 0 0 9 0 0 0 20 0 1 0 335982048 15392768 2970 33554432000 4194304 8395647 140733260073584 140734764475592 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 3758 2970 393 1026 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15032

[startup+0.300138 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 16470
/proc/meminfo: memFree=26989312/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=24832 CPUtime=0.29 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 5444 0 0 0 29 0 0 0 20 0 1 0 335982048 25427968 5391 33554432000 4194304 8395647 140733260073584 140733259938792 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 6208 5391 393 1026 0 5178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24832

[startup+0.700143 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 16470
/proc/meminfo: memFree=26989312/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=64752 CPUtime=0.69 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 15721 0 0 0 67 2 0 0 20 0 1 0 335982048 66306048 15314 33554432000 4194304 8395647 140733260073584 140733259938792 6347101 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 16188 15314 412 1026 0 15158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64752

[startup+1.50018 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26813224/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=185084 CPUtime=1.49 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 45505 0 0 0 143 6 0 0 20 0 1 0 335982048 189526016 44235 33554432000 4194304 8395647 140733260073584 140733260070552 5026706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 46271 44235 490 1026 0 45241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 185084

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26814076/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=185084 CPUtime=3.09 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 45515 0 0 0 303 6 0 0 20 0 1 0 335982048 189526016 44245 33554432000 4194304 8395647 140733260073584 140733260070552 5027348 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 46271 44245 490 1026 0 45241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185084

[startup+6.30012 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26759888/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=245164 CPUtime=6.29 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 58520 0 0 0 621 8 0 0 20 0 1 0 335982048 251047936 57497 33554432000 4194304 8395647 140733260073584 140733260069048 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 61291 57497 569 1026 0 60261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 245164

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26754984/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=247472 CPUtime=12.69 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 59407 0 0 0 1259 10 0 0 20 0 1 0 335982048 253411328 58355 33554432000 4194304 8395647 140733260073584 140733260068104 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 61868 58355 575 1026 0 60838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 247472

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26685668/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=321552 CPUtime=25.48 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 69224 0 0 0 2536 12 0 0 20 0 1 0 335982048 329269248 75980 33554432000 4194304 8395647 140733260073584 140733260068392 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 80388 75980 604 1026 0 79358 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 321552

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26668556/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=51.08 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70430 0 0 0 5093 15 0 0 20 0 1 0 335982048 334483456 77697 33554432000 4194304 8395647 140733260073584 140733260068456 6697342 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 77697 614 1026 0 80631 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 326644

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26655712/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=102.28 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70501 0 0 0 10210 18 0 0 20 0 1 0 335982048 334483456 77768 33554432000 4194304 8395647 140733260073584 140733260067736 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 77768 615 1026 0 80631 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 326644

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16471
/proc/meminfo: memFree=26643172/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=162.26 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70503 0 0 0 16202 24 0 0 20 0 1 0 335982048 334483456 77772 33554432000 4194304 8395647 140733260073584 140733260068456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 77772 615 1026 0 80631 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 326644

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 16472
/proc/meminfo: memFree=26626720/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=222.25 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70505 0 0 0 22195 30 0 0 20 0 1 0 335982048 334483456 78288 33554432000 4194304 8395647 140733260073584 140733260068456 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 78288 615 1026 0 80631 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 326644

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 16473
/proc/meminfo: memFree=26604832/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=282.24 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70520 0 0 0 28184 40 0 0 20 0 1 0 335982048 334483456 79089 33554432000 4194304 8395647 140733260073584 140733260067992 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79089 622 1026 0 80631 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 326644

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 16473
/proc/meminfo: memFree=26583136/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=342.23 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 34170 53 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 326644

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16473
/proc/meminfo: memFree=26554180/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=402.22 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 40156 66 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 326644

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 16476
/proc/meminfo: memFree=26534588/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=462.21 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 46143 78 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260069160 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 326644

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16477
/proc/meminfo: memFree=26516116/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=522.19 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 52132 87 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068824 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 326644

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16553
/proc/meminfo: memFree=26604128/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=582.19 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 58118 101 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260069112 6696112 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 326644

[startup+642.3 s]

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

/proc/meminfo: memFree=26496368/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1002.13 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 100027 186 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260069192 5535967 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 326644

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16557
/proc/meminfo: memFree=26496984/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1062.11 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 106012 199 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 326644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16581
/proc/meminfo: memFree=26496952/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1122.11 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 112004 207 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260069192 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 326644

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16581
/proc/meminfo: memFree=26496464/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1182.1 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 117994 216 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068440 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 326644

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16581
/proc/meminfo: memFree=26496092/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1242.09 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 123978 231 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068456 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 326644

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16581
/proc/meminfo: memFree=26496340/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=326644 CPUtime=1302.08 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 70523 0 0 0 129967 241 0 0 20 0 1 0 335982048 334483456 79368 33554432000 4194304 8395647 140733260073584 140733260068392 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81661 79368 622 1026 0 80631 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 326644

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16581
/proc/meminfo: memFree=26508756/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=316696 CPUtime=1362.07 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 73772 0 0 0 135956 251 0 0 20 0 1 0 335982048 324296704 77107 33554432000 4194304 8395647 140733260073584 140733260069048 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79174 77107 622 1026 0 78144 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 316696

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16582
/proc/meminfo: memFree=26495972/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=325060 CPUtime=1422.07 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 74985 0 0 0 141946 261 0 0 20 0 1 0 335982048 332861440 79342 33554432000 4194304 8395647 140733260073584 140733260068456 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81265 79342 622 1026 0 80235 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 325060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16582
/proc/meminfo: memFree=26500376/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=321016 CPUtime=1482.05 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 84128 0 0 0 147932 273 0 0 20 0 1 0 335982048 328720384 78267 33554432000 4194304 8395647 140733260073584 140733260068184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 80254 78267 622 1026 0 79224 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 321016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16582
/proc/meminfo: memFree=26510488/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=310692 CPUtime=1542.04 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 85860 0 0 0 153922 282 0 0 20 0 1 0 335982048 318148608 75794 33554432000 4194304 8395647 140733260073584 140733260068792 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 77673 75794 622 1026 0 76643 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 310692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16582
/proc/meminfo: memFree=26506088/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=312764 CPUtime=1602.03 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 91086 0 0 0 159908 295 0 0 20 0 1 0 335982048 320270336 76288 33554432000 4194304 8395647 140733260073584 140733260069144 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 78191 76288 622 1026 0 77161 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 312764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16585
/proc/meminfo: memFree=26501992/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=319424 CPUtime=1662.03 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 92240 0 0 0 165893 310 0 0 20 0 1 0 335982048 327090176 77953 33554432000 4194304 8395647 140733260073584 140733260067992 5028126 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79856 77953 622 1026 0 78826 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 319424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16586
/proc/meminfo: memFree=26502000/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=319424 CPUtime=1722.01 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 92240 0 0 0 171881 320 0 0 20 0 1 0 335982048 327090176 77953 33554432000 4194304 8395647 140733260073584 140733260068136 5006645 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79856 77953 622 1026 0 78826 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 319424

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26503304/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=318304 CPUtime=1782.01 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 95729 0 0 0 177867 334 0 0 20 0 1 0 335982048 325943296 77513 33554432000 4194304 8395647 140733260073584 140733260068136 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79576 77513 622 1026 0 78546 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 318304

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26503056/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=318552 CPUtime=1785.2 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 95810 0 0 0 178186 334 0 0 20 0 1 0 335982048 326197248 77594 33554432000 4194304 8395647 140733260073584 140733260068712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79638 77594 622 1026 0 78608 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 318552

[startup+1788.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26503056/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=318552 CPUtime=1788.41 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 95811 0 0 0 178506 335 0 0 20 0 1 0 335982048 326197248 77595 33554432000 4194304 8395647 140733260073584 140733260068712 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 79638 77595 622 1026 0 78608 0
Current children cumulated CPU time (s) 1788.41
Current children cumulated vsize (KiB) 318552

[startup+1789.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26503056/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=324004 CPUtime=1789.2 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 96170 0 0 0 178585 335 0 0 20 0 1 0 335982048 331780096 78465 33554432000 4194304 8395647 140733260073584 140733260069048 6739521 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 81001 78465 622 1026 0 79971 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 324004

[startup+1789.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26500140/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=328976 CPUtime=1789.61 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 97236 0 0 0 178625 336 0 0 20 0 1 0 335982048 336871424 79827 33554432000 4194304 8395647 140733260073584 140733260069048 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 82244 79827 622 1026 0 81214 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 328976

[startup+1790.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 16586
/proc/meminfo: memFree=26500140/32873660 swapFree=7120/7120
[pid=16470] ppid=16468 vsize=328976 CPUtime=1790.01 cores=1,3,5,7
/proc/16470/stat : 16470 (pbscip.linux.x8) R 16468 16470 13836 0 -1 4202496 97639 0 0 0 178665 336 0 0 20 0 1 0 335982048 336871424 80230 33554432000 4194304 8395647 140733260073584 140733260068184 4720809 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16470/statm: 82244 80230 630 1026 0 81214 0
Current children cumulated CPU time (s) 1790.01
Current children cumulated vsize (KiB) 328976

Child status: 0
Real time (s): 1790.33
CPU time (s): 1790.04
CPU user time (s): 1786.67
CPU system time (s): 3.36949
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 336412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.67
system time used= 3.36949
maximum resident set size= 328720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97642
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= 20
involuntary context switches= 1840

runsolver used 2.6566 second user time and 7.2129 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 06:42:43
IDJOB=3733909
IDBENCH=2633
IDSOLVER=2326
FILE ID=node117/3733909-1338698563
RUNJOBID= node117-1338678620-13856
PBS_JOBID= 14636696
Free space on /tmp= 69108 MiB

SOLVER NAME= PB10: 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/golomb-rulers/normalized-OGR_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-3733909-1338698563/watcher-3733909-1338698563 -o /tmp/evaluation-result-3733909-1338698563/solver-3733909-1338698563 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733909-1338698563.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1284211689

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26989584 kB
Buffers:          609328 kB
Cached:          4133976 kB
SwapCached:          776 kB
Active:          2524744 kB
Inactive:        2446700 kB
Active(anon):     213980 kB
Inactive(anon):     9972 kB
Active(file):    2310764 kB
Inactive(file):  2436728 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             16520 kB
Writeback:             0 kB
AnonPages:        334512 kB
Mapped:            15424 kB
Shmem:                80 kB
Slab:             776244 kB
SReclaimable:     220608 kB
SUnreclaim:       555636 kB
KernelStack:        1472 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     339372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69088 MiB
End job on node117 at 2012-06-03 07:12:33