Trace number 1870259

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.2SAT11 1796.18 1796.91

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
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 benchmark1796.18
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 constraint44
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)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

Quality of the solution as a function of time


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

Solver Data

0.04/0.05	c SCIP version 1.1.0.7
0.04/0.05	c LP-Solver Clp 1.8.2
0.04/0.05	c user parameter file <scip.set> not found - using default parameters
0.04/0.05	c read problem <HOME/instance-1870259-1245192616.opb>
0.04/0.05	c original problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.09/0.11	c start presolving problem
0.09/0.11	c presolving:
0.49/0.52	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 411740 impls, 0 clqs
0.79/0.88	c    (0.7s) probing: 101/6404 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.88	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.79/0.88	c presolving (2 rounds):
0.79/0.88	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.88	c  411740 implications, 0 cliques
0.79/0.88	c presolved problem has 6404 variables (6404 bin, 0 int, 0 impl, 0 cont) and 6404 constraints
0.79/0.88	c    6204 constraints of type <and>
0.79/0.88	c     200 constraints of type <logicor>
0.79/0.88	c transformed objective value is always integral (scale: 1)
0.79/0.88	c Presolving Time: 0.64
0.79/0.89	c OPT-NLC
0.79/0.89	c -----------------------------------------------------------------------------------------------
0.79/0.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.89	c limits/memory = c 1620
0.79/0.89	c # maximal time in seconds to run
0.79/0.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.89	c limits/time = c 1791
0.79/0.89	c # frequency for displaying node information lines
0.79/0.89	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.89	c display/freq = c 10000
0.79/0.89	c -----------------------------------------------------------------------------------------------
0.79/0.89	c start solving problem
0.79/0.89	c 
0.99/1.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.01	c   0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.99/1.04	o 28
0.99/1.04	c s 0.8s|     1 |     0 |   400 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  12k|   0 |   0 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
2.59/2.67	c   2.3s|     1 |     0 |  1000 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.800000e+01 |    Inf 
2.59/2.69	o 23
2.59/2.69	c s 2.3s|     1 |     0 |  1000 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 401 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
3.89/3.95	c   3.6s|     1 |     0 |  1600 |  38M|   0 | 400 |6404 |6404 |6404 |6404 |  13k| 803 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
5.28/5.37	c   5.0s|     1 |     0 |  2200 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  13k|1205 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.68/6.78	c   6.4s|     1 |     0 |  2801 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
6.78/6.81	o 22
6.78/6.81	c s 6.4s|     1 |     0 |  2801 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|1610 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
8.17/8.26	c   7.8s|     1 |     0 |  3401 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.200000e+01 |    Inf 
8.17/8.29	o 20
8.17/8.29	c s 7.9s|     1 |     0 |  3401 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  14k|2014 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
9.78/9.81	c   9.4s|     1 |     0 |  4002 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |   0 | 0.000000e+00 | 2.000000e+01 |    Inf 
10.57/10.68	c  10.2s|     1 |     2 |  4002 |  39M|   0 | 400 |6404 |6404 |6404 |6404 |  15k|2417 |   0 |  19 | 0.000000e+00 | 2.000000e+01 |    Inf 
776.87/777.28	o 12
776.87/777.28	c * 775s|   222 |   216 |567296 |  43M|  17 |   - |6404 |6413 |5666 |6404 |6002 | 104k|   9 |2162 | 6.372761e+00 | 1.200000e+01 |  88.30%
865.84/866.29	o 11
865.84/866.29	c * 864s|   257 |   199 |625898 |  43M|  18 |   - |6404 |6413 |1766 |6404 |5915 | 112k|   9 |2218 | 6.388592e+00 | 1.100000e+01 |  72.18%
1795.95/1796.76	c 
1795.95/1796.76	c SCIP Status        : solving was interrupted [time limit reached]
1795.95/1796.76	c Solving Time (sec) : 1791.00
1795.95/1796.76	c Solving Nodes      : 882
1795.95/1796.76	c Primal Bound       : +1.10000000000000e+01 (6 solutions)
1795.95/1796.76	c Dual Bound         : +6.44278412525335e+00
1795.95/1796.76	c Gap                : 70.73 %
1795.95/1796.77	c NODE         882
1795.95/1796.77	c DUAL BOUND   6.44278
1795.95/1796.77	c PRIMAL BOUND 11
1795.95/1796.77	c GAP          0.707336
1795.95/1796.77	s SATISFIABLE
1795.95/1796.77	v -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1795.95/1796.77	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 
1795.95/1796.77	v -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 
1795.95/1796.77	v -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 
1795.95/1796.77	v -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 
1795.95/1796.77	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.95/1796.77	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.95/1796.77	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 -x18 
1795.95/1796.77	v -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1795.95/1796.77	c SCIP Status        : solving was interrupted [time limit reached]
1795.95/1796.77	c Solving Time       :    1791.00
1795.95/1796.77	c Original Problem   :
1795.95/1796.77	c   Problem name     : HOME/instance-1870259-1245192616.opb
1795.95/1796.77	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.95/1796.77	c   Constraints      : 6404 initial, 6404 maximal
1795.95/1796.77	c Presolved Problem  :
1795.95/1796.77	c   Problem name     : t_HOME/instance-1870259-1245192616.opb
1795.95/1796.77	c   Variables        : 6404 (6404 binary, 0 integer, 0 implicit integer, 0 continuous)
1795.95/1796.77	c   Constraints      : 6404 initial, 6414 maximal
1795.95/1796.77	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1795.95/1796.77	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   implics          :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   probing          :       0.21          0          0          0          0          0          0          0          0
1795.95/1796.77	c   and              :       0.39          0          0          0          0          0          0          0          0
1795.95/1796.77	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1795.95/1796.77	c   root node        :          -          0          -          -          0          -          -          -          -
1795.95/1796.77	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1795.95/1796.77	c   integral         :          0          0          0        645          0          8         55          0          0       1246
1795.95/1796.77	c   and              :       6204       2874      16235          2          1          3     140631     437625          0          0
1795.95/1796.77	c   logicor          :        200+         6       5006          2          1          0          0          0          0          0
1795.95/1796.77	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1795.95/1796.77	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1795.95/1796.77	c   integral         :     427.37       0.00       0.00     427.37       0.00
1795.95/1796.77	c   and              :      28.43      20.38       8.05       0.00       0.00
1795.95/1796.77	c   logicor          :       0.14       0.00       0.14       0.00       0.00
1795.95/1796.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1795.95/1796.77	c Propagators        :       Time      Calls    Cutoffs    DomReds
1795.95/1796.77	c   rootredcost      :       0.04          3          0          0
1795.95/1796.77	c   pseudoobj        :       0.46      16069          2          0
1795.95/1796.77	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1795.95/1796.77	c   propagation      :       0.00          5          5         10       20.7          0        0.0          -
1795.95/1796.77	c   infeasible LP    :       0.47        341          0          0        0.0          0        0.0          0
1795.95/1796.77	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1795.95/1796.77	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1795.95/1796.77	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1795.95/1796.77	c   applied globally :          -          -          -         10       20.7          -          -          -
1795.95/1796.77	c   applied locally  :          -          -          -          0        0.0          -          -          -
1795.95/1796.77	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1795.95/1796.77	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 2417)
1795.95/1796.77	c   redcost          :       2.00       2874          0       6463          0          0
1795.95/1796.77	c   impliedbounds    :       0.04          6          0          0       2400          0
1795.95/1796.77	c   intobj           :       0.00          0          0          0          0          0
1795.95/1796.77	c   gomory           :       0.73          6          0          0       3000          0
1795.95/1796.77	c   strongcg         :       0.71          6          0          0       3000          0
1795.95/1796.77	c   cmir             :       4.84          6          0          0       2400          0
1795.95/1796.77	c   flowcover        :       1.20          6          0          0          0          0
1795.95/1796.77	c   clique           :       0.33          6          0          0         17          0
1795.95/1796.77	c   zerohalf         :       0.00          0          0          0          0          0
1795.95/1796.77	c   mcf              :       0.02          1          0          0          0          0
1795.95/1796.77	c Pricers            :       Time      Calls       Vars
1795.95/1796.77	c   problem variables:       0.00          0          0
1795.95/1796.77	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1795.95/1796.77	c   relpscost        :     427.37        643          8         55          0          0       1246
1795.95/1796.77	c   pscost           :       0.00          0          0          0          0          0          0
1795.95/1796.77	c   inference        :       0.00          1          0          0          0          0          2
1795.95/1796.77	c   mostinf          :       0.00          0          0          0          0          0          0
1795.95/1796.77	c   leastinf         :       0.00          0          0          0          0          0          0
1795.95/1796.77	c   fullstrong       :       0.00          0          0          0          0          0          0
1795.95/1796.77	c   allfullstrong    :       0.00          0          0          0          0          0          0
1795.95/1796.77	c   random           :       0.00          0          0          0          0          0          0
1795.95/1796.77	c Primal Heuristics  :       Time      Calls      Found
1795.95/1796.77	c   LP solutions     :       0.02          -          2
1795.95/1796.77	c   pseudo solutions :       0.00          -          0
1795.95/1796.77	c   oneopt           :       0.01          3          0
1795.95/1796.77	c   crossover        :       0.40          2          0
1795.95/1796.77	c   pscostdiving     :      66.93          9          0
1795.95/1796.77	c   fracdiving       :      42.05          9          0
1795.95/1796.77	c   objpscostdiving  :       5.58          5          0
1795.95/1796.77	c   coefdiving       :      58.40         10          0
1795.95/1796.77	c   veclendiving     :      40.61         10          0
1795.95/1796.77	c   guideddiving     :      76.18         11          0
1795.95/1796.77	c   linesearchdiving :      62.68         16          0
1795.95/1796.77	c   rootsoldiving    :       4.67         11          0
1795.95/1796.77	c   simplerounding   :       0.00          0          0
1795.95/1796.77	c   rounding         :       3.21        743          0
1795.95/1796.77	c   shifting         :       2.24        244          4
1795.95/1796.77	c   intshifting      :       0.00          0          0
1795.95/1796.77	c   fixandinfer      :       0.00          0          0
1795.95/1796.77	c   feaspump         :       0.00          0          0
1795.95/1796.77	c   intdiving        :       0.00          0          0
1795.95/1796.77	c   actconsdiving    :       0.00          0          0
1795.95/1796.77	c   octane           :       0.00          0          0
1795.95/1796.77	c   rens             :       0.47          1          0
1795.95/1796.77	c   rins             :       0.00          0          0
1795.95/1796.77	c   localbranching   :       0.00          0          0
1795.95/1796.77	c   mutation         :       0.00          0          0
1795.95/1796.77	c   dins             :       0.00          0          0
1795.95/1796.77	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1795.95/1796.77	c   primal LP        :     193.07          0          0       0.00       0.00
1795.95/1796.77	c   dual LP          :     743.22       3586     900323     251.07    1211.38
1795.95/1796.77	c   barrier LP       :       0.00          0          0       0.00          -
1795.95/1796.77	c   diving/probing LP:     319.27       6986     289954      41.51     908.18
1795.95/1796.77	c   strong branching :     426.27       2879     552276     191.83    1295.60
1795.95/1796.77	c     (at root node) :          -         19        890      46.84          -
1795.95/1796.77	c   conflict analysis:       0.00          0          0       0.00          -
1795.95/1796.77	c B&B Tree           :
1795.95/1796.77	c   number of runs   :          1
1795.95/1796.77	c   nodes            :        882
1795.95/1796.77	c   nodes (total)    :        882
1795.95/1796.77	c   nodes left       :        324
1795.95/1796.77	c   max depth        :         58
1795.95/1796.77	c   max depth (total):         58
1795.95/1796.77	c   backtracks       :        279 (31.6%)
1795.95/1796.77	c   delayed cutoffs  :          0
1795.95/1796.77	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1795.95/1796.77	c   avg switch length:       4.48
1795.95/1796.77	c   switching time   :     194.32
1795.95/1796.77	c Solution           :
1795.95/1796.77	c   Solutions found  :          6 (6 improvements)
1795.95/1796.77	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 257 nodes, 863.64 seconds, depth 17, found by <relaxation>)
1795.95/1796.77	c   Dual Bound       : +6.44278412525335e+00
1795.95/1796.77	c   Gap              :      70.73 %
1795.95/1796.77	c   Root Dual Bound  : +0.00000000000000e+00
1796.16/1796.91	c Time complete: 1796.17.

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-1870259-1245192616/watcher-1870259-1245192616 -o /tmp/evaluation-result-1870259-1245192616/solver-1870259-1245192616 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870259-1245192616.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.99 0.97 0.98 3/64 7153
/proc/meminfo: memFree=1868392/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=7616 CPUtime=0
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 631 0 0 0 0 0 0 0 18 0 1 0 186858646 7798784 615 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/7153/statm: 1904 628 354 1256 0 643 0

[startup+0.050006 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7153
/proc/meminfo: memFree=1868392/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=17088 CPUtime=0.04
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 3260 0 0 0 3 1 0 0 18 0 1 0 186858646 17498112 3244 1992294400 4194304 9342243 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 0 0 0
/proc/7153/statm: 4272 3244 380 1256 0 3011 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17088

[startup+0.102009 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7153
/proc/meminfo: memFree=1868392/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=27340 CPUtime=0.09
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 6197 0 0 0 7 2 0 0 18 0 1 0 186858646 27996160 5827 1992294400 4194304 9342243 548682068736 18446744073709551615 4686182 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 6835 5827 427 1256 0 5574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27340

[startup+0.30103 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7153
/proc/meminfo: memFree=1868392/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=41100 CPUtime=0.29
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 9404 0 0 0 26 3 0 0 19 0 1 0 186858646 42086400 9034 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 10275 9034 447 1256 0 9014 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41100

[startup+0.701069 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 7153
/proc/meminfo: memFree=1868392/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=47848 CPUtime=0.69
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 11200 0 0 0 53 16 0 0 23 0 1 0 186858646 48996352 10830 1992294400 4194304 9342243 548682068736 18446744073709551615 4903359 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 11962 10830 483 1256 0 10701 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47848

[startup+1.50115 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1804512/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=75184 CPUtime=1.49
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 17248 0 0 0 129 20 0 0 25 0 1 0 186858646 76988416 16802 1992294400 4194304 9342243 548682068736 18446744073709551615 4338440 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 18796 16802 632 1256 0 17535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75184

[startup+3.10131 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1803232/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=79772 CPUtime=3.09
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 18315 0 0 0 278 31 0 0 25 0 1 0 186858646 81686528 17869 1992294400 4194304 9342243 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 19943 17869 650 1256 0 18682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79772

[startup+6.30164 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1795744/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=82108 CPUtime=6.28
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 19146 0 0 0 594 34 0 0 25 0 1 0 186858646 84078592 18694 1992294400 4194304 9342243 548682068736 18446744073709551615 5573017 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 20527 18694 650 1256 0 19266 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82108

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=83308 CPUtime=12.67
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 34148 0 0 0 1223 44 0 0 25 0 1 0 186858646 85307392 19494 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 20827 19494 679 1256 0 19566 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 83308

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1791968/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=84076 CPUtime=25.47
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 34368 0 0 0 2501 46 0 0 25 0 1 0 186858646 86093824 19714 1992294400 4194304 9342243 548682068736 18446744073709551615 6941109 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21019 19714 679 1256 0 19758 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84076

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=85436 CPUtime=51.06
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 34654 0 0 0 5056 50 0 0 25 0 1 0 186858646 87486464 19584 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21359 19584 685 1256 0 20098 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 85436

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7154
/proc/meminfo: memFree=1793056/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=85168 CPUtime=102.24
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 36500 0 0 0 10164 60 0 0 25 0 1 0 186858646 87212032 19444 1992294400 4194304 9342243 548682068736 18446744073709551615 6974299 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21292 19444 685 1256 0 20031 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 85168

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1792672/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=83248 CPUtime=162.22
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 43495 0 0 0 16148 74 0 0 25 0 1 0 186858646 85245952 19530 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 20812 19530 689 1256 0 19551 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 83248

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1789344/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=84292 CPUtime=222.2
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 51178 0 0 0 22133 87 0 0 25 0 1 0 186858646 86315008 19446 1992294400 4194304 9342243 548682068736 18446744073709551615 6911085 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21073 19446 692 1256 0 19812 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 84292

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1791200/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=86848 CPUtime=282.18
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 66126 0 0 0 28118 100 0 0 25 0 1 0 186858646 88932352 20016 1992294400 4194304 9342243 548682068736 18446744073709551615 6941075 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7153/statm: 21712 20016 692 1256 0 20451 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 86848

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1790752/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=86472 CPUtime=342.16
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 83167 0 0 0 34100 116 0 0 25 0 1 0 186858646 88547328 20018 1992294400 4194304 9342243 548682068736 18446744073709551615 6960513 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21618 20018 692 1256 0 20357 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 86472

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1792032/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=86776 CPUtime=402.14
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 105033 0 0 0 40082 132 0 0 25 0 1 0 186858646 88858624 19518 1992294400 4194304 9342243 548682068736 18446744073709551615 6037524 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 21694 19518 701 1256 0 20433 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 86776

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1788128/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=92368 CPUtime=462.11
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 130285 0 0 0 46059 152 0 0 25 0 1 0 186858646 94584832 20660 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7153/statm: 23092 20660 702 1256 0 21831 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 92368

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1788384/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=89912 CPUtime=522.08
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 144367 0 0 0 52042 166 0 0 25 0 1 0 186858646 92069888 20570 1992294400 4194304 9342243 548682068736 18446744073709551615 6040605 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 22478 20570 702 1256 0 21217 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 89912

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1783584/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=93832 CPUtime=582.06
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 149599 0 0 0 58031 175 0 0 25 0 1 0 186858646 96083968 21823 1992294400 4194304 9342243 548682068736 18446744073709551615 6341862 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 23458 21823 702 1256 0 22197 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 93832

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7156
/proc/meminfo: memFree=1780640/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=101036 CPUtime=642.05
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 152861 0 0 0 64022 183 0 0 25 0 1 0 186858646 103460864 22567 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 25259 22567 702 1256 0 23998 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 101036

[startup+702.302 s]

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

/proc/meminfo: memFree=1775904/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=100588 CPUtime=1061.86
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 199473 0 0 0 105932 254 0 0 25 0 1 0 186858646 103002112 23757 1992294400 4194304 9342243 548682068736 18446744073709551615 4776835 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 25147 23757 707 1256 0 23886 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 100588

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1774432/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=100716 CPUtime=1121.83
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 203004 0 0 0 111922 261 0 0 25 0 1 0 186858646 103133184 24049 1992294400 4194304 9342243 548682068736 18446744073709551615 6040680 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 25179 24049 707 1256 0 23918 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 100716

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1773856/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=104796 CPUtime=1181.81
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 211230 0 0 0 117909 272 0 0 25 0 1 0 186858646 107311104 24249 1992294400 4194304 9342243 548682068736 18446744073709551615 5868542 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7153/statm: 26199 24249 707 1256 0 24938 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 104796

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771616/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=111212 CPUtime=1241.78
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 231396 0 0 0 123888 290 0 0 25 0 1 0 186858646 113881088 24810 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 27803 24810 707 1256 0 26542 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 111212

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771680/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=106956 CPUtime=1301.76
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 238732 0 0 0 129875 301 0 0 25 0 1 0 186858646 109522944 24743 1992294400 4194304 9342243 548682068736 18446744073709551615 6960775 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26739 24743 707 1256 0 25478 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 106956

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771296/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=106964 CPUtime=1361.74
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 249838 0 0 0 135859 315 0 0 25 0 1 0 186858646 109531136 24955 1992294400 4194304 9342243 548682068736 18446744073709551615 6960335 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7153/statm: 26741 24955 707 1256 0 25480 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 106964

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771168/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=105480 CPUtime=1421.71
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 266459 0 0 0 141840 331 0 0 25 0 1 0 186858646 108011520 24765 1992294400 4194304 9342243 548682068736 18446744073709551615 6890369 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26370 24765 716 1256 0 25109 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 105480

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770400/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=106612 CPUtime=1481.69
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 279893 0 0 0 147821 348 0 0 25 0 1 0 186858646 109170688 24969 1992294400 4194304 9342243 548682068736 18446744073709551615 6959481 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26653 24969 716 1256 0 25392 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 106612

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771168/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=107500 CPUtime=1541.66
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 295869 0 0 0 153803 363 0 0 25 0 1 0 186858646 110080000 24876 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26875 24876 716 1256 0 25614 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 107500

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770784/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=112948 CPUtime=1601.64
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 328629 0 0 0 159769 395 0 0 25 0 1 0 186858646 115658752 24986 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 28237 24986 716 1256 0 26976 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 112948

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770976/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=108608 CPUtime=1661.62
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 369347 0 0 0 165736 426 0 0 25 0 1 0 186858646 111214592 24859 1992294400 4194304 9342243 548682068736 18446744073709551615 6960624 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 27152 24859 716 1256 0 25891 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 108608

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771040/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=107696 CPUtime=1721.59
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 411775 0 0 0 171701 458 0 0 25 0 1 0 186858646 110280704 24880 1992294400 4194304 9342243 548682068736 18446744073709551615 6040609 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7153/statm: 26924 24880 716 1256 0 25663 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 107696

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770976/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=107628 CPUtime=1781.57
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 457845 0 0 0 177666 491 0 0 25 0 1 0 186858646 110211072 24865 1992294400 4194304 9342243 548682068736 18446744073709551615 6959733 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26907 24865 716 1256 0 25646 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 107628

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1769952/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=114264 CPUtime=1784.76
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 459244 0 0 0 177985 491 0 0 25 0 1 0 186858646 117006336 25131 1992294400 4194304 9342243 548682068736 18446744073709551615 6957893 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 28566 25131 716 1256 0 27305 0
Current children cumulated CPU time (s) 1784.76
Current children cumulated vsize (KiB) 114264

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770976/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=107636 CPUtime=1791.17
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 462302 0 0 0 178623 494 0 0 25 0 1 0 186858646 110219264 24933 1992294400 4194304 9342243 548682068736 18446744073709551615 6938289 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26909 24933 716 1256 0 25648 0
Current children cumulated CPU time (s) 1791.17
Current children cumulated vsize (KiB) 107636

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770720/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=107732 CPUtime=1794.36
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 465797 0 0 0 178940 496 0 0 25 0 1 0 186858646 110317568 24935 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 26933 24935 716 1256 0 25672 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (KiB) 107732

[startup+1795.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1770720/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=108796 CPUtime=1795.16
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 466823 0 0 0 179019 497 0 0 25 0 1 0 186858646 111407104 24880 1992294400 4194304 9342243 548682068736 18446744073709551615 8251475 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 27199 24880 716 1256 0 25938 0
Current children cumulated CPU time (s) 1795.16
Current children cumulated vsize (KiB) 108796

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771104/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=108792 CPUtime=1795.95
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 467521 0 0 0 179098 497 0 0 25 0 1 0 186858646 111403008 24912 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 0 0 0
/proc/7153/statm: 27198 24912 716 1256 0 25937 0
Current children cumulated CPU time (s) 1795.95
Current children cumulated vsize (KiB) 108792

[startup+1796.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 7162
/proc/meminfo: memFree=1771104/2055920 swapFree=4192812/4192956
[pid=7153] ppid=7151 vsize=71468 CPUtime=1796.16
/proc/7153/stat : 7153 (pbscip.linux.x8) R 7151 7153 7004 0 -1 4194304 467533 0 0 0 179118 498 0 0 25 0 1 0 186858646 73183232 16967 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 0 0 0
/proc/7153/statm: 17867 16967 1729 1256 0 16606 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 71468

Child status: 0
Real time (s): 1796.91
CPU time (s): 1796.18
CPU user time (s): 1791.18
CPU system time (s): 4.99224
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 124888

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

runsolver used 1.59976 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node45 at 2009-06-17 00:50:17
IDJOB=1870259
IDBENCH=48128
IDSOLVER=684
FILE ID=node45/1870259-1245192616
PBS_JOBID= 9368305
Free space on /tmp= 66172 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_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-1870259-1245192616/watcher-1870259-1245192616 -o /tmp/evaluation-result-1870259-1245192616/solver-1870259-1245192616 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870259-1245192616.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1642476297

node45.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.240
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.240
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:       1868872 kB
Buffers:         43036 kB
Cached:          80720 kB
SwapCached:        140 kB
Active:          77820 kB
Inactive:        59980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11808 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            35308 kB
Committed_AS:   166280 kB
PageTables:       1380 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= 66160 MiB
End job on node45 at 2009-06-17 01:20:14