Trace number 1870495

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)-14 1800.09 1800.67

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_3.opb
MD5SUM138d1c5c8dee06528dd1cfb072975c49
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 benchmark1267.4
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)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

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 Clp 1.8.2
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1870495-1245208000.opb>
0.00/0.01	c original problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 769 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, 5044 impls, 100 clqs
0.09/0.17	c    (0.1s) probing: 101/718 (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  5044 implications, 100 cliques
0.09/0.17	c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 769 constraints
0.09/0.17	c     100 constraints of type <setppc>
0.09/0.17	c     618 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.08
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.19/0.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.1s|     1 |     0 |   173 |3458k|   0 | 149 | 718 | 769 | 769 | 718 |1387 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.19/0.21	o 0
0.19/0.21	c R 0.1s|     1 |     0 |   173 |3464k|   0 | 149 | 718 | 769 | 769 | 718 |1387 |   0 |   0 |   0 |-2.500000e+01 |-1.110223e-16 | 100.00%
0.29/0.37	c   0.3s|     1 |     0 |   494 |3587k|   0 | 316 | 718 | 769 | 769 | 718 |1394 |   7 |   0 |   0 |-2.500000e+01 |-1.110223e-16 | 100.00%
0.29/0.38	o -4
0.29/0.38	c s 0.3s|     1 |     0 |   494 |3603k|   0 | 316 | 718 | 769 | 769 | 718 |1394 |   7 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.69/0.76	c   0.6s|     1 |     0 |   856 |3910k|   0 | 317 | 718 | 769 | 769 | 718 |1398 |  11 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.69/0.76	o -4
0.69/0.76	c s 0.7s|     1 |     0 |   856 |3922k|   0 | 317 | 718 | 769 | 769 | 718 |1398 |  11 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.10/1.12	c   1.0s|     1 |     0 |  1046 |4297k|   0 | 288 | 718 | 769 | 769 | 718 |1408 |  21 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.39/1.49	c   1.4s|     1 |     0 |  1144 |4840k|   0 | 281 | 718 | 769 | 769 | 718 |1414 |  27 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.89/1.92	c   1.8s|     1 |     0 |  1606 |5362k|   0 | 396 | 718 | 769 | 769 | 718 |1422 |  35 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.39/2.46	c   2.3s|     1 |     0 |  1711 |6443k|   0 | 407 | 718 | 769 | 769 | 718 |1427 |  40 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
4.09/4.13	c   4.0s|     1 |     2 |  1711 |6453k|   0 | 407 | 718 | 769 | 769 | 718 |1427 |  40 |   0 |  19 |-2.500000e+01 |-4.000000e+00 |  84.00%
7.98/8.07	o -8
7.98/8.07	c R 7.9s|     9 |     8 |  5139 |6490k|   8 |  46 | 718 | 769 | 644 | 718 | 701 | 378 |   0 | 158 |-2.500000e+01 |-8.000000e+00 |  68.00%
8.38/8.47	o -10
8.38/8.47	c s 8.3s|    11 |    10 |  5234 |6504k|  10 |  15 | 718 | 769 | 611 | 718 | 711 | 393 |   0 | 233 |-2.500000e+01 |-1.000000e+01 |  60.00%
26.47/26.58	o -11
26.47/26.58	c f26.4s|    57 |    48 | 18560 |6691k|  17 |   - | 718 | 770 |  25 | 718 | 785 |1127 |   1 |1066 |-2.476201e+01 |-1.100000e+01 |  55.58%
32.07/32.19	o -12
32.07/32.19	c l31.9s|   113 |    93 | 32690 |6738k|  24 |   - | 718 | 771 |  49 | 718 | 812 |1470 |   2 |1110 |-2.476201e+01 |-1.200000e+01 |  51.54%
51.77/51.86	o -13
51.77/51.86	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.77/51.86	c l51.5s|   447 |   256 | 88930 |7214k|  41 |   - | 718 | 779 |  15 | 718 | 786 |2253 |  10 |1263 |-2.476201e+01 |-1.300000e+01 |  47.50%
296.19/296.39	c   295s| 10000 |  2002 |926997 |  13M|  52 |   - | 718 | 885 | 197 | 718 | 801 |  13k| 199 |3671 |-1.884222e+01 |-1.300000e+01 |  31.01%
470.24/470.49	c   468s| 20000 |  2630 |  1597k|  17M|  52 | 104 | 718 | 959 | 264 | 718 | 798 |  21k| 310 |5334 |-1.837129e+01 |-1.300000e+01 |  29.24%
575.70/575.94	o -14
575.70/575.94	c * 572s| 25943 |  1666 |  2008k|  11M|  52 |   - | 718 | 984 | 119 | 718 | 790 |  26k| 368 |6164 |-1.814542e+01 |-1.400000e+01 |  22.85%
654.88/655.13	c   651s| 30000 |  1781 |  2333k|  12M|  52 |   - | 718 | 974 | 292 | 718 | 795 |  29k| 386 |6514 |-1.802620e+01 |-1.400000e+01 |  22.34%
853.52/853.83	c   849s| 40000 |  1973 |  3131k|  14M|  52 | 156 | 718 | 962 | 456 | 718 | 790 |  36k| 411 |7687 |-1.776031e+01 |-1.400000e+01 |  21.17%
1054.65/1055.06	c  1049s| 50000 |  2015 |  3927k|  15M|  52 | 140 | 718 | 963 | 335 | 718 | 807 |  42k| 437 |9031 |-1.753015e+01 |-1.400000e+01 |  20.14%
1248.19/1248.64	c  1241s| 60000 |  1937 |  4707k|  16M|  52 |   - | 718 | 954 | 338 | 718 | 772 |  48k| 449 |  10k|-1.729468e+01 |-1.400000e+01 |  19.05%
1436.33/1436.81	c  1428s| 70000 |  1751 |  5477k|  16M|  52 |   - | 718 | 953 | 227 | 718 | 805 |  54k| 460 |  11k|-1.704954e+01 |-1.400000e+01 |  17.89%
1618.77/1619.37	c  1610s| 80000 |  1447 |  6236k|  15M|  52 | 154 | 718 | 951 | 413 | 718 | 800 |  60k| 474 |  12k|-1.682779e+01 |-1.400000e+01 |  16.80%
1795.62/1796.21	c  1786s| 90000 |   897 |  6980k|  13M|  52 | 155 | 718 | 953 | 477 | 718 | 776 |  65k| 489 |  12k|-1.655661e+01 |-1.400000e+01 |  15.44%
1800.02/1800.63	c 
1800.02/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.63	c Solving Time (sec) : 1790.11
1800.02/1800.63	c Solving Nodes      : 90243
1800.02/1800.63	c Primal Bound       : -1.40000000000000e+01 (10 solutions)
1800.02/1800.63	c Dual Bound         : -1.65431907079579e+01
1800.02/1800.63	c Gap                : 15.37 %
1800.02/1800.63	c NODE         90243
1800.02/1800.63	c DUAL BOUND   -16.5432
1800.02/1800.63	c PRIMAL BOUND -14
1800.02/1800.63	c GAP          0.15373
1800.02/1800.63	s SATISFIABLE
1800.02/1800.63	v -x81 -x67 -x84 -x72 -x60 x100 -x83 -x56 x82 -x95 -x54 -x80 -x61 -x79 -x62 -x57 -x87 x85 -x63 -x55 -x99 x88 x98 -x74 -x89 -x93 -x78 
1800.02/1800.63	v x70 x68 -x64 x66 -x96 -x92 x53 -x90 x94 x51 -x75 -x71 -x58 -x59 -x65 -x52 -x77 x73 -x76 x91 -x69 x86 -x97 -x50 x49 -x48 -x47 
1800.02/1800.63	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 
1800.02/1800.63	v -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.02/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.63	c Solving Time       :    1790.11
1800.02/1800.63	c Original Problem   :
1800.02/1800.63	c   Problem name     : HOME/instance-1870495-1245208000.opb
1800.02/1800.63	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.63	c   Constraints      : 769 initial, 769 maximal
1800.02/1800.63	c Presolved Problem  :
1800.02/1800.63	c   Problem name     : t_HOME/instance-1870495-1245208000.opb
1800.02/1800.63	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.63	c   Constraints      : 769 initial, 985 maximal
1800.02/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.02/1800.63	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   and              :       0.05          0          0          0          0          0          0          0          0
1800.02/1800.63	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.63	c   integral         :          0          0          0      47933          0        208       3291          0          0      92640
1800.02/1800.63	c   setppc           :        100          6     317390          1          0        319     197945          0          0          0
1800.02/1800.63	c   and              :        618      84287     317070          1          0        123    2565686      65321          0          0
1800.02/1800.63	c   linear           :          1          6     316945          1          0          3         17          0          0          0
1800.02/1800.63	c   logicor          :         50+         6      93129          1          0          1     103095          0          0          0
1800.02/1800.63	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.02/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.63	c   integral         :     205.51       0.00       0.00     205.51       0.00
1800.02/1800.63	c   setppc           :       1.71       0.00       1.71       0.00       0.00
1800.02/1800.63	c   and              :      25.75      13.90      11.85       0.00       0.00
1800.02/1800.63	c   linear           :       3.13       0.00       3.13       0.00       0.00
1800.02/1800.63	c   logicor          :       1.80       0.00       1.80       0.00       0.00
1800.02/1800.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.63	c   rootredcost      :       0.17          7          0          0
1800.02/1800.63	c   pseudoobj        :       1.76     318335          7        156
1800.02/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.63	c   propagation      :       0.02        453        449        511        6.9          2       16.5          -
1800.02/1800.63	c   infeasible LP    :       4.41      44404          0          0        0.0          0        0.0          0
1800.02/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.63	c   applied globally :          -          -          -        489        5.8          -          -          -
1800.02/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.63	c   cut pool         :       0.00          5          -          -          3          -    (maximal pool size: 639)
1800.02/1800.63	c   redcost          :       4.48      90677          0     426989          0          0
1800.02/1800.63	c   impliedbounds    :       0.00          6          0          0         16          0
1800.02/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.63	c   gomory           :       0.78          6          0          0        222          0
1800.02/1800.63	c   strongcg         :       0.73          6          0          0       2030          0
1800.02/1800.63	c   cmir             :       0.07          6          0          0          0          0
1800.02/1800.63	c   flowcover        :       0.08          6          0          0          0          0
1800.02/1800.63	c   clique           :       0.03          6          0          0         36          0
1800.02/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.63	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.63	c Pricers            :       Time      Calls       Vars
1800.02/1800.63	c   problem variables:       0.00          0          0
1800.02/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.63	c   relpscost        :     205.37      47932        208       3291          0          0      92640
1800.02/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.63	c   LP solutions     :       0.01          -          1
1800.02/1800.63	c   pseudo solutions :       0.00          -          0
1800.02/1800.63	c   feaspump         :       0.00          0          0
1800.02/1800.63	c   oneopt           :       0.10          7          0
1800.02/1800.63	c   crossover        :       0.51         15          0
1800.02/1800.63	c   guideddiving     :      11.45         82          0
1800.02/1800.63	c   fracdiving       :       8.83         82          1
1800.02/1800.63	c   veclendiving     :       8.78         82          0
1800.02/1800.63	c   coefdiving       :      10.04         83          0
1800.02/1800.63	c   pscostdiving     :       7.57         83          0
1800.02/1800.63	c   linesearchdiving :       6.65         83          2
1800.02/1800.63	c   objpscostdiving  :      12.88         42          0
1800.02/1800.63	c   rootsoldiving    :       1.90         42          0
1800.02/1800.63	c   simplerounding   :       0.14          0          0
1800.02/1800.63	c   rounding         :       7.17      17944          2
1800.02/1800.63	c   shifting         :       5.66       5898          4
1800.02/1800.63	c   intshifting      :       0.01          0          0
1800.02/1800.63	c   fixandinfer      :       0.00          0          0
1800.02/1800.63	c   intdiving        :       0.00          0          0
1800.02/1800.63	c   actconsdiving    :       0.00          0          0
1800.02/1800.63	c   octane           :       0.00          0          0
1800.02/1800.63	c   rens             :       0.01          0          0
1800.02/1800.63	c   rins             :       0.00          0          0
1800.02/1800.63	c   localbranching   :       0.00          0          0
1800.02/1800.63	c   mutation         :       0.00          0          0
1800.02/1800.63	c   dins             :       0.00          0          0
1800.02/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.63	c   primal LP        :      90.95          0          0       0.00       0.00
1800.02/1800.63	c   dual LP          :    1305.66     123120    6764540      54.94    5180.94
1800.02/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.63	c   diving/probing LP:      61.56      19059     234023      12.28    3801.54
1800.02/1800.63	c   strong branching :     200.46      12914    1184424      91.72    5908.53
1800.02/1800.63	c     (at root node) :          -         19       3824     201.26          -
1800.02/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.63	c B&B Tree           :
1800.02/1800.63	c   number of runs   :          1
1800.02/1800.63	c   nodes            :      90243
1800.02/1800.63	c   nodes (total)    :      90243
1800.02/1800.63	c   nodes left       :        874
1800.02/1800.63	c   max depth        :         52
1800.02/1800.63	c   max depth (total):         52
1800.02/1800.63	c   backtracks       :      12188 (13.5%)
1800.02/1800.63	c   delayed cutoffs  :          1
1800.02/1800.63	c   repropagations   :       4352 (3974 domain reductions, 0 cutoffs)
1800.02/1800.63	c   avg switch length:       4.88
1800.02/1800.63	c   switching time   :     105.21
1800.02/1800.63	c Solution           :
1800.02/1800.63	c   Solutions found  :         10 (9 improvements)
1800.02/1800.63	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 25943 nodes, 572.38 seconds, depth 37, found by <relaxation>)
1800.02/1800.63	c   Dual Bound       : -1.65431907079579e+01
1800.02/1800.63	c   Gap              :      15.37 %
1800.02/1800.63	c   Root Dual Bound  : -2.50000000000000e+01
1800.02/1800.66	c Time complete: 1800.08.

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-1870495-1245208000/watcher-1870495-1245208000 -o /tmp/evaluation-result-1870495-1245208000/solver-1870495-1245208000 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870495-1245208000.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 10635
/proc/meminfo: memFree=1848064/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=5812 CPUtime=0
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 188399923 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/10635/statm: 1453 502 332 1256 0 192 0

[startup+0.069443 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10635
/proc/meminfo: memFree=1848064/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=15212 CPUtime=0.06
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 2937 0 0 0 3 3 0 0 18 0 1 0 188399923 15577088 2567 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 3803 2567 446 1256 0 2542 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15212

[startup+0.102449 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10635
/proc/meminfo: memFree=1848064/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=15212 CPUtime=0.09
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 2937 0 0 0 4 5 0 0 18 0 1 0 188399923 15577088 2567 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 3803 2567 446 1256 0 2542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15212

[startup+0.301482 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10635
/proc/meminfo: memFree=1848064/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=21652 CPUtime=0.29
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 4469 0 0 0 20 9 0 0 19 0 1 0 188399923 22171648 4099 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 5413 4099 653 1256 0 4152 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21652

[startup+0.70255 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10635
/proc/meminfo: memFree=1848064/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=24996 CPUtime=0.69
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 5231 0 0 0 60 9 0 0 22 0 1 0 188399923 25595904 4861 1992294400 4194304 9342243 548682068736 18446744073709551615 6962328 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 6249 4861 666 1256 0 4988 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24996

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1830264/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=29636 CPUtime=1.49
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 6412 0 0 0 139 10 0 0 25 0 1 0 188399923 30347264 6032 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 7409 6032 666 1256 0 6148 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29636

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1826296/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=33276 CPUtime=3.09
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 7678 0 0 0 298 11 0 0 25 0 1 0 188399923 34074624 6592 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8319 6592 672 1256 0 7058 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33276

[startup+6.30148 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1823288/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=33276 CPUtime=6.28
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 7857 0 0 0 616 12 0 0 25 0 1 0 188399923 34074624 6771 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8319 6771 688 1256 0 7058 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33276

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1823288/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=33276 CPUtime=12.68
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 7916 0 0 0 1253 15 0 0 25 0 1 0 188399923 34074624 6830 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8319 6830 693 1256 0 7058 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33276

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1823096/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=33276 CPUtime=25.48
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 7975 0 0 0 2529 19 0 0 25 0 1 0 188399923 34074624 6889 1992294400 4194304 9342243 548682068736 18446744073709551615 6960509 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8319 6889 698 1256 0 7058 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33276

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1823544/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=32580 CPUtime=51.07
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 10055 0 0 0 5078 29 0 0 25 0 1 0 188399923 33361920 6803 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8145 6803 713 1256 0 6884 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32580

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1822072/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=34456 CPUtime=102.26
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 13179 0 0 0 10173 53 0 0 25 0 1 0 188399923 35282944 7172 1992294400 4194304 9342243 548682068736 18446744073709551615 6938963 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 8614 7172 713 1256 0 7353 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34456

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1818232/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=37416 CPUtime=162.24
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 20413 0 0 0 16138 86 0 0 25 0 1 0 188399923 38313984 8124 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 9354 8124 714 1256 0 8093 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 37416

[startup+222.301 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 10636
/proc/meminfo: memFree=1817464/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=39036 CPUtime=222.22
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 24897 0 0 0 22101 121 0 0 25 0 1 0 188399923 39972864 8336 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 9759 8336 714 1256 0 8498 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 39036

[startup+282.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 10636
/proc/meminfo: memFree=1813496/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=41792 CPUtime=282.2
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 36350 0 0 0 28058 162 0 0 25 0 1 0 188399923 42795008 9294 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 10448 9294 714 1256 0 9187 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 41792

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 10636
/proc/meminfo: memFree=1812472/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=43648 CPUtime=342.18
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 38172 0 0 0 34022 196 0 0 25 0 1 0 188399923 44695552 9559 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 10912 9559 714 1256 0 9651 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 43648

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10636
/proc/meminfo: memFree=1810552/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=45004 CPUtime=402.16
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 52300 0 0 0 39981 235 0 0 25 0 1 0 188399923 46084096 10013 1992294400 4194304 9342243 548682068736 18446744073709551615 6342006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 11251 10013 714 1256 0 9990 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 45004

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1808184/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=47768 CPUtime=462.14
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 53673 0 0 0 45944 270 0 0 25 0 1 0 188399923 48914432 10601 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 11942 10601 714 1256 0 10681 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 47768

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1805816/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=49576 CPUtime=522.12
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 54975 0 0 0 51908 304 0 0 25 0 1 0 188399923 50765824 11193 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 12394 11193 714 1256 0 11133 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 49576

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1803832/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52180 CPUtime=582.11
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 57708 0 0 0 57872 339 0 0 25 0 1 0 188399923 53432320 11690 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13045 11690 714 1256 0 11784 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 52180

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1803448/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52188 CPUtime=642.08
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 61585 0 0 0 63837 371 0 0 25 0 1 0 188399923 53440512 11767 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13047 11767 714 1256 0 11786 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 52188

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1803256/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52160 CPUtime=822.02
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 69466 0 0 0 81732 470 0 0 25 0 1 0 188399923 53411840 11784 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13040 11784 714 1256 0 11779 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 52160

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1802488/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52380 CPUtime=882
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 73056 0 0 0 87700 500 0 0 25 0 1 0 188399923 53637120 11972 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13095 11972 714 1256 0 11834 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 52380

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1803320/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52288 CPUtime=941.98
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 78496 0 0 0 93662 536 0 0 25 0 1 0 188399923 53542912 11771 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13072 11771 714 1256 0 11811 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 52288

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1803640/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52272 CPUtime=1001.97
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 82860 0 0 0 99626 571 0 0 25 0 1 0 188399923 53526528 11685 1992294400 4194304 9342243 548682068736 18446744073709551615 6885638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13068 11685 714 1256 0 11807 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 52272

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1802616/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52636 CPUtime=1061.95
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 89552 0 0 0 105585 610 0 0 25 0 1 0 188399923 53899264 11943 1992294400 4194304 9342243 548682068736 18446744073709551615 6965330 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13159 11943 714 1256 0 11898 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 52636

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1801976/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=52728 CPUtime=1121.93
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 91613 0 0 0 111550 643 0 0 25 0 1 0 188399923 53993472 12088 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13182 12088 714 1256 0 11921 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 52728

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1801272/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=53432 CPUtime=1181.91
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 91777 0 0 0 117517 674 0 0 25 0 1 0 188399923 54714368 12252 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13358 12252 714 1256 0 12097 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 53432

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800760/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54132 CPUtime=1241.89
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 91868 0 0 0 123487 702 0 0 25 0 1 0 188399923 55431168 12343 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13533 12343 714 1256 0 12272 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 54132

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800504/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54380 CPUtime=1301.87
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 91917 0 0 0 129455 732 0 0 25 0 1 0 188399923 55685120 12392 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13595 12392 714 1256 0 12334 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 54380

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800696/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54368 CPUtime=1361.86
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 92221 0 0 0 135422 764 0 0 25 0 1 0 188399923 55672832 12333 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13592 12333 714 1256 0 12331 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 54368

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800504/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54368 CPUtime=1421.84
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 92266 0 0 0 141389 795 0 0 25 0 1 0 188399923 55672832 12378 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13592 12378 714 1256 0 12331 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 54368

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800568/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54344 CPUtime=1481.81
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 92576 0 0 0 147354 827 0 0 25 0 1 0 188399923 55648256 12344 1992294400 4194304 9342243 548682068736 18446744073709551615 6924058 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13586 12344 714 1256 0 12325 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 54344

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800440/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54344 CPUtime=1541.8
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 92609 0 0 0 153322 858 0 0 25 0 1 0 188399923 55648256 12377 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13586 12377 714 1256 0 12325 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 54344

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800504/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54104 CPUtime=1601.78
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 94816 0 0 0 159289 889 0 0 25 0 1 0 188399923 55402496 12360 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13526 12360 714 1256 0 12265 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 54104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1800056/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54308 CPUtime=1661.75
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 94921 0 0 0 165254 921 0 0 25 0 1 0 188399923 55611392 12465 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13577 12465 714 1256 0 12316 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 54308

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1799928/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54308 CPUtime=1721.74
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 94946 0 0 0 171221 953 0 0 25 0 1 0 188399923 55611392 12490 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13577 12490 714 1256 0 12316 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 54308

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1799800/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54308 CPUtime=1781.72
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 94960 0 0 0 177190 982 0 0 25 0 1 0 188399923 55611392 12504 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13577 12504 714 1256 0 12316 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 54308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10636
/proc/meminfo: memFree=1799736/2055920 swapFree=4180300/4192956
[pid=10635] ppid=10633 vsize=54308 CPUtime=1800.02
/proc/10635/stat : 10635 (pbscip.linux.x8) R 10633 10635 9979 0 -1 4194304 94960 0 0 0 179010 992 0 0 25 0 1 0 188399923 55611392 12504 1992294400 4194304 9342243 548682068736 18446744073709551615 6978052 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10635/statm: 13577 12504 714 1256 0 12316 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 54308

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.67
CPU time (s): 1800.09
CPU user time (s): 1790.16
CPU system time (s): 9.93249
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 60424

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

runsolver used 1.3248 second user time and 3.9274 second system time

The end

Launcher Data

Begin job on node31 at 2009-06-17 05:06:40
IDJOB=1870495
IDBENCH=48246
IDSOLVER=684
FILE ID=node31/1870495-1245208000
PBS_JOBID= 9368360
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870495-1245208000/watcher-1870495-1245208000 -o /tmp/evaluation-result-1870495-1245208000/solver-1870495-1245208000 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870495-1245208000.opb

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

MD5SUM BENCH= 138d1c5c8dee06528dd1cfb072975c49
RANDOM SEED=2127902330

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:       1848544 kB
Buffers:         17092 kB
Cached:         102932 kB
SwapCached:       5640 kB
Active:          57300 kB
Inactive:        70800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848544 kB
SwapTotal:     4192956 kB
SwapFree:      4180300 kB
Dirty:           11748 kB
Writeback:           0 kB
Mapped:          13768 kB
Slab:            65032 kB
Committed_AS:   192256 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 05:36:43