Trace number 3735064

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? 1789.84 1790.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark214
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
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 constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-3735064-1338703354.opb>
0.28/0.30	c original problem has 5570 variables (5570 bin, 0 int, 0 impl, 0 cont) and 10896 constraints
0.28/0.30	c problem read
0.28/0.30	c presolving settings loaded
0.28/0.38	c presolving:
0.38/0.45	c (round 1) 2 del vars, 1 del conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.38/0.49	c (round 2) 2 del vars, 5209 del conss, 2 chg bounds, 120 chg sides, 350 chg coeffs, 247 upgd conss, 0 impls, 0 clqs
0.49/0.52	c (round 3) 2 del vars, 5209 del conss, 2 chg bounds, 148 chg sides, 588 chg coeffs, 479 upgd conss, 62 impls, 0 clqs
1.29/1.33	c    (1.0s) probing: 180/5568 (3.2%) - 0 fixings, 0 aggregations, 4 implications, 0 bound changes
1.29/1.33	c    (1.0s) probing aborted: 100/100 successive totally useless probings
1.48/1.53	c presolving (4 rounds):
1.48/1.53	c  2 deleted vars, 5209 deleted constraints, 2 tightened bounds, 0 added holes, 148 changed sides, 588 changed coefficients
1.48/1.53	c  72 implications, 0 cliques
1.48/1.53	c presolved problem has 5568 variables (5568 bin, 0 int, 0 impl, 0 cont) and 5687 constraints
1.48/1.53	c     479 constraints of type <knapsack>
1.48/1.53	c    5208 constraints of type <linear>
1.48/1.53	c transformed objective value is always integral (scale: 1)
1.48/1.53	c Presolving Time: 0.96
1.48/1.53	c - non default parameters ----------------------------------------------------------------------
1.48/1.53	c # SCIP version 1.2.1.3
1.48/1.53	c 
1.48/1.53	c # frequency for displaying node information lines
1.48/1.53	c # [type: int, range: [-1,2147483647], default: 100]
1.48/1.53	c display/freq = 10000
1.48/1.53	c 
1.48/1.53	c # maximal time in seconds to run
1.48/1.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.48/1.53	c limits/time = 1789.71
1.48/1.53	c 
1.48/1.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.48/1.53	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.48/1.53	c limits/memory = 13950
1.48/1.53	c 
1.48/1.53	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.48/1.53	c # [type: int, range: [1,2], default: 1]
1.48/1.53	c timing/clocktype = 2
1.48/1.53	c 
1.48/1.53	c # should presolving try to simplify inequalities
1.48/1.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.53	c constraints/linear/simplifyinequalities = TRUE
1.48/1.53	c 
1.48/1.53	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.48/1.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.53	c constraints/indicator/addCouplingCons = TRUE
1.48/1.53	c 
1.48/1.53	c # should presolving try to simplify knapsacks
1.48/1.53	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.48/1.53	c constraints/knapsack/simplifyinequalities = TRUE
1.48/1.53	c 
1.48/1.53	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.48/1.53	c # [type: int, range: [-1,2147483647], default: -1]
1.48/1.53	c separating/rapidlearning/freq = 0
1.48/1.53	c 
1.48/1.53	c -----------------------------------------------------------------------------------------------
1.48/1.53	c start solving
1.48/1.53	c 
1.48/1.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.48/1.58	c   1.3s|     1 |     0 |  1835 |     - |  46M|   0 |1478 |5568 |5687 |5568 |5687 |   0 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
7.89/7.98	c   7.7s|     1 |     0 | 11445 |     - |  47M|   0 |2840 |5568 |5687 |5568 |5802 | 115 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
10.29/10.33	c  10.0s|     1 |     0 | 14392 |     - |  48M|   0 |3425 |5568 |5687 |5568 |5925 | 238 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
13.29/13.30	c  13.0s|     1 |     0 | 17560 |     - |  48M|   0 |3450 |5568 |5687 |5568 |6052 | 365 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
17.08/17.13	c  16.8s|     1 |     0 | 21346 |     - |  49M|   0 |3496 |5568 |5687 |5568 |6216 | 529 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
21.78/21.85	c  21.6s|     1 |     0 | 25902 |     - |  49M|   0 |3250 |5568 |5687 |5568 |6385 | 698 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
26.29/26.32	c  26.0s|     1 |     0 | 29929 |     - |  50M|   0 |3415 |5568 |5687 |5568 |6545 | 858 |   0 |   0 | 1.200000e+02 |      --      |    Inf 
40.98/41.05	c  40.8s|     1 |     2 | 29929 |     - |  50M|   0 |3415 |5568 |5687 |5568 |6545 | 858 |   0 |  17 | 1.200000e+02 |      --      |    Inf 
1789.69/1790.04	c 
1789.69/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.04	c Solving Time (sec) : 1789.74
1789.69/1790.04	c Solving Nodes      : 4392
1789.69/1790.04	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.69/1790.04	c Dual Bound         : +1.20000000000000e+02
1789.69/1790.04	c Gap                : infinite
1789.69/1790.04	s UNKNOWN
1789.69/1790.04	c SCIP Status        : solving was interrupted [time limit reached]
1789.69/1790.04	c Solving Time       :    1789.74
1789.69/1790.04	c Original Problem   :
1789.69/1790.04	c   Problem name     : HOME/instance-3735064-1338703354.opb
1789.69/1790.04	c   Variables        : 5570 (5570 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.04	c   Constraints      : 10896 initial, 10896 maximal
1789.69/1790.04	c Presolved Problem  :
1789.69/1790.04	c   Problem name     : t_HOME/instance-3735064-1338703354.opb
1789.69/1790.04	c   Variables        : 5568 (5568 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.69/1790.04	c   Constraints      : 5687 initial, 7809 maximal
1789.69/1790.04	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.69/1790.04	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   probing          :       0.80          0          0          0          0          0          0          0          0
1789.69/1790.04	c   knapsack         :       0.01          0          0          0          0          0          0         28        238
1789.69/1790.04	c   linear           :       0.13          2          0          0          2          0       5209        120        350
1789.69/1790.04	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.69/1790.04	c   root node        :          -          0          -          -          0          -          -          -          -
1789.69/1790.04	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.04	c   integral         :          0          0          0       3696          0          9       1502          0          0       6722
1789.69/1790.04	c   knapsack         :        479          6      22544          0          0        130      34679        601          0          0
1789.69/1790.04	c   linear           :       5208          6      22414          0          0        391     678550          0          0          0
1789.69/1790.04	c   logicor          :          0+         0      10010          0          0         65       6558          0          0          0
1789.69/1790.04	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.69/1790.04	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.69/1790.04	c   integral         :     559.36       0.00       0.00     559.36       0.00
1789.69/1790.04	c   knapsack         :       2.91       0.04       2.87       0.00       0.00
1789.69/1790.04	c   linear           :      34.89       0.00      34.89       0.00       0.00
1789.69/1790.04	c   logicor          :       0.68       0.00       0.68       0.00       0.00
1789.69/1790.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.69/1790.04	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.69/1790.04	c   vbounds          :       0.01          2          0          0
1789.69/1790.04	c   rootredcost      :       0.01          0          0          0
1789.69/1790.04	c   pseudoobj        :       0.02      22182          0          0
1789.69/1790.04	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.69/1790.04	c   propagation      :       0.05        586        586       4745       39.4         56       19.4          -
1789.69/1790.04	c   infeasible LP    :       1.25       1701       1701       3854       22.1        115       16.3          0
1789.69/1790.04	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.04	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.69/1790.04	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.69/1790.04	c   applied globally :          -          -          -       5073       23.6          -          -          -
1789.69/1790.04	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.69/1790.04	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.69/1790.04	c   cut pool         :       0.00          5          -          -       1144          -    (maximal pool size: 4054)
1789.69/1790.04	c   redcost          :       0.32       3700          0         12          0          0
1789.69/1790.04	c   impliedbounds    :       0.00          6          0          0          0          0
1789.69/1790.04	c   intobj           :       0.00          0          0          0          0          0
1789.69/1790.04	c   cgmip            :       0.00          0          0          0          0          0
1789.69/1790.04	c   gomory           :       1.69          6          0          0          1          0
1789.69/1790.04	c   strongcg         :       1.68          6          0          0          0          0
1789.69/1790.04	c   cmir             :       1.61          6          0          0       3000          0
1789.69/1790.04	c   flowcover        :       1.01          6          0          0       1200          0
1789.69/1790.04	c   clique           :       0.00          1          0          0          0          0
1789.69/1790.04	c   zerohalf         :       0.00          0          0          0          0          0
1789.69/1790.04	c   mcf              :       0.00          1          0          0          0          0
1789.69/1790.04	c   rapidlearning    :       0.43          1          0          0          0          0
1789.69/1790.04	c Pricers            :       Time      Calls       Vars
1789.69/1790.04	c   problem variables:       0.00          0          0
1789.69/1790.04	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.69/1790.04	c   relpscost        :     559.36       3696          9       1502          0          0       6722
1789.69/1790.04	c   pscost           :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   inference        :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   mostinf          :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   leastinf         :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.69/1790.04	c   random           :       0.00          0          0          0          0          0          0
1789.69/1790.04	c Primal Heuristics  :       Time      Calls      Found
1789.69/1790.04	c   LP solutions     :       0.00          -          0
1789.69/1790.04	c   pseudo solutions :       0.00          -          0
1789.69/1790.04	c   oneopt           :       0.00          0          0
1789.69/1790.04	c   crossover        :       0.00          0          0
1789.69/1790.04	c   intshifting      :       0.00          0          0
1789.69/1790.04	c   fracdiving       :     113.49          7          0
1789.69/1790.04	c   coefdiving       :     160.27          8          0
1789.69/1790.04	c   linesearchdiving :      26.20         17          0
1789.69/1790.04	c   veclendiving     :      36.55         17          0
1789.69/1790.04	c   feaspump         :      29.68          9          0
1789.69/1790.04	c   objpscostdiving  :      22.35          9          0
1789.69/1790.04	c   rootsoldiving    :      10.02          9          0
1789.69/1790.04	c   pscostdiving     :      43.31         18          0
1789.69/1790.04	c   trivial          :       0.00          2          0
1789.69/1790.04	c   simplerounding   :       0.00          0          0
1789.69/1790.04	c   zirounding       :       0.17       1000          0
1789.69/1790.04	c   rounding         :       1.00        824          0
1789.69/1790.04	c   shifting         :       6.50        232          0
1789.69/1790.04	c   twoopt           :       0.00          0          0
1789.69/1790.04	c   fixandinfer      :       0.00          0          0
1789.69/1790.04	c   intdiving        :       0.00          0          0
1789.69/1790.04	c   actconsdiving    :       0.00          0          0
1789.69/1790.04	c   guideddiving     :       0.00          0          0
1789.69/1790.04	c   octane           :       0.00          0          0
1789.69/1790.04	c   rens             :       0.01          0          0
1789.69/1790.04	c   rins             :       0.00          0          0
1789.69/1790.04	c   localbranching   :       0.00          0          0
1789.69/1790.04	c   mutation         :       0.00          0          0
1789.69/1790.04	c   dins             :       0.00          0          0
1789.69/1790.04	c   undercover       :       0.00          0          0
1789.69/1790.04	c   nlp              :       0.00          0          0
1789.69/1790.04	c   trysol           :       0.00          0          0
1789.69/1790.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.69/1790.04	c   primal LP        :       0.03          0          0       0.00       0.00
1789.69/1790.04	c   dual LP          :     726.54       4377    2576539     588.65    3546.30
1789.69/1790.04	c   lex dual LP      :       0.00          0          0       0.00          -
1789.69/1790.04	c   barrier LP       :       0.00          0          0       0.00          -
1789.69/1790.04	c   diving/probing LP:     429.87       4410    1208914     274.13    2812.26
1789.69/1790.04	c   strong branching :     557.59       3156    1407942     446.12    2525.06
1789.69/1790.04	c     (at root node) :          -         17      16501     970.65          -
1789.69/1790.04	c   conflict analysis:       0.00          0          0       0.00          -
1789.69/1790.04	c B&B Tree           :
1789.69/1790.04	c   number of runs   :          1
1789.69/1790.04	c   nodes            :       4392
1789.69/1790.04	c   nodes (total)    :       4392
1789.69/1790.04	c   nodes left       :       2129
1789.69/1790.04	c   max depth        :        145
1789.69/1790.04	c   max depth (total):        145
1789.69/1790.04	c   backtracks       :        503 (11.5%)
1789.69/1790.04	c   delayed cutoffs  :        202
1789.69/1790.04	c   repropagations   :       6273 (202881 domain reductions, 133 cutoffs)
1789.69/1790.04	c   avg switch length:       6.80
1789.69/1790.04	c   switching time   :       7.23
1789.69/1790.04	c Solution           :
1789.69/1790.04	c   Solutions found  :          0 (0 improvements)
1789.69/1790.04	c   Primal Bound     :          -
1789.69/1790.04	c   Dual Bound       : +1.20000000000000e+02
1789.69/1790.04	c   Gap              :   infinite
1789.69/1790.04	c   Root Dual Bound  : +1.20000000000000e+02
1789.69/1790.04	c   Root Iterations  :      29929
1789.79/1790.13	c Time complete: 1789.82.

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

running on 4 cores: 0,2,4,6

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.17 2.10 2.03 2/176 17166
/proc/meminfo: memFree=27025524/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=10212 CPUtime=0 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 1808 0 0 0 0 0 0 0 20 0 1 0 336461150 10457088 1754 33554432000 4194304 8395647 140736164101504 140733474601656 7355228 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 2553 1754 393 1026 0 1523 0

[startup+0.0677151 s]
/proc/loadavg: 2.17 2.10 2.03 2/176 17166
/proc/meminfo: memFree=27025524/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=14156 CPUtime=0.06 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 2790 0 0 0 6 0 0 0 20 0 1 0 336461150 14495744 2736 33554432000 4194304 8395647 140736164101504 140733474601656 7324688 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 3539 2736 393 1026 0 2509 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14156

[startup+0.100159 s]
/proc/loadavg: 2.17 2.10 2.03 2/176 17166
/proc/meminfo: memFree=27025524/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=14876 CPUtime=0.09 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 2986 0 0 0 9 0 0 0 20 0 1 0 336461150 15233024 2932 33554432000 4194304 8395647 140736164101504 140733474601656 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 3719 2932 393 1026 0 2689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14876

[startup+0.300147 s]
/proc/loadavg: 2.17 2.10 2.03 2/176 17166
/proc/meminfo: memFree=27025524/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=27792 CPUtime=0.28 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 6207 0 0 0 28 0 0 0 20 0 1 0 336461150 28459008 6153 33554432000 4194304 8395647 140736164101504 140736163966712 7430272 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 6948 6153 393 1026 0 5918 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27792

[startup+0.700185 s]
/proc/loadavg: 2.17 2.10 2.03 2/176 17166
/proc/meminfo: memFree=27025524/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=114172 CPUtime=0.69 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 26808 0 0 0 65 4 0 0 20 0 1 0 336461150 116912128 26400 33554432000 4194304 8395647 140736164101504 140736164097304 5026592 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 28543 26400 492 1026 0 27513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114172

[startup+1.50016 s]
/proc/loadavg: 2.17 2.10 2.03 3/177 17167
/proc/meminfo: memFree=26922144/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=140280 CPUtime=1.48 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 33343 0 0 0 144 4 0 0 20 0 1 0 336461150 143646720 31854 33554432000 4194304 8395647 140736164101504 140736164097304 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 35070 31854 571 1026 0 34040 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 140280

[startup+3.10018 s]
/proc/loadavg: 2.23 2.12 2.03 3/177 17167
/proc/meminfo: memFree=26897600/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=140896 CPUtime=3.09 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 33840 0 0 0 304 5 0 0 20 0 1 0 336461150 144277504 32350 33554432000 4194304 8395647 140736164101504 140736164096024 7428202 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 35224 32350 577 1026 0 34194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140896

[startup+6.3002 s]
/proc/loadavg: 2.23 2.12 2.03 3/177 17167
/proc/meminfo: memFree=26896988/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=141144 CPUtime=6.28 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 34261 0 0 0 623 5 0 0 20 0 1 0 336461150 144531456 32582 33554432000 4194304 8395647 140736164101504 140736164096792 6201820 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 35286 32582 598 1026 0 34256 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 141144

[startup+12.7002 s]
/proc/loadavg: 2.20 2.11 2.03 3/177 17167
/proc/meminfo: memFree=26869284/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=172240 CPUtime=12.68 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 57305 0 0 0 1256 12 0 0 20 0 1 0 336461150 176373760 39543 33554432000 4194304 8395647 140736164101504 140736164095912 6721235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 43060 39543 618 1026 0 42030 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 172240

[startup+25.5002 s]
/proc/loadavg: 2.17 2.11 2.03 3/177 17167
/proc/meminfo: memFree=26850628/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=189600 CPUtime=25.48 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 61587 0 0 0 2532 16 0 0 20 0 1 0 336461150 194150400 44270 33554432000 4194304 8395647 140736164101504 140736164095912 6721240 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/17166/statm: 47400 44270 619 1026 0 46370 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 189600

[startup+51.1002 s]
/proc/loadavg: 2.11 2.10 2.03 3/177 17167
/proc/meminfo: memFree=26852736/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184760 CPUtime=51.08 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 89588 0 0 0 5081 27 0 0 20 0 1 0 336461150 189194240 43369 33554432000 4194304 8395647 140736164101504 140736164096376 6721209 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46190 43369 621 1026 0 45160 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 184760

[startup+102.306 s]
/proc/loadavg: 2.17 2.11 2.03 3/177 17167
/proc/meminfo: memFree=26852916/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184720 CPUtime=102.27 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 92425 0 0 0 10191 36 0 0 20 0 1 0 336461150 189153280 43140 33554432000 4194304 8395647 140736164101504 140736164096376 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46180 43140 621 1026 0 45150 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 184720

[startup+162.3 s]
/proc/loadavg: 2.06 2.09 2.03 3/177 17167
/proc/meminfo: memFree=26838208/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184720 CPUtime=162.25 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 92595 0 0 0 16176 49 0 0 20 0 1 0 336461150 189153280 44635 33554432000 4194304 8395647 140736164101504 140736164096008 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46180 44635 626 1026 0 45150 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 184720

[startup+222.3 s]
/proc/loadavg: 2.08 2.09 2.03 3/177 17167
/proc/meminfo: memFree=26832260/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184720 CPUtime=222.24 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 92599 0 0 0 22159 65 0 0 20 0 1 0 336461150 189153280 44914 33554432000 4194304 8395647 140736164101504 140736164096376 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46180 44914 628 1026 0 45150 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 184720

[startup+282.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/177 17168
/proc/meminfo: memFree=26833936/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=181220 CPUtime=282.24 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 94772 0 0 0 28143 81 0 0 20 0 1 0 336461150 185569280 43608 33554432000 4194304 8395647 140736164101504 140736164096376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 45305 43608 628 1026 0 44275 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 181220

[startup+342.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/177 17168
/proc/meminfo: memFree=26828748/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184756 CPUtime=342.23 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 95316 0 0 0 34128 95 0 0 20 0 1 0 336461150 189190144 44640 33554432000 4194304 8395647 140736164101504 140736164097176 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46189 44640 628 1026 0 45159 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 184756

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/177 17168
/proc/meminfo: memFree=26826512/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184756 CPUtime=402.21 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 95629 0 0 0 40113 108 0 0 20 0 1 0 336461150 189190144 44950 33554432000 4194304 8395647 140736164101504 140736164096808 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46189 44950 628 1026 0 45159 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 184756

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 17171
/proc/meminfo: memFree=26826824/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184756 CPUtime=462.21 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 95629 0 0 0 46094 127 0 0 20 0 1 0 336461150 189190144 44950 33554432000 4194304 8395647 140736164101504 140736164096376 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46189 44950 628 1026 0 45159 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 184756

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 17171
/proc/meminfo: memFree=26826964/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184756 CPUtime=522.2 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 95629 0 0 0 52070 150 0 0 20 0 1 0 336461150 189190144 44950 33554432000 4194304 8395647 140736164101504 140736164096632 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46189 44950 628 1026 0 45159 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 184756

[startup+582.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 17172
/proc/meminfo: memFree=26827096/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=184756 CPUtime=582.19 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 95629 0 0 0 58045 174 0 0 20 0 1 0 336461150 189190144 44950 33554432000 4194304 8395647 140736164101504 140736164096632 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 46189 44950 628 1026 0 45159 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 184756

[startup+642.3 s]

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

/proc/meminfo: memFree=26893452/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=203384 CPUtime=1002.12 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 165354 0 0 0 99892 320 0 0 20 0 1 0 336461150 208265216 48885 33554432000 4194304 8395647 140736164101504 140736164096968 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 50846 48885 628 1026 0 49816 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 203384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 17214
/proc/meminfo: memFree=26890656/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=203456 CPUtime=1062.11 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 190701 0 0 0 105868 343 0 0 20 0 1 0 336461150 208338944 49609 33554432000 4194304 8395647 140736164101504 140736164096728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 50864 49609 628 1026 0 49834 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 203456

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17214
/proc/meminfo: memFree=26888584/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=205284 CPUtime=1122.1 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 191184 0 0 0 111848 362 0 0 20 0 1 0 336461150 210210816 50092 33554432000 4194304 8395647 140736164101504 140736164096728 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 51321 50092 628 1026 0 50291 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 205284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17215
/proc/meminfo: memFree=26888468/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=205288 CPUtime=1182.09 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 204446 0 0 0 117827 382 0 0 20 0 1 0 336461150 210214912 50073 33554432000 4194304 8395647 140736164101504 140736164096376 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 51322 50073 628 1026 0 50292 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 205288

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17215
/proc/meminfo: memFree=26888660/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=203968 CPUtime=1242.08 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 223482 0 0 0 123800 408 0 0 20 0 1 0 336461150 208863232 49301 33554432000 4194304 8395647 140736164101504 140736164096968 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 50992 49301 628 1026 0 49962 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 203968

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17215
/proc/meminfo: memFree=26882700/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=204300 CPUtime=1302.08 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 233769 0 0 0 129778 430 0 0 20 0 1 0 336461150 209203200 49846 33554432000 4194304 8395647 140736164101504 140736164096104 6721251 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 51075 49846 628 1026 0 50045 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 204300

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 17215
/proc/meminfo: memFree=26884048/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=206060 CPUtime=1362.06 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 236223 0 0 0 135757 449 0 0 20 0 1 0 336461150 211005440 49837 33554432000 4194304 8395647 140736164101504 140736164096712 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 51515 49837 628 1026 0 50485 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 206060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 17215
/proc/meminfo: memFree=26877240/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=207020 CPUtime=1422.05 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 236916 0 0 0 141734 471 0 0 20 0 1 0 336461150 211988480 50525 33554432000 4194304 8395647 140736164101504 140736164096632 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 51755 50525 628 1026 0 50725 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 207020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17217
/proc/meminfo: memFree=26876984/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=208176 CPUtime=1482.03 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 242987 0 0 0 147708 495 0 0 20 0 1 0 336461150 213172224 50730 33554432000 4194304 8395647 140736164101504 140736164096632 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 52044 50730 628 1026 0 51014 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 208176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17218
/proc/meminfo: memFree=26864716/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=211472 CPUtime=1542.02 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 247409 0 0 0 153683 519 0 0 20 0 1 0 336461150 216547328 51614 33554432000 4194304 8395647 140736164101504 140736164095912 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 52868 51614 628 1026 0 51838 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 211472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17218
/proc/meminfo: memFree=26863104/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=213644 CPUtime=1602.02 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 254525 0 0 0 159664 538 0 0 20 0 1 0 336461150 218771456 52183 33554432000 4194304 8395647 140736164101504 140736164096632 6721240 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53411 52183 628 1026 0 52381 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 213644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 17221
/proc/meminfo: memFree=26856400/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=217148 CPUtime=1662 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 264088 0 0 0 165640 560 0 0 20 0 1 0 336461150 222359552 52974 33554432000 4194304 8395647 140736164101504 140736164096632 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 54287 52974 628 1026 0 53257 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 217148

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 17221
/proc/meminfo: memFree=26861896/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=213836 CPUtime=1722 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 277104 0 0 0 171615 585 0 0 20 0 1 0 336461150 218968064 52220 33554432000 4194304 8395647 140736164101504 140736164096632 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53459 52220 628 1026 0 52429 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 213836

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17221
/proc/meminfo: memFree=26848736/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1781.99 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280721 0 0 0 177591 608 0 0 20 0 1 0 336461150 219488256 52319 33554432000 4194304 8395647 140736164101504 140736164096632 6721235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52319 628 1026 0 52556 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 214344

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/176 17221
/proc/meminfo: memFree=26847380/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1785.19 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280721 0 0 0 177910 609 0 0 20 0 1 0 336461150 219488256 52319 33554432000 4194304 8395647 140736164101504 140736164097112 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52319 628 1026 0 52556 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 214344

[startup+1788.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17222
/proc/meminfo: memFree=26850720/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1788.39 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280757 0 0 0 178229 610 0 0 20 0 1 0 336461150 219488256 52355 33554432000 4194304 8395647 140736164101504 140736164096312 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52355 628 1026 0 52556 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 214344

[startup+1789.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17222
/proc/meminfo: memFree=26850720/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1789.18 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280757 0 0 0 178308 610 0 0 20 0 1 0 336461150 219488256 52355 33554432000 4194304 8395647 140736164101504 140736164096968 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52355 628 1026 0 52556 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 214344

[startup+1789.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17222
/proc/meminfo: memFree=26850224/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1789.59 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280757 0 0 0 178348 611 0 0 20 0 1 0 336461150 219488256 52355 33554432000 4194304 8395647 140736164101504 140736164096968 7428202 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52355 628 1026 0 52556 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 214344

[startup+1790.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 17222
/proc/meminfo: memFree=26850224/32873660 swapFree=7120/7120
[pid=17166] ppid=17164 vsize=214344 CPUtime=1789.79 cores=0,2,4,6
/proc/17166/stat : 17166 (pbscip.linux.x8) R 17164 17166 13836 0 -1 4202496 280759 0 0 0 178368 611 0 0 20 0 1 0 336461150 219488256 52357 33554432000 4194304 8395647 140736164101504 140736164096968 6345708 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17166/statm: 53586 52357 630 1026 0 52556 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 214344

Child status: 0
Real time (s): 1790.14
CPU time (s): 1789.84
CPU user time (s): 1783.72
CPU system time (s): 6.11607
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 221776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.72
system time used= 6.11607
maximum resident set size= 215384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280762
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= 39
involuntary context switches= 1996

runsolver used 2.58861 second user time and 7.17891 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 08:02:34
IDJOB=3735064
IDBENCH=2937
IDSOLVER=2326
FILE ID=node117/3735064-1338703354
RUNJOBID= node117-1338678620-13855
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/bounded_golomb_rulers/normalized-bogr_16.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-3735064-1338703354/watcher-3735064-1338703354 -o /tmp/evaluation-result-3735064-1338703354/solver-3735064-1338703354 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735064-1338703354.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=284447741

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:        27025524 kB
Buffers:          612160 kB
Cached:          4131340 kB
SwapCached:          776 kB
Active:          2485436 kB
Inactive:        2447992 kB
Active(anon):     176000 kB
Inactive(anon):     9972 kB
Active(file):    2309436 kB
Inactive(file):  2438020 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:             12820 kB
Writeback:             0 kB
AnonPages:        210556 kB
Mapped:            14928 kB
Shmem:                80 kB
Slab:             776400 kB
SReclaimable:     220808 kB
SUnreclaim:       555592 kB
KernelStack:        1472 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     298788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 69100 MiB
End job on node117 at 2012-06-03 08:32:24