Trace number 2666748

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)-14 1800.16 1800.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1372.41
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666748-1276671974.opb>
0.00/0.02	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.03	c presolving:
0.19/0.20	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4948 impls, 100 clqs
0.19/0.22	c    (0.1s) probing: 101/706 (14.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.22	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.22	c presolving (2 rounds):
0.19/0.22	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.22	c  4948 implications, 100 cliques
0.19/0.22	c presolved problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.19/0.22	c     100 constraints of type <setppc>
0.19/0.22	c     606 constraints of type <and>
0.19/0.22	c       1 constraints of type <linear>
0.19/0.22	c      50 constraints of type <logicor>
0.19/0.22	c transformed objective value is always integral (scale: 1)
0.19/0.22	c Presolving Time: 0.11
0.19/0.22	c - non default parameters ----------------------------------------------------------------------
0.19/0.22	c # SCIP version 1.2.1.2
0.19/0.22	c 
0.19/0.22	c # frequency for displaying node information lines
0.19/0.22	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.22	c display/freq = 10000
0.19/0.22	c 
0.19/0.22	c # maximal time in seconds to run
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/time = 1799.99
0.19/0.22	c 
0.19/0.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.22	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.22	c limits/memory = 1620
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify inequalities
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/linear/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # should presolving try to simplify knapsacks
0.19/0.22	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.22	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.22	c 
0.19/0.22	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c heuristics/undercover/freq = 0
0.19/0.22	c 
0.19/0.22	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.22	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.22	c separating/rapidlearning/freq = 0
0.19/0.22	c 
0.19/0.22	c -----------------------------------------------------------------------------------------------
0.19/0.22	c start solving
0.19/0.22	c 
0.90/0.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.90/0.90	c t 0.8s|     1 |     0 |  1877 |     - |3466k|   0 | 299 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.90/0.91	o -4
0.90/0.91	c s 0.8s|     1 |     0 |  1877 |     - |3489k|   0 | 299 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.00/1.02	o -5
1.00/1.02	c u 0.9s|     1 |     0 |  1877 |     - |3497k|   0 | 299 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.89/1.94	o -7
1.89/1.94	c y 1.6s|     1 |     0 |  1877 |     - |4966k|   0 | 299 | 706 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.19/2.22	c   1.9s|     1 |     0 |  2371 |     - |4473k|   0 | 213 | 706 | 894 | 706 |1433 |  70 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
2.79/2.82	c   2.5s|     1 |     0 |  3109 |     - |5171k|   0 | 296 | 706 | 894 | 706 |1450 |  87 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
3.39/3.48	c   3.1s|     1 |     0 |  3753 |     - |5915k|   0 | 337 | 706 | 894 | 706 |1494 | 131 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
4.29/4.39	c   4.1s|     1 |     0 |  4610 |     - |7343k|   0 | 271 | 706 | 894 | 706 |1519 | 156 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
4.99/5.07	c   4.7s|     1 |     0 |  5320 |     - |8227k|   0 | 360 | 706 | 894 | 706 |1541 | 178 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
5.99/6.00	c   5.7s|     1 |     0 |  5937 |     - |  10M|   0 | 305 | 706 | 894 | 706 |1557 | 194 |   0 |   0 |-2.500000e+01 |-7.000000e+00 |  72.00%
12.59/12.60	o -10
12.59/12.60	c E12.0s|     1 |     0 |  5937 |     - |  10M|   0 | 305 | 706 | 894 | 706 |1557 | 194 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
12.59/12.62	c  12.0s|     1 |     0 |  5937 |     - |  10M|   0 | 305 | 706 | 894 | 706 |1557 | 194 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
13.78/13.83	c  13.2s|     1 |     0 |  7038 |     - |  12M|   0 | 304 | 706 | 894 | 706 |1570 | 207 |   0 |   0 |-2.500000e+01 |-1.000000e+01 |  60.00%
23.28/23.31	c  22.7s|     1 |     2 |  7038 |     - |  12M|   0 | 304 | 706 | 894 | 706 |1570 | 207 |   0 |  14 |-2.500000e+01 |-1.000000e+01 |  60.00%
58.48/58.54	o -11
58.48/58.54	c f57.5s|    38 |    38 | 20258 | 357.3 |  12M|  13 |   - | 706 | 895 | 706 | 784 |1310 |   1 | 567 |-2.481385e+01 |-1.100000e+01 |  55.67%
64.17/64.20	o -12
64.17/64.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.17/64.20	c l63.1s|    86 |    78 | 34300 | 320.7 |  12M|  14 |   - | 706 | 895 | 706 | 771 |2161 |   1 | 594 |-2.446485e+01 |-1.200000e+01 |  50.95%
64.97/65.00	o -13
64.97/65.00	c g63.9s|    98 |    71 | 35978 | 298.4 |  12M|  15 |   - | 706 | 895 | 706 | 801 |2261 |   1 | 603 |-2.446485e+01 |-1.300000e+01 |  46.86%
384.18/384.40	c   378s| 10000 |  2491 |958624 |  95.2 |  22M|  46 |   - | 706 | 987 | 706 | 821 |  27k| 182 |3080 |-1.867463e+01 |-1.300000e+01 |  30.39%
531.34/531.50	c   522s| 20000 |  3554 |  1411k|  70.2 |  27M|  46 | 151 | 706 |1037 | 706 | 802 |  39k| 291 |4402 |-1.826304e+01 |-1.300000e+01 |  28.82%
661.90/662.17	c   651s| 30000 |  4426 |  1831k|  60.8 |  32M|  46 | 105 | 706 |1068 | 706 | 817 |  50k| 385 |5242 |-1.800884e+01 |-1.300000e+01 |  27.81%
784.16/784.41	c   771s| 40000 |  5250 |  2231k|  55.6 |  36M|  46 |  98 | 706 |1085 | 706 | 818 |  60k| 445 |5912 |-1.784445e+01 |-1.300000e+01 |  27.15%
913.13/913.40	c   897s| 50000 |  6188 |  2651k|  52.9 |  41M|  47 | 119 | 706 |1094 | 706 | 790 |  70k| 515 |6691 |-1.767400e+01 |-1.300000e+01 |  26.45%
928.02/928.38	o -14
928.02/928.38	c * 912s| 51239 |  2759 |  2699k|  52.5 |  21M|  47 |   - | 706 |1093 | 706 | 850 |  72k| 527 |6789 |-1.766212e+01 |-1.400000e+01 |  20.73%
1056.58/1056.90	c  1038s| 60000 |  3024 |  3105k|  51.6 |  24M|  47 | 133 | 706 |1072 | 706 | 799 |  81k| 542 |7659 |-1.749875e+01 |-1.400000e+01 |  19.99%
1199.53/1199.93	c  1178s| 70000 |  3294 |  3561k|  50.8 |  27M|  47 | 132 | 706 |1080 | 706 | 839 |  91k| 563 |8538 |-1.733367e+01 |-1.400000e+01 |  19.23%
1336.40/1336.88	c  1313s| 80000 |  3396 |  3998k|  49.9 |  29M|  47 |   - | 706 |1080 | 706 | 858 | 101k| 581 |9288 |-1.713408e+01 |-1.400000e+01 |  18.29%
1463.46/1463.94	c  1437s| 90000 |  3312 |  4412k|  48.9 |  29M|  47 |   - | 706 |1082 | 706 | 817 | 109k| 601 |9923 |-1.697839e+01 |-1.400000e+01 |  17.54%
1590.02/1590.57	c  1562s|100000 |  3002 |  4810k|  48.0 |  29M|  47 |   - | 706 |1072 | 706 | 827 | 117k| 608 |  10k|-1.679353e+01 |-1.400000e+01 |  16.63%
1713.39/1713.92	c  1683s|110000 |  2566 |  5207k|  47.3 |  28M|  47 |   - | 706 |1073 | 706 | 823 | 124k| 619 |  11k|-1.661691e+01 |-1.400000e+01 |  15.75%
1800.08/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.62	c 
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time (sec) : 1768.15
1800.08/1800.62	c Solving Nodes      : 117858
1800.08/1800.62	c Primal Bound       : -1.40000000000000e+01 (15 solutions)
1800.08/1800.62	c Dual Bound         : -1.64402942429946e+01
1800.08/1800.62	c Gap                : 14.84 %
1800.08/1800.62	s SATISFIABLE
1800.08/1800.62	v -x92 x75 -x70 -x69 -x90 -x54 -x96 x81 -x57 -x86 -x64 x72 -x91 x62 -x53 -x94 -x93 -x89 -x58 -x59 -x78 -x97 -x84 x52 x98 -x68 x63 
1800.08/1800.62	v x55 -x80 -x65 -x87 x79 x99 -x51 x95 x88 -x85 -x67 -x60 -x56 -x82 -x74 -x100 x71 -x83 x77 -x73 -x61 -x66 -x76 x50 -x49 -x48 x47 
1800.08/1800.62	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 
1800.08/1800.62	v x20 x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.08/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.62	c Solving Time       :    1768.15
1800.08/1800.62	c Original Problem   :
1800.08/1800.62	c   Problem name     : HOME/instance-2666748-1276671974.opb
1800.08/1800.62	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 757 initial, 757 maximal
1800.08/1800.62	c Presolved Problem  :
1800.08/1800.62	c   Problem name     : t_HOME/instance-2666748-1276671974.opb
1800.08/1800.62	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.62	c   Constraints      : 757 initial, 1101 maximal
1800.08/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   and              :       0.08          0          0          0          0          0          0          0          0
1800.08/1800.62	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   integral         :          0          0          0      62891          0        114       2354          0          0     123516
1800.08/1800.62	c   setppc           :        100          7     439733          1          0        381     192314          0          0          0
1800.08/1800.62	c   and              :        606     110776     439353          1          0        163    2915112     130276          0          0
1800.08/1800.62	c   linear           :          1+         8     439189          1          0          5      13491          5          0          0
1800.08/1800.62	c   logicor          :         50+         7     120265          1          0          0     145020          0          0          0
1800.08/1800.62	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.08/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.62	c   integral         :     207.07       0.00       0.00     207.07       0.00
1800.08/1800.62	c   setppc           :       1.99       0.00       1.99       0.00       0.00
1800.08/1800.62	c   and              :      32.40      18.21      14.19       0.00       0.00
1800.08/1800.62	c   linear           :       4.68       0.00       4.68       0.00       0.00
1800.08/1800.62	c   logicor          :       2.88       0.00       2.88       0.00       0.00
1800.08/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.62	c   vbounds          :       0.31          2          0          0
1800.08/1800.62	c   rootredcost      :       0.21          4          0          0
1800.08/1800.62	c   pseudoobj        :       2.39     441203          5        276
1800.08/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.62	c   propagation      :       0.00        554        551        613        7.3          1       59.0          -
1800.08/1800.62	c   infeasible LP    :       0.01         34         34         56       29.1          0        0.0          0
1800.08/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.62	c   applied globally :          -          -          -        624        7.2          -          -          -
1800.08/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.62	c   cut pool         :       0.00          6          -          -         21          -    (maximal pool size: 1354)
1800.08/1800.62	c   redcost          :       6.06     120806          0     534296          0          0
1800.08/1800.62	c   impliedbounds    :       0.00          7          0          0         20          0
1800.08/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.62	c   gomory           :       1.01          7          0          0        155          0
1800.08/1800.62	c   strongcg         :       1.06          7          0          0       2337          0
1800.08/1800.62	c   cmir             :       0.08          7          0          0          0          0
1800.08/1800.62	c   flowcover        :       0.08          7          0          0          0          0
1800.08/1800.62	c   clique           :       0.03          7          0          0         46          0
1800.08/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.62	c   mcf              :       0.01          1          0          0          0          0
1800.08/1800.62	c   rapidlearning    :       0.60          1          0          0          0        137
1800.08/1800.62	c Pricers            :       Time      Calls       Vars
1800.08/1800.62	c   problem variables:       0.00          0          0
1800.08/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.62	c   relpscost        :     206.90      62890        114       2354          0          0     123516
1800.08/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.62	c   LP solutions     :       0.03          -          1
1800.08/1800.62	c   pseudo solutions :       0.00          -          0
1800.08/1800.62	c   feaspump         :       0.00          0          0
1800.08/1800.62	c   oneopt           :       0.24          6          0
1800.08/1800.62	c   crossover        :       0.56         15          1
1800.08/1800.62	c   objpscostdiving  :      16.83         60          0
1800.08/1800.62	c   veclendiving     :      11.50        163          0
1800.08/1800.62	c   guideddiving     :      20.81        163          1
1800.08/1800.62	c   rootsoldiving    :       5.92         82          0
1800.08/1800.62	c   coefdiving       :      16.94        164          0
1800.08/1800.62	c   pscostdiving     :      14.19        164          0
1800.08/1800.62	c   linesearchdiving :      14.78        164          1
1800.08/1800.62	c   fracdiving       :      22.64        164          1
1800.08/1800.62	c   trivial          :       0.01          2          3
1800.08/1800.62	c   simplerounding   :       0.19          0          0
1800.08/1800.62	c   zirounding       :       0.14       1000          0
1800.08/1800.62	c   rounding         :       1.62       4484          0
1800.08/1800.62	c   shifting         :       5.22       4923          4
1800.08/1800.62	c   intshifting      :       0.01          0          0
1800.08/1800.62	c   twoopt           :       0.00          0          0
1800.08/1800.62	c   fixandinfer      :       0.00          0          0
1800.08/1800.62	c   intdiving        :       0.00          0          0
1800.08/1800.62	c   actconsdiving    :       0.00          0          0
1800.08/1800.62	c   octane           :       0.00          0          0
1800.08/1800.62	c   rens             :       6.38          1          1
1800.08/1800.62	c   rins             :       0.00          0          0
1800.08/1800.62	c   localbranching   :       0.00          0          0
1800.08/1800.62	c   mutation         :       0.00          0          0
1800.08/1800.62	c   dins             :       0.00          0          0
1800.08/1800.62	c   undercover       :       0.09          1          1
1800.08/1800.62	c   nlp              :       0.11          0          0
1800.08/1800.62	c   trysol           :       0.15          0          0
1800.08/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.62	c   primal LP        :      13.64          0          0       0.00       0.00
1800.08/1800.62	c   dual LP          :    1246.81     159132    5097306      32.03    4088.28
1800.08/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.62	c   diving/probing LP:     105.41      41592     403041       9.69    3823.56
1800.08/1800.62	c   strong branching :     200.50      11735     811663      69.17    4048.19
1800.08/1800.62	c     (at root node) :          -         14      14000    1000.00          -
1800.08/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.62	c B&B Tree           :
1800.08/1800.62	c   number of runs   :          1
1800.08/1800.62	c   nodes            :     117858
1800.08/1800.62	c   nodes (total)    :     117858
1800.08/1800.62	c   nodes left       :       2112
1800.08/1800.62	c   max depth        :         47
1800.08/1800.62	c   max depth (total):         47
1800.08/1800.62	c   backtracks       :      17425 (14.8%)
1800.08/1800.62	c   delayed cutoffs  :          1
1800.08/1800.62	c   repropagations   :       4730 (4395 domain reductions, 0 cutoffs)
1800.08/1800.62	c   avg switch length:       5.36
1800.08/1800.62	c   switching time   :      39.21
1800.08/1800.62	c Solution           :
1800.08/1800.62	c   Solutions found  :         15 (9 improvements)
1800.08/1800.62	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.08/1800.62	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 51239 nodes, 911.78 seconds, depth 29, found by <relaxation>)
1800.08/1800.62	c   Dual Bound       : -1.64402942429946e+01
1800.08/1800.62	c   Gap              :      14.84 %
1800.08/1800.62	c   Root Dual Bound  : -2.50000000000000e+01
1800.08/1800.62	c   Root Iterations  :       7038
1800.08/1800.68	c Time complete: 1800.15.

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-2666748-1276671974/watcher-2666748-1276671974 -o /tmp/evaluation-result-2666748-1276671974/solver-2666748-1276671974 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666748-1276671974.opb -t 1800 -m 1800 

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.88 2.00 1.82 3/106 14410
/proc/meminfo: memFree=1717288/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=6696 CPUtime=0
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 997 0 0 0 0 0 0 0 20 0 1 0 8489828 6856704 916 1992294400 4194304 8223781 140736944126320 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14410/statm: 1931 924 348 984 0 944 0

[startup+0.0385719 s]
/proc/loadavg: 1.88 2.00 1.82 3/106 14410
/proc/meminfo: memFree=1717288/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=13624 CPUtime=0.03
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 3059 0 0 0 2 1 0 0 20 0 1 0 8489828 13950976 2358 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 3406 2358 432 984 0 2419 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13624

[startup+0.101578 s]
/proc/loadavg: 1.88 2.00 1.82 3/106 14410
/proc/meminfo: memFree=1717288/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=13624 CPUtime=0.09
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 3059 0 0 0 5 4 0 0 20 0 1 0 8489828 13950976 2358 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 3406 2358 432 984 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13624

[startup+0.301595 s]
/proc/loadavg: 1.88 2.00 1.82 3/106 14410
/proc/meminfo: memFree=1717288/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=18436 CPUtime=0.29
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 5749 0 0 0 19 10 0 0 20 0 1 0 8489828 18878464 3682 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 4609 3682 531 984 0 3622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18436

[startup+0.701631 s]
/proc/loadavg: 1.88 2.00 1.82 3/106 14410
/proc/meminfo: memFree=1717288/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=19388 CPUtime=0.69
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 6059 0 0 0 59 10 0 0 21 0 1 0 8489828 19853312 3842 1992294400 4194304 8223781 140736944126320 18446744073709551615 6570060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 4847 3842 537 984 0 3860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19388

[startup+1.5017 s]
/proc/loadavg: 1.88 2.00 1.82 2/107 14411
/proc/meminfo: memFree=1697192/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=30832 CPUtime=1.49
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 16971 0 0 0 125 24 0 0 23 0 1 0 8489828 31571968 6624 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 7708 6624 596 984 0 6721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30832

[startup+3.10084 s]
/proc/loadavg: 1.88 2.00 1.82 2/107 14411
/proc/meminfo: memFree=1697068/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=25100 CPUtime=3.09
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 17343 0 0 0 279 30 0 0 25 0 1 0 8489828 25702400 5436 1992294400 4194304 8223781 140736944126320 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 6275 5436 596 984 0 5288 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25100

[startup+6.30113 s]
/proc/loadavg: 1.81 1.99 1.81 2/107 14411
/proc/meminfo: memFree=1690620/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=46884 CPUtime=6.29
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 32159 0 0 0 590 39 0 0 25 0 1 0 8489828 48009216 10479 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 11721 10479 602 984 0 10734 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46884

[startup+12.7007 s]
/proc/loadavg: 1.75 1.97 1.81 2/107 14411
/proc/meminfo: memFree=1673012/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=41944 CPUtime=12.68
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 41107 0 0 0 1212 56 0 0 25 0 1 0 8489828 42950656 9612 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10486 9612 604 984 0 9499 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41944

[startup+25.5018 s]
/proc/loadavg: 1.58 1.92 1.80 3/107 14411
/proc/meminfo: memFree=1680328/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=41576 CPUtime=25.48
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 41131 0 0 0 2483 65 0 0 25 0 1 0 8489828 42573824 9573 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10394 9573 605 984 0 9407 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41576

[startup+51.1011 s]
/proc/loadavg: 1.38 1.85 1.77 2/107 14413
/proc/meminfo: memFree=1680328/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=41576 CPUtime=51.07
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 41133 0 0 0 5014 93 0 0 25 0 1 0 8489828 42573824 9575 1992294400 4194304 8223781 140736944126320 18446744073709551615 6583858 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10394 9575 605 984 0 9407 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41576

[startup+102.309 s]
/proc/loadavg: 1.16 1.71 1.73 2/107 14413
/proc/meminfo: memFree=1680080/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=41696 CPUtime=102.27
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 45317 0 0 0 10072 155 0 0 25 0 1 0 8489828 42696704 9613 1992294400 4194304 8223781 140736944126320 18446744073709551615 6569622 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10424 9613 610 984 0 9437 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 41696

[startup+162.301 s]
/proc/loadavg: 1.06 1.58 1.68 2/107 14415
/proc/meminfo: memFree=1679212/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=42444 CPUtime=162.24
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 46323 0 0 0 15991 233 0 0 25 0 1 0 8489828 43462656 9798 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10611 9798 610 984 0 9624 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 42444

[startup+222.301 s]
/proc/loadavg: 1.02 1.47 1.64 2/107 14417
/proc/meminfo: memFree=1679088/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=42556 CPUtime=222.23
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 51663 0 0 0 21903 320 0 0 25 0 1 0 8489828 43577344 9833 1992294400 4194304 8223781 140736944126320 18446744073709551615 5902323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10639 9833 610 984 0 9652 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42556

[startup+282.302 s]
/proc/loadavg: 1.01 1.38 1.60 2/107 14419
/proc/meminfo: memFree=1679088/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=42556 CPUtime=282.21
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 56407 0 0 0 27805 416 0 0 25 0 1 0 8489828 43577344 9834 1992294400 4194304 8223781 140736944126320 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 10639 9834 610 984 0 9652 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42556

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.55 2/107 14421
/proc/meminfo: memFree=1675244/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=46588 CPUtime=342.19
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 86750 0 0 0 33696 523 0 0 25 0 1 0 8489828 47706112 10824 1992294400 4194304 8223781 140736944126320 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 11647 10824 610 984 0 10660 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 46588

[startup+402.301 s]
/proc/loadavg: 1.00 1.25 1.52 2/107 14421
/proc/meminfo: memFree=1672764/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=49184 CPUtime=402.18
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 110910 0 0 0 39583 635 0 0 25 0 1 0 8489828 50364416 11490 1992294400 4194304 8223781 140736944126320 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 12296 11490 610 984 0 11309 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 49184

[startup+462.302 s]
/proc/loadavg: 1.00 1.20 1.48 2/107 14423
/proc/meminfo: memFree=1669788/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=52088 CPUtime=462.16
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 139412 0 0 0 45462 754 0 0 25 0 1 0 8489828 53338112 12207 1992294400 4194304 8223781 140736944126320 18446744073709551615 6569771 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 13022 12207 610 984 0 12035 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 52088

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.45 2/107 14425
/proc/meminfo: memFree=1665820/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=56084 CPUtime=522.14
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 154568 0 0 0 51347 867 0 0 25 0 1 0 8489828 57430016 13183 1992294400 4194304 8223781 140736944126320 18446744073709551615 6591967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 14021 13183 610 984 0 13034 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 56084

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.42 2/107 14427
/proc/meminfo: memFree=1663340/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=58584 CPUtime=582.13
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 172133 0 0 0 57223 990 0 0 25 0 1 0 8489828 59990016 13831 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 14646 13831 610 984 0 13659 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 58584

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.39 2/107 14429
/proc/meminfo: memFree=1660860/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=60864 CPUtime=642.11
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 189340 0 0 0 63117 1094 0 0 25 0 1 0 8489828 62324736 14383 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 15216 14383 610 984 0 14229 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 60864

[startup+702.301 s]

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

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.31 2/107 14433
/proc/meminfo: memFree=1652428/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=69384 CPUtime=822.05
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 232356 0 0 0 80773 1432 0 0 25 0 1 0 8489828 71049216 16461 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 17346 16461 610 984 0 16359 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 69384

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.29 2/107 14435
/proc/meminfo: memFree=1648460/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=72968 CPUtime=882.03
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 244766 0 0 0 86660 1543 0 0 25 0 1 0 8489828 74719232 17401 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 18242 17401 610 984 0 17255 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 72968

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.27 2/107 14437
/proc/meminfo: memFree=1643996/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77268 CPUtime=942.01
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 270144 0 0 0 92546 1655 0 0 25 0 1 0 8489828 79122432 18455 1992294400 4194304 8223781 140736944126320 18446744073709551615 6569483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19317 18455 610 984 0 18330 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 77268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/107 14437
/proc/meminfo: memFree=1643996/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77124 CPUtime=1002
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 284060 0 0 0 98438 1762 0 0 25 0 1 0 8489828 78974976 18437 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19281 18437 610 984 0 18294 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 77124

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/107 14439
/proc/meminfo: memFree=1643996/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77264 CPUtime=1061.97
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 298646 0 0 0 104332 1865 0 0 25 0 1 0 8489828 79118336 18454 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19316 18454 610 984 0 18329 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 77264

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/107 14441
/proc/meminfo: memFree=1643872/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77124 CPUtime=1121.96
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 313370 0 0 0 110223 1973 0 0 25 0 1 0 8489828 78974976 18437 1992294400 4194304 8223781 140736944126320 18446744073709551615 4660129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19281 18437 610 984 0 18294 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 77124

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/107 14443
/proc/meminfo: memFree=1643996/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77272 CPUtime=1181.94
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 324899 0 0 0 116113 2081 0 0 25 0 1 0 8489828 79126528 18462 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19318 18462 610 984 0 18331 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 77272

[startup+1242.3 s]
/proc/loadavg: 1.05 1.02 1.19 2/107 14445
/proc/meminfo: memFree=1643624/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77580 CPUtime=1241.92
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 342713 0 0 0 121995 2197 0 0 25 0 1 0 8489828 79441920 18535 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19395 18535 610 984 0 18408 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 77580

[startup+1302.3 s]
/proc/loadavg: 1.07 1.03 1.18 2/107 14445
/proc/meminfo: memFree=1643252/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77624 CPUtime=1301.91
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 364669 0 0 0 127878 2313 0 0 25 0 1 0 8489828 79486976 18562 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19406 18562 610 984 0 18419 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 77624

[startup+1362.3 s]
/proc/loadavg: 1.07 1.03 1.17 2/107 14447
/proc/meminfo: memFree=1643252/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=77624 CPUtime=1361.89
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 375630 0 0 0 133767 2422 0 0 25 0 1 0 8489828 79486976 18562 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19406 18562 610 984 0 18419 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 77624

[startup+1422.31 s]
/proc/loadavg: 1.06 1.04 1.16 2/107 14449
/proc/meminfo: memFree=1642756/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78372 CPUtime=1421.88
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 391560 0 0 0 139650 2538 0 0 25 0 1 0 8489828 80252928 18749 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19593 18749 610 984 0 18606 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 78372

[startup+1482.3 s]
/proc/loadavg: 1.12 1.06 1.16 2/107 14451
/proc/meminfo: memFree=1642508/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78492 CPUtime=1481.85
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 399074 0 0 0 145537 2648 0 0 25 0 1 0 8489828 80375808 18779 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19623 18779 610 984 0 18636 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 78492

[startup+1542.3 s]
/proc/loadavg: 1.04 1.05 1.15 2/107 14453
/proc/meminfo: memFree=1642384/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78612 CPUtime=1541.84
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 407862 0 0 0 151427 2757 0 0 25 0 1 0 8489828 80498688 18809 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19653 18809 610 984 0 18666 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 78612

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.14 2/107 14456
/proc/meminfo: memFree=1641644/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78824 CPUtime=1601.81
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 412606 0 0 0 157318 2863 0 0 25 0 1 0 8489828 80715776 18862 1992294400 4194304 8223781 140736944126320 18446744073709551615 6569379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19706 18862 610 984 0 18719 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 78824

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.13 2/107 14458
/proc/meminfo: memFree=1641520/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78824 CPUtime=1661.8
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 419016 0 0 0 163218 2962 0 0 25 0 1 0 8489828 80715776 18862 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19706 18862 610 984 0 18719 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 78824

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/107 14460
/proc/meminfo: memFree=1641520/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78824 CPUtime=1721.78
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 421051 0 0 0 169115 3063 0 0 25 0 1 0 8489828 80715776 18862 1992294400 4194304 8223781 140736944126320 18446744073709551615 6304311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19706 18862 610 984 0 18719 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 78824

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/107 14462
/proc/meminfo: memFree=1641396/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78824 CPUtime=1781.77
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 423154 0 0 0 175015 3162 0 0 25 0 1 0 8489828 80715776 18862 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19706 18862 610 984 0 18719 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 78824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.01 1.10 2/107 14462
/proc/meminfo: memFree=1641396/2059040 swapFree=4141376/4192956
[pid=14410] ppid=14408 vsize=78824 CPUtime=1800.08
/proc/14410/stat : 14410 (pbscip.linux.x8) R 14408 14410 13665 0 -1 4202496 423761 0 0 0 176815 3193 0 0 25 0 1 0 8489828 80715776 18862 1992294400 4194304 8223781 140736944126320 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14410/statm: 19706 18862 610 984 0 18719 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 78824

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.69
CPU time (s): 1800.16
CPU user time (s): 1768.21
CPU system time (s): 31.9461
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 85912

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

runsolver used 3.03854 second user time and 8.44172 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 09:06:14
IDJOB=2666748
IDBENCH=48261
IDSOLVER=1169
FILE ID=node043/2666748-1276671974
PBS_JOBID= 11172506
Free space on /tmp= 62296 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666748-1276671974/watcher-2666748-1276671974 -o /tmp/evaluation-result-2666748-1276671974/solver-2666748-1276671974 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666748-1276671974.opb -t 1800 -m 1800

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=2146485838

node043.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.241
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.241
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1717816 kB
Buffers:        103320 kB
Cached:         144988 kB
SwapCached:       6264 kB
Active:         110640 kB
Inactive:       152020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1717816 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:            4632 kB
Writeback:           0 kB
AnonPages:       12020 kB
Mapped:          13572 kB
Slab:            56852 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62292 MiB
End job on node043 at 2010-06-16 09:36:17