Trace number 1870292

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT11 1795.95 1796.5

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1795.95
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
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)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SCIP version 1.1.0.7
0.00/0.06	c LP-Solver SoPlex 1.4.1
0.00/0.06	c user parameter file <scip.set> not found - using default parameters
0.00/0.06	c read problem <HOME/instance-1870292-1245195634.opb>
0.00/0.06	c original problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
0.09/0.12	c start presolving problem
0.09/0.12	c presolving:
0.49/0.55	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 414832 impls, 0 clqs
0.89/0.93	c    (0.7s) probing: 101/6420 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.93	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.89/0.93	c presolving (2 rounds):
0.89/0.93	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.93	c  414832 implications, 0 cliques
0.89/0.93	c presolved problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
0.89/0.93	c    6220 constraints of type <and>
0.89/0.93	c     200 constraints of type <logicor>
0.89/0.93	c transformed objective value is always integral (scale: 1)
0.89/0.93	c Presolving Time: 0.67
0.89/0.94	c OPT-NLC
0.89/0.94	c -----------------------------------------------------------------------------------------------
0.89/0.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/memory = c 1620
0.89/0.94	c # maximal time in seconds to run
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/time = c 1791
0.89/0.94	c # frequency for displaying node information lines
0.89/0.94	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.94	c display/freq = c 10000
0.89/0.94	c -----------------------------------------------------------------------------------------------
0.89/0.94	c start solving problem
0.89/0.94	c 
1.09/1.12	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.09/1.12	c   0.9s|     1 |     0 |   400 |  38M|   0 | 400 |6420 |6420 |6420 |6420 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.15	o 24
1.09/1.15	c s 0.9s|     1 |     0 |   400 |  38M|   0 | 400 |6420 |6420 |6420 |6420 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
2.98/3.05	c   2.7s|     1 |     0 |  1000 |  38M|   0 | 400 |6420 |6420 |6420 |6420 |  13k| 400 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.48/4.57	c   4.2s|     1 |     0 |  1600 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.48/4.59	o 23
4.48/4.59	c s 4.2s|     1 |     0 |  1600 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  13k| 804 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.08/6.16	c   5.8s|     1 |     0 |  2200 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.78/7.81	c   7.4s|     1 |     0 |  2800 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  14k|1608 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
7.78/7.84	o 19
7.78/7.84	c s 7.4s|     1 |     0 |  2800 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  14k|1608 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
9.49/9.54	c   9.1s|     1 |     0 |  3400 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  14k|2010 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
11.29/11.33	c  10.9s|     1 |     0 |  4000 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  15k|2413 |   0 |   0 | 0.000000e+00 | 1.900000e+01 |    Inf 
11.29/11.36	o 18
11.29/11.36	c s10.9s|     1 |     0 |  4000 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  15k|2413 |   0 |   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
12.78/12.89	c  12.4s|     1 |     2 |  4000 |  39M|   0 | 400 |6420 |6420 |6420 |6420 |  15k|2413 |   0 |  17 | 0.000000e+00 | 1.800000e+01 |    Inf 
307.00/307.14	o 12
307.00/307.14	c * 306s|    84 |    78 |134027 |  41M|  17 |   - |6420 |6473 |5685 |6420 |5738 |  37k|  53 |1785 | 5.283720e+00 | 1.200000e+01 | 127.11%
558.02/558.23	o 11
558.02/558.23	c * 556s|   309 |   118 |254798 |  42M|  23 |   - |6420 |6476 |2080 |6420 |6085 |  53k|  56 |2129 | 6.010871e+00 | 1.100000e+01 |  83.00%
1795.76/1796.32	c 
1795.76/1796.32	c SCIP Status        : solving was interrupted [time limit reached]
1795.76/1796.32	c Solving Time (sec) : 1791.00
1795.76/1796.32	c Solving Nodes      : 2033
1795.76/1796.32	c Primal Bound       : +1.10000000000000e+01 (6 solutions)
1795.76/1796.32	c Dual Bound         : +6.54705793957044e+00
1795.76/1796.32	c Gap                : 68.01 %
1795.76/1796.34	c NODE         2033
1795.76/1796.34	c DUAL BOUND   6.54706
1795.76/1796.34	c PRIMAL BOUND 11
1795.76/1796.34	c GAP          0.680144
1795.76/1796.34	s SATISFIABLE
1795.76/1796.34	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.76/1796.34	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 
1795.76/1796.34	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.76/1796.34	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1795.76/1796.34	v -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 x100 -x99 -x98 -x97 -x96 -x95 
1795.76/1796.34	v -x94 -x93 -x92 x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 
1795.76/1796.34	v -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 x44 
1795.76/1796.34	v -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 
1795.76/1796.34	v -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 x2 -x1 
1795.76/1796.34	c SCIP Status        : solving was interrupted [time limit reached]
1795.76/1796.34	c Solving Time       :    1791.00
1795.76/1796.34	c Original Problem   :
1795.76/1796.34	c   Problem name     : HOME/instance-1870292-1245195634.opb
1795.76/1796.34	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.76/1796.34	c   Constraints      : 6420 initial, 6420 maximal
1795.76/1796.34	c Presolved Problem  :
1795.76/1796.34	c   Problem name     : t_HOME/instance-1870292-1245195634.opb
1795.76/1796.34	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.76/1796.34	c   Constraints      : 6420 initial, 6487 maximal
1795.76/1796.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.76/1796.34	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1795.76/1796.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.76/1796.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.76/1796.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.76/1796.34	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.76/1796.34	c   probing          :       0.23          0          0          0          0          0          0          0          0
1795.76/1796.34	c   and              :       0.40          0          0          0          0          0          0          0          0
1795.76/1796.34	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.76/1796.34	c   root node        :          -          0          -          -          0          -          -          -          -
1795.76/1796.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.76/1796.34	c   integral         :          0          0          0       1454          0         10        206          0          0       2792
1795.76/1796.34	c   and              :       6220       5341      27228          2          1          5     458191     133420          0          0
1795.76/1796.34	c   logicor          :        200+         6       8600          2          1         16         15          0          0          0
1795.76/1796.34	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1795.76/1796.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.76/1796.34	c   integral         :     496.34       0.00       0.00     496.34       0.00
1795.76/1796.34	c   and              :      51.27      37.13      14.14       0.00       0.00
1795.76/1796.34	c   logicor          :       0.29       0.00       0.29       0.00       0.00
1795.76/1796.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.76/1796.34	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.76/1796.34	c   rootredcost      :       0.01          3          0          0
1795.76/1796.34	c   pseudoobj        :       0.64      27083          4         67
1795.76/1796.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.76/1796.34	c   propagation      :       0.01         25         25         67       17.1          0        0.0          -
1795.76/1796.34	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1795.76/1796.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.76/1796.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.76/1796.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.76/1796.34	c   applied globally :          -          -          -         67       17.1          -          -          -
1795.76/1796.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.76/1796.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.76/1796.34	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2413)
1795.76/1796.34	c   redcost          :       3.66       5366          0      26249          0          0
1795.76/1796.34	c   impliedbounds    :       0.01          6          0          0       2400          0
1795.76/1796.34	c   intobj           :       0.00          0          0          0          0          0
1795.76/1796.34	c   gomory           :       0.93          6          0          0       3000          0
1795.76/1796.34	c   strongcg         :       0.92          6          0          0       3000          0
1795.76/1796.34	c   cmir             :       5.22          6          0          0       2400          0
1795.76/1796.34	c   flowcover        :       1.25          6          0          0          0          0
1795.76/1796.34	c   clique           :       0.38          6          0          0         13          0
1795.76/1796.34	c   zerohalf         :       0.00          0          0          0          0          0
1795.76/1796.34	c   mcf              :       0.02          1          0          0          0          0
1795.76/1796.34	c Pricers            :       Time      Calls       Vars
1795.76/1796.34	c   problem variables:       0.00          0          0
1795.76/1796.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.76/1796.34	c   relpscost        :     496.34       1452         10        206          0          0       2792
1795.76/1796.34	c   pscost           :       0.00          0          0          0          0          0          0
1795.76/1796.34	c   inference        :       0.00          1          0          0          0          0          2
1795.76/1796.34	c   mostinf          :       0.00          0          0          0          0          0          0
1795.76/1796.34	c   leastinf         :       0.00          0          0          0          0          0          0
1795.76/1796.34	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.76/1796.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.76/1796.34	c   random           :       0.00          0          0          0          0          0          0
1795.76/1796.34	c Primal Heuristics  :       Time      Calls      Found
1795.76/1796.34	c   LP solutions     :       0.01          -          2
1795.76/1796.34	c   pseudo solutions :       0.00          -          0
1795.76/1796.34	c   feaspump         :       0.01          0          0
1795.76/1796.34	c   oneopt           :       0.03          3          0
1795.76/1796.34	c   objpscostdiving  :      89.95          2          0
1795.76/1796.34	c   linesearchdiving :      55.00         18          0
1795.76/1796.34	c   pscostdiving     :      75.33         18          0
1795.76/1796.34	c   guideddiving     :      76.41         18          0
1795.76/1796.34	c   coefdiving       :      34.72         19          0
1795.76/1796.34	c   fracdiving       :      71.12         19          0
1795.76/1796.34	c   veclendiving     :      32.63         19          0
1795.76/1796.34	c   simplerounding   :       0.01          0          0
1795.76/1796.34	c   rounding         :       4.92       1036          0
1795.76/1796.34	c   shifting         :       4.22        614          4
1795.76/1796.34	c   intshifting      :       0.00          0          0
1795.76/1796.34	c   fixandinfer      :       0.00          0          0
1795.76/1796.34	c   intdiving        :       0.00          0          0
1795.76/1796.34	c   actconsdiving    :       0.00          0          0
1795.76/1796.34	c   rootsoldiving    :      14.22          6          0
1795.76/1796.34	c   octane           :       0.00          0          0
1795.76/1796.34	c   rens             :       0.50          1          0
1795.76/1796.34	c   rins             :       0.00          0          0
1795.76/1796.34	c   localbranching   :       0.00          0          0
1795.76/1796.34	c   mutation         :       0.00          0          0
1795.76/1796.34	c   crossover        :       0.54          2          0
1795.76/1796.34	c   dins             :       0.00          0          0
1795.76/1796.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.76/1796.34	c   primal LP        :       7.79          0          0       0.00       0.00
1795.76/1796.34	c   dual LP          :     723.19       6558     499700      76.20     690.97
1795.76/1796.34	c   barrier LP       :       0.00          0          0       0.00          -
1795.76/1796.34	c   diving/probing LP:     392.25       9893     232515      23.50     592.77
1795.76/1796.34	c   strong branching :     494.05       3813     351072      92.07     710.60
1795.76/1796.34	c     (at root node) :          -         17        801      47.12          -
1795.76/1796.34	c   conflict analysis:       0.00          0          0       0.00          -
1795.76/1796.34	c B&B Tree           :
1795.76/1796.34	c   number of runs   :          1
1795.76/1796.34	c   nodes            :       2033
1795.76/1796.34	c   nodes (total)    :       2033
1795.76/1796.34	c   nodes left       :        726
1795.76/1796.34	c   max depth        :         44
1795.76/1796.34	c   max depth (total):         44
1795.76/1796.34	c   backtracks       :        385 (18.9%)
1795.76/1796.34	c   delayed cutoffs  :          0
1795.76/1796.34	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.76/1796.34	c   avg switch length:       2.91
1795.76/1796.34	c   switching time   :      10.58
1795.76/1796.34	c Solution           :
1795.76/1796.34	c   Solutions found  :          6 (6 improvements)
1795.76/1796.34	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 309 nodes, 556.00 seconds, depth 20, found by <relaxation>)
1795.76/1796.34	c   Dual Bound       : +6.54705793957044e+00
1795.76/1796.34	c   Gap              :      68.01 %
1795.76/1796.34	c   Root Dual Bound  : +0.00000000000000e+00
1795.85/1796.49	c Time complete: 1795.95.

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870292-1245195634/watcher-1870292-1245195634 -o /tmp/evaluation-result-1870292-1245195634/solver-1870292-1245195634 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870292-1245195634.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: 1.07 1.02 1.00 3/64 6374
/proc/meminfo: memFree=1839344/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=4324 CPUtime=0
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 187160429 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/6374/statm: 1081 460 297 886 0 191 0

[startup+0.017447 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 6374
/proc/meminfo: memFree=1839344/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=10044 CPUtime=0
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 1836 0 0 0 0 0 0 0 18 0 1 0 187160429 10285056 1818 1992294400 4194304 7823515 548682068736 18446744073709551615 6290245 0 0 4096 0 0 0 0 17 1 0 0
/proc/6374/statm: 2511 1818 356 886 0 1621 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10044

[startup+0.101457 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 6374
/proc/meminfo: memFree=1839344/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=26180 CPUtime=0.09
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 6161 0 0 0 7 2 0 0 18 0 1 0 187160429 26808320 5789 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 6545 5789 385 886 0 5655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26180

[startup+0.301487 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 6374
/proc/meminfo: memFree=1839344/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=38920 CPUtime=0.29
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 9113 0 0 0 26 3 0 0 19 0 1 0 187160429 39854080 8741 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 9730 8741 405 886 0 8840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38920

[startup+0.701545 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 6374
/proc/meminfo: memFree=1839344/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=46400 CPUtime=0.69
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 11005 0 0 0 50 19 0 0 23 0 1 0 187160429 47513600 10633 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 11600 10633 427 886 0 10710 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46400

[startup+1.50166 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6375
/proc/meminfo: memFree=1785000/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=70560 CPUtime=1.49
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 17155 0 0 0 127 22 0 0 25 0 1 0 187160429 72253440 16497 1992294400 4194304 7823515 548682068736 18446744073709551615 5575803 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 17640 16497 533 886 0 16750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70560

[startup+3.10189 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6375
/proc/meminfo: memFree=1774696/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=75140 CPUtime=3.09
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 18428 0 0 0 275 34 0 0 25 0 1 0 187160429 76943360 17682 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 18785 17682 552 886 0 17895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75140

[startup+6.30135 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 6375
/proc/meminfo: memFree=1767400/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=78572 CPUtime=6.29
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 19692 0 0 0 592 37 0 0 25 0 1 0 187160429 80457728 18722 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 19643 18722 552 886 0 18753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78572

[startup+12.7013 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 6375
/proc/meminfo: memFree=1762288/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=82056 CPUtime=12.68
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 28124 0 0 0 1223 45 0 0 25 0 1 0 187160429 84025344 19638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 20514 19638 562 886 0 19624 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82056

[startup+25.5011 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 6375
/proc/meminfo: memFree=1762480/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=82056 CPUtime=25.48
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 28125 0 0 0 2497 51 0 0 25 0 1 0 187160429 84025344 19639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 20514 19639 563 886 0 19624 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82056

[startup+51.1018 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 6375
/proc/meminfo: memFree=1762480/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=82056 CPUtime=51.08
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 28126 0 0 0 5050 58 0 0 25 0 1 0 187160429 84025344 19640 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 20514 19640 564 886 0 19624 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 82056

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 6375
/proc/meminfo: memFree=1760368/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=84888 CPUtime=102.26
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 28704 0 0 0 10153 73 0 0 25 0 1 0 187160429 86925312 20218 1992294400 4194304 7823515 548682068736 18446744073709551615 6237354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 21222 20218 568 886 0 20332 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84888

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1758896/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=86408 CPUtime=162.24
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 29077 0 0 0 16132 92 0 0 25 0 1 0 187160429 88481792 20591 1992294400 4194304 7823515 548682068736 18446744073709551615 6212035 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 21602 20591 568 886 0 20712 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 86408

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1757296/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=87988 CPUtime=222.22
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 29482 0 0 0 22113 109 0 0 25 0 1 0 187160429 90099712 20996 1992294400 4194304 7823515 548682068736 18446744073709551615 6131041 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 21997 20996 568 886 0 21107 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87988

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1756976/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=88292 CPUtime=282.21
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 29558 0 0 0 28092 129 0 0 25 0 1 0 187160429 90411008 21072 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 22073 21072 568 886 0 21183 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 88292

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1754288/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=90924 CPUtime=342.18
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 30230 0 0 0 34074 144 0 0 25 0 1 0 187160429 93106176 21744 1992294400 4194304 7823515 548682068736 18446744073709551615 6099671 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 22731 21744 569 886 0 21841 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 90924

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1750704/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=94748 CPUtime=402.17
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 31142 0 0 0 40057 160 0 0 25 0 1 0 187160429 97021952 22643 1992294400 4194304 7823515 548682068736 18446744073709551615 4898473 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 23687 22643 569 886 0 22797 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 94748

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1749360/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=96304 CPUtime=462.15
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 31470 0 0 0 46041 174 0 0 25 0 1 0 187160429 98615296 22971 1992294400 4194304 7823515 548682068736 18446744073709551615 6180642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 24076 22971 569 886 0 23186 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 96304

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6375
/proc/meminfo: memFree=1748272/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=96932 CPUtime=522.13
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 31738 0 0 0 52024 189 0 0 25 0 1 0 187160429 99258368 23239 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 24233 23239 569 886 0 23343 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 96932

[startup+582.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6375
/proc/meminfo: memFree=1746608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=98708 CPUtime=582.11
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 37689 0 0 0 58003 208 0 0 25 0 1 0 187160429 101076992 23687 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 24677 23687 573 886 0 23787 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 98708

[startup+642.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6377
/proc/meminfo: memFree=1744424/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=100420 CPUtime=642.1
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 38126 0 0 0 63990 220 0 0 25 0 1 0 187160429 102830080 24124 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 25105 24124 573 886 0 24215 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 100420

[startup+702.301 s]

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

/proc/meminfo: memFree=1722800/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1121.95
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44558 0 0 0 111867 328 0 0 25 0 1 0 187160429 125079552 29523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29523 582 886 0 29647 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 122148

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6377
/proc/meminfo: memFree=1722800/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1181.94
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44558 0 0 0 117853 341 0 0 25 0 1 0 187160429 125079552 29523 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29523 582 886 0 29647 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 122148

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722736/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1241.91
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44558 0 0 0 123839 352 0 0 25 0 1 0 187160429 125079552 29523 1992294400 4194304 7823515 548682068736 18446744073709551615 4289566 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29523 582 886 0 29647 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 122148

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722736/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1301.9
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44595 0 0 0 129824 366 0 0 25 0 1 0 187160429 125079552 29560 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29560 582 886 0 29647 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 122148

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1361.88
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44628 0 0 0 135809 379 0 0 25 0 1 0 187160429 125079552 29593 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29593 582 886 0 29647 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 122148

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1421.86
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44628 0 0 0 141791 395 0 0 25 0 1 0 187160429 125079552 29593 1992294400 4194304 7823515 548682068736 18446744073709551615 6254161 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29593 582 886 0 29647 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 122148

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1481.84
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44628 0 0 0 147778 406 0 0 25 0 1 0 187160429 125079552 29593 1992294400 4194304 7823515 548682068736 18446744073709551615 5978231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29593 582 886 0 29647 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 122148

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1541.83
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44628 0 0 0 153763 420 0 0 25 0 1 0 187160429 125079552 29593 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29593 582 886 0 29647 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 122148

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1601.81
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44630 0 0 0 159749 432 0 0 25 0 1 0 187160429 125079552 29595 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29595 582 886 0 29647 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 122148

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1661.79
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44630 0 0 0 165733 446 0 0 25 0 1 0 187160429 125079552 29595 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29595 582 886 0 29647 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 122148

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1721.77
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 171718 459 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6180591 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 122148

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1781.76
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 177705 471 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 122148

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1784.95
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 178024 471 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 122148

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1791.35
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 178662 473 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 122148

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1792.95
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 178822 473 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1792.95
Current children cumulated vsize (KiB) 122148

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1794.55
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 178982 473 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 122148

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1795.34
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 179061 473 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6235188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1795.34
Current children cumulated vsize (KiB) 122148

[startup+1796.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1795.76
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44631 0 0 0 179102 474 0 0 25 0 1 0 187160429 125079552 29596 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29596 582 886 0 29647 0
Current children cumulated CPU time (s) 1795.76
Current children cumulated vsize (KiB) 122148

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6383
/proc/meminfo: memFree=1722608/2055920 swapFree=4182572/4192956
[pid=6374] ppid=6372 vsize=122148 CPUtime=1795.85
/proc/6374/stat : 6374 (pbscip.linux.x8) R 6372 6374 5260 0 -1 4194304 44633 0 0 0 179111 474 0 0 25 0 1 0 187160429 125079552 29598 1992294400 4194304 7823515 548682068736 18446744073709551615 4303034 0 0 4096 0 0 0 0 17 1 0 0
/proc/6374/statm: 30537 29598 584 886 0 29647 0
Current children cumulated CPU time (s) 1795.85
Current children cumulated vsize (KiB) 122148

Child status: 0
Real time (s): 1796.5
CPU time (s): 1795.95
CPU user time (s): 1791.19
CPU system time (s): 4.76128
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 127424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.19
system time used= 4.76128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44636
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= 1913

runsolver used 1.2818 second user time and 3.79242 second system time

The end

Launcher Data

Begin job on node39 at 2009-06-17 01:40:34
IDJOB=1870292
IDBENCH=48145
IDSOLVER=683
FILE ID=node39/1870292-1245195634
PBS_JOBID= 9368293
Free space on /tmp= 66128 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870292-1245195634/watcher-1870292-1245195634 -o /tmp/evaluation-result-1870292-1245195634/solver-1870292-1245195634 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870292-1245195634.opb

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=787860720

node39.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.263
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.263
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:       1839760 kB
Buffers:         55032 kB
Cached:          93072 kB
SwapCached:       4216 kB
Active:          58344 kB
Inactive:        97700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839760 kB
SwapTotal:     4192956 kB
SwapFree:      4182572 kB
Dirty:            9912 kB
Writeback:           0 kB
Mapped:          13660 kB
Slab:            46160 kB
Committed_AS:   144596 kB
PageTables:       1388 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= 66120 MiB
End job on node39 at 2009-06-17 02:10:30