Trace number 1870494

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 1267.4 1267.84

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 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-1870494-1245207998.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.10/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.10/0.17	c    (0.1s) probing: 101/718 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.17	c presolving (2 rounds):
0.10/0.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.17	c  5044 implications, 100 cliques
0.10/0.17	c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 769 constraints
0.10/0.17	c     100 constraints of type <setppc>
0.10/0.17	c     618 constraints of type <and>
0.10/0.17	c       1 constraints of type <linear>
0.10/0.17	c      50 constraints of type <logicor>
0.10/0.17	c transformed objective value is always integral (scale: 1)
0.10/0.17	c Presolving Time: 0.07
0.10/0.17	c OPT-NLC
0.10/0.17	c -----------------------------------------------------------------------------------------------
0.10/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/memory = c 1620
0.10/0.17	c # maximal time in seconds to run
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/time = c 1791
0.10/0.17	c # frequency for displaying node information lines
0.10/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.17	c display/freq = c 10000
0.10/0.17	c -----------------------------------------------------------------------------------------------
0.10/0.17	c start solving problem
0.10/0.17	c 
0.89/0.97	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.97	c   0.8s|     1 |     0 |  1928 |3458k|   0 | 401 | 718 | 769 | 769 | 718 |1387 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.89/0.97	o -3
0.89/0.97	c s 0.9s|     1 |     0 |  1928 |3485k|   0 | 401 | 718 | 769 | 769 | 718 |1387 |   0 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.59/1.68	c   1.6s|     1 |     0 |  2378 |5016k|   0 | 426 | 718 | 769 | 769 | 718 |1473 |  86 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.39/2.46	c   2.3s|     1 |     0 |  2875 |6734k|   0 | 417 | 718 | 769 | 769 | 718 |1507 | 120 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.39/2.47	o -3
2.39/2.47	c s 2.3s|     1 |     0 |  2875 |6743k|   0 | 417 | 718 | 769 | 769 | 718 |1507 | 120 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.20/3.30	c   3.1s|     1 |     0 |  3459 |8326k|   0 | 285 | 718 | 769 | 769 | 718 |1535 | 148 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.20/3.30	o -5
3.20/3.30	c R 3.2s|     1 |     0 |  3459 |8336k|   0 | 285 | 718 | 769 | 769 | 718 |1535 | 148 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
3.89/3.98	c   3.8s|     1 |     0 |  4144 |9254k|   0 | 317 | 718 | 769 | 769 | 718 |1572 | 185 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
4.78/4.87	c   4.7s|     1 |     0 |  5046 |  10M|   0 | 378 | 718 | 769 | 769 | 718 |1604 | 217 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
5.58/5.66	c   5.5s|     1 |     0 |  5636 |  11M|   0 | 323 | 718 | 769 | 769 | 718 |1622 | 235 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
6.49/6.54	c   6.4s|     1 |     0 |  6316 |  12M|   0 | 373 | 718 | 769 | 769 | 718 |1644 | 257 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
7.39/7.48	c   7.3s|     1 |     0 |  7129 |  13M|   0 | 334 | 718 | 769 | 769 | 718 |1661 | 274 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
13.58/13.68	o -11
13.58/13.68	c E13.3s|     1 |     0 |  7129 |  13M|   0 | 334 | 718 | 769 | 769 | 718 |1661 | 274 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
13.68/13.70	c  13.3s|     1 |     0 |  7129 |  13M|   0 | 334 | 718 | 769 | 769 | 718 |1661 | 274 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
14.38/14.42	c  14.1s|     1 |     0 |  7597 |  15M|   0 | 294 | 718 | 769 | 769 | 718 |1676 | 289 |   0 |   0 |-2.500000e+01 |-1.100000e+01 |  56.00%
31.88/31.96	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.88/31.96	c  31.5s|     1 |     2 |  7597 |  15M|   0 | 294 | 718 | 769 | 769 | 718 |1676 | 289 |   0 |  26 |-2.500000e+01 |-1.100000e+01 |  56.00%
49.86/49.98	o -12
49.86/49.98	c c49.4s|    15 |    11 | 12351 |  15M|  14 |   - | 718 | 769 | 214 | 718 | 778 | 777 |   0 | 467 |-2.500000e+01 |-1.200000e+01 |  52.00%
149.33/149.44	o -13
149.33/149.44	c l 148s|   918 |   590 |226360 |  16M|  32 |   - | 718 | 813 |  33 | 718 | 844 |5427 |  44 |1442 |-2.110838e+01 |-1.300000e+01 |  38.41%
341.88/342.08	c   338s| 10000 |  2039 |767930 |  23M|  51 |   - | 718 | 892 | 246 | 718 | 854 |  16k| 168 |3078 |-1.877717e+01 |-1.300000e+01 |  30.77%
489.41/489.67	c   484s| 20000 |  2759 |  1190k|  27M|  51 | 163 | 718 | 916 | 542 | 718 | 820 |  24k| 270 |4631 |-1.830711e+01 |-1.300000e+01 |  28.99%
514.41/514.65	o -14
514.41/514.65	c * 509s| 22021 |  1486 |  1274k|  19M|  51 |   - | 718 | 921 |  55 | 718 | 834 |  26k| 277 |4645 |-1.823348e+01 |-1.400000e+01 |  23.22%
648.96/649.25	c   642s| 30000 |  1655 |  1671k|  22M|  51 |   - | 718 | 908 | 175 | 718 | 839 |  32k| 288 |5764 |-1.800179e+01 |-1.400000e+01 |  22.23%
799.62/799.95	c   791s| 40000 |  1727 |  2152k|  23M|  51 | 150 | 718 | 906 | 430 | 718 | 848 |  41k| 304 |6529 |-1.761595e+01 |-1.400000e+01 |  20.53%
947.67/948.02	c   937s| 50000 |  1699 |  2611k|  25M|  51 | 196 | 718 | 917 | 446 | 718 | 818 |  49k| 319 |7441 |-1.731420e+01 |-1.400000e+01 |  19.14%
1090.42/1090.87	c  1079s| 60000 |  1423 |  3059k|  24M|  51 |   - | 718 | 916 | 473 | 718 | 831 |  56k| 330 |8316 |-1.699623e+01 |-1.400000e+01 |  17.63%
1229.37/1229.86	c  1216s| 70000 |   929 |  3494k|  23M|  51 | 148 | 718 | 912 | 352 | 718 | 816 |  62k| 334 |9305 |-1.648216e+01 |-1.400000e+01 |  15.06%
1267.35/1267.81	c 
1267.35/1267.81	c SCIP Status        : problem is solved [optimal solution found]
1267.35/1267.81	c Solving Time (sec) : 1253.37
1267.35/1267.81	c Solving Nodes      : 73546
1267.35/1267.81	c Primal Bound       : -1.40000000000000e+01 (9 solutions)
1267.35/1267.81	c Dual Bound         : -1.40000000000000e+01
1267.35/1267.81	c Gap                : 0.00 %
1267.35/1267.81	c NODE         73546
1267.35/1267.81	c DUAL BOUND   -14
1267.35/1267.81	c PRIMAL BOUND -14
1267.35/1267.81	c GAP          0
1267.35/1267.81	s OPTIMUM FOUND
1267.35/1267.81	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 
1267.35/1267.81	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 
1267.35/1267.81	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 
1267.35/1267.81	v -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1267.35/1267.81	c SCIP Status        : problem is solved [optimal solution found]
1267.35/1267.81	c Solving Time       :    1253.37
1267.35/1267.81	c Original Problem   :
1267.35/1267.81	c   Problem name     : HOME/instance-1870494-1245207998.opb
1267.35/1267.81	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1267.35/1267.81	c   Constraints      : 769 initial, 769 maximal
1267.35/1267.81	c Presolved Problem  :
1267.35/1267.81	c   Problem name     : t_HOME/instance-1870494-1245207998.opb
1267.35/1267.81	c   Variables        : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
1267.35/1267.81	c   Constraints      : 769 initial, 931 maximal
1267.35/1267.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1267.35/1267.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   probing          :       0.02          0          0          0          0          0          0          0          0
1267.35/1267.81	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   and              :       0.04          0          0          0          0          0          0          0          0
1267.35/1267.81	c   linear           :       0.01          0          0          0          0          0          0          0          0
1267.35/1267.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1267.35/1267.81	c   root node        :          -         20          -          -         20          -          -          -          -
1267.35/1267.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1267.35/1267.81	c   integral         :          0          0          0      38638          0         89       2290          0          0      75114
1267.35/1267.81	c   setppc           :        100          9     258594          1          0        117     129142          0          0          0
1267.35/1267.81	c   and              :        618      64386     258477          1          0        127    1989995      64005          0          0
1267.35/1267.81	c   linear           :          1          9     258348          1          0          4          0          0          0          0
1267.35/1267.81	c   logicor          :         50+         9      71237          1          0          1      74862          0          0          0
1267.35/1267.81	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1267.35/1267.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1267.35/1267.81	c   integral         :     186.20       0.00       0.00     186.20       0.00
1267.35/1267.81	c   setppc           :       1.30       0.00       1.30       0.00       0.00
1267.35/1267.81	c   and              :      20.78      12.08       8.70       0.00       0.00
1267.35/1267.81	c   linear           :       2.40       0.00       2.40       0.00       0.00
1267.35/1267.81	c   logicor          :       1.11       0.00       1.11       0.00       0.00
1267.35/1267.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1267.35/1267.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1267.35/1267.81	c   rootredcost      :       0.13          3          0          0
1267.35/1267.81	c   pseudoobj        :       1.67     259498         16        120
1267.35/1267.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1267.35/1267.81	c   propagation      :       0.01        265        262        368       13.9          3       29.3          -
1267.35/1267.81	c   infeasible LP    :       0.00         14         14         34       33.0          0        0.0          0
1267.35/1267.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1267.35/1267.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1267.35/1267.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1267.35/1267.81	c   applied globally :          -          -          -        335       10.8          -          -          -
1267.35/1267.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1267.35/1267.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1267.35/1267.81	c   cut pool         :       0.02          8          -          -          9          -    (maximal pool size: 2074)
1267.35/1267.81	c   redcost          :       3.53      70727          0     397834          0          0
1267.35/1267.81	c   impliedbounds    :       0.00          9          0          0        236          0
1267.35/1267.81	c   intobj           :       0.00          0          0          0          0          0
1267.35/1267.81	c   gomory           :       1.69          9          0          0        100          0
1267.35/1267.81	c   strongcg         :       1.58          9          0          0       4022          0
1267.35/1267.81	c   cmir             :       0.22          9          0          0         43          0
1267.35/1267.81	c   flowcover        :       0.16          9          0          0         86          0
1267.35/1267.81	c   clique           :       0.05          9          0          0         60          0
1267.35/1267.81	c   zerohalf         :       0.00          0          0          0          0          0
1267.35/1267.81	c   mcf              :       0.00          1          0          0          0          0
1267.35/1267.81	c Pricers            :       Time      Calls       Vars
1267.35/1267.81	c   problem variables:       0.00          0          0
1267.35/1267.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1267.35/1267.81	c   relpscost        :     186.09      38637         89       2290          0          0      75114
1267.35/1267.81	c   pscost           :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   inference        :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   mostinf          :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   leastinf         :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1267.35/1267.81	c   random           :       0.00          0          0          0          0          0          0
1267.35/1267.81	c Primal Heuristics  :       Time      Calls      Found
1267.35/1267.81	c   LP solutions     :       0.01          -          1
1267.35/1267.81	c   pseudo solutions :       0.00          -          0
1267.35/1267.81	c   feaspump         :       0.02          0          0
1267.35/1267.81	c   oneopt           :       0.08          4          0
1267.35/1267.81	c   crossover        :       0.49         13          0
1267.35/1267.81	c   objpscostdiving  :      13.10         34          0
1267.35/1267.81	c   linesearchdiving :       6.93         74          1
1267.35/1267.81	c   fracdiving       :       8.68         74          0
1267.35/1267.81	c   coefdiving       :      10.96         74          1
1267.35/1267.81	c   veclendiving     :       6.74         74          0
1267.35/1267.81	c   pscostdiving     :       9.53         74          0
1267.35/1267.81	c   guideddiving     :      10.22         74          0
1267.35/1267.81	c   rootsoldiving    :       2.93         38          0
1267.35/1267.81	c   simplerounding   :       0.23          0          0
1267.35/1267.81	c   rounding         :       5.26      11454          1
1267.35/1267.81	c   shifting         :       4.49       4325          4
1267.35/1267.81	c   intshifting      :       0.00          0          0
1267.35/1267.81	c   fixandinfer      :       0.00          0          0
1267.35/1267.81	c   intdiving        :       0.00          0          0
1267.35/1267.81	c   actconsdiving    :       0.00          0          0
1267.35/1267.81	c   octane           :       0.00          0          0
1267.35/1267.81	c   rens             :       6.04          1          1
1267.35/1267.81	c   rins             :       0.00          0          0
1267.35/1267.81	c   localbranching   :       0.00          0          0
1267.35/1267.81	c   mutation         :       0.00          0          0
1267.35/1267.81	c   dins             :       0.00          0          0
1267.35/1267.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1267.35/1267.81	c   primal LP        :       7.51          0          0       0.00       0.00
1267.35/1267.81	c   dual LP          :     873.45      96101    3398637      35.37    3891.05
1267.35/1267.81	c   barrier LP       :       0.00          0          0       0.00          -
1267.35/1267.81	c   diving/probing LP:      59.28      21322     220405      10.34    3718.03
1267.35/1267.81	c   strong branching :     181.99       9390     699915      74.54    3845.90
1267.35/1267.81	c     (at root node) :          -         26      26000    1000.00          -
1267.35/1267.81	c   conflict analysis:       0.00          0          0       0.00          -
1267.35/1267.81	c B&B Tree           :
1267.35/1267.81	c   number of runs   :          1
1267.35/1267.81	c   nodes            :      73546
1267.35/1267.81	c   nodes (total)    :      73546
1267.35/1267.81	c   nodes left       :          0
1267.35/1267.81	c   max depth        :         51
1267.35/1267.81	c   max depth (total):         51
1267.35/1267.81	c   backtracks       :      10979 (14.9%)
1267.35/1267.81	c   delayed cutoffs  :          2
1267.35/1267.81	c   repropagations   :       3086 (2536 domain reductions, 0 cutoffs)
1267.35/1267.81	c   avg switch length:       5.48
1267.35/1267.81	c   switching time   :      21.64
1267.35/1267.81	c Solution           :
1267.35/1267.81	c   Solutions found  :          9 (7 improvements)
1267.35/1267.81	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 22021 nodes, 509.02 seconds, depth 38, found by <relaxation>)
1267.35/1267.81	c   Dual Bound       : -1.40000000000000e+01
1267.35/1267.81	c   Gap              :       0.00 %
1267.35/1267.81	c   Root Dual Bound  : -2.50000000000000e+01
1267.35/1267.83	c Time complete: 1267.39.

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-1870494-1245207998/watcher-1870494-1245207998 -o /tmp/evaluation-result-1870494-1245207998/solver-1870494-1245207998 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870494-1245207998.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.09 1.08 1.01 3/64 7245
/proc/meminfo: memFree=1667936/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=4648 CPUtime=0
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 494 0 0 0 0 0 0 0 18 0 1 0 188396204 4759552 479 1992294400 4194304 7823515 548682068736 18446744073709551615 6115440 0 0 4096 0 0 0 0 17 1 0 0
/proc/7245/statm: 1122 483 318 886 0 232 0

[startup+0.057868 s]
/proc/loadavg: 1.09 1.08 1.01 3/64 7245
/proc/meminfo: memFree=1667936/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=14000 CPUtime=0.04
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 2886 0 0 0 2 2 0 0 18 0 1 0 188396204 14336000 2514 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 3500 2514 404 886 0 2610 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14000

[startup+0.102875 s]
/proc/loadavg: 1.09 1.08 1.01 3/64 7245
/proc/meminfo: memFree=1667936/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=14000 CPUtime=0.1
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 2886 0 0 0 4 6 0 0 18 0 1 0 188396204 14336000 2514 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 3500 2514 404 886 0 2610 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14000

[startup+0.302911 s]
/proc/loadavg: 1.09 1.08 1.01 3/64 7245
/proc/meminfo: memFree=1667936/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=17880 CPUtime=0.29
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 4058 0 0 0 20 9 0 0 19 0 1 0 188396204 18309120 3646 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 4470 3646 520 886 0 3580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17880

[startup+0.701987 s]
/proc/loadavg: 1.09 1.08 1.01 3/64 7245
/proc/meminfo: memFree=1667936/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=19164 CPUtime=0.69
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 4322 0 0 0 60 9 0 0 22 0 1 0 188396204 19623936 3909 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 4791 3909 523 886 0 3901 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19164

[startup+1.50114 s]
/proc/loadavg: 1.09 1.08 1.01 2/65 7246
/proc/meminfo: memFree=1654296/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=24532 CPUtime=1.49
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 5722 0 0 0 138 11 0 0 25 0 1 0 188396204 25120768 5309 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 6133 5309 565 886 0 5243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24532

[startup+3.10144 s]
/proc/loadavg: 1.09 1.08 1.01 2/65 7246
/proc/meminfo: memFree=1645976/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=29188 CPUtime=3.09
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 6982 0 0 0 296 13 0 0 25 0 1 0 188396204 29888512 6553 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 7297 6553 565 886 0 6407 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29188

[startup+6.30103 s]
/proc/loadavg: 1.08 1.07 1.01 2/65 7246
/proc/meminfo: memFree=1638232/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=37088 CPUtime=6.29
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 8974 0 0 0 614 15 0 0 25 0 1 0 188396204 37978112 8533 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 9272 8533 565 886 0 8382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37088

[startup+12.7012 s]
/proc/loadavg: 1.08 1.07 1.01 2/65 7246
/proc/meminfo: memFree=1621080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=12.68
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12723 0 0 0 1238 30 0 0 25 0 1 0 188396204 54509568 12225 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12225 571 886 0 12418 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53232

[startup+25.5016 s]
/proc/loadavg: 1.06 1.07 1.01 2/65 7246
/proc/meminfo: memFree=1620696/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=25.48
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12811 0 0 0 2509 39 0 0 25 0 1 0 188396204 54509568 12313 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12313 576 886 0 12418 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53232

[startup+51.1024 s]
/proc/loadavg: 1.04 1.06 1.01 2/65 7246
/proc/meminfo: memFree=1620632/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=51.06
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12812 0 0 0 5046 60 0 0 25 0 1 0 188396204 54509568 12314 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12314 577 886 0 12418 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53232

[startup+102.305 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 7246
/proc/meminfo: memFree=1620632/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=102.26
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12841 0 0 0 10123 103 0 0 25 0 1 0 188396204 54509568 12343 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12343 588 886 0 12418 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53232

[startup+162.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 7246
/proc/meminfo: memFree=1620504/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=162.22
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12859 0 0 0 16065 157 0 0 25 0 1 0 188396204 54509568 12361 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12361 588 886 0 12418 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 53232

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 7246
/proc/meminfo: memFree=1620504/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53232 CPUtime=222.21
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 12862 0 0 0 22005 216 0 0 25 0 1 0 188396204 54509568 12364 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13308 12364 588 886 0 12418 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 53232

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7246
/proc/meminfo: memFree=1619416/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=54068 CPUtime=282.18
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 13112 0 0 0 27938 280 0 0 25 0 1 0 188396204 55365632 12614 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13517 12614 588 886 0 12627 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 54068

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7246
/proc/meminfo: memFree=1619352/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53044 CPUtime=342.17
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 13575 0 0 0 33872 345 0 0 25 0 1 0 188396204 54317056 12590 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13261 12590 588 886 0 12371 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53044

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7246
/proc/meminfo: memFree=1619352/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=53044 CPUtime=402.15
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 13576 0 0 0 39803 412 0 0 25 0 1 0 188396204 54317056 12591 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13261 12591 588 886 0 12371 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 53044

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1618456/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=54336 CPUtime=462.12
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 13859 0 0 0 45734 478 0 0 25 0 1 0 188396204 55640064 12874 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 13584 12874 588 886 0 12694 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 54336

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1615576/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=57056 CPUtime=522.11
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 16448 0 0 0 51659 552 0 0 25 0 1 0 188396204 58425344 13563 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14264 13563 588 886 0 13374 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 57056

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1615576/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=56916 CPUtime=582.09
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22121 0 0 0 57590 619 0 0 25 0 1 0 188396204 58281984 13556 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14229 13556 588 886 0 13339 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 56916

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1615320/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=57204 CPUtime=642.07
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22171 0 0 0 63524 683 0 0 25 0 1 0 188396204 58576896 13606 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14301 13606 588 886 0 13411 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 57204

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1615128/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=57528 CPUtime=702.04
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22220 0 0 0 69453 751 0 0 25 0 1 0 188396204 58908672 13655 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14382 13655 588 886 0 13492 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 57528

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1614680/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=57860 CPUtime=762.03
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22331 0 0 0 75387 816 0 0 25 0 1 0 188396204 59248640 13766 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14465 13766 588 886 0 13575 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 57860

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1614488/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=58208 CPUtime=822
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22406 0 0 0 81323 877 0 0 25 0 1 0 188396204 59604992 13841 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14552 13841 588 886 0 13662 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 58208

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613848/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=58972 CPUtime=881.99
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 22583 0 0 0 87246 953 0 0 25 0 1 0 188396204 60387328 14018 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14743 14018 588 886 0 13853 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 58972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613400/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59140 CPUtime=941.96
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24617 0 0 0 93177 1019 0 0 25 0 1 0 188396204 60559360 14113 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14785 14113 588 886 0 13895 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 59140

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613336/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59332 CPUtime=1001.94
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24628 0 0 0 99108 1086 0 0 25 0 1 0 188396204 60755968 14124 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14833 14124 588 886 0 13943 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 59332

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613208/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59332 CPUtime=1061.92
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24657 0 0 0 105038 1154 0 0 25 0 1 0 188396204 60755968 14153 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14833 14153 588 886 0 13943 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 59332

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613016/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59500 CPUtime=1121.91
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24699 0 0 0 110966 1225 0 0 25 0 1 0 188396204 60928000 14195 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14875 14195 588 886 0 13985 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 59500

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1612824/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59716 CPUtime=1181.88
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24733 0 0 0 116895 1293 0 0 25 0 1 0 188396204 61149184 14229 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14929 14229 588 886 0 14039 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 59716

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1612760/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59716 CPUtime=1241.86
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24733 0 0 0 122819 1367 0 0 25 0 1 0 188396204 61149184 14229 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14929 14229 588 886 0 14039 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 59716

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

[startup+1254.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1612760/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59716 CPUtime=1253.86
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24733 0 0 0 124005 1381 0 0 25 0 1 0 188396204 61149184 14229 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14929 14229 588 886 0 14039 0
Current children cumulated CPU time (s) 1253.86
Current children cumulated vsize (KiB) 59716

[startup+1260.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1612760/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59716 CPUtime=1260.25
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 24733 0 0 0 124636 1389 0 0 25 0 1 0 188396204 61149184 14229 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14929 14229 588 886 0 14039 0
Current children cumulated CPU time (s) 1260.25
Current children cumulated vsize (KiB) 59716

[startup+1263.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1263.46
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 124952 1394 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1263.46
Current children cumulated vsize (KiB) 59392

[startup+1265.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1265.05
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 125110 1395 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1265.05
Current children cumulated vsize (KiB) 59392

[startup+1267.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1266.66
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 125268 1398 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1266.66
Current children cumulated vsize (KiB) 59392

[startup+1267.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1267.06
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 125308 1398 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1267.06
Current children cumulated vsize (KiB) 59392

[startup+1267.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1267.25
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 125327 1398 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 4815277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1267.25
Current children cumulated vsize (KiB) 59392

[startup+1267.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7246
/proc/meminfo: memFree=1613080/2055920 swapFree=4182544/4192956
[pid=7245] ppid=7243 vsize=59392 CPUtime=1267.35
/proc/7245/stat : 7245 (pbscip.linux.x8) R 7243 7245 4784 0 -1 4194304 26524 0 0 0 125337 1398 0 0 25 0 1 0 188396204 60817408 14148 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7245/statm: 14848 14148 588 886 0 13958 0
Current children cumulated CPU time (s) 1267.35
Current children cumulated vsize (KiB) 59392

Child status: 0
Real time (s): 1267.84
CPU time (s): 1267.4
CPU user time (s): 1253.4
CPU system time (s): 13.9989
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 67948

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

runsolver used 1.04984 second user time and 2.6356 second system time

The end

Launcher Data

Begin job on node47 at 2009-06-17 05:06:38
IDJOB=1870494
IDBENCH=48246
IDSOLVER=683
FILE ID=node47/1870494-1245207998
PBS_JOBID= 9368343
Free space on /tmp= 65952 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_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870494-1245207998/watcher-1870494-1245207998 -o /tmp/evaluation-result-1870494-1245207998/solver-1870494-1245207998 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870494-1245207998.opb

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

MD5SUM BENCH= 138d1c5c8dee06528dd1cfb072975c49
RANDOM SEED=734401025

node47.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.261
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.261
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:       1668416 kB
Buffers:         63084 kB
Cached:         237972 kB
SwapCached:       4196 kB
Active:         111696 kB
Inactive:       197200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668416 kB
SwapTotal:     4192956 kB
SwapFree:      4182544 kB
Dirty:            9848 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            64548 kB
Committed_AS:   194036 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65944 MiB
End job on node47 at 2009-06-17 05:27:46