Trace number 2692987

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.31 1800.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
MD5SUM10c8366d87b8e61a0f23df601b3f0e14
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark351.559
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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: 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-2692987-1277927306.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136613
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.13	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	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.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.366130e+05 |    Inf 
4.99/5.07	o 277
4.99/5.07	c * 4.9s|  2735 |  2734 |  1324 |   0.4 |  27M|2636 |   - |5645 |5414 |5645 | 198 | 329 |   0 | 522 | 0.000000e+00 | 2.770000e+02 |    Inf 
6.79/6.81	o 273
6.79/6.81	c * 6.6s|  3288 |  3154 |  3243 |   0.9 |  31M|2694 |   - |5645 |5625 |5645 | 223 | 968 | 211 | 685 | 0.000000e+00 | 2.730000e+02 |    Inf 
17.10/17.16	o 271
17.10/17.16	c *16.8s|  6848 |  5881 | 12575 |   1.8 |  48M|2694 |   - |5645 |8143 |5645 | 230 |3480 |2732 |1056 | 0.000000e+00 | 2.710000e+02 |    Inf 
17.29/17.32	o 270
17.29/17.32	c *16.9s|  6891 |  5912 | 12864 |   1.8 |  48M|2694 |   - |5645 |8145 |5645 | 206 |3542 |2734 |1070 | 0.000000e+00 | 2.700000e+02 |    Inf 
17.29/17.34	o 261
17.29/17.34	c *16.9s|  6899 |  5852 | 12865 |   1.8 |  48M|2694 |   - |5645 |8145 |5645 | 206 |3542 |2734 |1070 | 0.000000e+00 | 2.610000e+02 |    Inf 
17.29/17.34	o 247
17.29/17.34	c *17.0s|  6900 |  5722 | 12865 |   1.8 |  48M|2694 |   - |5645 |8145 |5645 | 206 |3542 |2734 |1070 | 0.000000e+00 | 2.470000e+02 |    Inf 
22.69/22.75	o 240
22.69/22.75	c *22.3s|  8657 |  6892 | 17649 |   2.0 |  54M|2694 |   - |5645 |9537 |5645 | 238 |4790 |4198 |1197 | 0.000000e+00 | 2.400000e+02 |    Inf 
22.69/22.78	o 229
22.69/22.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.69/22.78	c *22.3s|  8671 |  6742 | 17650 |   2.0 |  53M|2694 |   - |5645 |9537 |5645 | 238 |4790 |4198 |1197 | 0.000000e+00 | 2.290000e+02 |    Inf 
22.79/22.82	o 211
22.79/22.82	c *22.3s|  8709 |  6396 | 17651 |   2.0 |  51M|2694 |   - |5645 |9537 |5645 | 238 |4790 |4198 |1197 | 0.000000e+00 | 2.110000e+02 |    Inf 
23.59/23.63	o 209
23.59/23.63	c *23.1s|  8958 |  6504 | 18300 |   2.0 |  51M|2694 |   - |5645 |9638 |5645 | 237 |4946 |4347 |1206 | 0.000000e+00 | 2.090000e+02 |    Inf 
26.69/26.79	c  26.2s| 10000 |  7312 | 21256 |   2.1 |  54M|2694 |   7 |5645 |  10k|5645 | 228 |5927 |5013 |1255 | 0.000000e+00 | 2.090000e+02 |    Inf 
31.89/31.99	o 201
31.89/31.99	c *31.4s| 11915 |  8475 | 24325 |   2.0 |  60M|2694 |   - |5645 |  10k|5645 | 248 |6835 |6367 |1273 | 0.000000e+00 | 2.010000e+02 |    Inf 
32.09/32.16	o 196
32.09/32.16	c *31.5s| 11976 |  8408 | 24546 |   2.0 |  59M|2694 |   - |5645 |  10k|5645 | 237 |6891 |6370 |1273 | 0.000000e+00 | 1.960000e+02 |    Inf 
32.09/32.17	o 191
32.09/32.17	c *31.6s| 11977 |  8302 | 24547 |   2.0 |  58M|2694 |   - |5645 |  10k|5645 | 237 |6891 |6370 |1273 | 0.000000e+00 | 1.910000e+02 |    Inf 
42.90/42.98	o 161
42.90/42.98	c *42.2s| 15558 |  9542 | 33658 |   2.2 |  64M|2694 |   - |5645 |7648 |5645 | 219 |9711 |8591 |1349 | 0.000000e+00 | 1.610000e+02 |    Inf 
43.19/43.21	o 154
43.19/43.21	c *42.4s| 15604 |  9193 | 33926 |   2.2 |  63M|2694 |   - |5645 |7594 |5645 | 235 |9792 |8620 |1357 | 0.000000e+00 | 1.540000e+02 |    Inf 
43.19/43.28	o 148
43.19/43.28	c *42.5s| 15620 |  8917 | 34061 |   2.2 |  61M|2694 |   - |5645 |7579 |5645 | 246 |9828 |8620 |1357 | 0.000000e+00 | 1.480000e+02 |    Inf 
43.39/43.44	o 142
43.39/43.44	c *42.6s| 15662 |  8663 | 34261 |   2.2 |  60M|2694 |   - |5645 |7525 |5645 | 238 |9868 |8639 |1364 | 0.000000e+00 | 1.420000e+02 |    Inf 
47.70/47.72	o 132
47.70/47.72	c *46.8s| 16830 |  9079 | 40728 |   2.4 |  64M|2694 |   - |5645 |7268 |5645 | 238 |  11k|9540 |1418 | 0.000000e+00 | 1.320000e+02 |    Inf 
47.99/48.07	o 122
47.99/48.07	c *47.2s| 16902 |  8649 | 41481 |   2.4 |  62M|2694 |   - |5645 |7233 |5645 | 253 |  12k|9596 |1439 | 0.000000e+00 | 1.220000e+02 |    Inf 
47.99/48.08	o 116
47.99/48.08	c *47.2s| 16903 |  8384 | 41481 |   2.4 |  61M|2694 |   - |5645 |7233 |5645 | 253 |  12k|9596 |1439 | 0.000000e+00 | 1.160000e+02 |    Inf 
53.40/53.46	o 115
53.40/53.46	c *52.5s| 18469 |  9182 | 47652 |   2.6 |  68M|2694 |   - |5645 |7245 |5645 | 220 |  13k|  10k|1489 | 0.000000e+00 | 1.150000e+02 |    Inf 
54.00/54.02	o 102
54.00/54.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.00/54.02	c *53.0s| 18830 |  8633 | 48053 |   2.5 |  65M|2694 |   - |5645 |7239 |5645 | 239 |  13k|  10k|1489 | 0.000000e+00 | 1.020000e+02 |    Inf 
54.19/54.22	o 95
54.19/54.22	c *53.2s| 18917 |  7725 | 48505 |   2.6 |  61M|2694 |   - |5645 |7227 |5645 | 261 |  13k|  10k|1495 | 0.000000e+00 | 9.500000e+01 |    Inf 
58.80/58.83	c  57.8s| 20000 |  8157 | 56120 |   2.8 |  67M|2694 |   - |5645 |6397 |   0 |   0 |  15k|  11k|1551 | 0.000000e+00 | 9.500000e+01 |    Inf 
58.80/58.88	o 86
58.80/58.88	c *57.8s| 20017 |  7202 | 56138 |   2.8 |  62M|2694 |   - |5645 |6431 |5645 | 219 |  15k|  12k|1551 | 0.000000e+00 | 8.600000e+01 |    Inf 
59.09/59.13	o 80
59.09/59.13	c *58.0s| 20074 |  6726 | 56779 |   2.8 |  61M|2694 |   - |5645 |6175 |5645 | 228 |  15k|  12k|1565 | 0.000000e+00 | 8.000000e+01 |    Inf 
59.09/59.13	o 75
59.09/59.13	c *58.0s| 20075 |  6339 | 56779 |   2.8 |  59M|2694 |   - |5645 |6175 |5645 | 228 |  15k|  12k|1565 | 0.000000e+00 | 7.500000e+01 |    Inf 
59.69/59.71	o 74
59.69/59.71	c *58.6s| 20196 |  6301 | 57689 |   2.8 |  59M|2694 |   - |5645 |5833 |5645 | 256 |  16k|  12k|1567 | 0.000000e+00 | 7.400000e+01 |    Inf 
59.69/59.72	o 67
59.69/59.72	c *58.6s| 20197 |  5482 | 57689 |   2.8 |  53M|2694 |   - |5645 |5833 |5645 | 256 |  16k|  12k|1567 | 0.000000e+00 | 6.700000e+01 |    Inf 
93.60/93.69	c  92.1s| 30000 |  8143 |105137 |   3.5 |  80M|2694 |   1 |5645 |6479 |5645 | 240 |  28k|  21k|1745 | 0.000000e+00 | 6.700000e+01 |    Inf 
125.20/125.26	c   123s| 40000 | 10269 |138964 |   3.5 | 101M|2694 |   - |5645 |7041 |   0 |   0 |  37k|  32k|2001 | 0.000000e+00 | 6.700000e+01 |    Inf 
127.10/127.11	o 66
127.10/127.11	c * 125s| 40534 | 10228 |140976 |   3.5 | 102M|2694 |   - |5645 |6698 |5645 | 213 |  38k|  33k|2031 | 0.000000e+00 | 6.600000e+01 |    Inf 
128.29/128.31	o 47
128.29/128.31	c * 126s| 40987 |  8217 |141492 |   3.4 |  92M|2694 |   - |5645 |6634 |5645 | 212 |  38k|  33k|2037 | 0.000000e+00 | 4.700000e+01 |    Inf 
153.39/153.41	c   151s| 50000 |  8846 |173657 |   3.5 | 100M|2694 |   - |5645 |6403 |   0 |   0 |  45k|  44k|2234 | 0.000000e+00 | 4.700000e+01 |    Inf 
182.20/182.29	c   179s| 60000 |  9391 |210571 |   3.5 | 110M|2694 |   - |5645 |7192 |   0 |   0 |  53k|  57k|2454 | 0.000000e+00 | 4.700000e+01 |    Inf 
206.60/206.64	c   203s| 70000 |  9747 |236048 |   3.4 | 115M|2694 |   1 |5645 |7504 |5645 | 217 |  58k|  70k|2612 | 0.000000e+00 | 4.700000e+01 |    Inf 
210.99/211.05	o 45
210.99/211.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.99/211.05	c * 207s| 71756 |  9710 |243119 |   3.4 | 116M|2694 |   - |5645 |8188 |5645 | 243 |  59k|  73k|2672 | 0.000000e+00 | 4.500000e+01 |    Inf 
232.60/232.67	c   229s| 80000 | 10064 |268210 |   3.4 | 122M|2694 |   - |5645 |6994 |   0 |   0 |  64k|  84k|2785 | 0.000000e+00 | 4.500000e+01 |    Inf 
259.19/259.22	c   255s| 90000 | 10611 |299310 |   3.3 | 129M|2694 |   - |5645 |7908 |   0 |   0 |  70k|  97k|2938 | 0.000000e+00 | 4.500000e+01 |    Inf 
271.70/271.79	o 43
271.70/271.79	c * 267s| 94901 | 10627 |315735 |   3.3 | 132M|2694 |   - |5645 |7531 |5645 | 264 |  73k| 104k|3015 | 0.000000e+00 | 4.300000e+01 |    Inf 
285.29/285.39	c   280s|100000 | 10800 |333522 |   3.3 | 134M|2694 |   1 |5645 |7083 |5645 | 267 |  77k| 111k|3107 | 0.000000e+00 | 4.300000e+01 |    Inf 
311.40/311.40	c   306s|110000 | 11096 |368564 |   3.3 | 140M|2694 |   - |5645 |7079 |   0 |   0 |  84k| 123k|3260 | 0.000000e+00 | 4.300000e+01 |    Inf 
338.50/338.54	o 33
338.50/338.54	c * 333s|119735 | 10067 |406330 |   3.4 | 130M|2694 |   - |5645 |6955 |5645 | 195 |  92k| 136k|3433 | 0.000000e+00 | 3.300000e+01 |    Inf 
339.20/339.27	c   333s|120000 | 10081 |407531 |   3.4 | 130M|2694 |   - |5645 |6531 |   0 |   0 |  92k| 136k|3445 | 0.000000e+00 | 3.300000e+01 |    Inf 
341.40/341.48	o 28
341.40/341.48	c * 336s|120882 |  9451 |410371 |   3.4 | 127M|2694 |   - |5645 |6759 |5645 | 241 |  93k| 137k|3457 | 0.000000e+00 | 2.800000e+01 |    Inf 
347.11/347.13	o 27
347.11/347.13	c * 341s|123411 |  9448 |417381 |   3.4 | 128M|2694 |   - |5645 |6186 |5645 | 238 |  94k| 140k|3463 | 0.000000e+00 | 2.700000e+01 |    Inf 
356.41/356.42	o 22
356.41/356.42	c * 350s|127680 |  8564 |429964 |   3.4 | 119M|2694 |   - |5645 |7125 |5645 | 190 |  95k| 146k|3525 | 0.000000e+00 | 2.200000e+01 |    Inf 
357.30/357.31	o 17
357.30/357.31	c * 351s|128121 |  8234 |431095 |   3.4 | 117M|2694 |   - |5645 |7162 |5645 | 206 |  96k| 146k|3527 | 0.000000e+00 | 1.700000e+01 |    Inf 
361.10/361.12	c   355s|130000 |  8199 |437118 |   3.4 | 117M|2694 |   - |5645 |6024 |   0 |   0 |  97k| 149k|3543 | 0.000000e+00 | 1.700000e+01 |    Inf 
381.41/381.44	c   375s|140000 |  8157 |471915 |   3.4 | 119M|2694 |   - |5645 |6490 |5645 | 235 | 102k| 163k|3691 | 0.000000e+00 | 1.700000e+01 |    Inf 
401.80/401.87	c   395s|150000 |  8180 |506405 |   3.4 | 122M|2694 |   1 |5645 |7607 |5645 | 195 | 107k| 176k|3826 | 0.000000e+00 | 1.700000e+01 |    Inf 
421.60/421.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.60/421.62	c   414s|160000 |  8214 |540727 |   3.4 | 124M|2694 |   1 |5645 |8038 |5645 | 320 | 112k| 189k|3993 | 0.000000e+00 | 1.700000e+01 |    Inf 
423.90/423.96	o 16
423.90/423.96	c * 416s|161159 |  8042 |545600 |   3.4 | 123M|2694 |   - |5645 |8697 |5645 | 238 | 113k| 191k|4004 | 0.000000e+00 | 1.600000e+01 |    Inf 
441.70/441.71	c   434s|170000 |  8135 |574658 |   3.4 | 125M|2694 |   8 |5645 |9828 |5645 | 245 | 117k| 203k|4079 | 0.000000e+00 | 1.600000e+01 |    Inf 
461.70/461.76	c   453s|180000 |  8153 |605551 |   3.4 | 127M|2694 |  10 |5645 |  11k|5645 | 283 | 120k| 217k|4189 | 0.000000e+00 | 1.600000e+01 |    Inf 
482.82/482.81	c   474s|190000 |  8208 |642298 |   3.4 | 129M|2694 |  21 |5645 |  12k|5645 | 283 | 123k| 232k|4303 | 0.000000e+00 | 1.600000e+01 |    Inf 
503.40/503.46	c   494s|200000 |  8322 |677252 |   3.4 | 132M|2694 |   - |5645 |  13k|   0 |   0 | 129k| 245k|4416 | 0.000000e+00 | 1.600000e+01 |    Inf 
524.41/524.40	c   515s|210000 |  8340 |712105 |   3.4 | 133M|2694 |   1 |5645 |  12k|5645 | 229 | 133k| 259k|4539 | 0.000000e+00 | 1.600000e+01 |    Inf 
544.71/544.79	c   535s|220000 |  8277 |748864 |   3.4 | 132M|2694 |   1 |5645 |8527 |5645 | 255 | 138k| 272k|4697 | 0.000000e+00 | 1.600000e+01 |    Inf 
565.31/565.34	c   555s|230000 |  8448 |787851 |   3.4 | 135M|2694 |   1 |5645 |  10k|5645 | 257 | 143k| 285k|4814 | 0.000000e+00 | 1.600000e+01 |    Inf 
586.41/586.47	c   575s|240000 |  8629 |826020 |   3.4 | 139M|2694 |   1 |5645 |  10k|5645 | 307 | 148k| 298k|4888 | 0.000000e+00 | 1.600000e+01 |    Inf 
607.71/607.79	c   596s|250000 |  8659 |862298 |   3.4 | 140M|2694 |   - |5645 |  10k|   0 |   0 | 152k| 313k|4999 | 0.000000e+00 | 1.600000e+01 |    Inf 
628.51/628.57	c   617s|260000 |  8811 |898200 |   3.5 | 143M|2694 |  20 |5645 |  12k|5645 | 283 | 156k| 326k|5091 | 0.000000e+00 | 1.600000e+01 |    Inf 
650.02/650.10	c   638s|270000 |  8845 |935068 |   3.5 | 144M|2694 |   - |5645 |  12k|   0 |   0 | 161k| 341k|5192 | 0.000000e+00 | 1.600000e+01 |    Inf 
671.31/671.37	c   659s|280000 |  8930 |969388 |   3.5 | 146M|2694 |   - |5645 |  11k|   0 |   0 | 164k| 354k|5270 | 0.000000e+00 | 1.600000e+01 |    Inf 
693.41/693.43	c   680s|290000 |  8947 |  1009k|   3.5 | 147M|2694 |   1 |5645 |  10k|5645 | 242 | 169k| 367k|5360 | 0.000000e+00 | 1.600000e+01 |    Inf 
715.02/715.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
715.02/715.09	c   702s|300000 |  8974 |  1049k|   3.5 | 148M|2694 |   - |5645 |  10k|   0 |   0 | 174k| 381k|5442 | 0.000000e+00 | 1.600000e+01 |    Inf 
734.32/734.35	c   721s|310000 |  9097 |  1083k|   3.5 | 150M|2694 |   - |5645 |  11k|   0 |   0 | 177k| 396k|5521 | 0.000000e+00 | 1.600000e+01 |    Inf 
753.71/753.77	c   740s|320000 |  9193 |  1116k|   3.5 | 151M|2694 |   4 |5645 |  12k|5645 | 268 | 181k| 410k|5594 | 0.000000e+00 | 1.600000e+01 |    Inf 
763.42/763.45	o 13
763.42/763.45	c * 749s|324822 |  8731 |  1132k|   3.5 | 144M|2694 |   - |5645 |  11k|5645 | 268 | 183k| 417k|5649 | 0.000000e+00 | 1.300000e+01 |    Inf 
773.62/773.62	c   759s|330000 |  8783 |  1154k|   3.5 | 145M|2694 |   1 |5645 |  12k|5645 | 261 | 186k| 425k|5697 | 0.000000e+00 | 1.300000e+01 |    Inf 
793.12/793.14	c   778s|340000 |  8865 |  1195k|   3.5 | 147M|2694 |  10 |5645 |  13k|5645 | 304 | 189k| 440k|5789 | 0.000000e+00 | 1.300000e+01 |    Inf 
812.93/812.97	c   798s|350000 |  8853 |  1232k|   3.5 | 148M|2694 |   - |5645 |  12k|   0 |   0 | 193k| 455k|5889 | 0.000000e+00 | 1.300000e+01 |    Inf 
833.83/833.88	c   818s|360000 |  8889 |  1268k|   3.5 | 149M|2694 |   1 |5645 |  12k|5645 | 280 | 197k| 470k|5960 | 0.000000e+00 | 1.300000e+01 |    Inf 
853.71/853.70	c   838s|370000 |  8848 |  1305k|   3.5 | 149M|2694 |   9 |5645 |  12k|5645 | 251 | 201k| 486k|6021 | 0.000000e+00 | 1.300000e+01 |    Inf 
873.92/873.91	c   858s|380000 |  8789 |  1342k|   3.5 | 147M|2694 |   - |5645 |8416 |   0 |   0 | 205k| 500k|6138 | 0.000000e+00 | 1.300000e+01 |    Inf 
875.12/875.11	o 9
875.12/875.11	c * 859s|380626 |  8062 |  1344k|   3.5 | 132M|2694 |   - |5645 |8653 |5645 | 244 | 205k| 501k|6143 | 0.000000e+00 | 9.000000e+00 |    Inf 
892.82/892.80	c   876s|390000 |  7978 |  1375k|   3.5 | 132M|2694 |  19 |5645 |7967 |5645 | 243 | 208k| 514k|6202 | 0.000000e+00 | 9.000000e+00 |    Inf 
912.42/912.47	c   895s|400000 |  7923 |  1413k|   3.5 | 132M|2694 |   - |5645 |6758 |   0 |   0 | 212k| 528k|6316 | 0.000000e+00 | 9.000000e+00 |    Inf 
933.62/933.66	c   916s|410000 |  8012 |  1452k|   3.5 | 135M|2694 |   - |5645 |  10k|   0 |   0 | 217k| 542k|6387 | 0.000000e+00 | 9.000000e+00 |    Inf 
954.73/954.78	c   937s|420000 |  8121 |  1487k|   3.5 | 137M|2694 |   - |5645 |  14k|   0 |   0 | 221k| 555k|6451 | 0.000000e+00 | 9.000000e+00 |    Inf 
976.22/976.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
976.22/976.20	c   958s|430000 |  8100 |  1523k|   3.5 | 137M|2694 |   1 |5645 |  11k|5645 | 284 | 225k| 569k|6536 | 0.000000e+00 | 9.000000e+00 |    Inf 
995.43/995.48	c   977s|440000 |  8106 |  1556k|   3.5 | 138M|2694 |   - |5645 |  11k|   0 |   0 | 229k| 583k|6628 | 0.000000e+00 | 9.000000e+00 |    Inf 
1015.33/1015.34	c   996s|450000 |  8163 |  1590k|   3.5 | 140M|2694 |   1 |5645 |  16k|5645 | 262 | 233k| 597k|6681 | 0.000000e+00 | 9.000000e+00 |    Inf 
1035.73/1035.75	c  1016s|460000 |  8185 |  1624k|   3.5 | 140M|2694 |   1 |5645 |  13k|5645 | 236 | 237k| 611k|6728 | 0.000000e+00 | 9.000000e+00 |    Inf 
1056.92/1056.98	c  1037s|470000 |  8141 |  1661k|   3.5 | 140M|2694 |   9 |5645 |  12k|5645 | 246 | 241k| 625k|6819 | 0.000000e+00 | 9.000000e+00 |    Inf 
1076.83/1076.80	c  1057s|480000 |  8195 |  1699k|   3.5 | 141M|2694 |   4 |5645 |  10k|5645 | 237 | 245k| 638k|6887 | 0.000000e+00 | 9.000000e+00 |    Inf 
1096.73/1096.72	c  1076s|490000 |  8234 |  1731k|   3.5 | 142M|2694 |   - |5645 |  11k|   0 |   0 | 249k| 651k|6944 | 0.000000e+00 | 9.000000e+00 |    Inf 
1116.83/1116.89	c  1096s|500000 |  8236 |  1768k|   3.5 | 143M|2694 |   - |5645 |  11k|   0 |   0 | 252k| 665k|7024 | 0.000000e+00 | 9.000000e+00 |    Inf 
1136.03/1136.02	c  1115s|510000 |  8098 |  1804k|   3.5 | 142M|2694 |   - |5645 |  11k|   0 |   0 | 257k| 678k|7102 | 0.000000e+00 | 9.000000e+00 |    Inf 
1155.33/1155.34	c  1134s|520000 |  8064 |  1837k|   3.5 | 142M|2694 |   1 |5645 |  11k|5645 | 219 | 261k| 691k|7160 | 0.000000e+00 | 9.000000e+00 |    Inf 
1156.73/1156.76	o 6
1156.73/1156.76	c *1135s|520635 |  7098 |  1839k|   3.5 | 128M|2694 |   - |5645 |  11k|5645 | 251 | 262k| 692k|7171 | 0.000000e+00 | 6.000000e+00 |    Inf 
1175.33/1175.37	c  1153s|530000 |  7183 |  1871k|   3.5 | 130M|2694 |  16 |5645 |  14k|5645 | 260 | 265k| 704k|7206 | 0.000000e+00 | 6.000000e+00 |    Inf 
1196.53/1196.52	c  1174s|540000 |  7255 |  1902k|   3.5 | 131M|2694 |   - |5645 |  15k|   0 |   0 | 269k| 717k|7249 | 0.000000e+00 | 6.000000e+00 |    Inf 
1216.93/1216.90	c  1194s|550000 |  7297 |  1937k|   3.5 | 131M|2694 |   1 |5645 |  12k|5645 | 214 | 273k| 730k|7301 | 0.000000e+00 | 6.000000e+00 |    Inf 
1237.03/1237.02	c  1214s|560000 |  7307 |  1970k|   3.5 | 132M|2694 |   - |5645 |  12k|   0 |   0 | 276k| 743k|7376 | 0.000000e+00 | 6.000000e+00 |    Inf 
1256.93/1256.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1256.93/1256.93	c  1233s|570000 |  7321 |  2006k|   3.5 | 133M|2694 |   - |5645 |  13k|   0 |   0 | 280k| 756k|7438 | 0.000000e+00 | 6.000000e+00 |    Inf 
1278.04/1278.07	c  1254s|580000 |  7273 |  2044k|   3.5 | 133M|2694 |   7 |5645 |  12k|5645 | 218 | 283k| 771k|7500 | 0.000000e+00 | 6.000000e+00 |    Inf 
1298.44/1298.49	c  1274s|590000 |  7123 |  2080k|   3.5 | 130M|2694 |   1 |5645 |9221 |5645 | 224 | 287k| 784k|7542 | 0.000000e+00 | 6.000000e+00 |    Inf 
1317.23/1317.26	c  1292s|600000 |  7141 |  2114k|   3.5 | 131M|2694 |   - |5645 |9206 |   0 |   0 | 290k| 799k|7609 | 0.000000e+00 | 6.000000e+00 |    Inf 
1336.83/1336.86	c  1311s|610000 |  7355 |  2153k|   3.5 | 134M|2694 |   1 |5645 |  11k|5645 | 249 | 295k| 813k|7676 | 0.000000e+00 | 6.000000e+00 |    Inf 
1357.63/1357.61	c  1332s|620000 |  7487 |  2192k|   3.5 | 137M|2694 |   1 |5645 |  12k|5645 | 264 | 299k| 827k|7742 | 0.000000e+00 | 6.000000e+00 |    Inf 
1378.35/1378.33	c  1352s|630000 |  7594 |  2231k|   3.5 | 140M|2694 |   9 |5645 |  13k|5645 | 254 | 302k| 842k|7788 | 0.000000e+00 | 6.000000e+00 |    Inf 
1398.44/1398.48	c  1372s|640000 |  7707 |  2269k|   3.5 | 140M|2694 |   - |5645 |  10k|   0 |   0 | 306k| 856k|7827 | 0.000000e+00 | 6.000000e+00 |    Inf 
1419.14/1419.15	c  1392s|650000 |  7802 |  2312k|   3.6 | 142M|2694 |  20 |5645 |  10k|5645 | 267 | 310k| 871k|7885 | 0.000000e+00 | 6.000000e+00 |    Inf 
1439.44/1439.48	c  1412s|660000 |  7706 |  2355k|   3.6 | 142M|2694 |  10 |5645 |  11k|5645 | 297 | 314k| 886k|7947 | 0.000000e+00 | 6.000000e+00 |    Inf 
1459.65/1459.63	c  1432s|670000 |  7279 |  2394k|   3.6 | 136M|2694 |   - |5645 |8409 |   0 |   0 | 317k| 901k|8038 | 0.000000e+00 | 6.000000e+00 |    Inf 
1478.64/1478.60	c  1450s|680000 |  7282 |  2433k|   3.6 | 137M|2694 |   - |5645 |9267 |   0 |   0 | 322k| 916k|8089 | 0.000000e+00 | 6.000000e+00 |    Inf 
1497.94/1498.00	c  1469s|690000 |  7475 |  2466k|   3.6 | 140M|2694 |   1 |5645 |  12k|5645 | 276 | 325k| 931k|8124 | 0.000000e+00 | 6.000000e+00 |    Inf 
1517.54/1517.50	c  1488s|700000 |  7575 |  2501k|   3.6 | 141M|2694 |   - |5645 |  11k|   0 |   0 | 328k| 946k|8151 | 0.000000e+00 | 6.000000e+00 |    Inf 
1537.25/1537.27	c  1508s|710000 |  7561 |  2542k|   3.6 | 141M|2694 |   - |5645 |  10k|   0 |   0 | 332k| 961k|8212 | 0.000000e+00 | 6.000000e+00 |    Inf 
1556.25/1556.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1556.25/1556.23	c  1526s|720000 |  7228 |  2578k|   3.6 | 137M|2694 |   1 |5645 |7098 |5645 | 213 | 335k| 976k|8309 | 0.000000e+00 | 6.000000e+00 |    Inf 
1574.45/1574.40	c  1544s|730000 |  7272 |  2612k|   3.6 | 138M|2694 |   1 |5645 |8847 |5645 | 225 | 340k| 989k|8333 | 0.000000e+00 | 6.000000e+00 |    Inf 
1593.15/1593.15	c  1563s|740000 |  7336 |  2645k|   3.6 | 140M|2694 |   1 |5645 |  10k|5645 | 269 | 343k|1002k|8380 | 0.000000e+00 | 6.000000e+00 |    Inf 
1611.85/1611.80	c  1581s|750000 |  7255 |  2680k|   3.6 | 139M|2694 |   - |5645 |  10k|5645 | 260 | 346k|1016k|8434 | 0.000000e+00 | 6.000000e+00 |    Inf 
1631.45/1631.42	c  1600s|760000 |  7212 |  2716k|   3.6 | 140M|2694 |   - |5645 |  11k|   0 |   0 | 350k|1030k|8492 | 0.000000e+00 | 6.000000e+00 |    Inf 
1650.85/1650.82	c  1619s|770000 |  7188 |  2751k|   3.6 | 140M|2694 |   - |5645 |  13k|   0 |   0 | 355k|1044k|8549 | 0.000000e+00 | 6.000000e+00 |    Inf 
1671.15/1671.19	c  1639s|780000 |  7039 |  2784k|   3.6 | 138M|2694 |   1 |5645 |  10k|5645 | 221 | 358k|1057k|8600 | 0.000000e+00 | 6.000000e+00 |    Inf 
1690.85/1690.82	c  1658s|790000 |  6685 |  2820k|   3.6 | 134M|2694 |   - |5645 |9451 |   0 |   0 | 363k|1071k|8633 | 0.000000e+00 | 6.000000e+00 |    Inf 
1711.15/1711.17	c  1678s|800000 |  6775 |  2861k|   3.6 | 135M|2694 |   - |5645 |  10k|   0 |   0 | 369k|1084k|8704 | 0.000000e+00 | 6.000000e+00 |    Inf 
1731.75/1731.74	c  1698s|810000 |  6848 |  2900k|   3.6 | 137M|2694 |   - |5645 |  13k|   0 |   0 | 373k|1097k|8765 | 0.000000e+00 | 6.000000e+00 |    Inf 
1753.36/1753.39	c  1720s|820000 |  6826 |  2936k|   3.6 | 138M|2694 |   7 |5645 |  12k|5645 | 223 | 375k|1111k|8805 | 0.000000e+00 | 6.000000e+00 |    Inf 
1775.55/1775.50	c  1741s|830000 |  6928 |  2974k|   3.6 | 140M|2694 |   - |5645 |  15k|   0 |   0 | 380k|1124k|8839 | 0.000000e+00 | 6.000000e+00 |    Inf 
1798.76/1798.77	c  1764s|840000 |  7064 |  3011k|   3.6 | 142M|2694 |   - |5645 |  15k|   0 |   0 | 385k|1137k|8909 | 0.000000e+00 | 6.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1765.45
1800.06/1800.00	c Solving Nodes      : 840554
1800.06/1800.00	c Primal Bound       : +6.00000000000000e+00 (408 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.09	s SATISFIABLE
1800.06/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.06/1800.09	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.06/1800.09	v -x188 x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.09	v -x167 -x166 -x165 -x164 x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.09	v -x146 -x145 x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.06/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.06/1800.09	v -x104 x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.06/1800.09	v -x79 -x78 -x77 -x76 -x75 x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1800.06/1800.09	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.06/1800.09	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 
1800.06/1800.09	v -x1 
1800.06/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.09	c Solving Time       :    1765.45
1800.06/1800.09	c Original Problem   :
1800.06/1800.09	c   Problem name     : HOME/instance-2692987-1277927306.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.09	c Presolved Problem  :
1800.06/1800.09	c   Problem name     : t_HOME/instance-2692987-1277927306.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5414 initial, 16864 maximal
1800.06/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.06/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   root node        :          -       2591          -          -       5182          -          -          -          -
1800.06/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   integral         :          0          0          0     511300          0          7        519          0          0     872254
1800.06/1800.09	c   indicator        :       2707          0    5476329      74532          0       1251    9946588          0          0          0
1800.06/1800.09	c   linear           :       2707          6    5507681      74546          0     300224   22869590     385944          0          0
1800.06/1800.09	c   logicor          :          0+         0    1368891          0          0      89519    1488627          0          0          0
1800.06/1800.09	c   bounddisjunction :          0+         0      10842          0          0          0          0          0          0          0
1800.06/1800.09	c   countsols        :          0          0          0      24367          0          0          0          0          0          0
1800.06/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.09	c   integral         :      15.74       0.00       0.00      15.74       0.00
1800.06/1800.09	c   indicator        :      47.08       0.00      38.33       8.75       0.00
1800.06/1800.09	c   linear           :     239.71       0.01     231.42       8.28       0.00
1800.06/1800.09	c   logicor          :     151.16       0.00     151.16       0.00       0.00
1800.06/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.09	c   vbounds          :       1.27          2          0          0
1800.06/1800.09	c   rootredcost      :       1.17         41          0       2591
1800.06/1800.09	c   pseudoobj        :     292.12    5537179      28091    7244248
1800.06/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.09	c   propagation      :      24.37     417834     417785    2418289       28.4      23628       16.2          -
1800.06/1800.09	c   infeasible LP    :       4.09      11413      11413      89101       42.5        185       16.0          0
1800.06/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   pseudo solution  :       0.08        394        394       1488       11.5        333        6.2          -
1800.06/1800.09	c   applied globally :          -          -          -    1138057       22.4          -          -          -
1800.06/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.06/1800.09	c   redcost          :      42.49     518301          0    2570764          0          0
1800.06/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.06/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.09	c   cmir             :       0.03          4          0          0          1          0
1800.06/1800.09	c   flowcover        :       0.01          4          0          0          2          0
1800.06/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.09	c Pricers            :       Time      Calls       Vars
1800.06/1800.09	c   problem variables:       0.00          0          0
1800.06/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   relpscost        :      15.30     436546          7        519          0          0     872254
1800.06/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   inference        :       5.46      24326          0          0          0          0      48652
1800.06/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.09	c   LP solutions     :       0.10          -         41
1800.06/1800.09	c   pseudo solutions :       0.00          -          0
1800.06/1800.09	c   feaspump         :       0.00          0          0
1800.06/1800.09	c   linesearchdiving :       0.00          3          0
1800.06/1800.09	c   coefdiving       :       0.01          3          0
1800.06/1800.09	c   guideddiving     :       0.02          3          0
1800.06/1800.09	c   oneopt           :       0.48         36          0
1800.06/1800.09	c   objpscostdiving  :       0.01          2          0
1800.06/1800.09	c   rootsoldiving    :       0.00          2          0
1800.06/1800.09	c   pscostdiving     :       0.01          4          0
1800.06/1800.09	c   fracdiving       :       0.06          4          0
1800.06/1800.09	c   veclendiving     :       0.01          4          0
1800.06/1800.09	c   intshifting      :       0.00          4          0
1800.06/1800.09	c   crossover        :       1.83         50          2
1800.06/1800.09	c   trivial          :       0.08          2          2
1800.06/1800.09	c   simplerounding   :       0.73     438920          0
1800.06/1800.09	c   zirounding       :       0.78       1000          0
1800.06/1800.09	c   rounding         :       4.62       9280          0
1800.06/1800.09	c   shifting         :       2.38       2920          0
1800.06/1800.09	c   twoopt           :       0.00          0          0
1800.06/1800.09	c   fixandinfer      :       0.00          0          0
1800.06/1800.09	c   intdiving        :       0.00          0          0
1800.06/1800.09	c   actconsdiving    :       0.00          0          0
1800.06/1800.09	c   octane           :       0.00          0          0
1800.06/1800.09	c   rens             :       0.03          1          0
1800.06/1800.09	c   rins             :       0.00          0          0
1800.06/1800.09	c   localbranching   :       0.00          0          0
1800.06/1800.09	c   mutation         :       0.00          0          0
1800.06/1800.09	c   dins             :       0.00          0          0
1800.06/1800.09	c   undercover       :       0.00          0          0
1800.06/1800.09	c   nlp              :       0.20          0          0
1800.06/1800.09	c   trysol           :       5.27       9091        363
1800.06/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.09	c   dual LP          :     489.09     506305    3012226       5.95    6158.84
1800.06/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.09	c   diving/probing LP:       0.12         77       1479      19.21   12325.00
1800.06/1800.09	c   strong branching :      12.11       8909     100030      11.23    8260.12
1800.06/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.06/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.09	c B&B Tree           :
1800.06/1800.09	c   number of runs   :          1
1800.06/1800.09	c   nodes            :     840554
1800.06/1800.09	c   nodes (total)    :     840554
1800.06/1800.09	c   nodes left       :       7069
1800.06/1800.09	c   max depth        :       2694
1800.06/1800.09	c   max depth (total):       2694
1800.06/1800.09	c   backtracks       :      61046 (7.3%)
1800.06/1800.09	c   delayed cutoffs  :      55332
1800.06/1800.09	c   repropagations   :    3146081 (6321205 domain reductions, 50833 cutoffs)
1800.06/1800.09	c   avg switch length:       9.17
1800.06/1800.09	c   switching time   :     222.00
1800.06/1800.09	c Solution           :
1800.06/1800.09	c   Solutions found  :        408 (42 improvements)
1800.06/1800.09	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.09	c   Primal Bound     : +6.00000000000000e+00   (in run 1, after 520635 nodes, 1134.88 seconds, depth 38, found by <relaxation>)
1800.06/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.09	c   Gap              :   infinite
1800.06/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.09	c   Root Iterations  :        183
1800.25/1800.24	c Time complete: 1800.3.

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692987-1277927306/watcher-2692987-1277927306 -o /tmp/evaluation-result-2692987-1277927306/solver-2692987-1277927306 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692987-1277927306.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.18 4/178 14810
/proc/meminfo: memFree=29598964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=11304 CPUtime=0
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1751 0 0 0 0 0 0 0 25 0 1 0 134028729 11575296 1671 4089446400 4194304 9819077 140736504888448 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14810/statm: 2826 1672 392 1374 0 1447 0

[startup+0.0751821 s]
/proc/loadavg: 2.00 2.04 2.18 4/178 14810
/proc/meminfo: memFree=29598964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=36400 CPUtime=0.07
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 8124 0 0 0 6 1 0 0 25 0 1 0 134028729 37273600 7690 4089446400 4194304 9819077 140736504888448 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36400

[startup+0.101177 s]
/proc/loadavg: 2.00 2.04 2.18 4/178 14810
/proc/meminfo: memFree=29598964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=36400 CPUtime=0.09
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 8124 0 0 0 8 1 0 0 25 0 1 0 134028729 37273600 7690 4089446400 4194304 9819077 140736504888448 18446744073709551615 4241139 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.301139 s]
/proc/loadavg: 2.00 2.04 2.18 4/178 14810
/proc/meminfo: memFree=29598964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=53380 CPUtime=0.29
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 12775 0 0 0 28 1 0 0 25 0 1 0 134028729 54661120 11742 4089446400 4194304 9819077 140736504888448 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 13345 11742 673 1374 0 11966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53380

[startup+0.701061 s]
/proc/loadavg: 2.00 2.04 2.18 4/178 14810
/proc/meminfo: memFree=29598964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=47228 CPUtime=0.69
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 27965 0 0 0 66 3 0 0 25 0 1 0 134028729 48361472 9995 4089446400 4194304 9819077 140736504888448 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 11807 9995 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50091 s]
/proc/loadavg: 2.00 2.04 2.18 4/179 14811
/proc/meminfo: memFree=29559772/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=48948 CPUtime=1.49
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 46101 0 0 0 143 6 0 0 25 0 1 0 134028729 50122752 10363 4089446400 4194304 9819077 140736504888448 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 12237 10363 699 1374 0 10858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48948

[startup+3.10061 s]
/proc/loadavg: 2.00 2.04 2.18 4/179 14811
/proc/meminfo: memFree=29556548/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=52072 CPUtime=3.09
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 57590 0 0 0 300 9 0 0 25 0 1 0 134028729 53321728 11481 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 13018 11481 700 1374 0 11639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52072

[startup+6.30101 s]
/proc/loadavg: 2.00 2.04 2.18 4/179 14811
/proc/meminfo: memFree=29542964/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=61356 CPUtime=6.29
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 77701 0 0 0 614 15 0 0 25 0 1 0 134028729 62828544 13861 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 15339 13861 705 1374 0 13960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61356

[startup+12.7008 s]
/proc/loadavg: 2.00 2.04 2.18 4/179 14811
/proc/meminfo: memFree=29520016/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=75196 CPUtime=12.69
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 115220 0 0 0 1242 27 0 0 25 0 1 0 134028729 77000704 17049 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 18799 17049 705 1374 0 17420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75196

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 2.17 3/179 14812
/proc/meminfo: memFree=29473684/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=107164 CPUtime=25.49
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 174825 0 0 0 2500 49 0 0 25 0 1 0 134028729 109735936 24910 4089446400 4194304 9819077 140736504888448 18446744073709551615 4414743 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 26791 24910 705 1374 0 25412 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107164

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.17 3/179 14813
/proc/meminfo: memFree=29409280/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=155784 CPUtime=51.09
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 272914 0 0 0 5018 91 0 0 25 0 1 0 134028729 159522816 36717 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 38946 36717 705 1374 0 37567 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155784

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.16 4/179 14814
/proc/meminfo: memFree=29269492/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=233832 CPUtime=102.3
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 406884 0 0 0 10056 174 0 0 25 0 1 0 134028729 239443968 55063 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 58458 55063 705 1374 0 57079 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 233832

[startup+162.301 s]
/proc/loadavg: 1.96 2.00 2.14 3/179 14864
/proc/meminfo: memFree=31372180/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=290992 CPUtime=162.29
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 548948 0 0 0 15952 277 0 0 25 0 1 0 134028729 297975808 67940 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 72748 67940 713 1374 0 71369 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 290992

[startup+222.3 s]
/proc/loadavg: 1.98 2.00 2.13 3/179 14866
/proc/meminfo: memFree=31208688/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=326032 CPUtime=222.3
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 691812 0 0 0 21849 381 0 0 25 0 1 0 134028729 333856768 75662 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 81508 75662 717 1374 0 80129 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 326032

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.12 3/179 14868
/proc/meminfo: memFree=31094312/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=351436 CPUtime=282.3
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 808143 0 0 0 27749 481 0 0 25 0 1 0 134028729 359870464 81433 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 87859 81433 717 1374 0 86480 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 351436

[startup+342.301 s]
/proc/loadavg: 2.06 2.02 2.11 3/179 14869
/proc/meminfo: memFree=30964680/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=385972 CPUtime=342.3
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 947650 0 0 0 33639 591 0 0 25 0 1 0 134028729 395235328 88894 4089446400 4194304 9819077 140736504888448 18446744073709551615 4620686 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 96493 88894 717 1374 0 95114 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 385972

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.10 3/179 14871
/proc/meminfo: memFree=30835048/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=395432 CPUtime=402.31
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1134901 0 0 0 39508 723 0 0 25 0 1 0 134028729 404922368 90931 4089446400 4194304 9819077 140736504888448 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 98858 90931 725 1374 0 97479 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 395432

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 2.09 3/179 14872
/proc/meminfo: memFree=30729232/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=400680 CPUtime=462.31
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1287708 0 0 0 45381 850 0 0 25 0 1 0 134028729 410296320 92272 4089446400 4194304 9819077 140736504888448 18446744073709551615 6543446 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 100125 92270 725 1374 0 98746 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 400680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 14874
/proc/meminfo: memFree=30619432/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=410264 CPUtime=522.3
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1425803 0 0 0 51260 970 0 0 25 0 1 0 134028729 420110336 94416 4089446400 4194304 9819077 140736504888448 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 102566 94416 725 1374 0 101187 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 410264

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 2.08 3/179 14876
/proc/meminfo: memFree=30539536/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=413788 CPUtime=582.31
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1560901 0 0 0 57140 1091 0 0 25 0 1 0 134028729 423718912 95294 4089446400 4194304 9819077 140736504888448 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 103447 95294 725 1374 0 102068 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 413788

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.08 3/179 14877
/proc/meminfo: memFree=30471160/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=418660 CPUtime=642.32
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 1677186 0 0 0 63026 1206 0 0 25 0 1 0 134028729 428707840 96557 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 104665 96557 725 1374 0 103286 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 418660

[startup+702.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 14893
/proc/meminfo: memFree=30270920/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=433944 CPUtime=882.32
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2108578 0 0 0 86584 1648 0 0 25 0 1 0 134028729 444358656 100324 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 108486 100324 725 1374 0 107107 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 433944

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 14894
/proc/meminfo: memFree=30205776/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=435232 CPUtime=942.33
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2217041 0 0 0 92470 1763 0 0 25 0 1 0 134028729 445677568 100633 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 108808 100633 725 1374 0 107429 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 435232

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 14896
/proc/meminfo: memFree=30139640/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=436220 CPUtime=1002.33
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2315202 0 0 0 98356 1877 0 0 25 0 1 0 134028729 446689280 100849 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 109055 100849 725 1374 0 107676 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 436220

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/179 14897
/proc/meminfo: memFree=30066656/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=439400 CPUtime=1062.33
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2419442 0 0 0 104246 1987 0 0 25 0 1 0 134028729 449945600 101609 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 109850 101609 725 1374 0 108471 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 439400

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 14899
/proc/meminfo: memFree=30009072/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=443144 CPUtime=1122.33
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2543923 0 0 0 110120 2113 0 0 25 0 1 0 134028729 453779456 102462 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 110786 102462 725 1374 0 109407 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 443144

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 14901
/proc/meminfo: memFree=29956456/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=443624 CPUtime=1182.33
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2676822 0 0 0 115996 2237 0 0 25 0 1 0 134028729 454270976 102588 4089446400 4194304 9819077 140736504888448 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 110906 102588 725 1374 0 109527 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 443624

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 14902
/proc/meminfo: memFree=29868728/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=444032 CPUtime=1242.34
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2796206 0 0 0 121877 2357 0 0 25 0 1 0 134028729 454688768 102701 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 111008 102701 725 1374 0 109629 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 444032

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 14904
/proc/meminfo: memFree=29788932/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=444132 CPUtime=1302.34
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 2920005 0 0 0 127755 2479 0 0 25 0 1 0 134028729 454791168 102752 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 111033 102752 725 1374 0 109654 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 444132

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 14905
/proc/meminfo: memFree=29712104/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=446260 CPUtime=1362.34
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3034325 0 0 0 133638 2596 0 0 25 0 1 0 134028729 456970240 103256 4089446400 4194304 9819077 140736504888448 18446744073709551615 7486739 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 111565 103256 725 1374 0 110186 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 446260

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.01 3/179 14907
/proc/meminfo: memFree=29649068/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=448920 CPUtime=1422.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3164739 0 0 0 139517 2718 0 0 25 0 1 0 134028729 459694080 104004 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112230 104004 725 1374 0 110851 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 448920

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14909
/proc/meminfo: memFree=29576736/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=449404 CPUtime=1482.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3280375 0 0 0 145400 2835 0 0 25 0 1 0 134028729 460189696 104131 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112351 104131 725 1374 0 110972 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 449404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14910
/proc/meminfo: memFree=29507248/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=450412 CPUtime=1542.34
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3406105 0 0 0 151279 2955 0 0 25 0 1 0 134028729 461221888 104295 4089446400 4194304 9819077 140736504888448 18446744073709551615 8678903 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112603 104295 725 1374 0 111224 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 450412

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14912
/proc/meminfo: memFree=29438612/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=450012 CPUtime=1602.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3516132 0 0 0 157158 3077 0 0 25 0 1 0 134028729 460812288 104324 4089446400 4194304 9819077 140736504888448 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112547 104325 725 1374 0 111168 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 450012

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14913
/proc/meminfo: memFree=29372832/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=450876 CPUtime=1662.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3619275 0 0 0 163037 3198 0 0 25 0 1 0 134028729 461697024 104500 4089446400 4194304 9819077 140736504888448 18446744073709551615 6671123 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112719 104500 725 1374 0 111340 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 450876

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14915
/proc/meminfo: memFree=29305316/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=450880 CPUtime=1722.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3719504 0 0 0 168920 3315 0 0 25 0 1 0 134028729 461701120 104501 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 112720 104501 725 1374 0 111341 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 450880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14917
/proc/meminfo: memFree=29239920/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=452364 CPUtime=1782.35
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3813687 0 0 0 174810 3425 0 0 25 0 1 0 134028729 463220736 104882 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 113091 104882 725 1374 0 111712 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 452364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14917
/proc/meminfo: memFree=29213716/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=452772 CPUtime=1800.06
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3839580 0 0 0 176548 3458 0 0 25 0 1 0 134028729 463638528 104986 4089446400 4194304 9819077 140736504888448 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14810/statm: 113193 104986 725 1374 0 111814 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 452772

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14917
/proc/meminfo: memFree=29213716/32951124 swapFree=67111528/67111528
[pid=14810] ppid=14808 vsize=450992 CPUtime=1800.25
/proc/14810/stat : 14810 (pbscip.linux.x8) R 14808 14810 14146 0 -1 4202496 3839599 0 0 0 176567 3458 0 0 25 0 1 0 134028729 461815808 104555 4089446400 4194304 9819077 140736504888448 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14810/statm: 112748 104555 726 1374 0 111369 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 450992

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.31
CPU user time (s): 1765.71
CPU system time (s): 34.6037
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 456908

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

runsolver used 3.11952 second user time and 5.9001 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 21:48:26
IDJOB=2692987
IDBENCH=79278
IDSOLVER=1205
FILE ID=node102/2692987-1277927306
PBS_JOBID= 11197350
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
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-2692987-1277927306/watcher-2692987-1277927306 -o /tmp/evaluation-result-2692987-1277927306/solver-2692987-1277927306 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692987-1277927306.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 10c8366d87b8e61a0f23df601b3f0e14
RANDOM SEED=2089854870

node102.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29599492 kB
Buffers:        210072 kB
Cached:         740636 kB
SwapCached:          0 kB
Active:        2613336 kB
Inactive:       592728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29599492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:     2255148 kB
Mapped:          16240 kB
Slab:            78592 kB
PageTables:       9180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2438980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node102 at 2010-06-30 22:18:28