Trace number 1870526

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)OPT-14 1716.62 1717.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUM2468d4642d986af58e932976ec0c4f0e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1716.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1870526-1245209906.opb>
0.00/0.01	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.09/0.15	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5028 impls, 100 clqs
0.09/0.17	c    (0.1s) probing: 101/716 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (2 rounds):
0.09/0.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5028 implications, 100 cliques
0.09/0.17	c presolved problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.09/0.17	c     100 constraints of type <setppc>
0.09/0.17	c     616 constraints of type <and>
0.09/0.17	c       1 constraints of type <linear>
0.09/0.17	c      50 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.07
0.09/0.17	c OPT-NLC
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 1620
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.79/0.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.79/0.83	c   0.7s|     1 |     0 |  1949 |3451k|   0 | 378 | 716 | 767 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.79/0.83	o -4
0.79/0.83	c s 0.7s|     1 |     0 |  1949 |3478k|   0 | 378 | 716 | 767 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.49/1.55	c   1.4s|     1 |     0 |  2638 |4597k|   0 | 343 | 716 | 767 | 767 | 716 |1452 |  69 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.00/2.07	c   1.9s|     1 |     0 |  3085 |5402k|   0 | 363 | 716 | 767 | 767 | 716 |1492 | 109 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.69/2.70	c   2.6s|     1 |     0 |  3706 |6274k|   0 | 288 | 716 | 767 | 767 | 716 |1516 | 133 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.50/3.57	c   3.4s|     1 |     0 |  4657 |7113k|   0 | 281 | 716 | 767 | 767 | 716 |1541 | 158 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.50/3.57	o -4
3.50/3.57	c s 3.4s|     1 |     0 |  4657 |7123k|   0 | 281 | 716 | 767 | 767 | 716 |1541 | 158 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
4.19/4.25	c   4.1s|     1 |     0 |  5310 |7831k|   0 | 335 | 716 | 767 | 767 | 716 |1586 | 203 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
5.29/5.34	c   5.2s|     1 |     0 |  6189 |9403k|   0 | 290 | 716 | 767 | 767 | 716 |1604 | 221 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
5.29/5.35	o -4
5.29/5.35	c s 5.2s|     1 |     0 |  6189 |9413k|   0 | 290 | 716 | 767 | 767 | 716 |1604 | 221 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
9.29/9.37	o -9
9.29/9.37	c E 9.1s|     1 |     0 |  6189 |9418k|   0 | 290 | 716 | 767 | 767 | 716 |1604 | 221 |   0 |   0 |-2.500000e+01 |-9.000000e+00 |  64.00%
9.29/9.38	c   9.1s|     1 |     0 |  6189 |9418k|   0 | 290 | 716 | 767 | 767 | 716 |1604 | 221 |   0 |   0 |-2.500000e+01 |-9.000000e+00 |  64.00%
10.19/10.24	c   9.9s|     1 |     0 |  6841 |  10M|   0 | 254 | 716 | 767 | 767 | 716 |1624 | 241 |   0 |   0 |-2.500000e+01 |-9.000000e+00 |  64.00%
27.88/27.90	c  27.5s|     1 |     2 |  6841 |  10M|   0 | 254 | 716 | 767 | 767 | 716 |1624 | 241 |   0 |  26 |-2.500000e+01 |-9.000000e+00 |  64.00%
57.76/57.81	o -10
57.76/57.81	c R57.2s|    23 |    22 | 13089 |  11M|  14 |  48 | 716 | 767 | 244 | 716 | 745 | 796 |   0 | 636 |-2.500000e+01 |-1.000000e+01 |  60.00%
58.46/58.50	o -11
58.46/58.50	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.46/58.50	c R57.9s|    39 |    25 | 13417 |  11M|  20 |   - | 716 | 767 | 108 | 716 | 758 | 819 |   0 | 700 |-2.500000e+01 |-1.100000e+01 |  56.00%
65.06/65.19	o -12
65.06/65.19	c R64.5s|    55 |    35 | 20905 |  11M|  20 |   - | 716 | 768 | 221 | 716 | 749 |1371 |   1 | 746 |-2.481973e+01 |-1.200000e+01 |  51.65%
85.35/85.45	o -13
85.35/85.45	c *84.6s|   475 |   140 | 62743 |  11M|  44 |   - | 716 | 814 |  58 | 716 | 872 |3022 |  47 | 886 |-2.221919e+01 |-1.300000e+01 |  41.49%
295.28/295.49	o -14
295.28/295.49	c c 293s|  6745 |  1257 |612685 |  14M|  44 |   - | 716 | 906 | 248 | 716 | 827 |  15k| 176 |2535 |-1.949445e+01 |-1.400000e+01 |  28.18%
388.75/388.94	c   385s| 10000 |  2000 |868174 |  17M|  44 | 139 | 716 | 901 | 295 | 716 | 883 |  21k| 193 |3265 |-1.901130e+01 |-1.400000e+01 |  26.36%
584.68/584.94	c   579s| 20000 |  3000 |  1427k|  23M|  44 | 120 | 716 | 896 | 360 | 716 | 850 |  34k| 230 |4708 |-1.831369e+01 |-1.400000e+01 |  23.55%
763.12/763.42	c   756s| 30000 |  3602 |  1946k|  28M|  44 | 158 | 716 | 909 | 403 | 716 | 880 |  44k| 264 |6064 |-1.786618e+01 |-1.400000e+01 |  21.64%
899.77/900.19	c   891s| 40000 |  3934 |  2383k|  31M|  44 |   - | 716 | 921 | 364 | 716 | 866 |  53k| 295 |6461 |-1.756540e+01 |-1.400000e+01 |  20.30%
1042.72/1043.19	c  1032s| 50000 |  4118 |  2820k|  34M|  44 |   - | 716 | 928 | 222 | 716 | 860 |  61k| 310 |7373 |-1.727178e+01 |-1.400000e+01 |  18.94%
1179.17/1179.67	c  1167s| 60000 |  4126 |  3233k|  35M|  44 |   - | 716 | 935 | 208 | 716 | 825 |  68k| 323 |8338 |-1.707485e+01 |-1.400000e+01 |  18.01%
1312.23/1312.76	c  1299s| 70000 |  3986 |  3638k|  36M|  44 | 178 | 716 | 943 | 497 | 716 | 846 |  74k| 341 |9218 |-1.690187e+01 |-1.400000e+01 |  17.17%
1435.88/1436.46	c  1421s| 80000 |  3656 |  4029k|  36M|  44 | 142 | 716 | 951 | 314 | 716 | 879 |  80k| 361 |9751 |-1.668084e+01 |-1.400000e+01 |  16.07%
1554.94/1555.58	c  1539s| 90000 |  3154 |  4408k|  34M|  44 | 153 | 716 | 952 | 395 | 716 | 847 |  86k| 372 |  10k|-1.644667e+01 |-1.400000e+01 |  14.88%
1674.89/1675.52	c  1657s|100000 |  2000 |  4767k|  27M|  44 | 139 | 716 | 948 | 379 | 716 | 861 |  90k| 388 |  11k|-1.609849e+01 |-1.400000e+01 |  13.04%
1716.49/1717.19	c 
1716.49/1717.19	c SCIP Status        : problem is solved [optimal solution found]
1716.49/1717.19	c Solving Time (sec) : 1698.21
1716.49/1717.19	c Solving Nodes      : 104668
1716.49/1717.19	c Primal Bound       : -1.40000000000000e+01 (12 solutions)
1716.49/1717.19	c Dual Bound         : -1.40000000000000e+01
1716.49/1717.19	c Gap                : 0.00 %
1716.49/1717.20	c NODE         104668
1716.49/1717.20	c DUAL BOUND   -14
1716.49/1717.20	c PRIMAL BOUND -14
1716.49/1717.20	c GAP          0
1716.49/1717.20	s OPTIMUM FOUND
1716.49/1717.20	v -x90 -x69 -x56 -x86 -x85 -x63 x60 -x57 -x95 -x72 x79 -x58 x67 -x54 x97 -x61 -x92 x66 -x52 -x98 -x84 x83 x77 -x71 -x59 -x53 -x81 
1716.49/1717.20	v -x68 -x74 -x55 -x88 x94 -x100 x80 -x51 x87 -x82 -x75 x73 -x64 -x93 -x96 x78 -x65 x99 -x62 -x76 -x89 -x70 x91 -x50 -x49 -x48 
1716.49/1717.20	v -x47 x46 x45 -x44 x43 x42 -x41 -x40 -x39 x38 -x37 -x36 x35 -x34 -x33 x32 x31 -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 
1716.49/1717.20	v -x20 -x19 x18 -x17 -x16 -x15 x14 -x13 x12 x11 -x10 -x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1716.49/1717.20	c SCIP Status        : problem is solved [optimal solution found]
1716.49/1717.20	c Solving Time       :    1698.21
1716.49/1717.20	c Original Problem   :
1716.49/1717.20	c   Problem name     : HOME/instance-1870526-1245209906.opb
1716.49/1717.20	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1716.49/1717.20	c   Constraints      : 767 initial, 767 maximal
1716.49/1717.20	c Presolved Problem  :
1716.49/1717.20	c   Problem name     : t_HOME/instance-1870526-1245209906.opb
1716.49/1717.20	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1716.49/1717.20	c   Constraints      : 767 initial, 955 maximal
1716.49/1717.20	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1716.49/1717.20	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   implics          :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   probing          :       0.02          0          0          0          0          0          0          0          0
1716.49/1717.20	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   and              :       0.04          0          0          0          0          0          0          0          0
1716.49/1717.20	c   linear           :       0.01          0          0          0          0          0          0          0          0
1716.49/1717.20	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1716.49/1717.20	c   root node        :          -         21          -          -         21          -          -          -          -
1716.49/1717.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1716.49/1717.20	c   integral         :          0          0          0      54116          0        129       2897          0          0     105642
1716.49/1717.20	c   setppc           :        100          7     364048          1          0        142     173321          0          0          0
1716.49/1717.20	c   and              :        616      89642     363906          1          0        155    2787522      92149          0          0
1716.49/1717.20	c   linear           :          1          7     363748          1          0          3         37          0          0          0
1716.49/1717.20	c   logicor          :         50+         7     100952          1          0          0     115211          0          0          0
1716.49/1717.20	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1716.49/1717.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1716.49/1717.20	c   integral         :     231.56       0.00       0.00     231.56       0.00
1716.49/1717.20	c   setppc           :       1.86       0.00       1.86       0.00       0.00
1716.49/1717.20	c   and              :      30.58      17.54      13.04       0.00       0.00
1716.49/1717.20	c   linear           :       3.72       0.00       3.72       0.00       0.00
1716.49/1717.20	c   logicor          :       1.88       0.00       1.88       0.00       0.00
1716.49/1717.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1716.49/1717.20	c Propagators        :       Time      Calls    Cutoffs    DomReds
1716.49/1717.20	c   rootredcost      :       0.20          5          0          0
1716.49/1717.20	c   pseudoobj        :       1.91     365602         12        128
1716.49/1717.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1716.49/1717.20	c   propagation      :       0.02        312        311        382       13.5          1       37.0          -
1716.49/1717.20	c   infeasible LP    :       0.01         35         35         78       32.5          0        0.0          0
1716.49/1717.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1716.49/1717.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1716.49/1717.20	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1716.49/1717.20	c   applied globally :          -          -          -        389       10.3          -          -          -
1716.49/1717.20	c   applied locally  :          -          -          -          0        0.0          -          -          -
1716.49/1717.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1716.49/1717.20	c   cut pool         :       0.00          6          -          -          8          -    (maximal pool size: 1361)
1716.49/1717.20	c   redcost          :       4.63      97989          0     526720          0          0
1716.49/1717.20	c   impliedbounds    :       0.01          7          0          0        100          0
1716.49/1717.20	c   intobj           :       0.00          0          0          0          0          0
1716.49/1717.20	c   gomory           :       1.06          7          0          0        203          0
1716.49/1717.20	c   strongcg         :       1.02          7          0          0       2492          0
1716.49/1717.20	c   cmir             :       0.15          7          0          0         21          0
1716.49/1717.20	c   flowcover        :       0.10          7          0          0         32          0
1716.49/1717.20	c   clique           :       0.05          7          0          0         46          0
1716.49/1717.20	c   zerohalf         :       0.00          0          0          0          0          0
1716.49/1717.20	c   mcf              :       0.00          1          0          0          0          0
1716.49/1717.20	c Pricers            :       Time      Calls       Vars
1716.49/1717.20	c   problem variables:       0.00          0          0
1716.49/1717.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1716.49/1717.20	c   relpscost        :     231.47      54115        129       2897          0          0     105642
1716.49/1717.20	c   pscost           :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   inference        :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   mostinf          :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   leastinf         :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   fullstrong       :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
1716.49/1717.20	c   random           :       0.00          0          0          0          0          0          0
1716.49/1717.20	c Primal Heuristics  :       Time      Calls      Found
1716.49/1717.20	c   LP solutions     :       0.01          -          1
1716.49/1717.20	c   pseudo solutions :       0.00          -          0
1716.49/1717.20	c   feaspump         :       0.01          0          0
1716.49/1717.20	c   oneopt           :       0.16          6          0
1716.49/1717.20	c   crossover        :       0.47         13          0
1716.49/1717.20	c   objpscostdiving  :      17.31         43          0
1716.49/1717.20	c   coefdiving       :      14.24        116          1
1716.49/1717.20	c   pscostdiving     :      11.11        116          0
1716.49/1717.20	c   veclendiving     :       9.33        116          0
1716.49/1717.20	c   fracdiving       :      15.33        116          0
1716.49/1717.20	c   linesearchdiving :       9.49        116          0
1716.49/1717.20	c   guideddiving     :      14.55        116          0
1716.49/1717.20	c   rootsoldiving    :       5.91         59          0
1716.49/1717.20	c   simplerounding   :       0.10          0          0
1716.49/1717.20	c   rounding         :      10.14      22097          3
1716.49/1717.20	c   shifting         :       6.44       6076          6
1716.49/1717.20	c   intshifting      :       0.00          0          0
1716.49/1717.20	c   fixandinfer      :       0.00          0          0
1716.49/1717.20	c   intdiving        :       0.00          0          0
1716.49/1717.20	c   actconsdiving    :       0.00          0          0
1716.49/1717.20	c   octane           :       0.00          0          0
1716.49/1717.20	c   rens             :       3.89          1          1
1716.49/1717.20	c   rins             :       0.00          0          0
1716.49/1717.20	c   localbranching   :       0.00          0          0
1716.49/1717.20	c   mutation         :       0.00          0          0
1716.49/1717.20	c   dins             :       0.00          0          0
1716.49/1717.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1716.49/1717.20	c   primal LP        :       9.08          0          0       0.00       0.00
1716.49/1717.20	c   dual LP          :    1194.57     135460    4605961      34.00    3855.75
1716.49/1717.20	c   barrier LP       :       0.00          0          0       0.00          -
1716.49/1717.20	c   diving/probing LP:      83.68      29660     293204       9.89    3503.87
1716.49/1717.20	c   strong branching :     225.40      11396     865002      75.90    3837.63
1716.49/1717.20	c     (at root node) :          -         26      26000    1000.00          -
1716.49/1717.20	c   conflict analysis:       0.00          0          0       0.00          -
1716.49/1717.20	c B&B Tree           :
1716.49/1717.20	c   number of runs   :          1
1716.49/1717.20	c   nodes            :     104668
1716.49/1717.20	c   nodes (total)    :     104668
1716.49/1717.20	c   nodes left       :          0
1716.49/1717.20	c   max depth        :         44
1716.49/1717.20	c   max depth (total):         44
1716.49/1717.20	c   backtracks       :      17305 (16.5%)
1716.49/1717.20	c   delayed cutoffs  :          5
1716.49/1717.20	c   repropagations   :       4699 (2880 domain reductions, 0 cutoffs)
1716.49/1717.20	c   avg switch length:       6.90
1716.49/1717.20	c   switching time   :      32.71
1716.49/1717.20	c Solution           :
1716.49/1717.20	c   Solutions found  :         12 (9 improvements)
1716.49/1717.20	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 6745 nodes, 292.56 seconds, depth 127, found by <coefdiving>)
1716.49/1717.20	c   Dual Bound       : -1.40000000000000e+01
1716.49/1717.20	c   Gap              :       0.00 %
1716.49/1717.20	c   Root Dual Bound  : -2.50000000000000e+01
1716.58/1717.23	c Time complete: 1716.61.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870526-1245209906/watcher-1870526-1245209906 -o /tmp/evaluation-result-1870526-1245209906/solver-1870526-1245209906 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870526-1245209906.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 6061
/proc/meminfo: memFree=1776384/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=4648 CPUtime=0
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 188591471 4759552 473 1992294400 4194304 7823515 548682068736 18446744073709551615 6962474 0 0 4096 0 0 0 0 17 1 0 0
/proc/6061/statm: 1162 485 318 886 0 272 0

[startup+0.0553159 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6061
/proc/meminfo: memFree=1776384/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=13980 CPUtime=0.05
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 2882 0 0 0 3 2 0 0 18 0 1 0 188591471 14315520 2510 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 3495 2510 404 886 0 2605 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13980

[startup+0.101325 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6061
/proc/meminfo: memFree=1776384/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=13980 CPUtime=0.09
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 2882 0 0 0 4 5 0 0 18 0 1 0 188591471 14315520 2510 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 3495 2510 404 886 0 2605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13980

[startup+0.301363 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6061
/proc/meminfo: memFree=1776384/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=17840 CPUtime=0.29
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 4043 0 0 0 20 9 0 0 19 0 1 0 188591471 18268160 3630 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 4460 3630 520 886 0 3570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17840

[startup+0.701439 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6061
/proc/meminfo: memFree=1776384/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=18360 CPUtime=0.69
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 4208 0 0 0 60 9 0 0 22 0 1 0 188591471 18800640 3795 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 4590 3795 523 886 0 3700 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18360

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1762872/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=22568 CPUtime=1.49
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 5308 0 0 0 139 10 0 0 25 0 1 0 188591471 23109632 4895 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 5642 4895 565 886 0 4752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22568

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1758584/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=26320 CPUtime=3.09
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 6270 0 0 0 298 11 0 0 25 0 1 0 188591471 26951680 5842 1992294400 4194304 7823515 548682068736 18446744073709551615 6212325 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 6580 5842 565 886 0 5690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26320

[startup+6.30151 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 6062
/proc/meminfo: memFree=1739448/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=47604 CPUtime=6.29
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11270 0 0 0 614 15 0 0 25 0 1 0 188591471 48746496 10790 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 11901 10790 570 886 0 11011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47604

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6062
/proc/meminfo: memFree=1734648/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48020 CPUtime=12.69
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11413 0 0 0 1240 29 0 0 25 0 1 0 188591471 49172480 10933 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12005 10933 576 886 0 11115 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48020

[startup+25.5012 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 6062
/proc/meminfo: memFree=1734584/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48020 CPUtime=25.48
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11414 0 0 0 2514 34 0 0 25 0 1 0 188591471 49172480 10934 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12005 10934 576 886 0 11115 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48020

[startup+51.1011 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 6062
/proc/meminfo: memFree=1734584/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48020 CPUtime=51.06
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11416 0 0 0 5054 52 0 0 25 0 1 0 188591471 49172480 10936 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12005 10936 577 886 0 11115 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 48020

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 6062
/proc/meminfo: memFree=1733176/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48020 CPUtime=102.25
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11787 0 0 0 10132 93 0 0 25 0 1 0 188591471 49172480 11307 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12005 11307 586 886 0 11115 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 48020

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1733176/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48020 CPUtime=162.23
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11791 0 0 0 16072 151 0 0 25 0 1 0 188591471 49172480 11311 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12005 11311 588 886 0 11115 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48020

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1732792/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48456 CPUtime=222.2
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11883 0 0 0 22010 210 0 0 25 0 1 0 188591471 49618944 11403 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12114 11403 588 886 0 11224 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 48456

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1732728/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=48456 CPUtime=282.18
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 11884 0 0 0 27952 266 0 0 25 0 1 0 188591471 49618944 11404 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12114 11404 588 886 0 11224 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 48456

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1733368/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=47432 CPUtime=342.17
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 13808 0 0 0 33891 326 0 0 25 0 1 0 188591471 48570368 11184 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 11858 11184 588 886 0 10968 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 47432

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1733368/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=47552 CPUtime=402.14
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 16178 0 0 0 39835 379 0 0 25 0 1 0 188591471 48693248 11184 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 11888 11184 588 886 0 10998 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 47552

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1731256/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=49600 CPUtime=462.12
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 17889 0 0 0 45775 437 0 0 25 0 1 0 188591471 50790400 11694 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12400 11694 588 886 0 11510 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 49600

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1730360/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=50572 CPUtime=522.11
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 18165 0 0 0 51713 498 0 0 25 0 1 0 188591471 51785728 11970 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 12643 11970 588 886 0 11753 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 50572

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1728120/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=52852 CPUtime=582.08
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 20596 0 0 0 57647 561 0 0 25 0 1 0 188591471 54120448 12530 1992294400 4194304 7823515 548682068736 18446744073709551615 4266308 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 13213 12530 588 886 0 12323 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52852

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6062
/proc/meminfo: memFree=1725560/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=55428 CPUtime=642.06
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 21219 0 0 0 63582 624 0 0 25 0 1 0 188591471 56758272 13153 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 13857 13153 588 886 0 12967 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 55428

[startup+702.302 s]

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

/proc/meminfo: memFree=1711800/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=69152 CPUtime=1121.89
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 26522 0 0 0 111036 1153 0 0 25 0 1 0 188591471 70811648 16592 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 17288 16592 588 886 0 16398 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 69152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6064
/proc/meminfo: memFree=1710072/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=70616 CPUtime=1181.88
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 28747 0 0 0 116962 1226 0 0 25 0 1 0 188591471 72310784 16984 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 17654 16984 588 886 0 16764 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 70616

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6064
/proc/meminfo: memFree=1709816/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=71056 CPUtime=1241.86
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 28812 0 0 0 122897 1289 0 0 25 0 1 0 188591471 72761344 17049 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 17764 17049 588 886 0 16874 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 71056

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6064
/proc/meminfo: memFree=1708152/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=72700 CPUtime=1301.84
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29229 0 0 0 128827 1357 0 0 25 0 1 0 188591471 74444800 17466 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18175 17466 588 886 0 17285 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 72700

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707512/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73080 CPUtime=1361.8
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29337 0 0 0 134757 1423 0 0 25 0 1 0 188591471 74833920 17574 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18270 17574 588 886 0 17380 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 73080

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707640/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73080 CPUtime=1421.78
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29339 0 0 0 140688 1490 0 0 25 0 1 0 188591471 74833920 17576 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18270 17576 588 886 0 17380 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 73080

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707320/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73264 CPUtime=1481.76
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29407 0 0 0 146611 1565 0 0 25 0 1 0 188591471 75022336 17644 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18316 17644 588 886 0 17426 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 73264

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707320/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1541.74
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29412 0 0 0 152542 1632 0 0 25 0 1 0 188591471 75169792 17649 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17649 588 886 0 17462 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 73408

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707320/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1601.72
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29413 0 0 0 158471 1701 0 0 25 0 1 0 188591471 75169792 17650 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17650 588 886 0 17462 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 73408

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707256/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1661.7
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29417 0 0 0 164398 1772 0 0 25 0 1 0 188591471 75169792 17654 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17654 588 886 0 17462 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 73408

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

[startup+1689.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707256/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1688.89
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29417 0 0 0 167085 1804 0 0 25 0 1 0 188591471 75169792 17654 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17654 588 886 0 17462 0
Current children cumulated CPU time (s) 1688.89
Current children cumulated vsize (KiB) 73408

[startup+1702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707256/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1701.69
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29417 0 0 0 168353 1816 0 0 25 0 1 0 188591471 75169792 17654 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17654 588 886 0 17462 0
Current children cumulated CPU time (s) 1701.69
Current children cumulated vsize (KiB) 73408

[startup+1708.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1707128/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73408 CPUtime=1708.09
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29444 0 0 0 168984 1825 0 0 25 0 1 0 188591471 75169792 17681 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18352 17681 588 886 0 17462 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 73408

[startup+1711.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1711.29
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29482 0 0 0 169299 1830 0 0 25 0 1 0 188591471 75423744 17719 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17719 588 886 0 17524 0
Current children cumulated CPU time (s) 1711.29
Current children cumulated vsize (KiB) 73656

[startup+1715.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1714.49
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29482 0 0 0 169615 1834 0 0 25 0 1 0 188591471 75423744 17719 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17719 588 886 0 17524 0
Current children cumulated CPU time (s) 1714.49
Current children cumulated vsize (KiB) 73656

[startup+1715.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1715.28
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29482 0 0 0 169694 1834 0 0 25 0 1 0 188591471 75423744 17719 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17719 588 886 0 17524 0
Current children cumulated CPU time (s) 1715.28
Current children cumulated vsize (KiB) 73656

[startup+1716.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1716.08
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29482 0 0 0 169773 1835 0 0 25 0 1 0 188591471 75423744 17719 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17719 588 886 0 17524 0
Current children cumulated CPU time (s) 1716.08
Current children cumulated vsize (KiB) 73656

[startup+1717.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1716.49
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29482 0 0 0 169813 1836 0 0 25 0 1 0 188591471 75423744 17719 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17719 588 886 0 17524 0
Current children cumulated CPU time (s) 1716.49
Current children cumulated vsize (KiB) 73656

[startup+1717.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6070
/proc/meminfo: memFree=1706936/2055920 swapFree=4183064/4192956
[pid=6061] ppid=6059 vsize=73656 CPUtime=1716.58
/proc/6061/stat : 6061 (pbscip.linux.x8) R 6059 6061 5913 0 -1 4194304 29484 0 0 0 169822 1836 0 0 25 0 1 0 188591471 75423744 17721 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/6061/statm: 18414 17721 590 886 0 17524 0
Current children cumulated CPU time (s) 1716.58
Current children cumulated vsize (KiB) 73656

Child status: 0
Real time (s): 1717.23
CPU time (s): 1716.62
CPU user time (s): 1698.25
CPU system time (s): 18.3762
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 73656

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

runsolver used 1.2778 second user time and 3.49847 second system time

The end

Launcher Data

Begin job on node5 at 2009-06-17 05:38:26
IDJOB=1870526
IDBENCH=48262
IDSOLVER=683
FILE ID=node5/1870526-1245209906
PBS_JOBID= 9368366
Free space on /tmp= 66256 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/bsg/normalized-bsg_50_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870526-1245209906/watcher-1870526-1245209906 -o /tmp/evaluation-result-1870526-1245209906/solver-1870526-1245209906 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870526-1245209906.opb

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

MD5SUM BENCH= 2468d4642d986af58e932976ec0c4f0e
RANDOM SEED=16822747

node5.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.259
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	: 5931.00
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.259
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:       1776864 kB
Buffers:         56936 kB
Cached:         129508 kB
SwapCached:       3684 kB
Active:          63856 kB
Inactive:       130480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776864 kB
SwapTotal:     4192956 kB
SwapFree:      4183064 kB
Dirty:            9848 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            70720 kB
Committed_AS:   158576 kB
PageTables:       1392 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= 66248 MiB
End job on node5 at 2009-06-17 06:07:03