Trace number 3735031

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.99 1790.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3735031-1338703132.opb>
0.58/0.65	c original problem has 10998 variables (10998 bin, 0 int, 0 impl, 0 cont) and 21679 constraints
0.58/0.65	c problem read
0.58/0.65	c presolving settings loaded
0.79/0.82	c presolving:
0.89/0.96	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.99/1.03	c (round 2) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1193 chg coeffs, 903 upgd conss, 0 impls, 0 clqs
1.09/1.12	c (round 3) 1 del vars, 9946 del conss, 1 chg bounds, 22 chg sides, 1194 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
1.09/1.15	c (round 4) 1 del vars, 9946 del conss, 1 chg bounds, 66 chg sides, 1356 chg coeffs, 1788 upgd conss, 748 impls, 12 clqs
2.68/2.73	c    (2.1s) probing: 120/10997 (1.1%) - 0 fixings, 0 aggregations, 133 implications, 0 bound changes
2.68/2.73	c    (2.1s) probing aborted: 100/100 successive totally useless probings
2.68/2.73	c presolving (5 rounds):
2.68/2.73	c  1 deleted vars, 9946 deleted constraints, 1 tightened bounds, 0 added holes, 66 changed sides, 1364 changed coefficients
2.68/2.73	c  1014 implications, 12 cliques
2.68/2.73	c presolved problem has 10997 variables (10997 bin, 0 int, 0 impl, 0 cont) and 11733 constraints
2.68/2.73	c    1788 constraints of type <knapsack>
2.68/2.73	c    9945 constraints of type <linear>
2.68/2.73	c transformed objective value is always integral (scale: 1)
2.68/2.73	c Presolving Time: 1.93
2.68/2.73	c - non default parameters ----------------------------------------------------------------------
2.68/2.73	c # SCIP version 1.2.1.3
2.68/2.73	c 
2.68/2.73	c # frequency for displaying node information lines
2.68/2.73	c # [type: int, range: [-1,2147483647], default: 100]
2.68/2.73	c display/freq = 10000
2.68/2.73	c 
2.68/2.73	c # maximal time in seconds to run
2.68/2.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.73	c limits/time = 1789.35
2.68/2.73	c 
2.68/2.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.68/2.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.68/2.73	c limits/memory = 13950
2.68/2.73	c 
2.68/2.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.68/2.73	c # [type: int, range: [1,2], default: 1]
2.68/2.73	c timing/clocktype = 2
2.68/2.73	c 
2.68/2.73	c # should presolving try to simplify inequalities
2.68/2.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.73	c constraints/linear/simplifyinequalities = TRUE
2.68/2.73	c 
2.68/2.73	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.68/2.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.73	c constraints/indicator/addCouplingCons = TRUE
2.68/2.73	c 
2.68/2.73	c # should presolving try to simplify knapsacks
2.68/2.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.68/2.73	c constraints/knapsack/simplifyinequalities = TRUE
2.68/2.73	c 
2.68/2.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.68/2.73	c # [type: int, range: [-1,2147483647], default: -1]
2.68/2.73	c separating/rapidlearning/freq = 0
2.68/2.73	c 
2.68/2.73	c -----------------------------------------------------------------------------------------------
2.68/2.73	c start solving
2.68/2.73	c 
4.30/4.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.30/4.39	c   3.7s|     1 |     0 |  4884 |     - | 103M|   0 |3905 |  10k|  11k|  10k|  11k|   0 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
16.18/16.28	c  15.6s|     1 |     0 | 13867 |     - | 104M|   0 |4552 |  10k|  11k|  10k|  11k| 117 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
33.08/33.11	c  32.5s|     1 |     0 | 27675 |     - | 104M|   0 |6635 |  10k|  11k|  10k|  11k| 223 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
49.88/49.92	c  49.3s|     1 |     0 | 38177 |     - | 105M|   0 |7378 |  10k|  11k|  10k|  12k| 342 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
69.29/69.35	c  68.7s|     1 |     0 | 49278 |     - | 106M|   0 |7423 |  10k|  11k|  10k|  12k| 457 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
86.38/86.40	c  85.8s|     1 |     0 | 56944 |     - | 106M|   0 |7466 |  10k|  11k|  10k|  12k| 601 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
112.27/112.32	c   112s|     1 |     0 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |   0 | 1.710000e+02 |      --      |    Inf 
170.37/170.45	c   170s|     1 |     2 | 67992 |     - | 107M|   0 |7261 |  10k|  11k|  10k|  12k| 741 |   0 |  25 | 1.710000e+02 |      --      |    Inf 
1789.80/1790.12	c 
1789.80/1790.12	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.12	c Solving Time (sec) : 1789.47
1789.80/1790.12	c Solving Nodes      : 406
1789.80/1790.12	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.80/1790.12	c Dual Bound         : +1.71000000000000e+02
1789.80/1790.12	c Gap                : infinite
1789.80/1790.12	s UNKNOWN
1789.80/1790.12	c SCIP Status        : solving was interrupted [time limit reached]
1789.80/1790.12	c Solving Time       :    1789.47
1789.80/1790.12	c Original Problem   :
1789.80/1790.12	c   Problem name     : HOME/instance-3735031-1338703132.opb
1789.80/1790.12	c   Variables        : 10998 (10998 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.12	c   Constraints      : 21679 initial, 21679 maximal
1789.80/1790.12	c Presolved Problem  :
1789.80/1790.12	c   Problem name     : t_HOME/instance-3735031-1338703132.opb
1789.80/1790.12	c   Variables        : 10997 (10997 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.80/1790.12	c   Constraints      : 11733 initial, 12081 maximal
1789.80/1790.12	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.80/1790.12	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   probing          :       1.56          0          0          0          0          0          0          0          0
1789.80/1790.12	c   knapsack         :       0.05          0          0          0          0          0          0         44        171
1789.80/1790.12	c   linear           :       0.27          1          0          0          1          0       9946         22       1193
1789.80/1790.12	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.80/1790.12	c   root node        :          -          0          -          -          0          -          -          -          -
1789.80/1790.12	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.12	c   integral         :          0          0          0        333          0          0         21          0          0        652
1789.80/1790.12	c   knapsack         :       1788          6       4241          0          1         17       2666       1203          0          0
1789.80/1790.12	c   linear           :       9945          6       4224          0          1         11       4244          0          0          0
1789.80/1790.12	c   logicor          :          0+         0        575          0          0          0        102          0          0          0
1789.80/1790.12	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.80/1790.12	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.80/1790.12	c   integral         :     560.54       0.00       0.00     560.54       0.00
1789.80/1790.12	c   knapsack         :       0.78       0.08       0.70       0.00       0.00
1789.80/1790.12	c   linear           :       6.19       0.00       6.19       0.00       0.00
1789.80/1790.12	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1789.80/1790.12	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.80/1790.12	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.80/1790.12	c   vbounds          :       0.00          2          0          0
1789.80/1790.12	c   rootredcost      :       0.00          0          0          0
1789.80/1790.12	c   pseudoobj        :       0.00       3990          0          0
1789.80/1790.12	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.80/1790.12	c   propagation      :       0.00         28         28         97       12.5          2        9.0          -
1789.80/1790.12	c   infeasible LP    :       0.37        267        267        313        7.1          1        8.0          0
1789.80/1790.12	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.12	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.80/1790.12	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.80/1790.12	c   applied globally :          -          -          -        348        7.4          -          -          -
1789.80/1790.12	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.80/1790.12	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.80/1790.12	c   cut pool         :       0.00          5          -          -       1017          -    (maximal pool size: 4206)
1789.80/1790.12	c   redcost          :       0.12        339          0          4          0          0
1789.80/1790.12	c   impliedbounds    :       0.00          6          0          0         31          0
1789.80/1790.12	c   intobj           :       0.00          0          0          0          0          0
1789.80/1790.12	c   cgmip            :       0.00          0          0          0          0          0
1789.80/1790.12	c   gomory           :       5.28          6          0          0         12          0
1789.80/1790.12	c   strongcg         :       5.26          6          0          0         12          0
1789.80/1790.12	c   cmir             :       3.03          6          0          0       3000          0
1789.80/1790.12	c   flowcover        :       2.55          6          0          0       1200          0
1789.80/1790.12	c   clique           :       0.00          6          0          0          3          0
1789.80/1790.12	c   zerohalf         :       0.00          0          0          0          0          0
1789.80/1790.12	c   mcf              :       0.00          1          0          0          0          0
1789.80/1790.12	c   rapidlearning    :       0.00          0          0          0          0          0
1789.80/1790.12	c Pricers            :       Time      Calls       Vars
1789.80/1790.12	c   problem variables:       0.00          0          0
1789.80/1790.12	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.80/1790.12	c   relpscost        :     560.54        333          0         21          0          0        652
1789.80/1790.12	c   pscost           :       0.00          0          0          0          0          0          0
1789.80/1790.12	c   inference        :       0.00          1          0          0          0          0          2
1789.80/1790.12	c   mostinf          :       0.00          0          0          0          0          0          0
1789.80/1790.12	c   leastinf         :       0.00          0          0          0          0          0          0
1789.80/1790.12	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.80/1790.12	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.80/1790.12	c   random           :       0.00          0          0          0          0          0          0
1789.80/1790.12	c Primal Heuristics  :       Time      Calls      Found
1789.80/1790.12	c   LP solutions     :       0.00          -          0
1789.80/1790.12	c   pseudo solutions :       0.00          -          0
1789.80/1790.12	c   oneopt           :       0.00          0          0
1789.80/1790.12	c   crossover        :       0.00          0          0
1789.80/1790.12	c   guideddiving     :       0.00          0          0
1789.80/1790.12	c   intshifting      :       0.00          0          0
1789.80/1790.12	c   fracdiving       :     225.59          1          0
1789.80/1790.12	c   coefdiving       :      85.21          2          0
1789.80/1790.12	c   feaspump         :      18.32          2          0
1789.80/1790.12	c   pscostdiving     :      63.26          4          0
1789.80/1790.12	c   veclendiving     :      75.32          4          0
1789.80/1790.12	c   linesearchdiving :      70.54          5          0
1789.80/1790.12	c   rootsoldiving    :      28.58          3          0
1789.80/1790.12	c   objpscostdiving  :      36.50          3          0
1789.80/1790.12	c   trivial          :       0.01          2          0
1789.80/1790.12	c   simplerounding   :       0.00          0          0
1789.80/1790.12	c   zirounding       :       0.19        326          0
1789.80/1790.12	c   rounding         :       0.74        216          0
1789.80/1790.12	c   shifting         :       2.69         38          0
1789.80/1790.12	c   twoopt           :       0.00          0          0
1789.80/1790.12	c   fixandinfer      :       0.00          0          0
1789.80/1790.12	c   intdiving        :       0.00          0          0
1789.80/1790.12	c   actconsdiving    :       0.00          0          0
1789.80/1790.12	c   octane           :       0.00          0          0
1789.80/1790.12	c   rens             :       0.01          0          0
1789.80/1790.12	c   rins             :       0.00          0          0
1789.80/1790.12	c   localbranching   :       0.00          0          0
1789.80/1790.12	c   mutation         :       0.00          0          0
1789.80/1790.12	c   dins             :       0.00          0          0
1789.80/1790.12	c   undercover       :       0.00          0          0
1789.80/1790.12	c   nlp              :       0.00          0          0
1789.80/1790.12	c   trysol           :       0.00          0          0
1789.80/1790.12	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.80/1790.12	c   primal LP        :       0.10          0          0       0.00       0.00
1789.80/1790.12	c   dual LP          :     598.16        399     583458    1462.30     975.43
1789.80/1790.12	c   lex dual LP      :       0.00          0          0       0.00          -
1789.80/1790.12	c   barrier LP       :       0.00          0          0       0.00          -
1789.80/1790.12	c   diving/probing LP:     596.46       1523     663333     435.54    1112.11
1789.80/1790.12	c   strong branching :     560.21        468     424355     906.74     757.49
1789.80/1790.12	c     (at root node) :          -         25      25000    1000.00          -
1789.80/1790.12	c   conflict analysis:       0.00          0          0       0.00          -
1789.80/1790.12	c B&B Tree           :
1789.80/1790.12	c   number of runs   :          1
1789.80/1790.12	c   nodes            :        406
1789.80/1790.12	c   nodes (total)    :        406
1789.80/1790.12	c   nodes left       :        215
1789.80/1790.12	c   max depth        :        157
1789.80/1790.12	c   max depth (total):        157
1789.80/1790.12	c   backtracks       :         60 (14.8%)
1789.80/1790.12	c   delayed cutoffs  :         34
1789.80/1790.12	c   repropagations   :       1736 (1076 domain reductions, 1 cutoffs)
1789.80/1790.12	c   avg switch length:      12.06
1789.80/1790.12	c   switching time   :       0.77
1789.80/1790.12	c Solution           :
1789.80/1790.12	c   Solutions found  :          0 (0 improvements)
1789.80/1790.12	c   Primal Bound     :          -
1789.80/1790.12	c   Dual Bound       : +1.71000000000000e+02
1789.80/1790.12	c   Gap              :   infinite
1789.80/1790.12	c   Root Dual Bound  : +1.71000000000000e+02
1789.80/1790.12	c   Root Iterations  :      67992
1789.90/1790.27	c Time complete: 1789.98.

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.00 3/176 7843
/proc/meminfo: memFree=25341672/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 1651 0 0 0 0 0 0 0 20 0 1 0 336440525 10211328 1597 33554432000 4194304 8395647 140735824414976 140734265483352 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 2493 1608 374 1026 0 1463 0

[startup+0.0495949 s]
/proc/loadavg: 2.10 2.05 2.00 3/176 7843
/proc/meminfo: memFree=25341672/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=12804 CPUtime=0.04 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 2465 0 0 0 4 0 0 0 20 0 1 0 336440525 13111296 2411 33554432000 4194304 8395647 140735824414976 140734265483352 7385355 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 3201 2411 393 1026 0 2171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12804

[startup+0.100262 s]
/proc/loadavg: 2.10 2.05 2.00 3/176 7843
/proc/meminfo: memFree=25341672/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=15524 CPUtime=0.09 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 3140 0 0 0 9 0 0 0 20 0 1 0 336440525 15896576 3086 33554432000 4194304 8395647 140735824414976 140734265483352 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 3881 3086 393 1026 0 2851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15524

[startup+0.30026 s]
/proc/loadavg: 2.10 2.05 2.00 3/176 7843
/proc/meminfo: memFree=25341672/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=26368 CPUtime=0.29 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 5850 0 0 0 28 1 0 0 20 0 1 0 336440525 27000832 5796 33554432000 4194304 8395647 140735824414976 140734265483352 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 6592 5796 393 1026 0 5562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26368

[startup+0.700265 s]
/proc/loadavg: 2.10 2.05 2.00 3/176 7843
/proc/meminfo: memFree=25341672/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=73140 CPUtime=0.69 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 17809 0 0 0 66 3 0 0 20 0 1 0 336440525 74895360 17401 33554432000 4194304 8395647 140735824414976 140735824280184 4216689 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 18285 17401 412 1026 0 17255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73140

[startup+1.50029 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 7844
/proc/meminfo: memFree=25164948/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=187980 CPUtime=1.48 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 46258 0 0 0 142 6 0 0 20 0 1 0 336440525 192491520 44987 33554432000 4194304 8395647 140735824414976 140735824410776 5029706 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 46995 44987 494 1026 0 45965 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 187980

[startup+3.10026 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 7844
/proc/meminfo: memFree=25163648/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=249344 CPUtime=3.09 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 58652 0 0 0 300 9 0 0 20 0 1 0 336440525 255328256 57691 33554432000 4194304 8395647 140735824414976 140735824410776 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 62336 57691 574 1026 0 61306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 249344

[startup+6.30028 s]
/proc/loadavg: 2.09 2.04 2.00 3/177 7844
/proc/meminfo: memFree=25107900/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=252476 CPUtime=6.29 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 60243 0 0 0 619 10 0 0 20 0 1 0 336440525 258535424 58868 33554432000 4194304 8395647 140735824414976 140735824409496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 63119 58868 580 1026 0 62089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 252476

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 7844
/proc/meminfo: memFree=25102760/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=254152 CPUtime=12.68 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 60899 0 0 0 1258 10 0 0 20 0 1 0 336440525 260251648 59505 33554432000 4194304 8395647 140735824414976 140735824409496 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 63538 59505 580 1026 0 62508 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 254152

[startup+25.5003 s]
/proc/loadavg: 2.14 2.06 2.01 3/177 7844
/proc/meminfo: memFree=25044376/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=311024 CPUtime=25.48 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 69293 0 0 0 2532 16 0 0 20 0 1 0 336440525 318488576 73093 33554432000 4194304 8395647 140735824414976 140735824409384 6721240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 77756 73093 611 1026 0 76726 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 311024

[startup+51.1003 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 7844
/proc/meminfo: memFree=25038320/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=312456 CPUtime=51.09 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 73494 0 0 0 5088 21 0 0 20 0 1 0 336440525 319954944 72705 33554432000 4194304 8395647 140735824414976 140735824410216 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 78114 72705 611 1026 0 77084 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 312456

[startup+102.306 s]
/proc/loadavg: 2.04 2.04 2.00 3/178 7847
/proc/meminfo: memFree=24989412/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=352428 CPUtime=102.28 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 85221 0 0 0 10199 29 0 0 20 0 1 0 336440525 360886272 80432 33554432000 4194304 8395647 140735824414976 140735824409384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 88107 80432 611 1026 0 87077 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 352428

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 7870
/proc/meminfo: memFree=24964020/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=335004 CPUtime=162.27 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 138287 0 0 0 16178 49 0 0 20 0 1 0 336440525 343044096 75957 33554432000 4194304 8395647 140735824414976 140735824409128 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 83751 75957 620 1026 0 82721 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 335004

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 7871
/proc/meminfo: memFree=24967656/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=321204 CPUtime=222.25 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 184984 0 0 0 22155 70 0 0 20 0 1 0 336440525 328912896 75711 33554432000 4194304 8395647 140735824414976 140735824409128 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 80301 75711 621 1026 0 79271 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 321204

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 7872
/proc/meminfo: memFree=24951436/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=322368 CPUtime=282.24 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 207187 0 0 0 28142 82 0 0 20 0 1 0 336440525 330104832 77122 33554432000 4194304 8395647 140735824414976 140735824408696 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 80592 77122 621 1026 0 79562 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 322368

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 7872
/proc/meminfo: memFree=24925308/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=329040 CPUtime=342.22 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 240830 0 0 0 34125 97 0 0 20 0 1 0 336440525 336936960 77960 33554432000 4194304 8395647 140735824414976 140735824409128 6698055 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 82260 77960 621 1026 0 81230 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 329040

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 7872
/proc/meminfo: memFree=24907260/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=335128 CPUtime=402.22 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 255393 0 0 0 40114 108 0 0 20 0 1 0 336440525 343171072 79245 33554432000 4194304 8395647 140735824414976 140735824410536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 83782 79245 626 1026 0 82752 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 335128

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7872
/proc/meminfo: memFree=24897736/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=326868 CPUtime=462.21 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 271456 0 0 0 46100 121 0 0 20 0 1 0 336440525 334712832 78003 33554432000 4194304 8395647 140735824414976 140735824409848 6698034 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 81717 78003 626 1026 0 80687 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 326868

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 7873
/proc/meminfo: memFree=24884964/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=326432 CPUtime=522.2 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 281376 0 0 0 52088 132 0 0 20 0 1 0 336440525 334266368 77341 33554432000 4194304 8395647 140735824414976 140735824409848 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 81608 77341 626 1026 0 80578 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 326432

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 7873
/proc/meminfo: memFree=24864292/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=334060 CPUtime=582.19 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 282485 0 0 0 58081 138 0 0 20 0 1 0 336440525 342077440 78450 33554432000 4194304 8395647 140735824414976 140735824409496 6698063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 83515 78450 626 1026 0 82485 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 334060

[startup+642.3 s]

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

/proc/meminfo: memFree=24752580/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=340912 CPUtime=1062.11 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 284373 0 0 0 105990 221 0 0 20 0 1 0 336440525 349093888 81931 33554432000 4194304 8395647 140735824414976 140735824410216 6119850 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85228 81931 627 1026 0 84198 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 340912

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7878
/proc/meminfo: memFree=24739268/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=340912 CPUtime=1122.11 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 284373 0 0 0 111976 235 0 0 20 0 1 0 336440525 349093888 81931 33554432000 4194304 8395647 140735824414976 140735824409624 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85228 81931 627 1026 0 84198 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 340912

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7878
/proc/meminfo: memFree=24728664/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=344088 CPUtime=1182.09 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 284700 0 0 0 117966 243 0 0 20 0 1 0 336440525 352346112 82742 33554432000 4194304 8395647 140735824414976 140735824410104 6746624 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86022 82742 627 1026 0 84992 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 344088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7878
/proc/meminfo: memFree=24719916/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=344088 CPUtime=1242.08 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 284700 0 0 0 123954 254 0 0 20 0 1 0 336440525 352346112 82742 33554432000 4194304 8395647 140735824414976 140735824410584 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86022 82742 627 1026 0 84992 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 344088

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 7881
/proc/meminfo: memFree=24710888/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=343752 CPUtime=1302.08 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 287529 0 0 0 129944 264 0 0 20 0 1 0 336440525 352002048 82634 33554432000 4194304 8395647 140735824414976 140735824410184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85938 82634 627 1026 0 84908 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 343752

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 7881
/proc/meminfo: memFree=24697380/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=343752 CPUtime=1362.07 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 287529 0 0 0 135935 272 0 0 20 0 1 0 336440525 352002048 82634 33554432000 4194304 8395647 140735824414976 140735824409384 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85938 82634 627 1026 0 84908 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 343752

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7882
/proc/meminfo: memFree=24688948/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=343752 CPUtime=1422.07 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 287529 0 0 0 141928 279 0 0 20 0 1 0 336440525 352002048 82634 33554432000 4194304 8395647 140735824414976 140735824410392 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85938 82634 627 1026 0 84908 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 343752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7920
/proc/meminfo: memFree=23887960/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=343752 CPUtime=1482.06 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 287529 0 0 0 147920 286 0 0 20 0 1 0 336440525 352002048 82634 33554432000 4194304 8395647 140735824414976 140735824409848 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85938 82634 627 1026 0 84908 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 343752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7920
/proc/meminfo: memFree=23888344/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=343752 CPUtime=1542.05 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 287529 0 0 0 153911 294 0 0 20 0 1 0 336440525 352002048 82634 33554432000 4194304 8395647 140735824414976 140735824409384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 85938 82634 627 1026 0 84908 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 343752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7920
/proc/meminfo: memFree=23907576/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=337180 CPUtime=1602.03 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 296864 0 0 0 159899 304 0 0 20 0 1 0 336440525 345272320 80554 33554432000 4194304 8395647 140735824414976 140735824409096 6698276 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 84295 80554 627 1026 0 83265 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 337180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7920
/proc/meminfo: memFree=23896308/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=337320 CPUtime=1662.02 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 311133 0 0 0 165887 315 0 0 20 0 1 0 336440525 345415680 80574 33554432000 4194304 8395647 140735824414976 140735824410280 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 84330 80574 627 1026 0 83300 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 337320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23888544/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1722.02 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 171880 322 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 345392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23885968/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1782 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 177871 329 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 345392

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23885968/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1785.21 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 178191 330 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1785.21
Current children cumulated vsize (KiB) 345392

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23885844/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1788.4 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 178510 330 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409832 6723506 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (KiB) 345392

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23885844/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1789.2 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 178590 330 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 6698047 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 345392

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23886076/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1789.6 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 178630 330 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 6698059 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 345392

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23886076/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1789.8 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313638 0 0 0 178650 330 0 0 20 0 1 0 336440525 353681408 83044 33554432000 4194304 8395647 140735824414976 140735824409384 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83044 627 1026 0 85318 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 345392

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7921
/proc/meminfo: memFree=23886076/32873648 swapFree=6852/6852
[pid=7843] ppid=7841 vsize=345392 CPUtime=1789.9 cores=1,3,5,7
/proc/7843/stat : 7843 (pbscip.linux.x8) R 7841 7843 4046 0 -1 4202496 313644 0 0 0 178660 330 0 0 20 0 1 0 336440525 353681408 83050 33554432000 4194304 8395647 140735824414976 140735824409384 4969074 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7843/statm: 86348 83050 633 1026 0 85318 0
Current children cumulated CPU time (s) 1789.9
Current children cumulated vsize (KiB) 345392

Child status: 0
Real time (s): 1790.28
CPU time (s): 1789.99
CPU user time (s): 1786.68
CPU system time (s): 3.3135
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 356076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.68
system time used= 3.3135
maximum resident set size= 342728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313649
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= 22
involuntary context switches= 1840

runsolver used 5.78012 second user time and 18.1482 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-03 07:58:53
IDJOB=3735031
IDBENCH=2934
IDSOLVER=2326
FILE ID=node112/3735031-1338703132
RUNJOBID= node112-1338678625-4066
PBS_JOBID= 14636701
Free space on /tmp= 71200 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_19.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735031-1338703132/watcher-3735031-1338703132 -o /tmp/evaluation-result-3735031-1338703132/solver-3735031-1338703132 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735031-1338703132.opb -t 1800 -m 15500

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=593598005

node112.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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.92
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.763
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		: 2666.763
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:       32873648 kB
MemFree:        25342308 kB
Buffers:          540452 kB
Cached:          5914704 kB
SwapCached:            0 kB
Active:          1937992 kB
Inactive:        4727480 kB
Active(anon):     198760 kB
Inactive(anon):    10924 kB
Active(file):    1739232 kB
Inactive(file):  4716556 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15956 kB
Writeback:             0 kB
AnonPages:        213576 kB
Mapped:            16796 kB
Shmem:               200 kB
Slab:             723696 kB
SReclaimable:     167640 kB
SUnreclaim:       556056 kB
KernelStack:        1464 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     323580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71148 MiB
End job on node112 at 2012-06-03 08:28:43