Trace number 2665319

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-14 1800.08 1800.56

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2665319-1276672120.opb>
0.00/0.02	c original problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	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, 5028 impls, 100 clqs
0.19/0.22	c    (0.1s) probing: 101/716 (14.1%) - 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  5028 implications, 100 cliques
0.19/0.22	c presolved problem has 716 variables (716 bin, 0 int, 0 impl, 0 cont) and 767 constraints
0.19/0.22	c     100 constraints of type <setppc>
0.19/0.22	c     616 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.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c t 0.1s|     1 |     0 |   124 |     - |3518k|   0 | 100 | 716 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.19/0.25	o -1
0.19/0.25	c R 0.1s|     1 |     0 |   124 |     - |3523k|   0 | 100 | 716 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 |-1.000000e+00 |  96.00%
0.29/0.39	o -2
0.29/0.39	c u 0.2s|     1 |     0 |   124 |     - |3536k|   0 | 100 | 716 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.80/0.84	o -6
0.80/0.84	c y 0.6s|     1 |     0 |   124 |     - |4217k|   0 | 100 | 716 | 767 | 716 |1383 |   0 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
0.89/0.92	c   0.6s|     1 |     0 |   451 |     - |3629k|   0 | 233 | 716 | 861 | 716 |1384 |   1 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
1.29/1.30	c   1.0s|     1 |     0 |  1047 |     - |3927k|   0 | 345 | 716 | 861 | 716 |1390 |   7 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
1.69/1.78	c   1.5s|     1 |     0 |  1159 |     - |4275k|   0 | 326 | 716 | 861 | 716 |1399 |  16 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
2.29/2.36	c   2.1s|     1 |     0 |  1631 |     - |4832k|   0 | 414 | 716 | 861 | 716 |1405 |  22 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
2.99/3.01	c   2.7s|     1 |     0 |  1814 |     - |5813k|   0 | 410 | 716 | 861 | 716 |1428 |  45 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
3.59/3.60	c   3.3s|     1 |     0 |  1940 |     - |6634k|   0 | 415 | 716 | 861 | 716 |1435 |  52 |   0 |   0 |-2.500000e+01 |-6.000000e+00 |  76.00%
7.99/8.02	c   7.7s|     1 |     2 |  1940 |     - |6635k|   0 | 415 | 716 | 861 | 716 |1435 |  52 |   0 |  11 |-2.500000e+01 |-6.000000e+00 |  76.00%
22.59/22.62	o -7
22.59/22.62	c R22.1s|    19 |    18 |  7726 | 321.4 |6486k|  13 | 104 | 716 | 861 | 716 | 636 | 523 |   0 | 283 |-2.500000e+01 |-7.000000e+00 |  72.00%
23.09/23.19	o -9
23.09/23.19	c R22.7s|    22 |    21 |  7934 | 285.4 |6500k|  13 |  85 | 716 | 861 | 716 | 649 | 539 |   0 | 328 |-2.500000e+01 |-9.000000e+00 |  64.00%
41.08/41.12	o -11
41.08/41.12	c p40.3s|   125 |   117 | 39530 | 303.1 |6799k|  22 |   - | 716 | 881 | 716 | 793 |1692 |  20 | 640 |-2.403353e+01 |-1.100000e+01 |  54.23%
51.58/51.67	o -12
51.58/51.67	c v50.7s|   286 |   233 | 68103 | 232.2 |6980k|  28 |   - | 716 | 885 | 716 | 823 |2296 |  24 | 730 |-2.228827e+01 |-1.200000e+01 |  46.16%
158.75/158.82	o -13
158.75/158.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
158.75/158.82	c R 155s|  1667 |   991 |427321 | 255.3 |8814k|  37 |   - | 716 | 948 | 716 | 765 |6835 | 101 |1469 |-2.042927e+01 |-1.300000e+01 |  36.37%
352.60/352.70	c   343s| 10000 |  2428 |  1118k| 111.7 |  16M|  44 | 133 | 716 |1041 | 716 | 795 |  16k| 380 |3267 |-1.876521e+01 |-1.300000e+01 |  30.72%
533.65/533.87	c   519s| 20000 |  3514 |  1797k|  89.8 |  22M|  49 | 103 | 716 |1128 | 716 | 735 |  25k| 689 |4832 |-1.830854e+01 |-1.300000e+01 |  28.99%
696.60/696.82	c   677s| 30000 |  4350 |  2448k|  81.6 |  28M|  49 | 110 | 716 |1193 | 716 | 726 |  32k| 935 |5728 |-1.800829e+01 |-1.300000e+01 |  27.81%
853.96/854.22	c   829s| 40000 |  5036 |  3072k|  76.8 |  32M|  49 |   - | 716 |1215 | 716 | 809 |  40k|1148 |6653 |-1.779672e+01 |-1.300000e+01 |  26.95%
1019.72/1020.00	c   990s| 50000 |  5596 |  3725k|  74.5 |  36M|  51 |   - | 716 |1227 | 716 | 741 |  48k|1319 |7845 |-1.760826e+01 |-1.300000e+01 |  26.17%
1088.20/1088.57	o -14
1088.20/1088.57	c *1057s| 54939 |  2443 |  4011k|  73.0 |  15M|  52 |   - | 716 |1253 | 716 | 834 |  52k|1514 |8146 |-1.753757e+01 |-1.400000e+01 |  20.17%
1195.07/1195.40	c  1161s| 60000 |  2424 |  4404k|  73.4 |  16M|  52 | 194 | 716 |1192 | 716 | 794 |  56k|1530 |8953 |-1.744901e+01 |-1.400000e+01 |  19.77%
1388.12/1388.60	c  1349s| 70000 |  2380 |  5159k|  73.7 |  17M|  52 |   - | 716 |1179 | 716 | 792 |  62k|1557 |9842 |-1.730706e+01 |-1.400000e+01 |  19.11%
1581.07/1581.57	c  1537s| 80000 |  2274 |  5908k|  73.8 |  17M|  52 |   - | 716 |1168 | 716 | 802 |  69k|1575 |  10k|-1.715076e+01 |-1.400000e+01 |  18.37%
1770.92/1771.47	c  1722s| 90000 |  2046 |  6653k|  73.9 |  17M|  52 | 173 | 716 |1160 | 716 | 789 |  75k|1602 |  11k|-1.698721e+01 |-1.400000e+01 |  17.59%
1800.02/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.51	c 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time (sec) : 1749.82
1800.02/1800.51	c Solving Nodes      : 91615
1800.02/1800.51	c Primal Bound       : -1.40000000000000e+01 (13 solutions)
1800.02/1800.51	c Dual Bound         : -1.69469177611582e+01
1800.02/1800.51	c Gap                : 17.39 %
1800.02/1800.51	s SATISFIABLE
1800.02/1800.51	v x90 -x69 -x56 -x86 x85 -x63 -x60 -x57 x95 -x72 -x79 x58 -x67 -x54 -x97 -x61 x92 -x66 -x52 -x98 -x84 -x83 -x77 -x71 -x59 -x53 x81 
1800.02/1800.51	v x68 -x74 -x55 x88 -x94 -x100 -x80 -x51 -x87 x82 x75 -x73 x64 x93 x96 -x78 -x65 -x99 x62 -x76 -x89 -x70 -x91 -x50 x49 -x48 x47 
1800.02/1800.51	v -x46 -x45 x44 -x43 -x42 x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 x33 -x32 -x31 x30 x29 x28 x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 
1800.02/1800.51	v -x19 -x18 x17 x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.02/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.51	c Solving Time       :    1749.82
1800.02/1800.51	c Original Problem   :
1800.02/1800.51	c   Problem name     : HOME/instance-2665319-1276672120.opb
1800.02/1800.51	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 767 initial, 767 maximal
1800.02/1800.51	c Presolved Problem  :
1800.02/1800.51	c   Problem name     : t_HOME/instance-2665319-1276672120.opb
1800.02/1800.51	c   Variables        : 716 (716 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.51	c   Constraints      : 767 initial, 1271 maximal
1800.02/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.51	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   and              :       0.10          0          0          0          0          0          0          0          0
1800.02/1800.51	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   integral         :          0          0          0      49827          0        145       2229          0          0      97354
1800.02/1800.51	c   setppc           :        100          6     351042          1          0        612     226341          0          0          0
1800.02/1800.51	c   and              :        616      90955     350431          1          0        265    2656685      76356          0          0
1800.02/1800.51	c   linear           :          1+         7     350165          1          0         21      11541          0          0          0
1800.02/1800.51	c   logicor          :         50+         6     100227          1          0         11     130150          0          0          0
1800.02/1800.51	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1800.02/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.51	c   integral         :     183.82       0.00       0.00     183.82       0.00
1800.02/1800.51	c   setppc           :       1.87       0.00       1.87       0.00       0.00
1800.02/1800.51	c   and              :      25.02      13.38      11.64       0.00       0.00
1800.02/1800.51	c   linear           :       4.07       0.00       4.07       0.00       0.00
1800.02/1800.51	c   logicor          :       3.09       0.00       3.09       0.00       0.00
1800.02/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.51	c   vbounds          :       0.34          2          0          0
1800.02/1800.51	c   rootredcost      :       0.25          7          0          0
1800.02/1800.51	c   pseudoobj        :       2.20     352114         59       1128
1800.02/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.51	c   propagation      :       0.03        968        968       2004       22.1         17       33.5          -
1800.02/1800.51	c   infeasible LP    :       0.04         73         73        153       26.1          0        0.0          0
1800.02/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.51	c   applied globally :          -          -          -       1605       18.0          -          -          -
1800.02/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.51	c   cut pool         :       0.00          5          -          -         12          -    (maximal pool size: 670)
1800.02/1800.51	c   redcost          :       4.81      96750          0     327355          0          0
1800.02/1800.51	c   impliedbounds    :       0.00          6          0          0         44          0
1800.02/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.51	c   gomory           :       1.03          6          0          0        100          0
1800.02/1800.51	c   strongcg         :       0.93          6          0          0       1528          0
1800.02/1800.51	c   cmir             :       0.08          6          0          0          7          0
1800.02/1800.51	c   flowcover        :       0.08          6          0          0         14          0
1800.02/1800.51	c   clique           :       0.05          6          0          0         30          0
1800.02/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.51	c   rapidlearning    :       0.28          1          0          0          0         94
1800.02/1800.51	c Pricers            :       Time      Calls       Vars
1800.02/1800.51	c   problem variables:       0.00          0          0
1800.02/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.51	c   relpscost        :     183.72      49826        145       2229          0          0      97354
1800.02/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.51	c   LP solutions     :       0.04          -          1
1800.02/1800.51	c   pseudo solutions :       0.00          -          0
1800.02/1800.51	c   feaspump         :       0.01          0          0
1800.02/1800.51	c   intshifting      :       0.01          0          0
1800.02/1800.51	c   oneopt           :       0.09          7          0
1800.02/1800.51	c   crossover        :       0.51         17          0
1800.02/1800.51	c   linesearchdiving :       9.96        135          0
1800.02/1800.51	c   coefdiving       :      14.47        135          0
1800.02/1800.51	c   guideddiving     :      13.62        135          0
1800.02/1800.51	c   veclendiving     :      21.96        135          1
1800.02/1800.51	c   fracdiving       :      14.87        135          0
1800.02/1800.51	c   rootsoldiving    :       3.09         68          0
1800.02/1800.51	c   objpscostdiving  :       6.90         68          0
1800.02/1800.51	c   pscostdiving     :      13.56        136          1
1800.02/1800.51	c   trivial          :       0.00          2          3
1800.02/1800.51	c   simplerounding   :       0.14          0          0
1800.02/1800.51	c   zirounding       :       0.19       1000          0
1800.02/1800.51	c   rounding         :      10.12      25516          4
1800.02/1800.51	c   shifting         :       1.66       1763          1
1800.02/1800.51	c   twoopt           :       0.00          0          0
1800.02/1800.51	c   fixandinfer      :       0.00          0          0
1800.02/1800.51	c   intdiving        :       0.00          0          0
1800.02/1800.51	c   actconsdiving    :       0.00          0          0
1800.02/1800.51	c   octane           :       0.00          0          0
1800.02/1800.51	c   rens             :       0.00          0          0
1800.02/1800.51	c   rins             :       0.00          0          0
1800.02/1800.51	c   localbranching   :       0.00          0          0
1800.02/1800.51	c   mutation         :       0.00          0          0
1800.02/1800.51	c   dins             :       0.00          0          0
1800.02/1800.51	c   undercover       :       0.10          1          1
1800.02/1800.51	c   nlp              :       0.05          0          0
1800.02/1800.51	c   trysol           :       0.12          0          0
1800.02/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.51	c   primal LP        :      91.42          0          0       0.00       0.00
1800.02/1800.51	c   dual LP          :    1248.32     128178    6342223      49.48    5080.61
1800.02/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.51	c   diving/probing LP:      87.51      28335     433008      15.28    4948.10
1800.02/1800.51	c   strong branching :     178.96      11661    1009020      86.53    5638.24
1800.02/1800.51	c     (at root node) :          -         11      10154     923.09          -
1800.02/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.51	c B&B Tree           :
1800.02/1800.51	c   number of runs   :          1
1800.02/1800.51	c   nodes            :      91615
1800.02/1800.51	c   nodes (total)    :      91615
1800.02/1800.51	c   nodes left       :       2003
1800.02/1800.51	c   max depth        :         52
1800.02/1800.51	c   max depth (total):         52
1800.02/1800.51	c   backtracks       :      12851 (14.0%)
1800.02/1800.51	c   delayed cutoffs  :          0
1800.02/1800.51	c   repropagations   :       8434 (9801 domain reductions, 0 cutoffs)
1800.02/1800.51	c   avg switch length:       4.96
1800.02/1800.51	c   switching time   :     110.38
1800.02/1800.51	c Solution           :
1800.02/1800.51	c   Solutions found  :         13 (10 improvements)
1800.02/1800.51	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.02/1800.51	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 54939 nodes, 1056.88 seconds, depth 40, found by <relaxation>)
1800.02/1800.51	c   Dual Bound       : -1.69469177611582e+01
1800.02/1800.51	c   Gap              :      17.39 %
1800.02/1800.51	c   Root Dual Bound  : -2.50000000000000e+01
1800.02/1800.51	c   Root Iterations  :       1940
1800.02/1800.56	c Time complete: 1800.08.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665319-1276672120/watcher-2665319-1276672120 -o /tmp/evaluation-result-2665319-1276672120/solver-2665319-1276672120 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665319-1276672120.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: 0.99 0.98 1.00 3/106 7471
/proc/meminfo: memFree=1763396/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=9288 CPUtime=0
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 1056 0 0 0 0 0 0 0 20 0 1 0 42813720 9510912 978 1992294400 4194304 9819077 140736921518480 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7471/statm: 2322 987 371 1374 0 943 0

[startup+0.0896999 s]
/proc/loadavg: 0.99 0.98 1.00 3/106 7471
/proc/meminfo: memFree=1763396/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=14872 CPUtime=0.08
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3083 0 0 0 4 4 0 0 20 0 1 0 42813720 15228928 2393 1992294400 4194304 9819077 140736921518480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 3718 2393 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14872

[startup+0.1017 s]
/proc/loadavg: 0.99 0.98 1.00 3/106 7471
/proc/meminfo: memFree=1763396/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=14872 CPUtime=0.09
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3083 0 0 0 5 4 0 0 20 0 1 0 42813720 15228928 2393 1992294400 4194304 9819077 140736921518480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 3718 2393 478 1374 0 2339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14872

[startup+0.301723 s]
/proc/loadavg: 0.99 0.98 1.00 3/106 7471
/proc/meminfo: memFree=1763396/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=32248 CPUtime=0.29
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 8750 0 0 0 18 11 0 0 20 0 1 0 42813720 33021952 6175 1992294400 4194304 9819077 140736921518480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 8062 6175 649 1374 0 6683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32248

[startup+0.701767 s]
/proc/loadavg: 0.99 0.98 1.00 3/106 7471
/proc/meminfo: memFree=1763396/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=32636 CPUtime=0.69
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 18525 0 0 0 44 25 0 0 21 0 1 0 42813720 33419264 6345 1992294400 4194304 9819077 140736921518480 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 8159 6346 712 1374 0 6780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32636

[startup+1.50086 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1744912/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=25632 CPUtime=1.49
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 18950 0 0 0 122 27 0 0 23 0 1 0 42813720 26247168 5159 1992294400 4194304 9819077 140736921518480 18446744073709551615 8491787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 6408 5159 712 1374 0 5029 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25632

[startup+3.10103 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1744044/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=29592 CPUtime=3.09
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 20363 0 0 0 281 28 0 0 25 0 1 0 42813720 30302208 6008 1992294400 4194304 9819077 140736921518480 18446744073709551615 6046867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 7398 6008 712 1374 0 6019 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29592

[startup+6.30139 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1739456/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=34204 CPUtime=6.29
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 26800 0 0 0 597 32 0 0 25 0 1 0 42813720 35024896 6444 1992294400 4194304 9819077 140736921518480 18446744073709551615 6697332 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 8551 6444 718 1374 0 7172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34204

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1739580/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=31800 CPUtime=12.69
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 35358 0 0 0 1232 37 0 0 25 0 1 0 42813720 32563200 6404 1992294400 4194304 9819077 140736921518480 18446744073709551615 7311676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 7950 6404 731 1374 0 6571 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31800

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1739580/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=32308 CPUtime=25.48
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 54080 0 0 0 2493 55 0 0 25 0 1 0 42813720 33083392 6417 1992294400 4194304 9819077 140736921518480 18446744073709551615 7296888 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 8077 6417 731 1374 0 6698 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32308

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7472
/proc/meminfo: memFree=1739580/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=30360 CPUtime=51.08
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 108182 0 0 0 5012 96 0 0 25 0 1 0 42813720 31088640 6394 1992294400 4194304 9819077 140736921518480 18446744073709551615 6162160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 7590 6394 738 1374 0 6211 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30360

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7474
/proc/meminfo: memFree=1739208/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=31728 CPUtime=102.28
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 291948 0 0 0 9993 235 0 0 25 0 1 0 42813720 32489472 6558 1992294400 4194304 9819077 140736921518480 18446744073709551615 7311676 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 7932 6558 743 1374 0 6553 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 31728

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7476
/proc/meminfo: memFree=1736108/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=34588 CPUtime=162.25
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 531035 0 0 0 15815 410 0 0 25 0 1 0 42813720 35418112 7288 1992294400 4194304 9819077 140736921518480 18446744073709551615 7291742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 8647 7288 743 1374 0 7268 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 34588

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7476
/proc/meminfo: memFree=1733752/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=36956 CPUtime=222.23
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 781397 0 0 0 21642 581 0 0 25 0 1 0 42813720 37842944 7826 1992294400 4194304 9819077 140736921518480 18446744073709551615 4776005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 9239 7826 749 1374 0 7860 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 36956

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7478
/proc/meminfo: memFree=1730280/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=40528 CPUtime=282.22
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 997518 0 0 0 27469 753 0 0 25 0 1 0 42813720 41500672 8853 1992294400 4194304 9819077 140736921518480 18446744073709551615 7480871 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 10132 8853 749 1374 0 8753 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 40528

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7483
/proc/meminfo: memFree=1726312/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=43676 CPUtime=342.2
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 1183148 0 0 0 33303 917 0 0 25 0 1 0 42813720 44724224 9559 1992294400 4194304 9819077 140736921518480 18446744073709551615 6003242 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 10919 9559 749 1374 0 9540 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 43676

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7485
/proc/meminfo: memFree=1723584/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=48104 CPUtime=402.19
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 1388728 0 0 0 39136 1083 0 0 25 0 1 0 42813720 49258496 10261 1992294400 4194304 9819077 140736921518480 18446744073709551615 6391616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 12026 10261 749 1374 0 10647 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 48104

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7487
/proc/meminfo: memFree=1720980/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=49104 CPUtime=462.17
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 1625545 0 0 0 44943 1274 0 0 25 0 1 0 42813720 50282496 10926 1992294400 4194304 9819077 140736921518480 18446744073709551615 7302703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 12276 10926 749 1374 0 10897 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 49104

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7487
/proc/meminfo: memFree=1717136/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=53056 CPUtime=522.15
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 1823832 0 0 0 50771 1444 0 0 25 0 1 0 42813720 54329344 11901 1992294400 4194304 9819077 140736921518480 18446744073709551615 7296209 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 13264 11901 749 1374 0 11885 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 53056

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7489
/proc/meminfo: memFree=1715276/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=55120 CPUtime=582.13
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 2035167 0 0 0 56594 1619 0 0 25 0 1 0 42813720 56442880 12342 1992294400 4194304 9819077 140736921518480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 13780 12342 749 1374 0 12401 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 55120

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7491
/proc/meminfo: memFree=1712052/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=58156 CPUtime=642.13
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 2266225 0 0 0 62412 1801 0 0 25 0 1 0 42813720 59551744 13098 1992294400 4194304 9819077 140736921518480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 14539 13098 749 1374 0 13160 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 58156

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 3/107 7497
/proc/meminfo: memFree=1703744/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=67128 CPUtime=882.06
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3219957 0 0 0 85647 2559 0 0 25 0 1 0 42813720 68739072 15209 1992294400 4194304 9819077 140736921518480 18446744073709551615 7292017 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 16782 15209 749 1374 0 15403 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 67128

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7499
/proc/meminfo: memFree=1701512/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=69040 CPUtime=942.04
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3432229 0 0 0 91475 2729 0 0 25 0 1 0 42813720 70696960 15730 1992294400 4194304 9819077 140736921518480 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 17260 15730 749 1374 0 15881 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 69040

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7501
/proc/meminfo: memFree=1698908/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=73176 CPUtime=1002.03
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3606426 0 0 0 97312 2891 0 0 25 0 1 0 42813720 74932224 16384 1992294400 4194304 9819077 140736921518480 18446744073709551615 7289139 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18294 16384 749 1374 0 16915 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 73176

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7503
/proc/meminfo: memFree=1697544/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=72448 CPUtime=1062.01
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3783901 0 0 0 103146 3055 0 0 25 0 1 0 42813720 74186752 16618 1992294400 4194304 9819077 140736921518480 18446744073709551615 7291597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18112 16618 749 1374 0 16733 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 72448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7503
/proc/meminfo: memFree=1695932/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74440 CPUtime=1121.99
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 3998333 0 0 0 108967 3232 0 0 25 0 1 0 42813720 76226560 17016 1992294400 4194304 9819077 140736921518480 18446744073709551615 6190594 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18610 17016 749 1374 0 17231 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 74440

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7505
/proc/meminfo: memFree=1695932/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74416 CPUtime=1181.97
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 4203378 0 0 0 114811 3386 0 0 25 0 1 0 42813720 76201984 17067 1992294400 4194304 9819077 140736921518480 18446744073709551615 7292298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18604 17068 749 1374 0 17225 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 74416

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7507
/proc/meminfo: memFree=1695932/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74584 CPUtime=1241.96
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 4405564 0 0 0 120649 3547 0 0 25 0 1 0 42813720 76374016 17066 1992294400 4194304 9819077 140736921518480 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18646 17066 749 1374 0 17267 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 74584

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7509
/proc/meminfo: memFree=1695932/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74388 CPUtime=1301.95
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 4605014 0 0 0 126487 3708 0 0 25 0 1 0 42813720 76173312 17017 1992294400 4194304 9819077 140736921518480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18597 17017 749 1374 0 17218 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 74388

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7511
/proc/meminfo: memFree=1695808/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74532 CPUtime=1361.93
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 4810966 0 0 0 132323 3870 0 0 25 0 1 0 42813720 76320768 17025 1992294400 4194304 9819077 140736921518480 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18633 17025 749 1374 0 17254 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 74532

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7511
/proc/meminfo: memFree=1695808/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74368 CPUtime=1421.92
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 5007641 0 0 0 138170 4022 0 0 25 0 1 0 42813720 76152832 17018 1992294400 4194304 9819077 140736921518480 18446744073709551615 7311787 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18592 17018 749 1374 0 17213 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 74368

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7513
/proc/meminfo: memFree=1695808/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74276 CPUtime=1481.9
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 5208683 0 0 0 144009 4181 0 0 25 0 1 0 42813720 76058624 17012 1992294400 4194304 9819077 140736921518480 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18625 17013 749 1374 0 17246 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 74276

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7515
/proc/meminfo: memFree=1695808/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74052 CPUtime=1541.89
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 5409786 0 0 0 149849 4340 0 0 25 0 1 0 42813720 75829248 17009 1992294400 4194304 9819077 140736921518480 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18513 17009 749 1374 0 17134 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 74052

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7517
/proc/meminfo: memFree=1695684/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74448 CPUtime=1601.86
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 5611384 0 0 0 155684 4502 0 0 25 0 1 0 42813720 76234752 17054 1992294400 4194304 9819077 140736921518480 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18612 17054 749 1374 0 17233 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 74448

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7519
/proc/meminfo: memFree=1695684/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74500 CPUtime=1661.84
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 5811936 0 0 0 161524 4660 0 0 25 0 1 0 42813720 76288000 17032 1992294400 4194304 9819077 140736921518480 18446744073709551615 6391486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18625 17032 749 1374 0 17246 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 74500

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7519
/proc/meminfo: memFree=1695684/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74412 CPUtime=1721.84
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 6016139 0 0 0 167364 4820 0 0 25 0 1 0 42813720 76197888 17012 1992294400 4194304 9819077 140736921518480 18446744073709551615 6581236 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18603 17012 749 1374 0 17224 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 74412

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7521
/proc/meminfo: memFree=1695560/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74412 CPUtime=1781.82
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 6214857 0 0 0 173208 4974 0 0 25 0 1 0 42813720 76197888 17019 1992294400 4194304 9819077 140736921518480 18446744073709551615 6192285 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18603 17019 749 1374 0 17224 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 74412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7523
/proc/meminfo: memFree=1695560/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74412 CPUtime=1800.02
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 6274352 0 0 0 174983 5019 0 0 25 0 1 0 42813720 76197888 17043 1992294400 4194304 9819077 140736921518480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18603 17043 749 1374 0 17224 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 74412

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

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

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 1.00 2/107 7523
/proc/meminfo: memFree=1695560/2059040 swapFree=4140260/4192956
[pid=7471] ppid=7469 vsize=74412 CPUtime=1800.02
/proc/7471/stat : 7471 (pbscip.linux.x8) R 7469 7471 7022 0 -1 4202496 6274352 0 0 0 174983 5019 0 0 25 0 1 0 42813720 76197888 17043 1992294400 4194304 9819077 140736921518480 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7471/statm: 18603 17043 749 1374 0 17224 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 74412

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.08
CPU user time (s): 1749.88
CPU system time (s): 50.2024
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 83780

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

runsolver used 2.89956 second user time and 8.58569 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-16 09:08:40
IDJOB=2665319
IDBENCH=48262
IDSOLVER=1168
FILE ID=node009/2665319-1276672120
PBS_JOBID= 11172511
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665319-1276672120/watcher-2665319-1276672120 -o /tmp/evaluation-result-2665319-1276672120/solver-2665319-1276672120 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665319-1276672120.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2468d4642d986af58e932976ec0c4f0e
RANDOM SEED=1246964989

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1763800 kB
Buffers:         69152 kB
Cached:         131416 kB
SwapCached:       6216 kB
Active:         105696 kB
Inactive:       108232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1763800 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:       11704 kB
Mapped:          13064 kB
Slab:            59476 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182044 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= 62548 MiB
End job on node009 at 2010-06-16 09:38:42