Trace number 1870524

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 1692.31 1692.86

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
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 benchmark1692.31
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-1870524-1245209803.opb>
0.00/0.01	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 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, 4948 impls, 100 clqs
0.09/0.17	c    (0.1s) probing: 101/706 (14.3%) - 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  4948 implications, 100 cliques
0.09/0.17	c presolved problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.09/0.17	c     100 constraints of type <setppc>
0.09/0.17	c     606 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.89/0.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c   0.8s|     1 |     0 |  2021 |3400k|   0 | 446 | 706 | 757 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.89/0.94	o -3
0.89/0.94	c s 0.8s|     1 |     0 |  2021 |3422k|   0 | 446 | 706 | 757 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.69/1.72	c   1.6s|     1 |     0 |  2158 |5354k|   0 | 434 | 706 | 757 | 757 | 706 |1430 |  67 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.69/1.72	o -4
1.69/1.72	c R 1.6s|     1 |     0 |  2158 |5366k|   0 | 434 | 706 | 757 | 757 | 706 |1430 |  67 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.39/2.44	c   2.3s|     1 |     0 |  2263 |7152k|   0 | 435 | 706 | 757 | 757 | 706 |1451 |  88 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.19/3.24	c   3.1s|     1 |     0 |  2329 |9881k|   0 | 433 | 706 | 757 | 757 | 706 |1466 | 103 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
3.99/4.02	c   3.9s|     1 |     0 |  2443 |  12M|   0 | 432 | 706 | 757 | 757 | 706 |1473 | 110 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
4.79/4.81	c   4.7s|     1 |     0 |  2489 |  14M|   0 | 433 | 706 | 757 | 757 | 706 |1482 | 119 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
5.59/5.65	c   5.5s|     1 |     0 |  2566 |  17M|   0 | 433 | 706 | 757 | 757 | 706 |1487 | 124 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
24.79/24.83	c  24.6s|     1 |     2 |  2566 |  17M|   0 | 433 | 706 | 757 | 757 | 706 |1487 | 124 |   0 |  33 |-2.500000e+01 |-4.000000e+00 |  84.00%
38.78/38.83	o -5
38.78/38.83	c s38.5s|    11 |    10 |  5628 |  17M|  10 |  92 | 706 | 757 | 624 | 706 | 734 | 540 |   0 | 208 |-2.500000e+01 |-5.000000e+00 |  80.00%
39.08/39.13	o -8
39.08/39.13	c s38.8s|    11 |    10 |  5636 |  17M|  10 |  87 | 706 | 757 | 624 | 706 | 734 | 540 |   0 | 234 |-2.500000e+01 |-8.000000e+00 |  68.00%
39.78/39.88	o -9
39.78/39.88	c R39.5s|    15 |    14 |  5886 |  17M|  14 |  11 | 706 | 757 | 151 | 706 | 740 | 549 |   0 | 299 |-2.500000e+01 |-9.000000e+00 |  64.00%
39.87/39.92	o -10
39.87/39.92	c c39.5s|    15 |    14 |  5894 |  17M|  14 |   - | 706 | 757 | 118 | 706 | 741 | 550 |   0 | 311 |-2.500000e+01 |-1.000000e+01 |  60.00%
49.08/49.12	o -11
49.08/49.12	c *48.6s|    35 |    28 |  8079 |  17M|  21 |   - | 706 | 758 |  43 | 706 | 746 | 714 |   1 | 714 |-2.500000e+01 |-1.100000e+01 |  56.00%
49.08/49.14	o -12
49.08/49.14	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.08/49.14	c *48.6s|    42 |    20 |  8118 |  17M|  22 |   - | 706 | 758 |  87 | 706 | 741 | 714 |   1 | 716 |-2.500000e+01 |-1.200000e+01 |  52.00%
159.54/159.60	o -13
159.54/159.60	c c 158s|  2731 |   791 |280343 |  19M|  55 |   - | 706 | 850 | 172 | 706 | 865 |8860 |  98 |1929 |-2.066397e+01 |-1.300000e+01 |  37.09%
293.50/293.64	c   290s| 10000 |  1820 |658347 |  23M|  55 |   - | 706 | 859 | 154 | 706 | 837 |  18k| 164 |3117 |-1.914469e+01 |-1.300000e+01 |  32.10%
445.85/446.05	c   441s| 20000 |  2782 |  1102k|  27M|  55 | 115 | 706 | 901 | 303 | 706 | 841 |  28k| 260 |4548 |-1.854232e+01 |-1.300000e+01 |  29.89%
538.52/538.70	o -14
538.52/538.70	c * 533s| 26309 |  1798 |  1385k|  22M|  55 |   - | 706 | 940 |  87 | 706 | 845 |  34k| 333 |5251 |-1.825356e+01 |-1.400000e+01 |  23.30%
600.20/600.42	c   594s| 30000 |  2045 |  1579k|  24M|  55 | 130 | 706 | 914 | 478 | 706 | 811 |  38k| 345 |5580 |-1.814704e+01 |-1.400000e+01 |  22.85%
747.65/747.99	c   740s| 40000 |  2445 |  2063k|  27M|  55 |   - | 706 | 913 | 459 | 706 | 788 |  47k| 371 |6098 |-1.782012e+01 |-1.400000e+01 |  21.44%
900.60/900.92	c   891s| 50000 |  2663 |  2546k|  29M|  55 | 162 | 706 | 913 | 408 | 706 | 793 |  57k| 387 |7084 |-1.757804e+01 |-1.400000e+01 |  20.36%
1044.45/1044.81	c  1033s| 60000 |  2663 |  3001k|  30M|  55 |   - | 706 | 914 | 271 | 706 | 829 |  65k| 410 |8013 |-1.733306e+01 |-1.400000e+01 |  19.23%
1179.91/1180.35	c  1167s| 70000 |  2555 |  3439k|  30M|  55 |   - | 706 | 914 | 467 | 706 | 817 |  73k| 426 |8785 |-1.714195e+01 |-1.400000e+01 |  18.33%
1309.58/1310.04	c  1295s| 80000 |  2353 |  3864k|  31M|  55 | 165 | 706 | 908 | 643 | 706 | 779 |  80k| 434 |9584 |-1.695684e+01 |-1.400000e+01 |  17.44%
1434.33/1434.82	c  1418s| 90000 |  2013 |  4264k|  30M|  55 | 169 | 706 | 920 | 315 | 706 | 833 |  87k| 450 |  10k|-1.677165e+01 |-1.400000e+01 |  16.53%
1550.78/1551.33	c  1533s|100000 |  1493 |  4645k|  28M|  55 | 137 | 706 | 917 | 358 | 706 | 834 |  93k| 454 |  11k|-1.655710e+01 |-1.400000e+01 |  15.44%
1655.16/1655.80	c  1637s|110000 |   646 |  4999k|  23M|  55 |   - | 706 | 912 | 380 | 706 | 841 |  98k| 463 |  11k|-1.625863e+01 |-1.400000e+01 |  13.89%
1692.24/1692.83	c 
1692.24/1692.83	c SCIP Status        : problem is solved [optimal solution found]
1692.24/1692.83	c Solving Time (sec) : 1673.16
1692.24/1692.83	c Solving Nodes      : 113518
1692.24/1692.83	c Primal Bound       : -1.40000000000000e+01 (14 solutions)
1692.24/1692.83	c Dual Bound         : -1.40000000000000e+01
1692.24/1692.83	c Gap                : 0.00 %
1692.24/1692.83	c NODE         113518
1692.24/1692.83	c DUAL BOUND   -14
1692.24/1692.83	c PRIMAL BOUND -14
1692.24/1692.83	c GAP          0
1692.24/1692.83	s OPTIMUM FOUND
1692.24/1692.83	v -x92 -x75 x70 x69 -x90 -x54 -x96 -x81 -x57 -x86 x64 x72 -x91 x62 -x53 -x94 x93 -x89 -x58 -x59 -x78 -x97 -x84 -x52 x98 -x68 -x63 
1692.24/1692.83	v -x55 -x80 x65 -x87 -x79 x99 -x51 x95 x88 -x85 -x67 -x60 -x56 -x82 -x74 -x100 x71 -x83 x77 -x73 -x61 -x66 x76 x50 -x49 -x48 x47 
1692.24/1692.83	v -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 -x20 
1692.24/1692.83	v -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 x3 -x2 -x1 
1692.24/1692.83	c SCIP Status        : problem is solved [optimal solution found]
1692.24/1692.83	c Solving Time       :    1673.16
1692.24/1692.83	c Original Problem   :
1692.24/1692.83	c   Problem name     : HOME/instance-1870524-1245209803.opb
1692.24/1692.83	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1692.24/1692.83	c   Constraints      : 757 initial, 757 maximal
1692.24/1692.83	c Presolved Problem  :
1692.24/1692.83	c   Problem name     : t_HOME/instance-1870524-1245209803.opb
1692.24/1692.83	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1692.24/1692.83	c   Constraints      : 757 initial, 941 maximal
1692.24/1692.83	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1692.24/1692.83	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   implics          :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   probing          :       0.01          0          0          0          0          0          0          0          0
1692.24/1692.83	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   and              :       0.05          0          0          0          0          0          0          0          0
1692.24/1692.83	c   linear           :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1692.24/1692.83	c   root node        :          -         37          -          -         37          -          -          -          -
1692.24/1692.83	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1692.24/1692.83	c   integral         :          0          0          0      58999          0        119       2704          0          0     115522
1692.24/1692.83	c   setppc           :        100          6     384121          3          0        289     204895          0          0          0
1692.24/1692.83	c   and              :        606      99526     383832          3          0        100    2930171      99756          0          0
1692.24/1692.83	c   linear           :          1          6     383732          3          0          9          0          0          0          0
1692.24/1692.83	c   logicor          :         50+         6     113114          3          0          0     111645          0          0          0
1692.24/1692.83	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1692.24/1692.83	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1692.24/1692.83	c   integral         :     219.04       0.00       0.00     219.04       0.00
1692.24/1692.83	c   setppc           :       2.06       0.00       2.06       0.00       0.00
1692.24/1692.83	c   and              :      30.64      17.36      13.28       0.00       0.00
1692.24/1692.83	c   linear           :       3.72       0.00       3.72       0.00       0.00
1692.24/1692.83	c   logicor          :       2.08       0.00       2.08       0.00       0.00
1692.24/1692.83	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1692.24/1692.83	c Propagators        :       Time      Calls    Cutoffs    DomReds
1692.24/1692.83	c   rootredcost      :       0.20          9          0          0
1692.24/1692.83	c   pseudoobj        :       2.21     385559          9        134
1692.24/1692.83	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1692.24/1692.83	c   propagation      :       0.00        407        404        497       11.7          4       34.2          -
1692.24/1692.83	c   infeasible LP    :       0.01         11         11         20       28.8          0        0.0          0
1692.24/1692.83	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1692.24/1692.83	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1692.24/1692.83	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1692.24/1692.83	c   applied globally :          -          -          -        466        8.6          -          -          -
1692.24/1692.83	c   applied locally  :          -          -          -          0        0.0          -          -          -
1692.24/1692.83	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1692.24/1692.83	c   cut pool         :       0.02          5          -          -          3          -    (maximal pool size: 1921)
1692.24/1692.83	c   redcost          :       5.07     107573          0     588015          0          0
1692.24/1692.83	c   impliedbounds    :       0.00          6          0          0        160          0
1692.24/1692.83	c   intobj           :       0.00          0          0          0          0          0
1692.24/1692.83	c   gomory           :       2.11          6          0          0          0          0
1692.24/1692.83	c   strongcg         :       1.85          6          0          0       2787          0
1692.24/1692.83	c   cmir             :       0.16          6          0          0         29          0
1692.24/1692.83	c   flowcover        :       0.11          6          0          0         48          0
1692.24/1692.83	c   clique           :       0.05          6          0          0         41          0
1692.24/1692.83	c   zerohalf         :       0.00          0          0          0          0          0
1692.24/1692.83	c   mcf              :       0.00          1          0          0          0          0
1692.24/1692.83	c Pricers            :       Time      Calls       Vars
1692.24/1692.83	c   problem variables:       0.00          0          0
1692.24/1692.83	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1692.24/1692.83	c   relpscost        :     218.92      58996        119       2704          0          0     115522
1692.24/1692.83	c   pscost           :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   inference        :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   mostinf          :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   leastinf         :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   fullstrong       :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   allfullstrong    :       0.00          0          0          0          0          0          0
1692.24/1692.83	c   random           :       0.00          0          0          0          0          0          0
1692.24/1692.83	c Primal Heuristics  :       Time      Calls      Found
1692.24/1692.83	c   LP solutions     :       0.02          -          3
1692.24/1692.83	c   pseudo solutions :       0.00          -          0
1692.24/1692.83	c   feaspump         :       0.01          0          0
1692.24/1692.83	c   oneopt           :       0.10          7          0
1692.24/1692.83	c   crossover        :       0.51         17          0
1692.24/1692.83	c   linesearchdiving :       5.04         80          0
1692.24/1692.83	c   guideddiving     :       6.61         80          0
1692.24/1692.83	c   veclendiving     :       7.60         80          0
1692.24/1692.83	c   coefdiving       :       7.73         81          2
1692.24/1692.83	c   pscostdiving     :       5.77         81          0
1692.24/1692.83	c   fracdiving       :       7.26         81          0
1692.24/1692.83	c   objpscostdiving  :      14.65         41          0
1692.24/1692.83	c   rootsoldiving    :       3.24         41          0
1692.24/1692.83	c   simplerounding   :       0.20          0          0
1692.24/1692.83	c   rounding         :       7.90      19527          2
1692.24/1692.83	c   shifting         :       6.64       6478          7
1692.24/1692.83	c   intshifting      :       0.02          0          0
1692.24/1692.83	c   fixandinfer      :       0.00          0          0
1692.24/1692.83	c   intdiving        :       0.00          0          0
1692.24/1692.83	c   actconsdiving    :       0.00          0          0
1692.24/1692.83	c   octane           :       0.00          0          0
1692.24/1692.83	c   rens             :       0.00          0          0
1692.24/1692.83	c   rins             :       0.00          0          0
1692.24/1692.83	c   localbranching   :       0.00          0          0
1692.24/1692.83	c   mutation         :       0.00          0          0
1692.24/1692.83	c   dins             :       0.00          0          0
1692.24/1692.83	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1692.24/1692.83	c   primal LP        :       9.32          0          0       0.00       0.00
1692.24/1692.83	c   dual LP          :    1224.39     147502    4927525      33.41    4024.47
1692.24/1692.83	c   barrier LP       :       0.00          0          0       0.00          -
1692.24/1692.83	c   diving/probing LP:      50.02      18770     187644      10.00    3751.38
1692.24/1692.83	c   strong branching :     212.51      11892     862534      72.53    4058.79
1692.24/1692.83	c     (at root node) :          -         33      31105     942.58          -
1692.24/1692.83	c   conflict analysis:       0.00          0          0       0.00          -
1692.24/1692.83	c B&B Tree           :
1692.24/1692.83	c   number of runs   :          1
1692.24/1692.83	c   nodes            :     113518
1692.24/1692.83	c   nodes (total)    :     113518
1692.24/1692.83	c   nodes left       :          0
1692.24/1692.83	c   max depth        :         55
1692.24/1692.83	c   max depth (total):         55
1692.24/1692.83	c   backtracks       :      16927 (14.9%)
1692.24/1692.83	c   delayed cutoffs  :          1
1692.24/1692.83	c   repropagations   :       3285 (3542 domain reductions, 0 cutoffs)
1692.24/1692.83	c   avg switch length:       5.65
1692.24/1692.83	c   switching time   :      30.35
1692.24/1692.83	c Solution           :
1692.24/1692.83	c   Solutions found  :         14 (10 improvements)
1692.24/1692.83	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 26309 nodes, 532.59 seconds, depth 41, found by <relaxation>)
1692.24/1692.83	c   Dual Bound       : -1.40000000000000e+01
1692.24/1692.83	c   Gap              :       0.00 %
1692.24/1692.83	c   Root Dual Bound  : -2.49999999999995e+01
1692.24/1692.86	c Time complete: 1692.31.

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-1870524-1245209803/watcher-1870524-1245209803 -o /tmp/evaluation-result-1870524-1245209803/solver-1870524-1245209803 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870524-1245209803.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 10663
/proc/meminfo: memFree=1849016/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=4324 CPUtime=0
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 188580209 4427776 452 1992294400 4194304 7823515 548682068736 18446744073709551615 6899776 0 0 4096 0 0 0 0 17 1 0 0
/proc/10663/statm: 1082 463 300 886 0 192 0

[startup+0.0324279 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10663
/proc/meminfo: memFree=1849016/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=14008 CPUtime=0.02
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 2889 0 0 0 1 1 0 0 18 0 1 0 188580209 14344192 2517 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 3502 2517 404 886 0 2612 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14008

[startup+0.10144 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10663
/proc/meminfo: memFree=1849016/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=14008 CPUtime=0.09
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 2889 0 0 0 4 5 0 0 18 0 1 0 188580209 14344192 2517 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 3502 2517 404 886 0 2612 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14008

[startup+0.301472 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10663
/proc/meminfo: memFree=1849016/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=17744 CPUtime=0.29
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 4027 0 0 0 21 8 0 0 19 0 1 0 188580209 18169856 3611 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 4436 3611 520 886 0 3546 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17744

[startup+0.701539 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10663
/proc/meminfo: memFree=1849016/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=19040 CPUtime=0.69
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 4291 0 0 0 60 9 0 0 22 0 1 0 188580209 19496960 3874 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 4760 3874 523 886 0 3870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19040

[startup+1.50167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1835184/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=21464 CPUtime=1.49
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 4999 0 0 0 139 10 0 0 25 0 1 0 188580209 21979136 4582 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 5366 4582 545 886 0 4476 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21464

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1830640/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=30636 CPUtime=3.09
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 7171 0 0 0 298 11 0 0 25 0 1 0 188580209 31371264 6739 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 7659 6748 565 886 0 6769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30636

[startup+6.30147 s]
/proc/loadavg: 1.16 1.03 1.01 2/65 10664
/proc/meminfo: memFree=1814776/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=42668 CPUtime=6.29
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 10376 0 0 0 615 14 0 0 25 0 1 0 188580209 43692032 9914 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 10667 9914 569 886 0 9777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42668

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/65 10664
/proc/meminfo: memFree=1811256/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=42668 CPUtime=12.69
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 10376 0 0 0 1253 16 0 0 25 0 1 0 188580209 43692032 9914 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 10667 9914 569 886 0 9777 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42668

[startup+25.5017 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 10664
/proc/meminfo: memFree=1811256/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=42668 CPUtime=25.48
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 10389 0 0 0 2524 24 0 0 25 0 1 0 188580209 43692032 9916 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 10667 9916 570 886 0 9777 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42668

[startup+51.1019 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 10664
/proc/meminfo: memFree=1811256/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=42668 CPUtime=51.07
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 10403 0 0 0 5058 49 0 0 25 0 1 0 188580209 43692032 9930 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 10667 9930 574 886 0 9777 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42668

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 10664
/proc/meminfo: memFree=1811704/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=42152 CPUtime=102.26
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 14241 0 0 0 10128 98 0 0 25 0 1 0 188580209 43163648 9818 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 10538 9818 586 886 0 9648 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 42152

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 10664
/proc/meminfo: memFree=1808440/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=45328 CPUtime=162.24
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 17107 0 0 0 16066 158 0 0 25 0 1 0 188580209 46415872 10637 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 11332 10637 586 886 0 10442 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45328

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10664
/proc/meminfo: memFree=1807352/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=45516 CPUtime=222.22
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 25243 0 0 0 21994 228 0 0 25 0 1 0 188580209 46608384 10693 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 11379 10693 586 886 0 10489 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45516

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1805944/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=47824 CPUtime=282.2
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 27765 0 0 0 27927 293 0 0 25 0 1 0 188580209 48971776 11239 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 11956 11239 586 886 0 11066 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47824

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1802872/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=50784 CPUtime=342.18
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 28530 0 0 0 33858 360 0 0 25 0 1 0 188580209 52002816 12004 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 12696 12004 586 886 0 11806 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 50784

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1800248/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=53516 CPUtime=402.16
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 31135 0 0 0 39787 429 0 0 25 0 1 0 188580209 54800384 12654 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 13379 12654 586 886 0 12489 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 53516

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1798456/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=55200 CPUtime=462.14
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 31571 0 0 0 45713 501 0 0 25 0 1 0 188580209 56524800 13090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 13800 13090 586 886 0 12910 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 55200

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1795448/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=58176 CPUtime=522.13
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 32320 0 0 0 51642 571 0 0 25 0 1 0 188580209 59572224 13839 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 14544 13839 586 886 0 13654 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 58176

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1794936/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=58668 CPUtime=582.11
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 38083 0 0 0 57574 637 0 0 25 0 1 0 188580209 60076032 13954 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 14667 13954 586 886 0 13777 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 58668

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10664
/proc/meminfo: memFree=1794616/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=58784 CPUtime=642.09
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 40060 0 0 0 63503 706 0 0 25 0 1 0 188580209 60194816 14018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 14696 14018 586 886 0 13806 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 58784

[startup+702.301 s]

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

/proc/meminfo: memFree=1790648/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=62600 CPUtime=1121.94
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 46690 0 0 0 110959 1235 0 0 25 0 1 0 188580209 64102400 14953 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 15650 14953 586 886 0 14760 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 62600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10666
/proc/meminfo: memFree=1790072/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=63224 CPUtime=1181.92
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 46833 0 0 0 116886 1306 0 0 25 0 1 0 188580209 64741376 15096 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 15806 15096 586 886 0 14916 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 63224

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10666
/proc/meminfo: memFree=1789880/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=63224 CPUtime=1241.89
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 46851 0 0 0 122818 1371 0 0 25 0 1 0 188580209 64741376 15114 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 15806 15114 586 886 0 14916 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 63224

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10666
/proc/meminfo: memFree=1788664/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64432 CPUtime=1301.88
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 48945 0 0 0 128744 1444 0 0 25 0 1 0 188580209 65978368 15398 1992294400 4194304 7823515 548682068736 18446744073709551615 6036272 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16108 15398 586 886 0 15218 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 64432

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10666
/proc/meminfo: memFree=1788280/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64804 CPUtime=1361.86
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49045 0 0 0 134674 1512 0 0 25 0 1 0 188580209 66359296 15498 1992294400 4194304 7823515 548682068736 18446744073709551615 6209395 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16201 15498 586 886 0 15311 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 64804

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10666
/proc/meminfo: memFree=1788216/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64804 CPUtime=1421.84
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49045 0 0 0 140603 1581 0 0 25 0 1 0 188580209 66359296 15498 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16201 15498 586 886 0 15311 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 64804

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787952/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64804 CPUtime=1481.81
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49046 0 0 0 146526 1655 0 0 25 0 1 0 188580209 66359296 15499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16201 15499 586 886 0 15311 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 64804

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787952/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64804 CPUtime=1541.79
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49046 0 0 0 152452 1727 0 0 25 0 1 0 188580209 66359296 15499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16201 15499 586 886 0 15311 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 64804

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1601.77
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 158376 1801 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 64940

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1661.75
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 164304 1871 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6099703 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 64940

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

[startup+1663.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1663.35
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 164462 1873 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1663.35
Current children cumulated vsize (KiB) 64940

[startup+1676.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1676.15
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 165725 1890 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1676.15
Current children cumulated vsize (KiB) 64940

[startup+1683.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1682.55
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 166357 1898 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1682.55
Current children cumulated vsize (KiB) 64940

[startup+1689.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1688.94
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 166989 1905 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1688.94
Current children cumulated vsize (KiB) 64940

[startup+1691.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1690.54
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 167146 1908 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1690.54
Current children cumulated vsize (KiB) 64940

[startup+1691.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1691.34
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 167225 1909 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1691.34
Current children cumulated vsize (KiB) 64940

[startup+1692.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1691.74
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 167265 1909 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1691.74
Current children cumulated vsize (KiB) 64940

[startup+1692.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1692.14
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 167304 1910 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1692.14
Current children cumulated vsize (KiB) 64940

[startup+1692.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10672
/proc/meminfo: memFree=1787824/2055920 swapFree=4180300/4192956
[pid=10663] ppid=10661 vsize=64940 CPUtime=1692.24
/proc/10663/stat : 10663 (pbscip.linux.x8) R 10661 10663 9979 0 -1 4194304 49073 0 0 0 167314 1910 0 0 25 0 1 0 188580209 66498560 15526 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10663/statm: 16235 15526 586 886 0 15345 0
Current children cumulated CPU time (s) 1692.24
Current children cumulated vsize (KiB) 64940

Child status: 0
Real time (s): 1692.86
CPU time (s): 1692.31
CPU user time (s): 1673.19
CPU system time (s): 19.1211
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 66100

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

runsolver used 1.19382 second user time and 3.60945 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-17 05:36:43
IDJOB=1870524
IDBENCH=48261
IDSOLVER=683
FILE ID=node31/1870524-1245209803
PBS_JOBID= 9368360
Free space on /tmp= 66272 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_5.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-1870524-1245209803/watcher-1870524-1245209803 -o /tmp/evaluation-result-1870524-1245209803/solver-1870524-1245209803 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870524-1245209803.opb

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=491079294

node31.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.258
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.258
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:       1849496 kB
Buffers:         18212 kB
Cached:         101064 kB
SwapCached:       5640 kB
Active:          65280 kB
Inactive:        62064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849496 kB
SwapTotal:     4192956 kB
SwapFree:      4180300 kB
Dirty:            9856 kB
Writeback:           0 kB
Mapped:          13768 kB
Slab:            64896 kB
Committed_AS:   192264 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node31 at 2009-06-17 06:04:56