Trace number 3735174

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 1790.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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-3735174-1338704121.opb>
0.79/0.81	c original problem has 13478 variables (13478 bin, 0 int, 0 impl, 0 cont) and 26620 constraints
0.79/0.81	c problem read
0.79/0.81	c presolving settings loaded
0.99/1.01	c presolving:
1.19/1.23	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
1.29/1.34	c (round 2) 1 del vars, 12355 del conss, 1 chg bounds, 194 chg sides, 1392 chg coeffs, 965 upgd conss, 0 impls, 0 clqs
1.49/1.55	c (round 3) 1 del vars, 12355 del conss, 1 chg bounds, 292 chg sides, 2291 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
1.49/1.55	c (round 4) 1 del vars, 12355 del conss, 1 chg bounds, 409 chg sides, 2471 chg coeffs, 1911 upgd conss, 848 impls, 12 clqs
3.39/3.40	c    (2.6s) probing: 122/13477 (0.9%) - 0 fixings, 0 aggregations, 86 implications, 0 bound changes
3.39/3.40	c    (2.6s) probing aborted: 100/100 successive totally useless probings
3.39/3.40	c presolving (5 rounds):
3.39/3.40	c  1 deleted vars, 12355 deleted constraints, 1 tightened bounds, 0 added holes, 409 changed sides, 2482 changed coefficients
3.39/3.40	c  1020 implications, 12 cliques
3.39/3.40	c presolved problem has 13477 variables (13477 bin, 0 int, 0 impl, 0 cont) and 14266 constraints
3.39/3.40	c    1911 constraints of type <knapsack>
3.39/3.40	c       1 constraints of type <setppc>
3.39/3.40	c   12354 constraints of type <linear>
3.39/3.40	c transformed objective value is always integral (scale: 1)
3.39/3.40	c Presolving Time: 2.41
3.39/3.40	c - non default parameters ----------------------------------------------------------------------
3.39/3.40	c # SCIP version 1.2.1.3
3.39/3.40	c 
3.39/3.40	c # frequency for displaying node information lines
3.39/3.40	c # [type: int, range: [-1,2147483647], default: 100]
3.39/3.40	c display/freq = 10000
3.39/3.40	c 
3.39/3.40	c # maximal time in seconds to run
3.39/3.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.40	c limits/time = 1789.2
3.39/3.40	c 
3.39/3.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.39/3.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.39/3.40	c limits/memory = 13950
3.39/3.40	c 
3.39/3.40	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.39/3.40	c # [type: int, range: [1,2], default: 1]
3.39/3.40	c timing/clocktype = 2
3.39/3.40	c 
3.39/3.40	c # should presolving try to simplify inequalities
3.39/3.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.40	c constraints/linear/simplifyinequalities = TRUE
3.39/3.40	c 
3.39/3.40	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.39/3.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.40	c constraints/indicator/addCouplingCons = TRUE
3.39/3.40	c 
3.39/3.40	c # should presolving try to simplify knapsacks
3.39/3.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.39/3.40	c constraints/knapsack/simplifyinequalities = TRUE
3.39/3.40	c 
3.39/3.40	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.39/3.40	c # [type: int, range: [-1,2147483647], default: -1]
3.39/3.40	c separating/rapidlearning/freq = 0
3.39/3.40	c 
3.39/3.40	c -----------------------------------------------------------------------------------------------
3.39/3.40	c start solving
3.39/3.40	c 
6.09/6.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.09/6.13	c   5.3s|     1 |     0 |  6065 |     - | 123M|   0 |4822 |  13k|  14k|  13k|  14k|   0 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
41.89/41.97	c  41.2s|     1 |     0 | 31457 |     - | 124M|   0 |8231 |  13k|  14k|  13k|  14k| 125 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
63.17/63.29	c  62.5s|     1 |     0 | 41853 |     - | 125M|   0 |9002 |  13k|  14k|  13k|  14k| 242 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
87.17/87.27	c  86.5s|     1 |     0 | 51981 |     - | 125M|   0 |8975 |  13k|  14k|  13k|  14k| 379 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
116.07/116.16	c   115s|     1 |     0 | 64018 |     - | 126M|   0 |8532 |  13k|  14k|  13k|  14k| 558 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
153.56/153.61	c   153s|     1 |     0 | 77414 |     - | 126M|   0 |8709 |  13k|  14k|  13k|  14k| 699 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
184.35/184.47	c   184s|     1 |     0 | 87295 |     - | 127M|   0 |9377 |  13k|  14k|  13k|  15k| 845 |   0 |   0 | 1.900000e+02 |      --      |    Inf 
251.53/251.62	c   251s|     1 |     2 | 87295 |     - | 127M|   0 |9377 |  13k|  14k|  13k|  15k| 845 |   0 |  21 | 1.900000e+02 |      --      |    Inf 
1789.79/1790.16	c 
1789.79/1790.16	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.16	c Solving Time (sec) : 1789.35
1789.79/1790.16	c Solving Nodes      : 122
1789.79/1790.16	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.79/1790.16	c Dual Bound         : +1.90000000000000e+02
1789.79/1790.16	c Gap                : infinite
1789.79/1790.16	s UNKNOWN
1789.79/1790.16	c SCIP Status        : solving was interrupted [time limit reached]
1789.79/1790.16	c Solving Time       :    1789.35
1789.79/1790.16	c Original Problem   :
1789.79/1790.16	c   Problem name     : HOME/instance-3735174-1338704121.opb
1789.79/1790.16	c   Variables        : 13478 (13478 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.16	c   Constraints      : 26620 initial, 26620 maximal
1789.79/1790.16	c Presolved Problem  :
1789.79/1790.16	c   Problem name     : t_HOME/instance-3735174-1338704121.opb
1789.79/1790.16	c   Variables        : 13477 (13477 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.79/1790.16	c   Constraints      : 14266 initial, 14351 maximal
1789.79/1790.16	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.79/1790.16	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   probing          :       1.86          0          0          0          0          0          0          0          0
1789.79/1790.16	c   knapsack         :       0.06          0          0          0          0          0          0        215       1090
1789.79/1790.16	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   linear           :       0.43          1          0          0          1          0      12355        194       1392
1789.79/1790.16	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.79/1790.16	c   root node        :          -          0          -          -          0          -          -          -          -
1789.79/1790.16	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.16	c   integral         :          0          0          0        112          0          0         20          0          0        208
1789.79/1790.16	c   knapsack         :       1911          6       1648          0          1          2       4151       1205          0          0
1789.79/1790.16	c   setppc           :          1          6       1432          0          1          0          5          0          0          0
1789.79/1790.16	c   linear           :      12354          6       1646          0          1          2       9360          0          0          0
1789.79/1790.16	c   logicor          :          0+         0        118          0          0          0         19          0          0          0
1789.79/1790.16	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.79/1790.16	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.79/1790.16	c   integral         :     506.87       0.00       0.00     506.87       0.00
1789.79/1790.16	c   knapsack         :       0.39       0.08       0.31       0.00       0.00
1789.79/1790.16	c   setppc           :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.16	c   linear           :       3.86       0.01       3.85       0.00       0.00
1789.79/1790.16	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.79/1790.16	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.79/1790.16	c   vbounds          :       0.00          2          0          0
1789.79/1790.16	c   rootredcost      :       0.00          0          0          0
1789.79/1790.16	c   pseudoobj        :       0.00       1394          0          0
1789.79/1790.16	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.79/1790.16	c   propagation      :       0.00          4          4          9        7.4          0        0.0          -
1789.79/1790.16	c   infeasible LP    :       0.10         71         71         87        7.1          1        9.0          0
1789.79/1790.16	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.16	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.79/1790.16	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.79/1790.16	c   applied globally :          -          -          -         85        6.7          -          -          -
1789.79/1790.16	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.79/1790.16	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.79/1790.16	c   cut pool         :       0.00          5          -          -       1724          -    (maximal pool size: 4205)
1789.79/1790.16	c   redcost          :       0.05        116          0          2          0          0
1789.79/1790.16	c   impliedbounds    :       0.00          6          0          0         30          0
1789.79/1790.16	c   intobj           :       0.00          0          0          0          0          0
1789.79/1790.16	c   cgmip            :       0.00          0          0          0          0          0
1789.79/1790.16	c   gomory           :       8.46          6          0          0         14          0
1789.79/1790.16	c   strongcg         :       8.46          6          0          0         18          0
1789.79/1790.16	c   cmir             :       3.79          6          0          0       3000          0
1789.79/1790.16	c   flowcover        :       4.79          6          0          0       1200          0
1789.79/1790.16	c   clique           :       0.02          6          0          0          4          0
1789.79/1790.16	c   zerohalf         :       0.00          0          0          0          0          0
1789.79/1790.16	c   mcf              :       0.00          1          0          0          0          0
1789.79/1790.16	c   rapidlearning    :       0.00          0          0          0          0          0
1789.79/1790.16	c Pricers            :       Time      Calls       Vars
1789.79/1790.16	c   problem variables:       0.00          0          0
1789.79/1790.16	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.79/1790.16	c   relpscost        :     506.87        112          0         20          0          0        208
1789.79/1790.16	c   pscost           :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   inference        :       0.00          1          0          0          0          0          2
1789.79/1790.16	c   mostinf          :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   leastinf         :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.79/1790.16	c   random           :       0.00          0          0          0          0          0          0
1789.79/1790.16	c Primal Heuristics  :       Time      Calls      Found
1789.79/1790.16	c   LP solutions     :       0.00          -          0
1789.79/1790.16	c   pseudo solutions :       0.00          -          0
1789.79/1790.16	c   oneopt           :       0.00          0          0
1789.79/1790.16	c   crossover        :       0.00          0          0
1789.79/1790.16	c   guideddiving     :       0.00          0          0
1789.79/1790.16	c   pscostdiving     :     122.27          1          0
1789.79/1790.16	c   fracdiving       :      66.38          1          0
1789.79/1790.16	c   linesearchdiving :     100.95          2          0
1789.79/1790.16	c   objpscostdiving  :     131.62          1          0
1789.79/1790.16	c   rootsoldiving    :      40.10          1          0
1789.79/1790.16	c   veclendiving     :       9.84          3          0
1789.79/1790.16	c   feaspump         :      25.93          2          0
1789.79/1790.16	c   trivial          :       0.01          2          0
1789.79/1790.16	c   simplerounding   :       0.00          0          0
1789.79/1790.16	c   zirounding       :       0.06        104          0
1789.79/1790.16	c   rounding         :       0.48        111          0
1789.79/1790.16	c   shifting         :       1.40         14          0
1789.79/1790.16	c   intshifting      :       0.00          0          0
1789.79/1790.16	c   twoopt           :       0.00          0          0
1789.79/1790.16	c   fixandinfer      :       0.00          0          0
1789.79/1790.16	c   coefdiving       :     409.40          1          0
1789.79/1790.16	c   intdiving        :       0.00          0          0
1789.79/1790.16	c   actconsdiving    :       0.00          0          0
1789.79/1790.16	c   octane           :       0.00          0          0
1789.79/1790.16	c   rens             :       0.01          0          0
1789.79/1790.16	c   rins             :       0.00          0          0
1789.79/1790.16	c   localbranching   :       0.00          0          0
1789.79/1790.16	c   mutation         :       0.00          0          0
1789.79/1790.16	c   dins             :       0.00          0          0
1789.79/1790.16	c   undercover       :       0.00          0          0
1789.79/1790.16	c   nlp              :       0.00          0          0
1789.79/1790.16	c   trysol           :       0.00          0          0
1789.79/1790.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.79/1790.16	c   primal LP        :       0.13          0          0       0.00       0.00
1789.79/1790.16	c   dual LP          :     343.34        134     199258    1487.00     580.34
1789.79/1790.16	c   lex dual LP      :       0.00          0          0       0.00          -
1789.79/1790.16	c   barrier LP       :       0.00          0          0       0.00          -
1789.79/1790.16	c   diving/probing LP:     901.52       1184     613371     518.05     680.38
1789.79/1790.16	c   strong branching :     506.77        385     236420     614.08     466.52
1789.79/1790.16	c     (at root node) :          -         21      20047     954.62          -
1789.79/1790.16	c   conflict analysis:       0.00          0          0       0.00          -
1789.79/1790.16	c B&B Tree           :
1789.79/1790.16	c   number of runs   :          1
1789.79/1790.16	c   nodes            :        122
1789.79/1790.16	c   nodes (total)    :        122
1789.79/1790.16	c   nodes left       :         88
1789.79/1790.16	c   max depth        :         62
1789.79/1790.16	c   max depth (total):         62
1789.79/1790.16	c   backtracks       :         17 (13.9%)
1789.79/1790.16	c   delayed cutoffs  :          1
1789.79/1790.16	c   repropagations   :        149 (2074 domain reductions, 1 cutoffs)
1789.79/1790.16	c   avg switch length:       4.78
1789.79/1790.16	c   switching time   :       0.38
1789.79/1790.16	c Solution           :
1789.79/1790.16	c   Solutions found  :          0 (0 improvements)
1789.79/1790.16	c   Primal Bound     :          -
1789.79/1790.16	c   Dual Bound       : +1.90000000000000e+02
1789.79/1790.16	c   Gap              :   infinite
1789.79/1790.16	c   Root Dual Bound  : +1.90000000000000e+02
1789.79/1790.16	c   Root Iterations  :      87295
1789.89/1790.29	c Time complete: 1789.99.

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-3735174-1338704121/watcher-3735174-1338704121 -o /tmp/evaluation-result-3735174-1338704121/solver-3735174-1338704121 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735174-1338704121.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.00 2.00 2.00 3/176 24445
/proc/meminfo: memFree=26994956/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=10216 CPUtime=0 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 1803 0 0 0 0 0 0 0 20 0 1 0 336540640 10461184 1750 33554432000 4194304 8395647 140734712477120 140734712408952 4472706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 2554 1753 393 1026 0 1524 0

[startup+0.099061 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24445
/proc/meminfo: memFree=26994956/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=15148 CPUtime=0.09 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 3032 0 0 0 9 0 0 0 20 0 1 0 336540640 15511552 2979 33554432000 4194304 8395647 140734712477120 140734712408952 7370128 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 3787 2979 393 1026 0 2757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15148

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24445
/proc/meminfo: memFree=26994956/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=15148 CPUtime=0.09 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 3032 0 0 0 9 0 0 0 20 0 1 0 336540640 15511552 2979 33554432000 4194304 8395647 140734712477120 140734712408952 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 3787 2979 393 1026 0 2757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15148

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24445
/proc/meminfo: memFree=26994956/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=26292 CPUtime=0.29 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 5809 0 0 0 28 1 0 0 20 0 1 0 336540640 26923008 5756 33554432000 4194304 8395647 140734712477120 140734712342328 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 6573 5756 393 1026 0 5543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26292

[startup+0.700269 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 24445
/proc/meminfo: memFree=26994956/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=41932 CPUtime=0.68 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 9735 0 0 0 67 1 0 0 20 0 1 0 336540640 42938368 9682 33554432000 4194304 8395647 140734712477120 140734712342328 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 10483 9682 393 1026 0 9453 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41932

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24446
/proc/meminfo: memFree=26804856/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=206668 CPUtime=1.49 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 50828 0 0 0 140 9 0 0 20 0 1 0 336540640 211628032 49612 33554432000 4194304 8395647 140734712477120 140734712474344 4500973 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 51667 49612 488 1026 0 50637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206668

[startup+3.10029 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 24446
/proc/meminfo: memFree=26796192/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=207052 CPUtime=3.09 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 51088 0 0 0 300 9 0 0 20 0 1 0 336540640 212021248 49818 33554432000 4194304 8395647 140734712477120 140734712472920 5006761 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 51763 49818 499 1026 0 50733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207052

[startup+6.30028 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 24446
/proc/meminfo: memFree=26722512/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=291412 CPUtime=6.29 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 68802 0 0 0 616 13 0 0 20 0 1 0 336540640 298405888 68374 33554432000 4194304 8395647 140734712477120 140734712471768 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 72853 68374 582 1026 0 71823 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 291412

[startup+12.7002 s]
/proc/loadavg: 2.20 2.05 2.02 3/177 24446
/proc/meminfo: memFree=26722272/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=291412 CPUtime=12.68 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 68806 0 0 0 1255 13 0 0 20 0 1 0 336540640 298405888 68378 33554432000 4194304 8395647 140734712477120 140734712471640 6708025 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 72853 68378 582 1026 0 71823 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 291412

[startup+25.5002 s]
/proc/loadavg: 2.17 2.05 2.01 3/177 24446
/proc/meminfo: memFree=26718932/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=292540 CPUtime=25.49 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 69233 0 0 0 2534 15 0 0 20 0 1 0 336540640 299560960 68805 33554432000 4194304 8395647 140734712477120 140734712472408 5842705 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 73135 68805 604 1026 0 72105 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 292540

[startup+51.1003 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 24446
/proc/meminfo: memFree=26658360/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=355900 CPUtime=51.08 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 77103 0 0 0 5088 20 0 0 20 0 1 0 336540640 364441600 82316 33554432000 4194304 8395647 140734712477120 140734712471528 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 88975 82316 616 1026 0 87945 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 355900

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 2.01 3/176 24446
/proc/meminfo: memFree=26615488/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=381848 CPUtime=102.28 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 82720 0 0 0 10199 29 0 0 20 0 1 0 336540640 391012352 90291 33554432000 4194304 8395647 140734712477120 140734712471528 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 95462 90291 616 1026 0 94432 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 381848

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 24447
/proc/meminfo: memFree=26576428/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=398372 CPUtime=162.25 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 87590 0 0 0 16189 36 0 0 20 0 1 0 336540640 407932928 95920 33554432000 4194304 8395647 140734712477120 140734712471528 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 99593 95920 616 1026 0 98563 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 398372

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 24447
/proc/meminfo: memFree=26581504/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=382212 CPUtime=222.23 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 111206 0 0 0 22171 52 0 0 20 0 1 0 336540640 391385088 92403 33554432000 4194304 8395647 140734712477120 140734712471992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 95553 92403 624 1026 0 94523 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 382212

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24450
/proc/meminfo: memFree=26573644/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=377644 CPUtime=282.23 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 134562 0 0 0 28157 66 0 0 20 0 1 0 336540640 386707456 91271 33554432000 4194304 8395647 140734712477120 140734712471672 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 94411 91271 625 1026 0 93381 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 377644

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24450
/proc/meminfo: memFree=26568944/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=373428 CPUtime=342.21 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 139893 0 0 0 34151 70 0 0 20 0 1 0 336540640 382390272 89840 33554432000 4194304 8395647 140734712477120 140734712471720 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 93357 89840 625 1026 0 92327 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 373428

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24450
/proc/meminfo: memFree=26555776/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=373428 CPUtime=402.21 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 139898 0 0 0 40145 76 0 0 20 0 1 0 336540640 382390272 89845 33554432000 4194304 8395647 140734712477120 140734712471672 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 93357 89845 625 1026 0 92327 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 373428

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24451
/proc/meminfo: memFree=26533440/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=384200 CPUtime=462.2 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 153544 0 0 0 46133 87 0 0 20 0 1 0 336540640 393420800 93357 33554432000 4194304 8395647 140734712477120 140734712471272 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 96050 93357 625 1026 0 95020 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 384200

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24451
/proc/meminfo: memFree=26522088/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=384200 CPUtime=522.19 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 153610 0 0 0 52127 92 0 0 20 0 1 0 336540640 393420800 93423 33554432000 4194304 8395647 140734712477120 140734712472776 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 96050 93423 630 1026 0 95020 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 384200

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24451
/proc/meminfo: memFree=26509812/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=384200 CPUtime=582.18 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 153610 0 0 0 58120 98 0 0 20 0 1 0 336540640 393420800 93423 33554432000 4194304 8395647 140734712477120 140734712471624 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 96050 93423 630 1026 0 95020 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 384200

[startup+642.3 s]

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

/proc/meminfo: memFree=26458400/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=389800 CPUtime=1062.11 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 200055 0 0 0 106052 159 0 0 20 0 1 0 336540640 399155200 94286 33554432000 4194304 8395647 140734712477120 140734712471608 6721251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 97450 94286 630 1026 0 96420 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 389800

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24456
/proc/meminfo: memFree=26471664/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=367172 CPUtime=1122.09 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 201317 0 0 0 112045 164 0 0 20 0 1 0 336540640 375984128 89027 33554432000 4194304 8395647 140734712477120 140734712471272 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 91793 89027 630 1026 0 90763 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 367172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24457
/proc/meminfo: memFree=26436360/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=392700 CPUtime=1182.09 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 202967 0 0 0 118036 173 0 0 20 0 1 0 336540640 402124800 95203 33554432000 4194304 8395647 140734712477120 140734712472696 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98175 95203 630 1026 0 97145 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 392700

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24457
/proc/meminfo: memFree=26436364/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=388092 CPUtime=1242.08 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 205210 0 0 0 124029 179 0 0 20 0 1 0 336540640 397406208 94397 33554432000 4194304 8395647 140734712477120 140734712472600 6708589 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 97023 94397 630 1026 0 95993 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 388092

[startup+1302.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 24457
/proc/meminfo: memFree=26435000/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=388092 CPUtime=1302.07 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 205210 0 0 0 130025 182 0 0 20 0 1 0 336540640 397406208 94397 33554432000 4194304 8395647 140734712477120 140734712472296 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 97023 94397 630 1026 0 95993 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 388092

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 24458
/proc/meminfo: memFree=26454984/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=370000 CPUtime=1362.06 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 206784 0 0 0 136018 188 0 0 20 0 1 0 336540640 378880000 89029 33554432000 4194304 8395647 140734712477120 140734712472248 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 92500 89029 630 1026 0 91470 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 370000

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24458
/proc/meminfo: memFree=26432712/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=394724 CPUtime=1422.06 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 212248 0 0 0 142011 195 0 0 20 0 1 0 336540640 404197376 94388 33554432000 4194304 8395647 140734712477120 140734712471528 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98681 94388 631 1026 0 97651 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 394724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 24461
/proc/meminfo: memFree=26425924/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=393552 CPUtime=1482.04 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 215180 0 0 0 148004 200 0 0 20 0 1 0 336540640 402997248 95808 33554432000 4194304 8395647 140734712477120 140734712472248 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98388 95808 631 1026 0 97358 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 393552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24461
/proc/meminfo: memFree=26442304/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=378176 CPUtime=1542.03 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 216841 0 0 0 153998 205 0 0 20 0 1 0 336540640 387252224 91620 33554432000 4194304 8395647 140734712477120 140734712472792 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 94544 91620 631 1026 0 93514 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 378176

[startup+1602.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/177 24803
/proc/meminfo: memFree=26564304/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=378176 CPUtime=1602.03 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 217004 0 0 0 159994 209 0 0 20 0 1 0 336540640 387252224 91783 33554432000 4194304 8395647 140734712477120 140734712472088 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 94544 91783 631 1026 0 93514 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 378176

[startup+1662.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 24804
/proc/meminfo: memFree=26546988/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=403004 CPUtime=1662.02 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 219091 0 0 0 165988 214 0 0 20 0 1 0 336540640 412676096 95634 33554432000 4194304 8395647 140734712477120 140734712471528 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 100751 95634 631 1026 0 99721 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 403004

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 24880
/proc/meminfo: memFree=26293548/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=384768 CPUtime=1722.01 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 221590 0 0 0 171980 221 0 0 20 0 1 0 336540640 394002432 93429 33554432000 4194304 8395647 140734712477120 140734712471528 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 96192 93429 631 1026 0 95162 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 384768

[startup+1782.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26543636/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1782 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 177975 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712471272 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 395376

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26541528/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1785.19 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 178294 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712472328 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 395376

[startup+1788.7 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26536252/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1788.39 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 178614 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712471992 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 395376

[startup+1789.5 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26536252/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1789.19 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 178694 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712471528 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 395376

[startup+1789.9 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26536252/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1789.59 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 178734 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712471528 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1789.59
Current children cumulated vsize (KiB) 395376

[startup+1790.1 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26536252/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1789.79 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222105 0 0 0 178754 225 0 0 20 0 1 0 336540640 404865024 94455 33554432000 4194304 8395647 140734712477120 140734712471528 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94455 631 1026 0 97814 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 395376

[startup+1790.2 s]
/proc/loadavg: 2.03 2.00 2.00 3/177 24918
/proc/meminfo: memFree=26536252/32873844 swapFree=7628/7628
[pid=24445] ppid=24443 vsize=395376 CPUtime=1789.89 cores=0,2,4,6
/proc/24445/stat : 24445 (pbscip.linux.x8) R 24443 24445 20882 0 -1 4202496 222111 0 0 0 178764 225 0 0 20 0 1 0 336540640 404865024 94461 33554432000 4194304 8395647 140734712477120 140734712471528 6113865 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24445/statm: 98844 94461 637 1026 0 97814 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 395376

Child status: 0
Real time (s): 1790.3
CPU time (s): 1790
CPU user time (s): 1787.74
CPU system time (s): 2.26566
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 415152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.74
system time used= 2.26565
maximum resident set size= 401392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222116
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= 25
involuntary context switches= 1881

runsolver used 2.69759 second user time and 7.07392 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-03 08:15:21
IDJOB=3735174
IDBENCH=2947
IDSOLVER=2326
FILE ID=node107/3735174-1338704121
RUNJOBID= node107-1338678628-20901
PBS_JOBID= 14636706
Free space on /tmp= 70768 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_20.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-3735174-1338704121/watcher-3735174-1338704121 -o /tmp/evaluation-result-3735174-1338704121/solver-3735174-1338704121 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735174-1338704121.opb -t 1800 -m 15500

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=678801425

node107.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		: 2666.760
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	: 5333.52
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		: 2666.760
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		: 2666.760
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.92
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		: 2666.760
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.91
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		: 2666.760
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		: 2666.760
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		: 2666.760
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.86
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		: 2666.760
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:       32873844 kB
MemFree:        26995600 kB
Buffers:          474780 kB
Cached:          4434560 kB
SwapCached:           76 kB
Active:          1995436 kB
Inactive:        3006472 kB
Active(anon):      83812 kB
Inactive(anon):    11060 kB
Active(file):    1911624 kB
Inactive(file):  2995412 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             17508 kB
Writeback:             0 kB
AnonPages:         62484 kB
Mapped:            16948 kB
Shmem:               184 kB
Slab:             735064 kB
SReclaimable:     177588 kB
SUnreclaim:       557476 kB
KernelStack:        1480 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70756 MiB
End job on node107 at 2012-06-03 08:45:11