Trace number 1870489

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT-13 1797.27 1797.79

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1801.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.04	c SCIP version 1.1.0.7
0.03/0.04	c LP-Solver Clp 1.8.2
0.03/0.04	c user parameter file <scip.set> not found - using default parameters
0.03/0.04	c read problem <HOME/instance-1870489-1245207683.opb>
0.03/0.04	c original problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.03/0.07	c start presolving problem
0.03/0.07	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 24504 impls, 200 clqs
0.39/0.46	c    (0.2s) probing: 101/3238 (3.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.46	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.46	c presolving (2 rounds):
0.39/0.46	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.46	c  24504 implications, 200 cliques
0.39/0.46	c presolved problem has 3238 variables (3238 bin, 0 int, 0 impl, 0 cont) and 3339 constraints
0.39/0.46	c     200 constraints of type <setppc>
0.39/0.46	c    3038 constraints of type <and>
0.39/0.46	c       1 constraints of type <linear>
0.39/0.46	c     100 constraints of type <logicor>
0.39/0.46	c transformed objective value is always integral (scale: 1)
0.39/0.46	c Presolving Time: 0.24
0.39/0.46	c OPT-NLC
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/memory = c 1620
0.39/0.46	c # maximal time in seconds to run
0.39/0.46	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.46	c limits/time = c 1791
0.39/0.46	c # frequency for displaying node information lines
0.39/0.46	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.46	c display/freq = c 10000
0.39/0.46	c -----------------------------------------------------------------------------------------------
0.39/0.46	c start solving problem
0.39/0.46	c 
0.59/0.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.62	c   0.4s|     1 |     0 |   252 |  15M|   0 | 200 |3238 |3339 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |      --      |    Inf 
0.59/0.63	o -3
0.59/0.63	c R 0.4s|     1 |     0 |   252 |  15M|   0 | 200 |3238 |3339 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
0.59/0.64	o -4
0.59/0.64	c s 0.4s|     1 |     0 |   252 |  15M|   0 | 200 |3238 |3339 |3339 |3238 |6377 |   0 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
1.19/1.21	c   1.0s|     1 |     0 |   993 |  15M|   0 | 785 |3238 |3339 |3339 |3238 |6378 |   1 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
4.09/4.18	c   3.9s|     1 |     0 |  3927 |  15M|   0 |1549 |3238 |3339 |3339 |3238 |6383 |   6 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
7.19/7.29	c   7.0s|     1 |     0 |  4632 |  15M|   0 |1670 |3238 |3339 |3339 |3238 |6401 |  24 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
7.29/7.31	o -5
7.29/7.31	c s 7.1s|     1 |     0 |  4632 |  15M|   0 |1670 |3238 |3339 |3339 |3238 |6401 |  24 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
9.59/9.61	c   9.3s|     1 |     0 |  5540 |  15M|   0 |1715 |3238 |3339 |3339 |3238 |6407 |  30 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
11.39/11.40	c  11.1s|     1 |     0 |  5833 |  15M|   0 |1717 |3238 |3339 |3339 |3238 |6412 |  35 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
12.79/12.89	c  12.6s|     1 |     0 |  5917 |  15M|   0 |1718 |3238 |3339 |3339 |3238 |6415 |  38 |   0 |   0 |-5.000000e+01 |-5.000000e+00 |  90.00%
31.98/32.06	c  31.8s|     1 |     2 |  5917 |  15M|   0 |1718 |3238 |3339 |3339 |3238 |6415 |  38 |   0 |  24 |-5.000000e+01 |-5.000000e+00 |  90.00%
188.14/188.26	o -11
188.14/188.26	c s 188s|    33 |    32 | 60544 |  16M|  20 |  59 |3238 |3339 | 351 |3238 |2800 |2368 |   0 | 491 |-5.000000e+01 |-1.100000e+01 |  78.00%
188.54/188.67	o -12
188.54/188.67	c R 188s|    47 |    40 | 60934 |  16M|  31 |   - |3238 |3340 | 177 |3238 |2829 |2403 |   1 | 491 |-5.000000e+01 |-1.200000e+01 |  76.00%
530.33/530.50	o -13
530.33/530.50	c f 528s|   229 |    84 |320935 |  18M|  39 |   - |3238 |3363 |  71 |3238 |3461 |7125 |  24 | 837 |-4.900000e+01 |-1.300000e+01 |  73.47%
1797.18/1797.71	c 
1797.18/1797.71	c SCIP Status        : solving was interrupted [time limit reached]
1797.18/1797.71	c Solving Time (sec) : 1791.00
1797.18/1797.71	c Solving Nodes      : 669
1797.18/1797.71	c Primal Bound       : -1.30000000000000e+01 (11 solutions)
1797.18/1797.71	c Dual Bound         : -4.13750310951143e+01
1797.18/1797.71	c Gap                : 68.58 %
1797.18/1797.72	c NODE         669
1797.18/1797.72	c DUAL BOUND   -41.375
1797.18/1797.72	c PRIMAL BOUND -13
1797.18/1797.72	c GAP          0.685801
1797.18/1797.72	s SATISFIABLE
1797.18/1797.72	v -x162 -x111 -x139 -x121 -x180 -x119 -x108 -x154 -x172 -x132 -x190 x166 -x129 -x153 -x198 -x113 x140 -x200 x155 -x189 -x179 -x156 
1797.18/1797.72	v -x152 x149 -x109 -x188 -x151 -x144 -x165 -x135 -x115 -x146 -x147 -x126 -x106 -x182 -x197 -x102 -x195 x161 x133 -x105 -x104 
1797.18/1797.72	v -x192 -x114 -x171 -x125 -x138 -x185 -x174 -x143 -x157 -x170 -x159 -x123 -x103 -x101 x199 x196 -x186 -x181 x177 x176 -x175 -x167 
1797.18/1797.72	v -x158 -x148 -x145 -x142 -x134 -x120 -x118 -x117 -x110 -x107 -x124 -x131 -x183 -x130 -x168 -x169 -x112 -x137 -x173 -x141 -x127 
1797.18/1797.72	v -x164 x160 -x191 -x128 x163 -x122 -x150 -x193 -x136 x194 -x116 -x178 -x187 -x184 x100 -x99 -x98 x97 -x96 x95 -x94 -x93 -x92 
1797.18/1797.72	v -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 
1797.18/1797.72	v -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
1797.18/1797.72	v -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 
1797.18/1797.72	v -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 -x1 
1797.18/1797.72	c SCIP Status        : solving was interrupted [time limit reached]
1797.18/1797.72	c Solving Time       :    1791.00
1797.18/1797.72	c Original Problem   :
1797.18/1797.72	c   Problem name     : HOME/instance-1870489-1245207683.opb
1797.18/1797.72	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.18/1797.72	c   Constraints      : 3339 initial, 3339 maximal
1797.18/1797.72	c Presolved Problem  :
1797.18/1797.72	c   Problem name     : t_HOME/instance-1870489-1245207683.opb
1797.18/1797.72	c   Variables        : 3238 (3238 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.18/1797.72	c   Constraints      : 3339 initial, 3403 maximal
1797.18/1797.72	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.18/1797.72	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   implics          :       0.01          0          0          0          0          0          0          0          0
1797.18/1797.72	c   probing          :       0.07          0          0          0          0          0          0          0          0
1797.18/1797.72	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   and              :       0.12          0          0          0          0          0          0          0          0
1797.18/1797.72	c   linear           :       0.02          0          0          0          0          0          0          0          0
1797.18/1797.72	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1797.18/1797.72	c   root node        :          -          0          -          -          0          -          -          -          -
1797.18/1797.72	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.18/1797.72	c   integral         :          0          0          0        630          0          0         36          0          0       1202
1797.18/1797.72	c   setppc           :        200          6      25377          0          0         27       2057          0          0          0
1797.18/1797.72	c   and              :       3038       1413      25356          0          0         21      47886      30452          0          0
1797.18/1797.72	c   linear           :          1          6      25334          0          0          3          0          0          0          0
1797.18/1797.72	c   logicor          :        100+         6       1634          0          0          0        373          0          0          0
1797.18/1797.72	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.18/1797.72	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.18/1797.72	c   integral         :     464.84       0.00       0.00     464.84       0.00
1797.18/1797.72	c   setppc           :       0.30       0.00       0.30       0.00       0.00
1797.18/1797.72	c   and              :       6.54       2.49       4.05       0.00       0.00
1797.18/1797.72	c   linear           :       0.22       0.00       0.22       0.00       0.00
1797.18/1797.72	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1797.18/1797.72	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.18/1797.72	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.18/1797.72	c   rootredcost      :       0.03          4          0          0
1797.18/1797.72	c   pseudoobj        :       0.27      25202          1          0
1797.18/1797.72	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.18/1797.72	c   propagation      :       0.00         52         52         67       38.1          3       83.7          -
1797.18/1797.72	c   infeasible LP    :       0.31        361          0          0        0.0          0        0.0          0
1797.18/1797.72	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.18/1797.72	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.18/1797.72	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.18/1797.72	c   applied globally :          -          -          -         68       37.3          -          -          -
1797.18/1797.72	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.18/1797.72	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.18/1797.72	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 96)
1797.18/1797.72	c   redcost          :       0.63       1417          0        188          0          0
1797.18/1797.72	c   impliedbounds    :       0.02          6          0          0         24          0
1797.18/1797.72	c   intobj           :       0.00          0          0          0          0          0
1797.18/1797.72	c   gomory           :       2.41          6          0          0        282          0
1797.18/1797.72	c   strongcg         :       2.23          6          0          0        400          0
1797.18/1797.72	c   cmir             :       0.50          6          0          0          0          0
1797.18/1797.72	c   flowcover        :       0.49          6          0          0          0          0
1797.18/1797.72	c   clique           :       0.42          6          0          0         30          0
1797.18/1797.72	c   zerohalf         :       0.00          0          0          0          0          0
1797.18/1797.72	c   mcf              :       0.04          2          0          0          0          0
1797.18/1797.72	c Pricers            :       Time      Calls       Vars
1797.18/1797.72	c   problem variables:       0.00          0          0
1797.18/1797.72	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.18/1797.72	c   relpscost        :     464.84        630          0         36          0          0       1202
1797.18/1797.72	c   pscost           :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   inference        :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   mostinf          :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   leastinf         :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.18/1797.72	c   random           :       0.00          0          0          0          0          0          0
1797.18/1797.72	c Primal Heuristics  :       Time      Calls      Found
1797.18/1797.72	c   LP solutions     :       0.00          -          0
1797.18/1797.72	c   pseudo solutions :       0.00          -          0
1797.18/1797.72	c   feaspump         :       0.00          0          0
1797.18/1797.72	c   oneopt           :       0.00          4          0
1797.18/1797.72	c   crossover        :       0.09          1          0
1797.18/1797.72	c   pscostdiving     :      49.52          9          0
1797.18/1797.72	c   guideddiving     :      65.50         11          0
1797.18/1797.72	c   coefdiving       :      66.05         13          0
1797.18/1797.72	c   linesearchdiving :      33.87         14          0
1797.18/1797.72	c   fracdiving       :      67.54         14          1
1797.18/1797.72	c   simplerounding   :       0.00          0          0
1797.18/1797.72	c   rounding         :       4.90       1441          2
1797.18/1797.72	c   shifting         :       0.79        141          8
1797.18/1797.72	c   intshifting      :       0.00          0          0
1797.18/1797.72	c   fixandinfer      :       0.00          0          0
1797.18/1797.72	c   veclendiving     :      32.93         11          0
1797.18/1797.72	c   intdiving        :       0.00          0          0
1797.18/1797.72	c   actconsdiving    :       0.00          0          0
1797.18/1797.72	c   objpscostdiving  :      29.47          5          0
1797.18/1797.72	c   rootsoldiving    :      13.43          8          0
1797.18/1797.72	c   octane           :       0.00          0          0
1797.18/1797.72	c   rens             :       0.01          0          0
1797.18/1797.72	c   rins             :       0.00          0          0
1797.18/1797.72	c   localbranching   :       0.00          0          0
1797.18/1797.72	c   mutation         :       0.00          0          0
1797.18/1797.72	c   dins             :       0.00          0          0
1797.18/1797.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.18/1797.72	c   primal LP        :     124.49          0          0       0.00       0.00
1797.18/1797.72	c   dual LP          :     822.21       1488     865321     581.53    1052.43
1797.18/1797.72	c   barrier LP       :       0.00          0          0       0.00          -
1797.18/1797.72	c   diving/probing LP:     310.36      19207     490623      25.54    1580.82
1797.18/1797.72	c   strong branching :     464.40       2183     542075     248.32    1167.26
1797.18/1797.72	c     (at root node) :          -         24       9696     404.00          -
1797.18/1797.72	c   conflict analysis:       0.00          0          0       0.00          -
1797.18/1797.72	c B&B Tree           :
1797.18/1797.72	c   number of runs   :          1
1797.18/1797.72	c   nodes            :        669
1797.18/1797.72	c   nodes (total)    :        669
1797.18/1797.72	c   nodes left       :        520
1797.18/1797.72	c   max depth        :         72
1797.18/1797.72	c   max depth (total):         72
1797.18/1797.72	c   backtracks       :        110 (16.4%)
1797.18/1797.72	c   delayed cutoffs  :          0
1797.18/1797.72	c   repropagations   :        437 (341 domain reductions, 0 cutoffs)
1797.18/1797.72	c   avg switch length:       4.66
1797.18/1797.72	c   switching time   :     125.30
1797.18/1797.72	c Solution           :
1797.18/1797.72	c   Solutions found  :         11 (6 improvements)
1797.18/1797.72	c   Primal Bound     : -1.30000000000000e+01   (in run 1, after 229 nodes, 527.99 seconds, depth 422, found by <fracdiving>)
1797.18/1797.72	c   Dual Bound       : -4.13750310951143e+01
1797.18/1797.72	c   Gap              :      68.58 %
1797.18/1797.72	c   Root Dual Bound  : -5.00000000000000e+01
1797.18/1797.79	c Time complete: 1797.27.

Verifier Data

OK	-13

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870489-1245207683/watcher-1870489-1245207683 -o /tmp/evaluation-result-1870489-1245207683/solver-1870489-1245207683 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870489-1245207683.opb 

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


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9280
/proc/meminfo: memFree=1839784/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=5812 CPUtime=0
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 188365183 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/9280/statm: 1453 502 332 1256 0 192 0

[startup+0.0439359 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9280
/proc/meminfo: memFree=1839784/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=13856 CPUtime=0.03
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 2453 0 0 0 3 0 0 0 18 0 1 0 188365183 14188544 2436 1992294400 4194304 9342243 548682068736 18446744073709551615 8312599 0 0 4096 0 0 0 0 17 1 0 0
/proc/9280/statm: 3464 2436 378 1256 0 2203 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13856

[startup+0.102941 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9280
/proc/meminfo: memFree=1839784/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=23096 CPUtime=0.09
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 4907 0 0 0 7 2 0 0 18 0 1 0 188365183 23650304 4537 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 5774 4537 446 1256 0 4513 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23096

[startup+0.301963 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9280
/proc/meminfo: memFree=1839784/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=26768 CPUtime=0.29
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 5857 0 0 0 17 12 0 0 19 0 1 0 188365183 27410432 5487 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 6692 5487 478 1256 0 5431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26768

[startup+0.703007 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9280
/proc/meminfo: memFree=1839784/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=43260 CPUtime=0.69
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 9594 0 0 0 51 18 0 0 22 0 1 0 188365183 44298240 9196 1992294400 4194304 9342243 548682068736 18446744073709551615 4320091 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 10815 9196 641 1256 0 9554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43260

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1801120/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=47928 CPUtime=1.49
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 10790 0 0 0 129 20 0 0 25 0 1 0 188365183 49078272 10390 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 11982 10390 668 1256 0 10721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47928

[startup+3.10127 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1799456/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=50332 CPUtime=3.09
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 11172 0 0 0 289 20 0 0 25 0 1 0 188365183 51539968 10772 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 12583 10772 668 1256 0 11322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50332

[startup+6.30163 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1798760/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=51112 CPUtime=6.29
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 11502 0 0 0 607 22 0 0 25 0 1 0 188365183 52338688 11082 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 12778 11082 668 1256 0 11517 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51112

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796648/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=51112 CPUtime=12.69
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 11824 0 0 0 1244 25 0 0 25 0 1 0 188365183 52338688 11404 1992294400 4194304 9342243 548682068736 18446744073709551615 5727847 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 12778 11404 677 1256 0 11517 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51112

[startup+25.5017 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796008/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=56996 CPUtime=25.48
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 13683 0 0 0 2522 26 0 0 25 0 1 0 188365183 58363904 11605 1992294400 4194304 9342243 548682068736 18446744073709551615 6960221 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14249 11605 683 1256 0 12988 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56996

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796200/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=51368 CPUtime=51.08
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 14427 0 0 0 5078 30 0 0 25 0 1 0 188365183 52600832 11562 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 12842 11562 704 1256 0 11581 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 51368

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796392/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=56304 CPUtime=102.27
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 21467 0 0 0 10189 38 0 0 25 0 1 0 188365183 57655296 11561 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14076 11561 704 1256 0 12815 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 56304

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1795304/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=52936 CPUtime=162.24
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 28500 0 0 0 16174 50 0 0 25 0 1 0 188365183 54206464 11840 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 13234 11840 706 1256 0 11973 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 52936

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796136/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=53092 CPUtime=222.23
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 46771 0 0 0 22155 68 0 0 25 0 1 0 188365183 54366208 11619 1992294400 4194304 9342243 548682068736 18446744073709551615 6890369 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 13273 11619 711 1256 0 12012 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 53092

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1795496/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=63056 CPUtime=282.21
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 97174 0 0 0 28120 101 0 0 25 0 1 0 188365183 64569344 11770 1992294400 4194304 9342243 548682068736 18446744073709551615 6941277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15764 11770 711 1256 0 14503 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 63056

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1796016/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=57272 CPUtime=342.2
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 141185 0 0 0 34090 130 0 0 25 0 1 0 188365183 58646528 11679 1992294400 4194304 9342243 548682068736 18446744073709551615 6965675 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14318 11679 711 1256 0 13057 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 57272

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1795696/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=57272 CPUtime=402.17
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 204946 0 0 0 40047 170 0 0 25 0 1 0 188365183 58646528 11801 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14318 11801 711 1256 0 13057 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57272

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1793904/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=58728 CPUtime=462.16
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 263981 0 0 0 46005 211 0 0 25 0 1 0 188365183 60137472 12185 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14682 12185 711 1256 0 13421 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 58728

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1791792/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=58648 CPUtime=522.14
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 279537 0 0 0 51984 230 0 0 25 0 1 0 188365183 60055552 12670 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 14662 12670 711 1256 0 13401 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 58648

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1791600/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=65644 CPUtime=582.12
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 296118 0 0 0 57965 247 0 0 25 0 1 0 188365183 67219456 12712 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16411 12712 711 1256 0 15150 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 65644

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1792176/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=66772 CPUtime=642.11
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 335813 0 0 0 63933 278 0 0 25 0 1 0 188365183 68374528 12551 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16693 12551 711 1256 0 15432 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 66772

[startup+702.302 s]

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

/proc/meminfo: memFree=1786352/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=68420 CPUtime=1061.98
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 483322 0 0 0 105781 417 0 0 25 0 1 0 188365183 70062080 13917 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 17105 13917 711 1256 0 15844 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 68420

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1788080/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=68504 CPUtime=1121.97
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 488299 0 0 0 111767 430 0 0 25 0 1 0 188365183 70148096 13518 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 17126 13518 711 1256 0 15865 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 68504

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1787824/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=62656 CPUtime=1181.95
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 495889 0 0 0 117754 441 0 0 25 0 1 0 188365183 64159744 13648 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15664 13648 711 1256 0 14403 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 62656

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1786800/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=62464 CPUtime=1241.93
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 511820 0 0 0 123735 458 0 0 25 0 1 0 188365183 63963136 13829 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15616 13829 711 1256 0 14355 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 62464

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1786736/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=69508 CPUtime=1301.92
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 523121 0 0 0 129720 472 0 0 25 0 1 0 188365183 71176192 13813 1992294400 4194304 9342243 548682068736 18446744073709551615 6040592 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 17377 13813 711 1256 0 16116 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 69508

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1787568/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=62940 CPUtime=1361.9
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 533279 0 0 0 135706 484 0 0 25 0 1 0 188365183 64450560 13559 1992294400 4194304 9342243 548682068736 18446744073709551615 6974290 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15735 13559 711 1256 0 14474 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 62940

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1787248/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=62656 CPUtime=1421.89
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 544886 0 0 0 141689 500 0 0 25 0 1 0 188365183 64159744 13669 1992294400 4194304 9342243 548682068736 18446744073709551615 6896004 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15664 13669 711 1256 0 14403 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 62656

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1783216/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=64620 CPUtime=1481.87
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 552128 0 0 0 147675 512 0 0 25 0 1 0 188365183 66170880 14683 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16155 14683 721 1256 0 14894 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 64620

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1783984/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=64824 CPUtime=1541.85
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 560141 0 0 0 153660 525 0 0 25 0 1 0 188365183 66379776 14486 1992294400 4194304 9342243 548682068736 18446744073709551615 6146206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16206 14486 721 1256 0 14945 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 64824

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784944/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=64780 CPUtime=1601.83
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 573018 0 0 0 159641 542 0 0 25 0 1 0 188365183 66334720 14401 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16195 14401 721 1256 0 14934 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 64780

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784816/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=64404 CPUtime=1661.81
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 592989 0 0 0 165619 562 0 0 25 0 1 0 188365183 65949696 14241 1992294400 4194304 9342243 548682068736 18446744073709551615 7289219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16101 14241 721 1256 0 14840 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 64404

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784688/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=71684 CPUtime=1721.8
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 607735 0 0 0 171601 579 0 0 25 0 1 0 188365183 73404416 14486 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 17921 14486 721 1256 0 16660 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 71684

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784368/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=63772 CPUtime=1781.78
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 639289 0 0 0 177571 607 0 0 25 0 1 0 188365183 65302528 14380 1992294400 4194304 9342243 548682068736 18446744073709551615 6976974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 15943 14380 721 1256 0 14682 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 63772

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1783920/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=64852 CPUtime=1784.98
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 639780 0 0 0 177890 608 0 0 25 0 1 0 188365183 66408448 14464 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16213 14464 721 1256 0 14952 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 64852

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784560/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=65548 CPUtime=1791.38
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 644356 0 0 0 178527 611 0 0 25 0 1 0 188365183 67121152 14222 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16387 14222 721 1256 0 15126 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 65548

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784816/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=65728 CPUtime=1794.58
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 647507 0 0 0 178844 614 0 0 25 0 1 0 188365183 67305472 14221 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16432 14221 721 1256 0 15171 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 65728

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784368/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=65608 CPUtime=1796.17
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 649254 0 0 0 179002 615 0 0 25 0 1 0 188365183 67182592 14366 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 16402 14366 721 1256 0 15141 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 65608

[startup+1797.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784560/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=72348 CPUtime=1796.98
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 649920 0 0 0 179082 616 0 0 25 0 1 0 188365183 74084352 14302 1992294400 4194304 9342243 548682068736 18446744073709551615 5868844 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 18087 14302 721 1256 0 16826 0
Current children cumulated CPU time (s) 1796.98
Current children cumulated vsize (KiB) 72348

[startup+1797.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9281
/proc/meminfo: memFree=1784560/2055920 swapFree=4181884/4192956
[pid=9280] ppid=9278 vsize=72348 CPUtime=1797.18
/proc/9280/stat : 9280 (pbscip.linux.x8) R 9278 9280 9189 0 -1 4194304 649957 0 0 0 179102 616 0 0 25 0 1 0 188365183 74084352 14302 1992294400 4194304 9342243 548682068736 18446744073709551615 6040841 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9280/statm: 18087 14302 721 1256 0 16826 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 72348

Child status: 0
Real time (s): 1797.79
CPU time (s): 1797.27
CPU user time (s): 1791.1
CPU system time (s): 6.17406
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 76616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.1
system time used= 6.17406
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649961
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= 2
involuntary context switches= 1624

runsolver used 1.42078 second user time and 3.57546 second system time

The end

Launcher Data

Begin job on node42 at 2009-06-17 05:01:23
IDJOB=1870489
IDBENCH=48243
IDSOLVER=684
FILE ID=node42/1870489-1245207683
PBS_JOBID= 9368390
Free space on /tmp= 66148 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870489-1245207683/watcher-1870489-1245207683 -o /tmp/evaluation-result-1870489-1245207683/solver-1870489-1245207683 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870489-1245207683.opb

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=1744952209

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1840264 kB
Buffers:         19408 kB
Cached:         113608 kB
SwapCached:       5092 kB
Active:          37464 kB
Inactive:       103676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840264 kB
SwapTotal:     4192956 kB
SwapFree:      4181884 kB
Dirty:           11972 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            60524 kB
Committed_AS:   180808 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66136 MiB
End job on node42 at 2009-06-17 05:31:21