Trace number 1870290

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)SAT21 1798.23 1798.73

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1798.23
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
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 constraint11
Maximum length of a constraint21
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)2488
Sum of products size (including duplicates)4976
Number of different products2488
Sum of products size4976

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.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver SoPlex 1.4.1
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1870290-1245195565.opb>
0.00/0.03	c original problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2688 constraints
0.00/0.05	c start presolving problem
0.00/0.05	c presolving:
0.19/0.23	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 71340 impls, 0 clqs
0.39/0.41	c    (0.2s) probing: 101/2688 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (2 rounds):
0.39/0.41	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  71340 implications, 0 cliques
0.39/0.41	c presolved problem has 2688 variables (2688 bin, 0 int, 0 impl, 0 cont) and 2688 constraints
0.39/0.41	c    2488 constraints of type <and>
0.39/0.41	c     200 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.20
0.39/0.41	c OPT-NLC
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = c 1620
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = c 1791
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = c 10000
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving problem
0.39/0.41	c 
0.39/0.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2688 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.50	o 48
0.49/0.50	c s 0.3s|     1 |     0 |   400 |  13M|   0 | 400 |2688 |2688 |2688 |2688 |5176 |   0 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
1.10/1.10	c   0.8s|     1 |     0 |  1000 |  13M|   0 | 400 |2688 |2688 |2688 |2688 |5577 | 401 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
1.59/1.68	c   1.4s|     1 |     0 |  1600 |  13M|   0 | 400 |2688 |2688 |2688 |2688 |5981 | 805 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
2.29/2.30	c   2.0s|     1 |     0 |  2200 |  14M|   0 | 400 |2688 |2688 |2688 |2688 |6381 |1205 |   0 |   0 | 0.000000e+00 | 4.800000e+01 |    Inf 
2.29/2.32	o 44
2.29/2.32	c s 2.0s|     1 |     0 |  2200 |  14M|   0 | 400 |2688 |2688 |2688 |2688 |6381 |1205 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.89/2.97	c   2.7s|     1 |     0 |  2800 |  14M|   0 | 400 |2688 |2688 |2688 |2688 |6783 |1607 |   0 |   0 | 0.000000e+00 | 4.400000e+01 |    Inf 
2.89/2.99	o 43
2.89/2.99	c s 2.7s|     1 |     0 |  2800 |  14M|   0 | 400 |2688 |2688 |2688 |2688 |6783 |1607 |   0 |   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
3.99/4.07	c   3.8s|     1 |     0 |  3740 |  14M|   0 | 949 |2688 |2688 |2688 |2688 |7183 |2007 |   0 |   0 | 1.044482e+01 | 4.300000e+01 | 311.69%
6.69/6.70	c   6.4s|     1 |     0 |  4478 |  15M|   0 |1235 |2688 |2688 |2688 |2688 |7398 |2222 |   0 |   0 | 1.344204e+01 | 4.300000e+01 | 219.89%
10.29/10.30	c  10.0s|     1 |     0 |  4996 |  16M|   0 |1416 |2688 |2688 |2688 |2688 |7473 |2297 |   0 |   0 | 1.415074e+01 | 4.300000e+01 | 203.87%
14.38/14.44	c  14.1s|     1 |     0 |  5258 |  17M|   0 |1512 |2688 |2688 |2688 |2688 |7520 |2344 |   0 |   0 | 1.431540e+01 | 4.300000e+01 | 200.38%
18.88/18.95	c  18.6s|     1 |     0 |  5476 |  17M|   0 |1675 |2688 |2688 |2688 |2688 |7549 |2373 |   0 |   0 | 1.444730e+01 | 4.300000e+01 | 197.63%
24.09/24.17	c  23.8s|     1 |     0 |  5658 |  17M|   0 |1665 |2688 |2688 |2688 |2688 |7567 |2391 |   0 |   0 | 1.451556e+01 | 4.300000e+01 | 196.23%
29.08/29.13	c  28.7s|     1 |     0 |  5754 |  17M|   0 |1758 |2688 |2688 |2688 |2688 |2680 |2404 |   0 |   0 | 1.453086e+01 | 4.300000e+01 | 195.92%
30.39/30.44	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.39/30.44	c  30.0s|     1 |     0 |  5792 |  17M|   0 |1762 |2688 |2688 |2688 |2688 |2687 |2411 |   0 |   0 | 1.453530e+01 | 4.300000e+01 | 195.83%
31.68/31.75	c  31.4s|     1 |     0 |  5859 |  17M|   0 |1783 |2688 |2688 |2688 |2688 |2692 |2416 |   0 |   0 | 1.454358e+01 | 4.300000e+01 | 195.66%
32.98/33.03	c  32.6s|     1 |     0 |  5890 |  17M|   0 |1771 |2688 |2688 |2688 |2688 |2697 |2421 |   0 |   0 | 1.454587e+01 | 4.300000e+01 | 195.62%
34.17/34.27	c  33.9s|     1 |     0 |  5892 |  17M|   0 |1770 |2688 |2688 |2688 |2688 |2698 |2422 |   0 |   0 | 1.454588e+01 | 4.300000e+01 | 195.62%
45.26/45.34	c  44.9s|     1 |     2 |  5892 |  17M|   0 |1770 |2688 |2688 |2688 |2688 |2698 |2422 |   0 |  31 | 1.454588e+01 | 4.300000e+01 | 195.62%
113.25/113.38	o 22
113.25/113.38	c * 113s|    22 |    16 |  8870 |  17M|  21 |   - |2688 |2688 |2282 |2688 |2862 |2711 |   0 | 513 | 1.501306e+01 | 2.200000e+01 |  46.54%
1144.07/1144.42	o 21
1144.07/1144.42	c *1139s|  7057 |   764 |908107 |  20M|  33 |   - |2688 |2690 |1880 |2688 |2888 |  42k|   2 |3979 | 1.633315e+01 | 2.100000e+01 |  28.57%
1563.05/1563.55	c  1557s| 10000 |  1135 |  1259k|  23M|  37 |   - |2688 |2690 |2140 |2688 |2820 |  59k|   2 |5703 | 1.644275e+01 | 2.100000e+01 |  27.72%
1798.08/1798.65	c 
1798.08/1798.65	c SCIP Status        : solving was interrupted [time limit reached]
1798.08/1798.65	c Solving Time (sec) : 1791.00
1798.08/1798.65	c Solving Nodes      : 11608
1798.08/1798.65	c Primal Bound       : +2.10000000000000e+01 (5 solutions)
1798.08/1798.65	c Dual Bound         : +1.64778174071686e+01
1798.08/1798.65	c Gap                : 27.44 %
1798.08/1798.65	c NODE         11608
1798.08/1798.65	c DUAL BOUND   16.4778
1798.08/1798.65	c PRIMAL BOUND 21
1798.08/1798.65	c GAP          0.274441
1798.08/1798.65	s SATISFIABLE
1798.08/1798.65	v -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 
1798.08/1798.65	v -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 
1798.08/1798.65	v -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 
1798.08/1798.65	v -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 
1798.08/1798.65	v -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 x96 x95 -x94 
1798.08/1798.65	v -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 
1798.08/1798.65	v -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 
1798.08/1798.65	v -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 x17 x16 
1798.08/1798.65	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1798.08/1798.65	c SCIP Status        : solving was interrupted [time limit reached]
1798.08/1798.65	c Solving Time       :    1791.00
1798.08/1798.65	c Original Problem   :
1798.08/1798.65	c   Problem name     : HOME/instance-1870290-1245195565.opb
1798.08/1798.65	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.08/1798.65	c   Constraints      : 2688 initial, 2688 maximal
1798.08/1798.65	c Presolved Problem  :
1798.08/1798.65	c   Problem name     : t_HOME/instance-1870290-1245195565.opb
1798.08/1798.65	c   Variables        : 2688 (2688 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.08/1798.65	c   Constraints      : 2688 initial, 2690 maximal
1798.08/1798.65	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.08/1798.65	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   implics          :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   probing          :       0.05          0          0          0          0          0          0          0          0
1798.08/1798.65	c   and              :       0.14          0          0          0          0          0          0          0          0
1798.08/1798.65	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1798.08/1798.65	c   root node        :          -          0          -          -          0          -          -          -          -
1798.08/1798.65	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.08/1798.65	c   integral         :          0          0          0       7010          0        109       1308          0          0      13200
1798.08/1798.65	c   and              :       2488      17873      87314          2          1          2     654316      69922          0          0
1798.08/1798.65	c   logicor          :        200+        16      38233          2          1          0          3          0          0          0
1798.08/1798.65	c   countsols        :          0          0          0          2          1          0          0          0          0          0
1798.08/1798.65	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.08/1798.65	c   integral         :     455.40       0.00       0.00     455.40       0.00
1798.08/1798.65	c   and              :      60.58      45.14      15.44       0.00       0.00
1798.08/1798.65	c   logicor          :       0.52       0.00       0.52       0.00       0.00
1798.08/1798.65	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.08/1798.65	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.08/1798.65	c   rootredcost      :       0.04          2          0          0
1798.08/1798.65	c   pseudoobj        :       1.73      87364          0          0
1798.08/1798.65	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.08/1798.65	c   propagation      :       0.00          2          2          2        3.5          0        0.0          -
1798.08/1798.65	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.08/1798.65	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.08/1798.65	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.08/1798.65	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.08/1798.65	c   applied globally :          -          -          -          2        3.5          -          -          -
1798.08/1798.65	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.08/1798.65	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.08/1798.65	c   cut pool         :       0.01         15          -          -          1          -    (maximal pool size: 2880)
1798.08/1798.65	c   redcost          :       2.84      18080          0     141815          0          0
1798.08/1798.65	c   impliedbounds    :       0.05         16          0          0       2527          0
1798.08/1798.65	c   intobj           :       0.00          0          0          0          0          0
1798.08/1798.65	c   gomory           :      16.70         16          0          0       2650          0
1798.08/1798.65	c   strongcg         :      10.90         16          0          0       4000          0
1798.08/1798.65	c   cmir             :       2.08         10          0          0       2000          0
1798.08/1798.65	c   flowcover        :       0.91         10          0          0          0          0
1798.08/1798.65	c   clique           :       0.14         16          0          0         13          0
1798.08/1798.65	c   zerohalf         :       0.00          0          0          0          0          0
1798.08/1798.65	c   mcf              :       0.01          1          0          0          0          0
1798.08/1798.65	c Pricers            :       Time      Calls       Vars
1798.08/1798.65	c   problem variables:       0.00          0          0
1798.08/1798.65	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.08/1798.65	c   relpscost        :     455.38       7008        109       1308          0          0      13200
1798.08/1798.65	c   pscost           :       0.00          0          0          0          0          0          0
1798.08/1798.65	c   inference        :       0.00          1          0          0          0          0          2
1798.08/1798.65	c   mostinf          :       0.00          0          0          0          0          0          0
1798.08/1798.65	c   leastinf         :       0.00          0          0          0          0          0          0
1798.08/1798.65	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.08/1798.65	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.08/1798.66	c   random           :       0.00          0          0          0          0          0          0
1798.08/1798.66	c Primal Heuristics  :       Time      Calls      Found
1798.08/1798.66	c   LP solutions     :       0.00          -          2
1798.08/1798.66	c   pseudo solutions :       0.00          -          0
1798.08/1798.66	c   oneopt           :       0.05          3          0
1798.08/1798.66	c   crossover        :       0.33          5          0
1798.08/1798.66	c   fracdiving       :      66.05         46          0
1798.08/1798.66	c   linesearchdiving :      58.19         48          0
1798.08/1798.66	c   coefdiving       :      49.15         51          0
1798.08/1798.66	c   simplerounding   :       0.07          0          0
1798.08/1798.66	c   rounding         :       3.57       1808          0
1798.08/1798.66	c   shifting         :       5.69       2085          3
1798.08/1798.66	c   intshifting      :       0.01          0          0
1798.08/1798.66	c   fixandinfer      :       0.00          0          0
1798.08/1798.66	c   feaspump         :       0.00          0          0
1798.08/1798.66	c   pscostdiving     :      68.69         37          0
1798.08/1798.66	c   veclendiving     :      48.77         39          0
1798.08/1798.66	c   intdiving        :       0.00          0          0
1798.08/1798.66	c   actconsdiving    :       0.00          0          0
1798.08/1798.66	c   objpscostdiving  :      38.91          3          0
1798.08/1798.66	c   rootsoldiving    :      10.91         16          0
1798.08/1798.66	c   guideddiving     :      65.59         43          0
1798.08/1798.66	c   octane           :       0.00          0          0
1798.08/1798.66	c   rens             :       0.01          0          0
1798.08/1798.66	c   rins             :       0.00          0          0
1798.08/1798.66	c   localbranching   :       0.00          0          0
1798.08/1798.66	c   mutation         :       0.00          0          0
1798.08/1798.66	c   dins             :       0.00          0          0
1798.08/1798.66	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.08/1798.66	c   primal LP        :       7.51          0          0       0.00       0.00
1798.08/1798.66	c   dual LP          :     762.02      23208    1017915      43.86    1335.81
1798.08/1798.66	c   barrier LP       :       0.00          0          0       0.00          -
1798.08/1798.66	c   diving/probing LP:     356.87      20542     447108      21.77    1252.86
1798.08/1798.66	c   strong branching :     450.27       6662     608598      91.35    1351.63
1798.08/1798.66	c     (at root node) :          -         31      10751     346.81          -
1798.08/1798.66	c   conflict analysis:       0.00          0          0       0.00          -
1798.08/1798.66	c B&B Tree           :
1798.08/1798.66	c   number of runs   :          1
1798.08/1798.66	c   nodes            :      11608
1798.08/1798.66	c   nodes (total)    :      11608
1798.08/1798.66	c   nodes left       :       1397
1798.08/1798.66	c   max depth        :         37
1798.08/1798.66	c   max depth (total):         37
1798.08/1798.66	c   backtracks       :       2214 (19.1%)
1798.08/1798.66	c   delayed cutoffs  :          0
1798.08/1798.66	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.08/1798.66	c   avg switch length:       3.75
1798.08/1798.66	c   switching time   :      12.20
1798.08/1798.66	c Solution           :
1798.08/1798.66	c   Solutions found  :          5 (5 improvements)
1798.08/1798.66	c   Primal Bound     : +2.10000000000000e+01   (in run 1, after 7057 nodes, 1139.39 seconds, depth 24, found by <relaxation>)
1798.08/1798.66	c   Dual Bound       : +1.64778174071686e+01
1798.08/1798.66	c   Gap              :      27.44 %
1798.08/1798.66	c   Root Dual Bound  : +1.45458770379232e+01
1798.18/1798.72	c Time complete: 1798.22.

Verifier Data

OK	21

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870290-1245195565/watcher-1870290-1245195565 -o /tmp/evaluation-result-1870290-1245195565/solver-1870290-1245195565 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870290-1245195565.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.00 1.00 1.00 3/64 14888
/proc/meminfo: memFree=1821944/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=4648 CPUtime=0
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 496 0 0 0 0 0 0 0 18 0 1 0 72265333 4759552 480 1992294400 4194304 7823515 548682068736 18446744073709551615 6230688 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 1082 483 318 886 0 192 0

[startup+0.078534 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14888
/proc/meminfo: memFree=1821944/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=20420 CPUtime=0.07
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 4492 0 0 0 6 1 0 0 18 0 1 0 72265333 20910080 4120 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 5105 4120 405 886 0 4215 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20420

[startup+0.101536 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14888
/proc/meminfo: memFree=1821944/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=22480 CPUtime=0.09
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 5018 0 0 0 8 1 0 0 18 0 1 0 72265333 23019520 4646 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 5620 4649 405 886 0 4730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22480

[startup+0.301554 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14888
/proc/meminfo: memFree=1821944/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=23804 CPUtime=0.29
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 5369 0 0 0 16 13 0 0 19 0 1 0 72265333 24375296 4997 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 5951 4997 427 886 0 5061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23804

[startup+0.701588 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14888
/proc/meminfo: memFree=1821944/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=35172 CPUtime=0.69
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 8405 0 0 0 50 19 0 0 22 0 1 0 72265333 36016128 7934 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 8793 7934 534 886 0 7903 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35172

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1791600/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=36916 CPUtime=1.49
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 8994 0 0 0 126 23 0 0 25 0 1 0 72265333 37801984 8437 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 9229 8437 552 886 0 8339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36916

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1789616/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=39792 CPUtime=3.09
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 9693 0 0 0 284 25 0 0 25 0 1 0 72265333 40747008 9127 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 9948 9127 552 886 0 9058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39792

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1784880/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=46128 CPUtime=6.29
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 11352 0 0 0 601 28 0 0 25 0 1 0 72265333 47235072 10747 1992294400 4194304 7823515 548682068736 18446744073709551615 6211318 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 11532 10747 553 886 0 10642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46128

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1774712/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=52812 CPUtime=12.69
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 12919 0 0 0 1238 31 0 0 25 0 1 0 72265333 54079488 12288 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13203 12288 553 886 0 12313 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52812

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1773240/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=54208 CPUtime=25.49
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 13291 0 0 0 2514 35 0 0 25 0 1 0 72265333 55508992 12660 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13552 12660 553 886 0 12662 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54208

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1773176/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=54208 CPUtime=51.06
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 13319 0 0 0 5063 43 0 0 25 0 1 0 72265333 55508992 12688 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13552 12688 558 886 0 12662 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 54208

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1773176/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=54208 CPUtime=102.26
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 13320 0 0 0 10167 59 0 0 25 0 1 0 72265333 55508992 12689 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13552 12689 559 886 0 12662 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54208

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1773112/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=54208 CPUtime=162.23
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 13322 0 0 0 16140 83 0 0 25 0 1 0 72265333 55508992 12691 1992294400 4194304 7823515 548682068736 18446744073709551615 4289509 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13552 12691 561 886 0 12662 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54208

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1769976/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=56684 CPUtime=222.21
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 18384 0 0 0 22113 108 0 0 25 0 1 0 72265333 58044416 13423 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14171 13423 570 886 0 13281 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 56684

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1769976/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=56684 CPUtime=282.2
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 18384 0 0 0 28088 132 0 0 25 0 1 0 72265333 58044416 13423 1992294400 4194304 7823515 548682068736 18446744073709551615 6131010 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14171 13423 570 886 0 13281 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 56684

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1769976/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=56684 CPUtime=342.18
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 18384 0 0 0 34065 153 0 0 25 0 1 0 72265333 58044416 13423 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14171 13423 570 886 0 13281 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 56684

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1772152/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=54776 CPUtime=402.17
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 21450 0 0 0 40037 180 0 0 25 0 1 0 72265333 56090624 12900 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13694 12900 570 886 0 12804 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54776

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1771512/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=55220 CPUtime=462.16
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 21601 0 0 0 46014 202 0 0 25 0 1 0 72265333 56545280 13051 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 13805 13051 570 886 0 12915 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 55220

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1770552/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=56196 CPUtime=522.14
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 21821 0 0 0 51990 224 0 0 25 0 1 0 72265333 57544704 13271 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14049 13271 570 886 0 13159 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 56196

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1770168/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=56516 CPUtime=582.13
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 21936 0 0 0 57964 249 0 0 25 0 1 0 72265333 57872384 13386 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14129 13386 573 886 0 13239 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 56516

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14889
/proc/meminfo: memFree=1768120/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=58192 CPUtime=642.11
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 25611 0 0 0 63937 274 0 0 25 0 1 0 72265333 59588608 13834 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 14548 13834 573 886 0 13658 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 58192

[startup+702.301 s]

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

/proc/meminfo: memFree=1766392/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=60212 CPUtime=1061.99
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 26086 0 0 0 105761 438 0 0 25 0 1 0 72265333 61657088 14309 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15053 14309 573 886 0 14163 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 60212

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14891
/proc/meminfo: memFree=1766008/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=60352 CPUtime=1121.97
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 26125 0 0 0 111737 460 0 0 25 0 1 0 72265333 61800448 14348 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15088 14348 573 886 0 14198 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 60352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14891
/proc/meminfo: memFree=1765816/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=60908 CPUtime=1181.96
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30099 0 0 0 117713 483 0 0 25 0 1 0 72265333 62369792 14456 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15227 14456 573 886 0 14337 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 60908

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14891
/proc/meminfo: memFree=1765240/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=61160 CPUtime=1241.95
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30194 0 0 0 123690 505 0 0 25 0 1 0 72265333 62627840 14551 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15290 14551 573 886 0 14400 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 61160

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1764664/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=61508 CPUtime=1301.92
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30277 0 0 0 129666 526 0 0 25 0 1 0 72265333 62984192 14634 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15377 14634 573 886 0 14487 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 61508

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1764664/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=61508 CPUtime=1361.9
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30280 0 0 0 135639 551 0 0 25 0 1 0 72265333 62984192 14637 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15377 14637 573 886 0 14487 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 61508

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1764280/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=61992 CPUtime=1421.89
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30400 0 0 0 141615 574 0 0 25 0 1 0 72265333 63479808 14757 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15498 14757 573 886 0 14608 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 61992

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1763320/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=62968 CPUtime=1481.87
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30696 0 0 0 147593 594 0 0 25 0 1 0 72265333 64479232 15001 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15742 15001 573 886 0 14852 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 62968

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1763256/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=62968 CPUtime=1541.86
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30696 0 0 0 153567 619 0 0 25 0 1 0 72265333 64479232 15001 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15742 15001 573 886 0 14852 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 62968

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1762424/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=63892 CPUtime=1601.84
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 30898 0 0 0 159542 642 0 0 25 0 1 0 72265333 65425408 15203 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 15973 15203 573 886 0 15083 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 63892

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1761400/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=64792 CPUtime=1661.83
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31152 0 0 0 165520 663 0 0 25 0 1 0 72265333 66347008 15457 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16198 15457 573 886 0 15308 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 64792

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1761336/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=64944 CPUtime=1721.8
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31165 0 0 0 171497 683 0 0 25 0 1 0 72265333 66502656 15470 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16236 15470 573 886 0 15346 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 64944

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1781.8
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 177473 707 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 65308

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1791.39
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 178429 710 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 65308

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1794.59
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 178748 711 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 65308

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1796.19
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 178907 712 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6236709 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1796.19
Current children cumulated vsize (KiB) 65308

[startup+1797.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1796.99
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 178987 712 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (KiB) 65308

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1797.78
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31283 0 0 0 179066 712 0 0 25 0 1 0 72265333 66875392 15588 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15588 573 886 0 15437 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 65308

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14897
/proc/meminfo: memFree=1760824/2055920 swapFree=4192044/4192956
[pid=14888] ppid=14886 vsize=65308 CPUtime=1798.18
/proc/14888/stat : 14888 (pbscip.linux.x8) R 14886 14888 12952 0 -1 4194304 31285 0 0 0 179106 712 0 0 25 0 1 0 72265333 66875392 15590 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 16327 15590 575 886 0 15437 0
Current children cumulated CPU time (s) 1798.18
Current children cumulated vsize (KiB) 65308

Child status: 0
Real time (s): 1798.73
CPU time (s): 1798.23
CPU user time (s): 1791.08
CPU system time (s): 7.14191
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 75660

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

runsolver used 1.2878 second user time and 3.80642 second system time

The end

Launcher Data

Begin job on node41 at 2009-06-17 01:39:25
IDJOB=1870290
IDBENCH=48144
IDSOLVER=683
FILE ID=node41/1870290-1245195565
PBS_JOBID= 9368285
Free space on /tmp= 65960 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_10_3.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-1870290-1245195565/watcher-1870290-1245195565 -o /tmp/evaluation-result-1870290-1245195565/solver-1870290-1245195565 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870290-1245195565.opb

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=214814948

node41.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.216
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.216
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:       1822360 kB
Buffers:         19468 kB
Cached:         133728 kB
SwapCached:        416 kB
Active:          81496 kB
Inactive:        84184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822360 kB
SwapTotal:     4192956 kB
SwapFree:      4192044 kB
Dirty:            9876 kB
Writeback:           0 kB
Mapped:          21532 kB
Slab:            53852 kB
Committed_AS:    69064 kB
PageTables:       1364 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= 65952 MiB
End job on node41 at 2009-06-17 02:09:24