Trace number 2664117

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
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)44 1800.47 1800.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
MD5SUM824c01e4395cf59ee9d4081be7b21301
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark324.711
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables603
Total number of constraints1088
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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: NONE] [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-2664117-1276588706.opb>
0.05/0.06	c original problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.05/0.06	c problem read
0.05/0.06	c presolving settings loaded
0.05/0.06	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.05/0.08	c presolving:
0.10/0.11	c (round 1) 0 del vars, 540 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8 upgd conss, 0 impls, 0 clqs
0.19/0.26	c    (0.2s) probing: 109/603 (18.1%) - 0 fixings, 0 aggregations, 308 implications, 0 bound changes
0.19/0.26	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.26	c presolving (2 rounds):
0.19/0.26	c  0 deleted vars, 540 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.26	c  1152 implications, 0 cliques
0.19/0.26	c presolved problem has 603 variables (603 bin, 0 int, 0 impl, 0 cont) and 548 constraints
0.19/0.26	c       8 constraints of type <knapsack>
0.19/0.26	c     540 constraints of type <linear>
0.19/0.26	c transformed objective value is always integral (scale: 1)
0.19/0.26	c Presolving Time: 0.18
0.19/0.26	c - non default parameters ----------------------------------------------------------------------
0.19/0.26	c # SCIP version 1.2.1.2
0.19/0.26	c 
0.19/0.26	c # frequency for displaying node information lines
0.19/0.26	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.26	c display/freq = 10000
0.19/0.26	c 
0.19/0.26	c # maximal time in seconds to run
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/time = 1799.94
0.19/0.26	c 
0.19/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/memory = 1620
0.19/0.26	c 
0.19/0.26	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.19/0.26	c # [type: int, range: [-1,2147483647], default: 1]
0.19/0.26	c lp/solvefreq = -1
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify inequalities
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/linear/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # should presolving try to simplify knapsacks
0.19/0.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.26	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.26	c 
0.19/0.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.26	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.26	c separating/rapidlearning/freq = 0
0.19/0.26	c 
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c start solving
0.19/0.26	c 
0.19/0.27	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.27	c   0.2s|     1 |     2 |     0 |     - |3417k|   0 |   - | 603 | 548 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
27.98/28.06	c  27.7s| 10000 |  4512 |     0 |   0.0 |  17M| 545 |   - | 603 |2463 |   0 |   0 |   0 |6978 |   0 | 8.000000e+00 |      --      |    Inf 
39.08/39.11	o 73
39.08/39.11	c *38.6s| 13898 |  4928 |     0 |   0.0 |  20M| 545 |   - | 603 |3511 |   0 |   0 |   0 |  10k|   0 | 8.000000e+00 | 7.300000e+01 | 812.50%
57.08/57.10	c  56.4s| 20000 |  6231 |     0 |   0.0 |  27M| 545 |   - | 603 |3094 |   0 |   0 |   0 |  16k|   0 | 8.000000e+00 | 7.300000e+01 | 812.50%
88.77/88.89	c  87.8s| 30000 |  7949 |     0 |   0.0 |  37M| 545 |   - | 603 |4583 |   0 |   0 |   0 |  25k|   0 | 1.600000e+01 | 7.300000e+01 | 356.25%
127.36/127.42	c   126s| 40000 |  7722 |     0 |   0.0 |  41M| 545 |   - | 603 |3227 |   0 |   0 |   0 |  37k|   0 | 1.600000e+01 | 7.300000e+01 | 356.25%
169.74/169.86	c   168s| 50000 |  6153 |     0 |   0.0 |  29M| 545 |   - | 603 |2053 |   0 |   0 |   0 |  53k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
198.13/198.26	c   196s| 60000 |  9305 |     0 |   0.0 |  40M| 545 |   - | 603 |3588 |   0 |   0 |   0 |  63k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
226.92/227.09	c   225s| 70000 | 12211 |     0 |   0.0 |  50M| 545 |   - | 603 |4453 |   0 |   0 |   0 |  74k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
256.81/256.90	c   254s| 80000 | 14926 |     0 |   0.0 |  60M| 545 |   - | 603 |5210 |   0 |   0 |   0 |  84k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
291.31/291.41	c   288s| 90000 | 16501 |     0 |   0.0 |  70M| 545 |   - | 603 |6233 |   0 |   0 |   0 |  96k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
322.10/322.25	c   319s|100000 | 19156 |     0 |   0.0 |  80M| 545 |   - | 603 |6057 |   0 |   0 |   0 | 107k|   0 | 3.200000e+01 | 7.300000e+01 | 128.12%
329.29/329.44	o 56
329.29/329.44	c * 326s|102596 | 17962 |     0 |   0.0 |  76M| 545 |   - | 603 |5996 |   0 |   0 |   0 | 109k|   0 | 3.200000e+01 | 5.600000e+01 |  75.00%
352.58/352.72	c   349s|110000 | 19968 |     0 |   0.0 |  84M| 545 |   - | 603 |7270 |   0 |   0 |   0 | 117k|   0 | 3.200000e+01 | 5.600000e+01 |  75.00%
395.18/395.34	c   391s|120000 | 20235 |     0 |   0.0 |  89M| 545 |   - | 603 |9024 |   0 |   0 |   0 | 130k|   0 | 3.200000e+01 | 5.600000e+01 |  75.00%
429.77/429.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
429.77/429.95	c   426s|130000 | 22483 |     0 |   0.0 |  97M| 545 |   - | 603 |7926 |   0 |   0 |   0 | 142k|   0 | 3.200000e+01 | 5.600000e+01 |  75.00%
435.57/435.74	o 53
435.57/435.74	c * 431s|132063 | 23247 |     0 |   0.0 | 100M| 545 |   - | 603 |8069 |   0 |   0 |   0 | 143k|   0 | 3.200000e+01 | 5.300000e+01 |  65.62%
460.86/461.07	c   456s|140000 | 25726 |     0 |   0.0 | 108M| 545 |   - | 603 |8899 |   0 |   0 |   0 | 151k|   0 | 3.200000e+01 | 5.300000e+01 |  65.62%
499.26/499.48	c   494s|150000 | 27802 |     0 |   0.0 | 118M| 545 |   - | 603 |  10k|   0 |   0 |   0 | 163k|   0 | 3.200000e+01 | 5.300000e+01 |  65.62%
530.74/530.92	o 51
530.74/530.92	c * 526s|156764 | 28000 |     0 |   0.0 | 121M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 172k|   0 | 3.200000e+01 | 5.100000e+01 |  59.38%
548.44/548.67	c   543s|160000 | 27902 |     0 |   0.0 | 122M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 177k|   0 | 3.200000e+01 | 5.100000e+01 |  59.38%
558.14/558.39	o 48
558.14/558.39	c * 553s|161705 | 25078 |     0 |   0.0 | 111M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 179k|   0 | 3.200000e+01 | 4.800000e+01 |  50.00%
566.84/567.09	o 47
566.84/567.09	c * 562s|162962 | 24775 |     0 |   0.0 | 111M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 182k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
597.43/597.65	c   592s|170000 | 25393 |     0 |   0.0 | 115M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 191k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
632.02/632.28	c   626s|180000 | 28637 |     0 |   0.0 | 129M| 545 |   - | 603 |  10k|   0 |   0 |   0 | 201k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
672.11/672.33	c   666s|190000 | 30859 |     0 |   0.0 | 141M| 545 |   - | 603 |  10k|   0 |   0 |   0 | 213k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
722.69/722.95	c   716s|200000 | 31431 |     0 |   0.0 | 151M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 226k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
784.58/784.80	c   778s|210000 | 30714 |     0 |   0.0 | 157M| 545 |   - | 603 |  14k|   0 |   0 |   0 | 242k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
848.47/848.74	c   841s|220000 | 29569 |     0 |   0.0 | 156M| 545 |   - | 603 |  13k|   0 |   0 |   0 | 258k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
887.85/888.17	c   880s|230000 | 31045 |     0 |   0.0 | 160M| 545 |   - | 603 |9666 |   0 |   0 |   0 | 269k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
939.84/940.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
939.84/940.17	c   932s|240000 | 30605 |     0 |   0.0 | 164M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 283k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
994.32/994.66	c   986s|250000 | 30268 |     0 |   0.0 | 162M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 298k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1032.22/1032.59	c  1024s|260000 | 31838 |     0 |   0.0 | 167M| 545 |   - | 603 |6924 |   0 |   0 |   0 | 311k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1061.22/1061.59	c  1052s|270000 | 34850 |     0 |   0.0 | 179M| 545 |   - | 603 |9235 |   0 |   0 |   0 | 322k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1098.10/1098.47	c  1089s|280000 | 36659 |     0 |   0.0 | 188M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 335k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1147.28/1147.67	c  1138s|290000 | 36999 |     0 |   0.0 | 193M| 545 |   - | 603 |  13k|   0 |   0 |   0 | 351k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1212.97/1213.33	c  1203s|300000 | 35354 |     0 |   0.0 | 185M| 545 |   - | 603 |7868 |   0 |   0 |   0 | 369k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1261.45/1261.86	c  1251s|310000 | 35103 |     0 |   0.0 | 190M| 545 |   - | 603 |  12k|   0 |   0 |   0 | 384k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1314.75/1315.12	c  1304s|320000 | 34920 |     0 |   0.0 | 188M| 545 |   - | 603 |  13k|   0 |   0 |   0 | 400k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1362.03/1362.40	c  1351s|330000 | 35565 |     0 |   0.0 | 190M| 545 |   - | 603 |  10k|   0 |   0 |   0 | 415k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1393.23/1393.60	c  1382s|340000 | 38783 |     0 |   0.0 | 201M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 425k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1430.42/1430.86	c  1419s|350000 | 40773 |     0 |   0.0 | 212M| 545 |   - | 603 |  14k|   0 |   0 |   0 | 438k|   0 | 3.200000e+01 | 4.700000e+01 |  46.88%
1457.41/1457.84	o 44
1457.41/1457.84	c *1446s|355676 | 35353 |     0 |   0.0 | 182M| 545 |   - | 603 |  15k|   0 |   0 |   0 | 446k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1488.20/1488.66	c  1476s|360000 | 34592 |     0 |   0.0 | 183M| 545 |   - | 603 |  13k|   0 |   0 |   0 | 454k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1577.08/1577.53	c  1565s|370000 | 28400 |     0 |   0.0 | 157M| 545 |   - | 603 |7167 |   0 |   0 |   0 | 476k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1624.06/1624.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1624.06/1624.52	c  1611s|380000 | 28080 |     0 |   0.0 | 155M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 492k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1663.36/1663.82	c  1650s|390000 | 29912 |     0 |   0.0 | 163M| 545 |   - | 603 |  13k|   0 |   0 |   0 | 506k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1717.84/1718.31	c  1705s|400000 | 29636 |     0 |   0.0 | 162M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 521k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1758.53/1759.07	c  1745s|410000 | 31770 |     0 |   0.0 | 174M| 545 |   - | 603 |  11k|   0 |   0 |   0 | 533k|   0 | 3.200000e+01 | 4.400000e+01 |  37.50%
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1786.21
1800.03/1800.51	c Solving Nodes      : 417449
1800.03/1800.51	c Primal Bound       : +4.40000000000000e+01 (7 solutions)
1800.03/1800.51	c Dual Bound         : +3.20000000000000e+01
1800.03/1800.51	c Gap                : 37.50 %
1800.03/1800.51	s SATISFIABLE
1800.03/1800.51	v x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 
1800.03/1800.51	v x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 
1800.03/1800.51	v x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 
1800.03/1800.51	v x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 -x158 x159 x160 x161 x162 x163 x164 x165 x166 -x167 x168 x169 x170 x171 
1800.03/1800.51	v x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 -x188 -x189 x190 x191 -x192 x193 x194 -x195 
1800.03/1800.51	v -x196 -x197 x198 x199 x200 x201 x202 x203 x204 x205 -x206 x207 x208 x209 -x210 -x211 x212 x213 -x214 -x215 -x216 -x217 -x218 
1800.03/1800.51	v -x219 -x220 -x221 -x222 -x223 x224 x225 x226 x227 x228 x229 x230 x231 x232 -x233 x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 
1800.03/1800.51	v -x242 -x243 -x244 x245 x246 x247 x248 x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 x261 -x262 -x263 
1800.03/1800.51	v -x264 -x265 -x266 -x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 
1800.03/1800.51	v x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 
1800.03/1800.51	v -x313 x314 x315 x316 x317 x318 x319 x320 x321 -x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 
1800.03/1800.51	v x337 -x338 -x339 x340 x341 -x342 x343 x344 -x345 -x346 -x347 x348 x349 x350 x351 -x352 x353 x354 x355 -x356 -x357 x358 x359 -x360 
1800.03/1800.51	v -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 x372 x373 x374 x375 -x376 x377 x378 -x379 -x380 -x381 -x382 
1800.03/1800.51	v -x383 -x384 -x385 -x386 -x387 x388 x389 x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 
1800.03/1800.51	v -x404 -x405 -x406 -x407 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 -x419 x420 
1800.03/1800.51	v x421 x422 x423 x424 x425 x426 x427 -x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 -x439 -x440 x441 x442 -x443 x444 x445 
1800.03/1800.51	v -x446 -x447 -x448 -x449 x450 x451 x452 -x453 -x454 x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 
1800.03/1800.51	v x467 x468 x469 -x470 x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 x483 -x484 -x485 -x486 -x487 -x488 
1800.03/1800.51	v -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x14 -x13 -x12 -x11 -x10 -x9 x8 x499 x500 x501 x502 x503 -x504 x505 
1800.03/1800.51	v x506 x507 x508 x509 x510 -x511 x512 -x513 -x514 x515 x516 x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 
1800.03/1800.51	v x528 x529 x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 
1800.03/1800.51	v -x550 -x551 -x552 -x553 -x28 -x27 -x26 -x25 x24 -x23 x22 -x554 -x555 x556 x557 -x558 x559 x560 -x561 -x562 -x563 -x564 x565 
1800.03/1800.51	v x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x35 -x34 -x33 x32 
1800.03/1800.51	v x31 -x30 -x29 x584 x585 x586 x587 x588 x589 x590 x591 -x592 -x593 -x594 x595 -x596 -x597 -x42 -x41 x40 x39 -x38 -x37 x36 -x598 
1800.03/1800.51	v x599 -x600 -x601 -x602 -x49 -x48 x47 x46 -x45 x44 x43 -x603 -x63 x62 -x61 x60 -x59 -x58 x57 -x56 x55 -x54 -x53 -x52 x51 
1800.03/1800.51	v x50 -x7 x6 -x5 x4 x3 -x2 -x1 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1786.21
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2664117-1276588706.opb
1800.03/1800.51	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 1088 initial, 1088 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2664117-1276588706.opb
1800.03/1800.51	c   Variables        : 603 (603 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 548 initial, 16113 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.14          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   linear           :       0.04          0          0          0          0          0        540          0          0
1800.03/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :          8          0    1301206          0     284640       2368     356875          0          0          0
1800.03/1800.51	c   linear           :        540          0    1299955          0     284889     210630   17080191          0          0          0
1800.03/1800.51	c   logicor          :          0+         0     567521          0          0       6119     256115          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0     284894          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c   knapsack         :      26.09       0.00      25.22       0.00       0.87
1800.03/1800.51	c   linear           :     694.77       0.00     694.32       0.00       0.45
1800.03/1800.51	c   logicor          :     413.90       0.00     413.90       0.00       0.00
1800.03/1800.51	c   countsols        :       0.25       0.00       0.00       0.00       0.25
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       0.77          2          0          0
1800.03/1800.51	c   rootredcost      :       0.66          0          0          0
1800.03/1800.51	c   pseudoobj        :       3.26    1302214        108      16316
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :      22.53     219225     218756    1694740       32.1       8879       27.5          -
1800.03/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -     545157       28.7          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -         25       62.4          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :      24.90     284887          0          0          0          0     569774
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.09          -          7
1800.03/1800.51	c   oneopt           :       0.56          0          0
1800.03/1800.51	c   trivial          :       0.00          2          0
1800.03/1800.51	c   simplerounding   :       0.00          0          0
1800.03/1800.51	c   zirounding       :       0.00          0          0
1800.03/1800.51	c   rounding         :       0.00          0          0
1800.03/1800.51	c   shifting         :       0.00          0          0
1800.03/1800.51	c   intshifting      :       0.00          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.26          0          0
1800.03/1800.51	c   trysol           :       0.33          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :     417449
1800.03/1800.51	c   nodes (total)    :     417449
1800.03/1800.51	c   nodes left       :      31065
1800.03/1800.51	c   max depth        :        545
1800.03/1800.51	c   max depth (total):        545
1800.03/1800.51	c   backtracks       :     112319 (26.9%)
1800.03/1800.51	c   delayed cutoffs  :     109826
1800.03/1800.51	c   repropagations   :     265192 (4770371 domain reductions, 86670 cutoffs)
1800.03/1800.51	c   avg switch length:      10.67
1800.03/1800.51	c   switching time   :     513.55
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          7 (7 improvements)
1800.03/1800.51	c   First Solution   : +7.30000000000000e+01   (in run 1, after 13898 nodes, 38.60 seconds, depth 40, found by <relaxation>)
1800.03/1800.51	c   Primal Bound     : +4.40000000000000e+01   (in run 1, after 355676 nodes, 1445.72 seconds, depth 49, found by <relaxation>)
1800.03/1800.51	c   Dual Bound       : +3.20000000000000e+01
1800.03/1800.51	c   Gap              :      37.50 %
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.51	c   Root Iterations  :          0
1800.42/1800.94	c Time complete: 1800.47.

Verifier Data

OK	44

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664117-1276588706/watcher-2664117-1276588706 -o /tmp/evaluation-result-2664117-1276588706/solver-2664117-1276588706 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664117-1276588706.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.02 1.02 1.00 2/106 4766
/proc/meminfo: memFree=1830180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=6584 CPUtime=0
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 942 0 0 0 0 0 0 0 17 0 1 0 34474593 6742016 865 1992294400 4194304 7136930 140734418140336 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4766/statm: 1646 875 254 719 0 925 0

[startup+0.0614289 s]
/proc/loadavg: 1.02 1.02 1.00 2/106 4766
/proc/meminfo: memFree=1830180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=9372 CPUtime=0.05
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 1817 0 0 0 4 1 0 0 17 0 1 0 34474593 9596928 1740 1992294400 4194304 7136930 140734418140336 18446744073709551615 5649004 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4766/statm: 2343 1740 271 719 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9372

[startup+0.101432 s]
/proc/loadavg: 1.02 1.02 1.00 2/106 4766
/proc/meminfo: memFree=1830180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=19080 CPUtime=0.1
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 4363 0 0 0 8 2 0 0 17 0 1 0 34474593 19537920 3932 1992294400 4194304 7136930 140734418140336 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 4770 3943 335 719 0 4049 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19080

[startup+0.301453 s]
/proc/loadavg: 1.02 1.02 1.00 2/106 4766
/proc/meminfo: memFree=1830180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=19648 CPUtime=0.29
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 5113 0 0 0 27 2 0 0 17 0 1 0 34474593 20119552 4168 1992294400 4194304 7136930 140734418140336 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 4912 4168 386 719 0 4191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19648

[startup+0.701494 s]
/proc/loadavg: 1.02 1.02 1.00 2/106 4766
/proc/meminfo: memFree=1830180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=20324 CPUtime=0.69
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 5301 0 0 0 66 3 0 0 17 0 1 0 34474593 20811776 4356 1992294400 4194304 7136930 140734418140336 18446744073709551615 4947718 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 5081 4356 394 719 0 4360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20324

[startup+1.50158 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1814052/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=20588 CPUtime=1.49
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 5382 0 0 0 145 4 0 0 18 0 1 0 34474593 21082112 4437 1992294400 4194304 7136930 140734418140336 18446744073709551615 4923705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 5147 4437 394 719 0 4426 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20588

[startup+3.10074 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1813432/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=21388 CPUtime=3.09
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 5566 0 0 0 303 6 0 0 21 0 1 0 34474593 21901312 4621 1992294400 4194304 7136930 140734418140336 18446744073709551615 4947435 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 5347 4621 394 719 0 4626 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21388

[startup+6.30107 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1811696/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=22952 CPUtime=6.29
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 5948 0 0 0 620 9 0 0 25 0 1 0 34474593 23502848 5003 1992294400 4194304 7136930 140734418140336 18446744073709551615 4923952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 5738 5003 394 719 0 5017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22952

[startup+12.7007 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1808348/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=26472 CPUtime=12.69
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 6770 0 0 0 1255 14 0 0 25 0 1 0 34474593 27107328 5825 1992294400 4194304 7136930 140734418140336 18446744073709551615 4948207 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 6618 5825 394 719 0 5897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26472

[startup+25.501 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1799420/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=35768 CPUtime=25.48
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 8961 0 0 0 2522 26 0 0 25 0 1 0 34474593 36626432 8016 1992294400 4194304 7136930 140734418140336 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 8942 8016 394 719 0 8221 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35768

[startup+51.1017 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 4767
/proc/meminfo: memFree=1784292/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=52036 CPUtime=51.08
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 12667 0 0 0 5050 58 0 0 25 0 1 0 34474593 53284864 11722 1992294400 4194304 7136930 140734418140336 18446744073709551615 4948376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 13009 11722 394 719 0 12288 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52036

[startup+102.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 4769
/proc/meminfo: memFree=1766064/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=70832 CPUtime=102.27
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 17183 0 0 0 10118 109 0 0 25 0 1 0 34474593 72531968 16238 1992294400 4194304 7136930 140734418140336 18446744073709551615 4948350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 17708 16238 394 719 0 16987 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 70832

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 4780
/proc/meminfo: memFree=1757508/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=79488 CPUtime=162.24
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 19070 0 0 0 16060 164 0 0 25 0 1 0 34474593 81395712 18125 1992294400 4194304 7136930 140734418140336 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 19872 18125 394 719 0 19151 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 79488

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4780
/proc/meminfo: memFree=1748580/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=89264 CPUtime=222.23
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 21383 0 0 0 21996 227 0 0 25 0 1 0 34474593 91406336 20438 1992294400 4194304 7136930 140734418140336 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 22316 20438 394 719 0 21595 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 89264

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 4782
/proc/meminfo: memFree=1722664/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=117236 CPUtime=282.21
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 28016 0 0 0 27933 288 0 0 25 0 1 0 34474593 120049664 27071 1992294400 4194304 7136930 140734418140336 18446744073709551615 4978986 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 29309 27071 394 719 0 28588 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 117236

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4784
/proc/meminfo: memFree=1705180/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=134688 CPUtime=342.19
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 32226 0 0 0 33872 347 0 0 25 0 1 0 34474593 137920512 31281 1992294400 4194304 7136930 140734418140336 18446744073709551615 4979513 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 33672 31281 394 719 0 32951 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 134688

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4786
/proc/meminfo: memFree=1693028/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=147852 CPUtime=402.18
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 35336 0 0 0 39817 401 0 0 25 0 1 0 34474593 151400448 34391 1992294400 4194304 7136930 140734418140336 18446744073709551615 4979656 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 36963 34391 394 719 0 36242 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 147852

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4788
/proc/meminfo: memFree=1670088/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=171280 CPUtime=462.16
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 40992 0 0 0 45759 457 0 0 25 0 1 0 34474593 175390720 40047 1992294400 4194304 7136930 140734418140336 18446744073709551615 4983306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 42820 40047 394 719 0 42099 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 171280

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4788
/proc/meminfo: memFree=1652108/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=189628 CPUtime=522.15
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 45483 0 0 0 51712 503 0 0 25 0 1 0 34474593 194179072 44538 1992294400 4194304 7136930 140734418140336 18446744073709551615 4978425 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 47407 44538 394 719 0 46686 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 189628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4790
/proc/meminfo: memFree=1648636/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=193416 CPUtime=582.13
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 46371 0 0 0 57673 540 0 0 25 0 1 0 34474593 198057984 45426 1992294400 4194304 7136930 140734418140336 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 48354 45426 394 719 0 47633 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 193416

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4792
/proc/meminfo: memFree=1637104/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=204816 CPUtime=642.12
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 49222 0 0 0 63617 595 0 0 25 0 1 0 34474593 209731584 48277 1992294400 4194304 7136930 140734418140336 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 51204 48277 394 719 0 50483 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 204816

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 4805
/proc/meminfo: memFree=1595816/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=249524 CPUtime=1002.02
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 59253 0 0 0 99376 826 0 0 25 0 1 0 34474593 255512576 58308 1992294400 4194304 7136930 140734418140336 18446744073709551615 5953156 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 62381 58308 394 719 0 61660 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 249524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4807
/proc/meminfo: memFree=1579944/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=267108 CPUtime=1062.01
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 63458 0 0 0 105321 880 0 0 25 0 1 0 34474593 273518592 62513 1992294400 4194304 7136930 140734418140336 18446744073709551615 4979046 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 66777 62513 394 719 0 66056 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 267108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4807
/proc/meminfo: memFree=1559112/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=287496 CPUtime=1121.99
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 68442 0 0 0 111271 928 0 0 25 0 1 0 34474593 294395904 67497 1992294400 4194304 7136930 140734418140336 18446744073709551615 4661199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 71874 67497 394 719 0 71153 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 287496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4809
/proc/meminfo: memFree=1556384/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=289884 CPUtime=1181.98
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 69134 0 0 0 117236 962 0 0 25 0 1 0 34474593 296841216 68189 1992294400 4194304 7136930 140734418140336 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 72471 68189 394 719 0 71750 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 289884

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4811
/proc/meminfo: memFree=1552168/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=294452 CPUtime=1241.96
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 70190 0 0 0 123195 1001 0 0 25 0 1 0 34474593 301518848 69245 1992294400 4194304 7136930 140734418140336 18446744073709551615 4660050 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 73613 69245 394 719 0 72892 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 294452

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4813
/proc/meminfo: memFree=1551548/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=294864 CPUtime=1301.96
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 70335 0 0 0 129160 1036 0 0 25 0 1 0 34474593 301940736 69390 1992294400 4194304 7136930 140734418140336 18446744073709551615 4947556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 73716 69390 394 719 0 72995 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 294864

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4815
/proc/meminfo: memFree=1550432/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=296168 CPUtime=1361.93
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 70634 0 0 0 135109 1084 0 0 25 0 1 0 34474593 303276032 69689 1992294400 4194304 7136930 140734418140336 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 74042 69689 394 719 0 73321 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 296168

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4815
/proc/meminfo: memFree=1533072/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=314068 CPUtime=1421.93
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 74983 0 0 0 141055 1138 0 0 25 0 1 0 34474593 321605632 74038 1992294400 4194304 7136930 140734418140336 18446744073709551615 5950290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 78517 74038 394 719 0 77796 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 314068

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4817
/proc/meminfo: memFree=1524640/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=323296 CPUtime=1481.9
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77048 0 0 0 147016 1174 0 0 25 0 1 0 34474593 331055104 76103 1992294400 4194304 7136930 140734418140336 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 80824 76103 394 719 0 80103 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 323296

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4819
/proc/meminfo: memFree=1524516/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=323448 CPUtime=1541.88
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77092 0 0 0 152984 1204 0 0 25 0 1 0 34474593 331210752 76147 1992294400 4194304 7136930 140734418140336 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 80862 76147 394 719 0 80141 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 323448

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4821
/proc/meminfo: memFree=1524268/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=323768 CPUtime=1601.88
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77151 0 0 0 158946 1242 0 0 25 0 1 0 34474593 331538432 76206 1992294400 4194304 7136930 140734418140336 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 80942 76206 394 719 0 80221 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 323768

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4823
/proc/meminfo: memFree=1524144/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=323768 CPUtime=1661.86
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77154 0 0 0 164900 1286 0 0 25 0 1 0 34474593 331538432 76209 1992294400 4194304 7136930 140734418140336 18446744073709551615 4209110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 80942 76209 394 719 0 80221 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 323768

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4823
/proc/meminfo: memFree=1523772/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=323936 CPUtime=1721.84
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77223 0 0 0 170857 1327 0 0 25 0 1 0 34474593 331710464 76278 1992294400 4194304 7136930 140734418140336 18446744073709551615 4979596 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 80984 76278 394 719 0 80263 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 323936

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4825
/proc/meminfo: memFree=1523152/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=324536 CPUtime=1781.83
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77340 0 0 0 176815 1368 0 0 25 0 1 0 34474593 332324864 76395 1992294400 4194304 7136930 140734418140336 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 81134 76395 394 719 0 80413 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 324536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 4827
/proc/meminfo: memFree=1523152/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=324536 CPUtime=1800.03
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77353 0 0 0 178626 1377 0 0 25 0 1 0 34474593 332324864 76408 1992294400 4194304 7136930 140734418140336 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4766/statm: 81134 76408 394 719 0 80413 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 324536

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 4828
/proc/meminfo: memFree=1523144/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=324536 CPUtime=1800.14
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77359 0 0 0 178637 1377 0 0 25 0 1 0 34474593 332324864 76414 1992294400 4194304 7136930 140734418140336 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4766/statm: 81134 76414 400 719 0 80413 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 324536

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 4828
/proc/meminfo: memFree=1523144/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=322488 CPUtime=1800.32
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77359 0 0 0 178655 1377 0 0 25 0 1 0 34474593 330227712 75902 1992294400 4194304 7136930 140734418140336 18446744073709551615 4212575 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4766/statm: 80622 75902 400 719 0 79901 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 322488

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 4828
/proc/meminfo: memFree=1523144/2059040 swapFree=4135652/4192956
[pid=4766] ppid=4764 vsize=315156 CPUtime=1800.42
/proc/4766/stat : 4766 (pbscip.linux.x8) R 4764 4766 4091 0 -1 4202496 77359 0 0 0 178665 1377 0 0 25 0 1 0 34474593 322719744 74074 1992294400 4194304 7136930 140734418140336 18446744073709551615 4698824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4766/statm: 78789 74074 400 719 0 78068 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 315156

Child status: 0
Real time (s): 1800.94
CPU time (s): 1800.47
CPU user time (s): 1786.66
CPU system time (s): 13.8109
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 324536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.66
system time used= 13.8109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77366
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= 1
involuntary context switches= 2323

runsolver used 3.00854 second user time and 8.47371 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 09:58:26
IDJOB=2664117
IDBENCH=2641
IDSOLVER=1167
FILE ID=node002/2664117-1276588706
PBS_JOBID= 11173532
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664117-1276588706/watcher-2664117-1276588706 -o /tmp/evaluation-result-2664117-1276588706/solver-2664117-1276588706 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664117-1276588706.opb -t 1800 -m 1800

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

MD5SUM BENCH= 824c01e4395cf59ee9d4081be7b21301
RANDOM SEED=1811014862

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1830584 kB
Buffers:         37924 kB
Cached:         100448 kB
SwapCached:      10492 kB
Active:          82528 kB
Inactive:        68896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830584 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            3392 kB
Writeback:           0 kB
AnonPages:       11460 kB
Mapped:           9336 kB
Slab:            55112 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181960 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= 62568 MiB
End job on node002 at 2010-06-15 10:28:29