Trace number 2692949

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.28 1800.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM24569843aeaad08e546ecaba09eee200
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark148.653
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 721
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-2692949-1277925616.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.12	o 136613
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.366130e+05
0.09/0.12	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.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	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.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.19/0.20	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.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.366130e+05 |    Inf 
5.09/5.10	o 397
5.09/5.10	c * 4.9s|  2828 |  2556 |  1548 |   0.5 |  27M|2689 |   - |5645 |5414 |5645 | 236 | 467 |   0 | 492 | 0.000000e+00 | 3.970000e+02 |    Inf 
14.09/14.17	c  13.9s| 10000 |  9718 |  2194 |   0.2 |  43M|2689 |   0 |5645 |5462 |5645 | 218 | 629 |  48 | 536 | 0.000000e+00 | 3.970000e+02 |    Inf 
14.09/14.20	o 259
14.09/14.20	c *13.9s| 10036 |  9269 |  2196 |   0.2 |  42M|2689 |   - |5645 |5462 |5645 | 218 | 629 |  48 | 536 | 0.000000e+00 | 2.590000e+02 |    Inf 
19.19/19.28	o 251
19.19/19.28	c *18.9s| 13302 | 12355 |  3807 |   0.3 |  50M|2689 |   - |5645 |5574 |5645 | 213 |1173 | 160 | 639 | 0.000000e+00 | 2.510000e+02 |    Inf 
21.89/21.98	o 248
21.89/21.98	c *21.6s| 14537 | 13312 |  5950 |   0.4 |  55M|2689 |   - |5645 |6152 |5645 | 207 |1750 | 738 | 722 | 0.000000e+00 | 2.480000e+02 |    Inf 
22.79/22.84	o 244
22.79/22.84	c *22.4s| 14830 | 13382 |  6545 |   0.4 |  56M|2689 |   - |5645 |6363 |5645 | 240 |1920 | 949 | 747 | 0.000000e+00 | 2.440000e+02 |    Inf 
23.99/24.00	o 243
23.99/24.00	c *23.6s| 15189 | 13549 |  7515 |   0.5 |  58M|2689 |   - |5645 |6942 |5645 | 223 |2176 |1528 | 771 | 0.000000e+00 | 2.430000e+02 |    Inf 
26.69/26.71	o 242
26.69/26.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.69/26.71	c *26.2s| 16013 | 14083 |  9823 |   0.6 |  61M|2689 |   - |5645 |7821 |5645 | 224 |2883 |2407 | 868 | 0.000000e+00 | 2.420000e+02 |    Inf 
28.49/28.53	o 235
28.49/28.53	c *28.0s| 16820 | 14348 | 11081 |   0.6 |  63M|2689 |   - |5645 |8108 |5645 | 220 |3262 |2695 | 918 | 0.000000e+00 | 2.350000e+02 |    Inf 
28.49/28.53	o 221
28.49/28.53	c *28.0s| 16821 | 13762 | 11083 |   0.6 |  62M|2689 |   - |5645 |8108 |5645 | 220 |3262 |2695 | 918 | 0.000000e+00 | 2.210000e+02 |    Inf 
28.49/28.58	o 218
28.49/28.58	c *28.1s| 16841 | 13666 | 11112 |   0.6 |  62M|2689 |   - |5645 |8112 |5645 | 212 |3262 |2699 | 918 | 0.000000e+00 | 2.180000e+02 |    Inf 
28.79/28.89	o 209
28.79/28.89	c *28.4s| 16927 | 13438 | 11473 |   0.7 |  61M|2689 |   - |5645 |8164 |5645 | 245 |3376 |2752 | 927 | 0.000000e+00 | 2.090000e+02 |    Inf 
35.10/35.14	o 205
35.10/35.14	c *34.5s| 18673 | 14483 | 20662 |   1.1 |  70M|2689 |   - |5645 |9017 |5645 | 229 |5936 |3908 |1267 | 0.000000e+00 | 2.050000e+02 |    Inf 
35.10/35.18	o 196
35.10/35.18	c *34.5s| 18710 | 14056 | 20666 |   1.1 |  68M|2689 |   - |5645 |9017 |5645 | 229 |5936 |3908 |1267 | 0.000000e+00 | 1.960000e+02 |    Inf 
36.20/36.22	o 191
36.20/36.22	c *35.5s| 18992 | 14105 | 22726 |   1.2 |  69M|2689 |   - |5645 |9079 |5645 | 262 |6431 |4078 |1304 | 0.000000e+00 | 1.910000e+02 |    Inf 
36.30/36.32	o 177
36.30/36.32	c *35.6s| 19002 | 13516 | 23034 |   1.2 |  67M|2689 |   - |5645 |9069 |5645 | 240 |6487 |4079 |1313 | 0.000000e+00 | 1.770000e+02 |    Inf 
36.30/36.34	o 176
36.30/36.34	c *35.6s| 19012 | 13456 | 23040 |   1.2 |  66M|2689 |   - |5645 |9067 |5645 | 241 |6488 |4079 |1313 | 0.000000e+00 | 1.760000e+02 |    Inf 
36.30/36.35	o 167
36.30/36.35	c *35.6s| 19013 | 13070 | 23040 |   1.2 |  65M|2689 |   - |5645 |9067 |5645 | 241 |6488 |4079 |1313 | 0.000000e+00 | 1.670000e+02 |    Inf 
36.39/36.48	o 165
36.39/36.48	c *35.8s| 19028 | 12956 | 23386 |   1.2 |  64M|2689 |   - |5645 |9060 |5645 | 268 |6572 |4081 |1333 | 0.000000e+00 | 1.650000e+02 |    Inf 
36.39/36.49	o 164
36.39/36.49	c *35.8s| 19035 | 12910 | 23393 |   1.2 |  64M|2689 |   - |5645 |9060 |5645 | 267 |6572 |4081 |1333 | 0.000000e+00 | 1.640000e+02 |    Inf 
36.39/36.50	o 159
36.39/36.50	c *35.8s| 19036 | 12642 | 23393 |   1.2 |  63M|2689 |   - |5645 |9060 |5645 | 267 |6572 |4081 |1333 | 0.000000e+00 | 1.590000e+02 |    Inf 
36.89/36.90	o 154
36.89/36.90	c *36.2s| 19096 | 12365 | 24411 |   1.3 |  62M|2689 |   - |5645 |9048 |5645 | 236 |6779 |4134 |1365 | 0.000000e+00 | 1.540000e+02 |    Inf 
38.59/38.63	o 138
38.59/38.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.59/38.63	c *37.9s| 19606 | 11524 | 26450 |   1.3 |  58M|2689 |   - |5645 |9120 |5645 | 252 |7288 |4507 |1395 | 0.000000e+00 | 1.380000e+02 |    Inf 
39.99/40.05	c  39.3s| 20000 | 11816 | 28518 |   1.4 |  60M|2689 |   0 |5645 |9184 |5645 | 225 |7913 |4821 |1412 | 0.000000e+00 | 1.380000e+02 |    Inf 
41.09/41.17	o 135
41.09/41.17	c *40.4s| 20307 | 11767 | 29815 |   1.5 |  62M|2689 |   - |5645 |9201 |5645 | 214 |8348 |5036 |1426 | 0.000000e+00 | 1.350000e+02 |    Inf 
41.09/41.17	o 130
41.09/41.17	c *40.4s| 20308 | 11419 | 29815 |   1.5 |  61M|2689 |   - |5645 |9201 |5645 | 214 |8348 |5036 |1426 | 0.000000e+00 | 1.300000e+02 |    Inf 
41.19/41.22	o 129
41.19/41.22	c *40.4s| 20310 | 11346 | 29991 |   1.5 |  61M|2689 |   - |5645 |9189 |5645 | 217 |8381 |5036 |1427 | 0.000000e+00 | 1.290000e+02 |    Inf 
41.39/41.46	o 110
41.39/41.46	c *40.7s| 20447 |  9969 | 30339 |   1.5 |  57M|2689 |   - |5645 |9189 |5645 | 231 |8460 |5051 |1438 | 0.000000e+00 | 1.100000e+02 |    Inf 
41.99/42.02	o 109
41.99/42.02	c *41.2s| 20655 | 10097 | 30917 |   1.5 |  57M|2689 |   - |5645 |9149 |5645 | 225 |8616 |5098 |1439 | 0.000000e+00 | 1.090000e+02 |    Inf 
42.39/42.44	o 103
42.39/42.44	c *41.6s| 20715 |  9749 | 31703 |   1.5 |  56M|2689 |   - |5645 |9058 |5645 | 264 |8809 |5197 |1460 | 0.000000e+00 | 1.030000e+02 |    Inf 
42.39/42.44	o 98
42.39/42.44	c *41.6s| 20716 |  9155 | 31703 |   1.5 |  55M|2689 |   - |5645 |9058 |5645 | 264 |8809 |5197 |1460 | 0.000000e+00 | 9.800000e+01 |    Inf 
43.39/43.49	o 85
43.39/43.49	c *42.7s| 21134 |  7586 | 33098 |   1.6 |  51M|2689 |   - |5645 |8937 |5645 | 220 |9117 |5373 |1469 | 0.000000e+00 | 8.500000e+01 |    Inf 
47.09/47.17	o 77
47.09/47.17	c *46.3s| 22158 |  7230 | 37658 |   1.7 |  53M|2689 |   - |5645 |7352 |5645 | 234 |  10k|6159 |1493 | 0.000000e+00 | 7.700000e+01 |    Inf 
47.09/47.18	o 75
47.09/47.18	c *46.3s| 22159 |  7021 | 37660 |   1.7 |  52M|2689 |   - |5645 |7352 |5645 | 234 |  10k|6159 |1493 | 0.000000e+00 | 7.500000e+01 |    Inf 
49.49/49.57	o 72
49.49/49.57	c *48.6s| 22805 |  6970 | 41380 |   1.8 |  54M|2689 |   - |5645 |6486 |5645 | 215 |  11k|6897 |1511 | 0.000000e+00 | 7.200000e+01 |    Inf 
49.59/49.63	o 67
49.59/49.63	c *48.7s| 22812 |  6281 | 41517 |   1.8 |  51M|2689 |   - |5645 |6354 |5645 | 229 |  11k|6898 |1511 | 0.000000e+00 | 6.700000e+01 |    Inf 
58.69/58.74	o 52
58.69/58.74	c *57.6s| 25508 |  5288 | 53406 |   2.1 |  54M|2689 |   - |5645 |6393 |5645 | 229 |  14k|9924 |1589 | 0.000000e+00 | 5.200000e+01 |    Inf 
71.89/71.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.89/71.99	c  70.7s| 30000 |  5741 | 71669 |   2.4 |  60M|2689 |   - |5645 |6358 |   0 |   0 |  18k|  15k|1639 | 0.000000e+00 | 5.200000e+01 |    Inf 
78.49/78.50	o 51
78.49/78.50	c *77.0s| 32188 |  5981 | 80739 |   2.5 |  63M|2689 |   - |5645 |6746 |5645 | 231 |  20k|  18k|1653 | 0.000000e+00 | 5.100000e+01 |    Inf 
78.49/78.51	o 50
78.49/78.51	c *77.1s| 32189 |  5867 | 80740 |   2.5 |  63M|2689 |   - |5645 |6746 |5645 | 231 |  20k|  18k|1653 | 0.000000e+00 | 5.000000e+01 |    Inf 
100.69/100.73	o 40
100.69/100.73	c *98.9s| 39528 |  5474 |110953 |   2.8 |  67M|2689 |   - |5645 |6809 |5645 | 215 |  27k|  27k|1783 | 0.000000e+00 | 4.000000e+01 |    Inf 
101.09/101.13	o 26
101.09/101.13	c *99.3s| 39661 |  3991 |111087 |   2.8 |  60M|2689 |   - |5645 |6431 |5645 | 222 |  27k|  27k|1784 | 0.000000e+00 | 2.600000e+01 |    Inf 
101.09/101.14	o 21
101.09/101.14	c *99.3s| 39662 |  3422 |111087 |   2.8 |  55M|2689 |   - |5645 |6431 |5645 | 222 |  27k|  27k|1784 | 0.000000e+00 | 2.100000e+01 |    Inf 
101.89/101.98	c   100s| 40000 |  3421 |112389 |   2.8 |  55M|2689 |   - |5645 |5278 |   0 |   0 |  27k|  28k|1816 | 0.000000e+00 | 2.100000e+01 |    Inf 
122.99/123.02	c   121s| 50000 |  3513 |143542 |   2.9 |  59M|2689 |   - |5645 |6741 |   0 |   0 |  33k|  41k|2057 | 0.000000e+00 | 2.100000e+01 |    Inf 
136.90/136.98	o 17
136.90/136.98	c * 134s| 56702 |  3290 |161106 |   2.8 |  59M|2689 |   - |5645 |8849 |5645 | 256 |  35k|  50k|2184 | 0.000000e+00 | 1.700000e+01 |    Inf 
143.79/143.89	c   141s| 60000 |  3324 |172258 |   2.9 |  60M|2689 |   1 |5645 |7552 |5645 | 227 |  37k|  54k|2265 | 0.000000e+00 | 1.700000e+01 |    Inf 
163.79/163.90	c   161s| 70000 |  3404 |204724 |   2.9 |  62M|2689 |   - |5645 |8321 |   0 |   0 |  42k|  68k|2491 | 0.000000e+00 | 1.700000e+01 |    Inf 
184.59/184.69	c   181s| 80000 |  3403 |237671 |   3.0 |  64M|2689 |   - |5645 |7605 |   0 |   0 |  47k|  81k|2716 | 0.000000e+00 | 1.700000e+01 |    Inf 
189.29/189.36	o 14
189.29/189.36	c * 186s| 82313 |  3124 |245553 |   3.0 |  62M|2689 |   - |5645 |8211 |5645 | 266 |  48k|  84k|2739 | 0.000000e+00 | 1.400000e+01 |    Inf 
203.40/203.49	c   200s| 90000 |  3128 |270418 |   3.0 |  63M|2689 |  17 |5645 |8381 |5645 | 254 |  52k|  94k|2873 | 0.000000e+00 | 1.400000e+01 |    Inf 
222.29/222.30	c   218s|100000 |  3112 |304062 |   3.0 |  65M|2689 |  13 |5645 |8458 |5645 | 226 |  55k| 107k|3043 | 0.000000e+00 | 1.400000e+01 |    Inf 
241.69/241.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
241.69/241.77	c   237s|110000 |  3141 |338245 |   3.1 |  66M|2689 |   6 |5645 |8899 |5645 | 260 |  60k| 120k|3229 | 0.000000e+00 | 1.400000e+01 |    Inf 
260.60/260.67	c   256s|120000 |  3129 |367657 |   3.1 |  67M|2689 |  22 |5645 |8253 |5645 | 210 |  63k| 134k|3386 | 0.000000e+00 | 1.400000e+01 |    Inf 
279.59/279.62	c   274s|130000 |  3143 |399642 |   3.1 |  69M|2689 |  16 |5645 |  10k|5645 | 219 |  68k| 147k|3554 | 0.000000e+00 | 1.400000e+01 |    Inf 
298.70/298.74	c   293s|140000 |  3187 |428620 |   3.1 |  71M|2689 |   1 |5645 |  13k|5645 | 245 |  71k| 160k|3632 | 0.000000e+00 | 1.400000e+01 |    Inf 
319.30/319.33	c   313s|150000 |  3367 |461869 |   3.1 |  74M|2689 |   - |5645 |  15k|   0 |   0 |  75k| 174k|3785 | 0.000000e+00 | 1.400000e+01 |    Inf 
341.19/341.29	c   335s|160000 |  3512 |503352 |   3.1 |  77M|2689 |   1 |5645 |  15k|5645 | 213 |  80k| 189k|3925 | 0.000000e+00 | 1.400000e+01 |    Inf 
362.50/362.58	c   355s|170000 |  3622 |539359 |   3.2 |  78M|2689 |   - |5645 |  13k|5645 | 237 |  84k| 203k|4062 | 0.000000e+00 | 1.400000e+01 |    Inf 
383.80/383.84	c   376s|180000 |  3719 |574291 |   3.2 |  81M|2689 |   - |5645 |  14k|   0 |   0 |  88k| 218k|4227 | 0.000000e+00 | 1.400000e+01 |    Inf 
394.60/394.65	o 13
394.60/394.65	c * 387s|185556 |  3736 |591718 |   3.2 |  81M|2689 |   - |5645 |  15k|5645 | 234 |  90k| 226k|4299 | 0.000000e+00 | 1.300000e+01 |    Inf 
403.60/403.70	c   396s|190000 |  3764 |607653 |   3.2 |  81M|2689 |   1 |5645 |  11k|5645 | 208 |  92k| 232k|4369 | 0.000000e+00 | 1.300000e+01 |    Inf 
423.99/424.01	c   415s|200000 |  3868 |639187 |   3.2 |  83M|2689 |   - |5645 |  13k|   0 |   0 |  96k| 245k|4469 | 0.000000e+00 | 1.300000e+01 |    Inf 
429.30/429.35	o 10
429.30/429.35	c * 421s|202856 |  3662 |648073 |   3.2 |  81M|2689 |   - |5645 |  14k|5645 | 224 |  96k| 249k|4476 | 0.000000e+00 | 1.000000e+01 |    Inf 
443.20/443.25	c   434s|210000 |  3743 |671538 |   3.2 |  82M|2689 |  20 |5645 |  13k|5645 | 227 |  99k| 260k|4540 | 0.000000e+00 | 1.000000e+01 |    Inf 
463.30/463.38	c   454s|220000 |  3779 |705408 |   3.2 |  84M|2689 |   - |5645 |  12k|   0 |   0 | 102k| 275k|4649 | 0.000000e+00 | 1.000000e+01 |    Inf 
484.80/484.83	c   475s|230000 |  3951 |739082 |   3.2 |  87M|2689 |   - |5645 |  14k|   0 |   0 | 106k| 290k|4753 | 0.000000e+00 | 1.000000e+01 |    Inf 
505.50/505.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
505.50/505.58	c   496s|240000 |  4030 |771340 |   3.2 |  88M|2689 |   - |5645 |  14k|   0 |   0 | 110k| 306k|4821 | 0.000000e+00 | 1.000000e+01 |    Inf 
526.40/526.46	c   516s|250000 |  4038 |805058 |   3.2 |  89M|2689 |   6 |5645 |  14k|5645 | 240 | 114k| 321k|4897 | 0.000000e+00 | 1.000000e+01 |    Inf 
546.80/546.86	c   536s|260000 |  4037 |838311 |   3.2 |  89M|2689 |   - |5645 |  12k|   0 |   0 | 118k| 337k|5001 | 0.000000e+00 | 1.000000e+01 |    Inf 
549.20/549.22	o 8
549.20/549.22	c * 538s|261158 |  3727 |841940 |   3.2 |  85M|2689 |   - |5645 |  12k|5645 | 223 | 118k| 338k|5023 | 0.000000e+00 | 8.000000e+00 |    Inf 
567.10/567.11	c   556s|270000 |  3752 |872579 |   3.2 |  86M|2689 |   1 |5645 |  12k|5645 | 245 | 122k| 351k|5121 | 0.000000e+00 | 8.000000e+00 |    Inf 
586.70/586.73	c   575s|280000 |  3671 |904361 |   3.2 |  85M|2689 |   - |5645 |  11k|   0 |   0 | 124k| 366k|5210 | 0.000000e+00 | 8.000000e+00 |    Inf 
589.71/589.76	o 4
589.71/589.76	c * 578s|281486 |  3111 |909920 |   3.2 |  78M|2689 |   - |5645 |  12k|5645 | 258 | 125k| 368k|5234 | 0.000000e+00 | 4.000000e+00 |    Inf 
607.40/607.42	c   596s|290000 |  3067 |940813 |   3.2 |  77M|2689 |   - |5645 |  10k|   0 |   0 | 129k| 380k|5313 | 0.000000e+00 | 4.000000e+00 |    Inf 
627.01/627.07	c   615s|300000 |  3023 |974559 |   3.2 |  77M|2689 |   - |5645 |  11k|   0 |   0 | 133k| 393k|5374 | 0.000000e+00 | 4.000000e+00 |    Inf 
647.50/647.55	c   635s|310000 |  3139 |  1007k|   3.2 |  80M|2689 |   1 |5645 |  16k|5645 | 225 | 137k| 407k|5444 | 0.000000e+00 | 4.000000e+00 |    Inf 
668.50/668.55	c   656s|320000 |  3215 |  1037k|   3.2 |  81M|2689 |   - |5645 |  18k|   0 |   0 | 142k| 421k|5492 | 0.000000e+00 | 4.000000e+00 |    Inf 
691.00/691.04	c   678s|330000 |  3233 |  1071k|   3.2 |  82M|2689 |   1 |5645 |  17k|5645 | 268 | 146k| 435k|5579 | 0.000000e+00 | 4.000000e+00 |    Inf 
708.50/708.57	o 1
708.50/708.57	c * 695s|338162 |  2822 |  1098k|   3.2 |  76M|2689 |   - |5645 |  17k|5645 | 256 | 149k| 446k|5627 | 0.000000e+00 | 1.000000e-00 |    Inf 
712.60/712.64	c   699s|340000 |  2839 |  1104k|   3.2 |  75M|2689 |   - |5645 |  15k|   0 |   0 | 150k| 448k|5648 | 0.000000e+00 | 1.000000e-00 |    Inf 
733.20/733.22	c   720s|350000 |  2813 |  1135k|   3.2 |  76M|2689 |   - |5645 |  16k|   0 |   0 | 153k| 463k|5709 | 0.000000e+00 | 1.000000e-00 |    Inf 
753.60/753.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.60/753.60	c   740s|360000 |  2770 |  1169k|   3.2 |  75M|2689 |   1 |5645 |  14k|5645 | 212 | 157k| 476k|5787 | 0.000000e+00 | 1.000000e-00 |    Inf 
776.21/776.20	c   762s|370000 |  2801 |  1213k|   3.3 |  77M|2689 |   - |5645 |  16k|   0 |   0 | 159k| 490k|5878 | 0.000000e+00 | 1.000000e-00 |    Inf 
798.91/798.98	c   784s|380000 |  2836 |  1261k|   3.3 |  78M|2689 |   - |5645 |  18k|   0 |   0 | 162k| 504k|5928 | 0.000000e+00 | 1.000000e-00 |    Inf 
821.01/821.09	c   806s|390000 |  2723 |  1303k|   3.3 |  75M|2689 |   - |5645 |  15k|   0 |   0 | 165k| 518k|6035 | 0.000000e+00 | 1.000000e-00 |    Inf 
841.80/841.87	c   827s|400000 |  2792 |  1331k|   3.3 |  77M|2689 |   1 |5645 |  17k|5645 | 213 | 168k| 532k|6111 | 0.000000e+00 | 1.000000e-00 |    Inf 
863.21/863.25	c   848s|410000 |  2821 |  1358k|   3.3 |  77M|2689 |   1 |5645 |  17k|5645 | 204 | 171k| 546k|6169 | 0.000000e+00 | 1.000000e-00 |    Inf 
884.81/884.86	c   869s|420000 |  2884 |  1383k|   3.3 |  79M|2689 |   1 |5645 |  20k|5645 | 216 | 174k| 560k|6196 | 0.000000e+00 | 1.000000e-00 |    Inf 
906.21/906.23	c   890s|430000 |  2869 |  1408k|   3.3 |  79M|2689 |   - |5645 |  19k|   0 |   0 | 176k| 574k|6244 | 0.000000e+00 | 1.000000e-00 |    Inf 
928.71/928.70	c   912s|440000 |  2938 |  1433k|   3.3 |  80M|2689 |   - |5645 |  20k|   0 |   0 | 179k| 588k|6302 | 0.000000e+00 | 1.000000e-00 |    Inf 
952.41/952.48	c   935s|450000 |  2952 |  1458k|   3.2 |  81M|2689 |   - |5645 |  20k|   0 |   0 | 182k| 603k|6339 | 0.000000e+00 | 1.000000e-00 |    Inf 
976.21/976.23	c   958s|460000 |  2957 |  1484k|   3.2 |  82M|2689 |   - |5645 |  21k|   0 |   0 | 185k| 617k|6362 | 0.000000e+00 | 1.000000e-00 |    Inf 
1001.02/1001.04	c   982s|470000 |  2963 |  1519k|   3.2 |  82M|2689 |   1 |5645 |  22k|5645 | 221 | 187k| 632k|6426 | 0.000000e+00 | 1.000000e-00 |    Inf 
1025.71/1025.70	c  1006s|480000 |  2951 |  1544k|   3.2 |  83M|2689 |   - |5645 |  22k|   0 |   0 | 190k| 647k|6480 | 0.000000e+00 | 1.000000e-00 |    Inf 
1050.61/1050.66	c  1031s|490000 |  3088 |  1572k|   3.2 |  84M|2689 |   - |5645 |  23k|   0 |   0 | 194k| 659k|6540 | 0.000000e+00 | 1.000000e-00 |    Inf 
1076.42/1076.43	c  1056s|500000 |  3019 |  1602k|   3.2 |  84M|2689 |   - |5645 |  24k|   0 |   0 | 198k| 673k|6593 | 0.000000e+00 | 1.000000e-00 |    Inf 
1101.72/1101.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1101.72/1101.72	c  1081s|510000 |  3087 |  1628k|   3.2 |  86M|2689 |   1 |5645 |  26k|5645 | 200 | 200k| 688k|6633 | 0.000000e+00 | 1.000000e-00 |    Inf 
1128.21/1128.20	c  1106s|520000 |  3118 |  1654k|   3.2 |  86M|2689 |  24 |5645 |  24k|5645 | 231 | 203k| 702k|6711 | 0.000000e+00 | 1.000000e-00 |    Inf 
1155.71/1155.70	c  1133s|530000 |  3186 |  1682k|   3.2 |  88M|2689 |   - |5645 |  26k|   0 |   0 | 206k| 717k|6752 | 0.000000e+00 | 1.000000e-00 |    Inf 
1182.52/1182.59	c  1160s|540000 |  3209 |  1707k|   3.2 |  88M|2689 |   - |5645 |  26k|   0 |   0 | 209k| 731k|6779 | 0.000000e+00 | 1.000000e-00 |    Inf 
1209.71/1209.75	c  1186s|550000 |  3209 |  1731k|   3.1 |  89M|2689 |   - |5645 |  26k|   0 |   0 | 211k| 745k|6842 | 0.000000e+00 | 1.000000e-00 |    Inf 
1237.22/1237.22	c  1213s|560000 |  3183 |  1757k|   3.1 |  89M|2689 |   1 |5645 |  26k|5645 | 200 | 214k| 758k|6885 | 0.000000e+00 | 1.000000e-00 |    Inf 
1264.92/1264.98	c  1240s|570000 |  3237 |  1780k|   3.1 |  90M|2689 |   1 |5645 |  27k|5645 | 237 | 216k| 773k|6913 | 0.000000e+00 | 1.000000e-00 |    Inf 
1292.92/1292.93	c  1267s|580000 |  3299 |  1809k|   3.1 |  92M|2689 |   - |5645 |  30k|   0 |   0 | 219k| 789k|6954 | 0.000000e+00 | 1.000000e-00 |    Inf 
1322.13/1322.19	c  1296s|590000 |  3334 |  1842k|   3.1 |  91M|2689 |   1 |5645 |  27k|5645 | 243 | 222k| 803k|7024 | 0.000000e+00 | 1.000000e-00 |    Inf 
1350.22/1350.27	c  1323s|600000 |  3299 |  1873k|   3.1 |  91M|2689 |  15 |5645 |  26k|5645 | 217 | 225k| 818k|7066 | 0.000000e+00 | 1.000000e-00 |    Inf 
1379.63/1379.68	c  1352s|610000 |  3323 |  1907k|   3.1 |  91M|2689 |   1 |5645 |  25k|5645 | 224 | 227k| 832k|7112 | 0.000000e+00 | 1.000000e-00 |    Inf 
1408.12/1408.12	c  1379s|620000 |  3353 |  1929k|   3.1 |  92M|2689 |   - |5645 |  27k|   0 |   0 | 230k| 846k|7147 | 0.000000e+00 | 1.000000e-00 |    Inf 
1436.54/1436.56	c  1407s|630000 |  3408 |  1951k|   3.1 |  93M|2689 |  12 |5645 |  28k|5645 | 213 | 232k| 859k|7192 | 0.000000e+00 | 1.000000e-00 |    Inf 
1464.63/1464.67	c  1434s|640000 |  3415 |  1979k|   3.1 |  92M|2689 |  16 |5645 |  25k|5645 | 236 | 234k| 873k|7223 | 0.000000e+00 | 1.000000e-00 |    Inf 
1495.02/1495.05	c  1464s|650000 |  3662 |  2023k|   3.1 |  96M|2689 |   9 |5645 |  26k|5645 | 200 | 240k| 886k|7293 | 0.000000e+00 | 1.000000e-00 |    Inf 
1525.52/1525.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.52/1525.58	c  1494s|660000 |  3729 |  2057k|   3.1 |  97M|2689 |   1 |5645 |  26k|5645 | 200 | 245k| 900k|7349 | 0.000000e+00 | 1.000000e-00 |    Inf 
1555.03/1555.03	c  1523s|670000 |  3746 |  2087k|   3.1 |  98M|2689 |   - |5645 |  27k|   0 |   0 | 249k| 914k|7413 | 0.000000e+00 | 1.000000e-00 |    Inf 
1584.63/1584.66	c  1551s|680000 |  3787 |  2127k|   3.1 |  99M|2689 |  11 |5645 |  26k|5645 | 214 | 254k| 929k|7479 | 0.000000e+00 | 1.000000e-00 |    Inf 
1614.14/1614.10	c  1580s|690000 |  3795 |  2163k|   3.1 |  99M|2689 |   1 |5645 |  27k|5645 | 200 | 259k| 943k|7522 | 0.000000e+00 | 1.000000e-00 |    Inf 
1644.13/1644.14	c  1609s|700000 |  3791 |  2201k|   3.1 | 100M|2689 |   - |5645 |  28k|   0 |   0 | 263k| 957k|7568 | 0.000000e+00 | 1.000000e-00 |    Inf 
1674.33/1674.34	c  1639s|710000 |  3812 |  2239k|   3.2 | 100M|2689 |   - |5645 |  26k|   0 |   0 | 268k| 971k|7612 | 0.000000e+00 | 1.000000e-00 |    Inf 
1702.63/1702.62	c  1666s|720000 |  3775 |  2277k|   3.2 | 100M|2689 |   - |5645 |  26k|   0 |   0 | 271k| 987k|7679 | 0.000000e+00 | 1.000000e-00 |    Inf 
1731.34/1731.40	c  1694s|730000 |  3791 |  2317k|   3.2 | 101M|2689 |   1 |5645 |  26k|5645 | 200 | 275k|1002k|7742 | 0.000000e+00 | 1.000000e-00 |    Inf 
1760.63/1760.62	c  1723s|740000 |  3869 |  2365k|   3.2 | 102M|2689 |  22 |5645 |  29k|5645 | 220 | 281k|1017k|7807 | 0.000000e+00 | 1.000000e-00 |    Inf 
1788.94/1788.99	c  1750s|750000 |  3850 |  2408k|   3.2 | 102M|2689 |   - |5645 |  27k|   0 |   0 | 285k|1033k|7872 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1761.22
1800.04/1800.00	c Solving Nodes      : 753846
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (275 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.07	s SATISFIABLE
1800.04/1800.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.07	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.04/1800.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.07	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.07	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.04/1800.07	v -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.04/1800.07	v -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.04/1800.07	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 -x54 
1800.04/1800.07	v -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.04/1800.07	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.04/1800.07	v -x1 
1800.04/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.07	c Solving Time       :    1761.22
1800.04/1800.07	c Original Problem   :
1800.04/1800.07	c   Problem name     : HOME/instance-2692949-1277925616.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.07	c Presolved Problem  :
1800.04/1800.07	c   Problem name     : t_HOME/instance-2692949-1277925616.wbo
1800.04/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.07	c   Constraints      : 5414 initial, 30845 maximal
1800.04/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   integral         :          0          0          0     447283          0         10        592          0          0     785856
1800.04/1800.07	c   indicator        :       2707          0    1970512      42284          0        340    3163178          0          0          0
1800.04/1800.07	c   linear           :       2707          6    4646533      53820          0     284835   19014364     286826          0          0
1800.04/1800.07	c   logicor          :          0+         0    1155917          0          0      89764    1565026          0          0          0
1800.04/1800.07	c   bounddisjunction :          0+         0       1906          0          0          1         25          0          0          0
1800.04/1800.07	c   countsols        :          0          0          0      21953          0          0          0          0          0          0
1800.04/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.07	c   integral         :      13.58       0.00       0.00      13.58       0.00
1800.04/1800.07	c   indicator        :      17.80       0.02      12.78       5.00       0.00
1800.04/1800.07	c   linear           :     250.85       0.01     245.10       5.74       0.00
1800.04/1800.07	c   logicor          :     291.37       0.00     291.37       0.00       0.00
1800.04/1800.07	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.04/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.07	c   vbounds          :       0.94          2          0          0
1800.04/1800.07	c   rootredcost      :       0.73         47          0       2707
1800.04/1800.07	c   pseudoobj        :     230.41    4653413       6461    2092063
1800.04/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.07	c   propagation      :      26.20     381061     380994    2480292       33.2      16117       22.0          -
1800.04/1800.07	c   infeasible LP    :       2.32       6086       6086      50197       42.7         91       17.0          0
1800.04/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.07	c   pseudo solution  :       0.03        137        137        537       12.1        110        5.1          -
1800.04/1800.07	c   applied globally :          -          -          -    1039295       25.0          -          -          -
1800.04/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.07	c   redcost          :      33.16     450483          0    1008675          0          0
1800.04/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.07	c   gomory           :       0.02          4          0          0         75          0
1800.04/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.07	c   cmir             :       0.00          4          0          0          1          0
1800.04/1800.07	c   flowcover        :       0.03          4          0          0          2          0
1800.04/1800.07	c   clique           :       0.01          1          0          0          0          0
1800.04/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.07	c Pricers            :       Time      Calls       Vars
1800.04/1800.07	c   problem variables:       0.00          0          0
1800.04/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.07	c   relpscost        :      13.26     393421         10        592          0          0     785856
1800.04/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   inference        :       3.73      21906          0          0          0          0      43812
1800.04/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.07	c   LP solutions     :       0.03          -         47
1800.04/1800.07	c   pseudo solutions :       0.00          -          0
1800.04/1800.07	c   feaspump         :       0.00          0          0
1800.04/1800.07	c   intshifting      :       0.02          3          0
1800.04/1800.07	c   oneopt           :       0.48         39          0
1800.04/1800.07	c   guideddiving     :       0.04         23          0
1800.04/1800.07	c   coefdiving       :       0.03         25          0
1800.04/1800.07	c   veclendiving     :       0.03         25          0
1800.04/1800.07	c   linesearchdiving :       0.03         25          0
1800.04/1800.07	c   pscostdiving     :       0.05         26          0
1800.04/1800.07	c   fracdiving       :       0.09         26          0
1800.04/1800.07	c   objpscostdiving  :       0.05         22          0
1800.04/1800.07	c   rootsoldiving    :       0.04         22          0
1800.04/1800.07	c   crossover        :       1.96         62          8
1800.04/1800.07	c   trivial          :       0.08          2          2
1800.04/1800.07	c   simplerounding   :       1.00     394351          0
1800.04/1800.07	c   zirounding       :       0.61       1000          0
1800.04/1800.07	c   rounding         :       2.81       8824          0
1800.04/1800.07	c   shifting         :       1.28       2748          0
1800.04/1800.07	c   twoopt           :       0.00          0          0
1800.04/1800.07	c   fixandinfer      :       0.00          0          0
1800.04/1800.07	c   intdiving        :       0.00          0          0
1800.04/1800.07	c   actconsdiving    :       0.00          0          0
1800.04/1800.07	c   octane           :       0.00          0          0
1800.04/1800.07	c   rens             :       0.02          1          0
1800.04/1800.07	c   rins             :       0.00          0          0
1800.04/1800.07	c   localbranching   :       0.00          0          0
1800.04/1800.07	c   mutation         :       0.00          0          0
1800.04/1800.07	c   dins             :       0.00          0          0
1800.04/1800.07	c   undercover       :       0.00          0          0
1800.04/1800.07	c   nlp              :       0.12          0          0
1800.04/1800.07	c   trysol           :       3.56       5605        218
1800.04/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.07	c   dual LP          :     395.40     434117    2420606       5.58    6121.92
1800.04/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.07	c   diving/probing LP:       0.15         84       1433      17.06    9553.33
1800.04/1800.07	c   strong branching :       9.79       7872      90234      11.46    9216.96
1800.04/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.07	c B&B Tree           :
1800.04/1800.07	c   number of runs   :          1
1800.04/1800.07	c   nodes            :     753846
1800.04/1800.07	c   nodes (total)    :     753846
1800.04/1800.07	c   nodes left       :       3877
1800.04/1800.07	c   max depth        :       2689
1800.04/1800.07	c   max depth (total):       2689
1800.04/1800.07	c   backtracks       :      54204 (7.2%)
1800.04/1800.07	c   delayed cutoffs  :      51436
1800.04/1800.07	c   repropagations   :    2733722 (3870031 domain reductions, 48607 cutoffs)
1800.04/1800.07	c   avg switch length:       8.60
1800.04/1800.07	c   switching time   :     272.44
1800.04/1800.07	c Solution           :
1800.04/1800.07	c   Solutions found  :        275 (48 improvements)
1800.04/1800.07	c   First Solution   : +1.36613000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.07	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 338162 nodes, 695.22 seconds, depth 36, found by <relaxation>)
1800.04/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.07	c   Gap              :   infinite
1800.04/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.07	c   Root Iterations  :        183
1800.24/1800.23	c Time complete: 1800.27.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692949-1277925616/watcher-2692949-1277925616 -o /tmp/evaluation-result-2692949-1277925616/solver-2692949-1277925616 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692949-1277925616.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: 1.94 1.99 1.99 4/196 26548
/proc/meminfo: memFree=31173528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=11304 CPUtime=0
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1749 0 0 0 0 0 0 0 25 0 1 0 166153325 11575296 1670 4089446400 4194304 9819077 140735806752048 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/26548/statm: 2826 1671 392 1374 0 1447 0

[startup+0.055014 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 26548
/proc/meminfo: memFree=31173528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=33636 CPUtime=0.04
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 7761 0 0 0 4 0 0 0 25 0 1 0 166153325 34443264 7328 4089446400 4194304 9819077 140735806752048 18446744073709551615 4561451 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26548/statm: 8702 7364 458 1374 0 7323 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33636

[startup+0.101007 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 26548
/proc/meminfo: memFree=31173528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=36400 CPUtime=0.09
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 8122 0 0 0 8 1 0 0 25 0 1 0 166153325 37273600 7689 4089446400 4194304 9819077 140735806752048 18446744073709551615 8678894 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26548/statm: 9100 7689 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.301027 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 26548
/proc/meminfo: memFree=31173528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=57132 CPUtime=0.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 13712 0 0 0 27 2 0 0 25 0 1 0 166153325 58503168 12680 4089446400 4194304 9819077 140735806752048 18446744073709551615 4680718 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/26548/statm: 14283 12680 674 1374 0 12904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57132

[startup+0.700954 s]
/proc/loadavg: 1.94 1.99 1.99 4/196 26548
/proc/meminfo: memFree=31173528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=45888 CPUtime=0.69
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 27981 0 0 0 65 4 0 0 25 0 1 0 166153325 46989312 9944 4089446400 4194304 9819077 140735806752048 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 11472 9944 698 1374 0 10093 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45888

[startup+1.50075 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 26549
/proc/meminfo: memFree=31135692/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=47800 CPUtime=1.48
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 47031 0 0 0 141 7 0 0 25 0 1 0 166153325 48947200 10282 4089446400 4194304 9819077 140735806752048 18446744073709551615 6667163 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 11950 10282 699 1374 0 10571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47800

[startup+3.10046 s]
/proc/loadavg: 1.94 1.99 1.99 3/197 26549
/proc/meminfo: memFree=31131112/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=52012 CPUtime=3.08
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 59153 0 0 0 298 10 0 0 25 0 1 0 166153325 53260288 11740 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 13003 11740 700 1374 0 11624 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52012

[startup+6.30087 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 26549
/proc/meminfo: memFree=31124948/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=58980 CPUtime=6.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 75444 0 0 0 614 15 0 0 25 0 1 0 166153325 60395520 13189 4089446400 4194304 9819077 140735806752048 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 14745 13189 700 1374 0 13366 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58980

[startup+12.7007 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 26549
/proc/meminfo: memFree=31114824/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=67452 CPUtime=12.69
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 88073 0 0 0 1246 23 0 0 25 0 1 0 166153325 69070848 15427 4089446400 4194304 9819077 140735806752048 18446744073709551615 6361680 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 16863 15427 700 1374 0 15484 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67452

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 26549
/proc/meminfo: memFree=31089000/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=95680 CPUtime=25.49
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 153891 0 0 0 2507 42 0 0 25 0 1 0 166153325 97976320 22268 4089446400 4194304 9819077 140735806752048 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 23920 22268 704 1374 0 22541 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95680

[startup+51.1007 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 26550
/proc/meminfo: memFree=31041724/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=143736 CPUtime=51.09
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 286610 0 0 0 5015 94 0 0 25 0 1 0 166153325 147185664 34032 4089446400 4194304 9819077 140735806752048 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26548/statm: 35934 34032 709 1374 0 34555 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143736

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26551
/proc/meminfo: memFree=30970840/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=208520 CPUtime=102.3
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 440153 0 0 0 10049 181 0 0 25 0 1 0 166153325 213524480 49402 4089446400 4194304 9819077 140735806752048 18446744073709551615 4983075 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 52130 49402 717 1374 0 50751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208520

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26553
/proc/meminfo: memFree=30944880/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=225884 CPUtime=162.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 607480 0 0 0 15931 298 0 0 25 0 1 0 166153325 231305216 53621 4089446400 4194304 9819077 140735806752048 18446744073709551615 4923944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 56471 53621 732 1374 0 55092 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225884

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26555
/proc/meminfo: memFree=30927840/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=234592 CPUtime=222.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 773801 0 0 0 21808 421 0 0 25 0 1 0 166153325 240222208 55765 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26548/statm: 58648 55765 732 1374 0 57269 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 234592

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26557
/proc/meminfo: memFree=30920712/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=240580 CPUtime=282.3
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 929706 0 0 0 27678 552 0 0 25 0 1 0 166153325 246353920 57287 4089446400 4194304 9819077 140735806752048 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26548/statm: 60145 57287 740 1374 0 58766 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 240580

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26558
/proc/meminfo: memFree=30910360/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=250764 CPUtime=342.3
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1061416 0 0 0 33554 676 0 0 25 0 1 0 166153325 256782336 59731 4089446400 4194304 9819077 140735806752048 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26548/statm: 62691 59731 740 1374 0 61312 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 250764

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26559
/proc/meminfo: memFree=30894308/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=255236 CPUtime=402.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1215180 0 0 0 39424 805 0 0 25 0 1 0 166153325 261361664 60831 4089446400 4194304 9819077 140735806752048 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/26548/statm: 63809 60831 740 1374 0 62430 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 255236

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26561
/proc/meminfo: memFree=30889040/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=260892 CPUtime=462.29
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1376470 0 0 0 45308 921 0 0 25 0 1 0 166153325 267153408 62116 4089446400 4194304 9819077 140735806752048 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 65223 62116 740 1374 0 63844 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 260892

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 26563
/proc/meminfo: memFree=30882428/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=267300 CPUtime=522.3
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1500192 0 0 0 51200 1030 0 0 25 0 1 0 166153325 273715200 63736 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 66825 63736 740 1374 0 65446 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 267300

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 26565
/proc/meminfo: memFree=30878040/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=271624 CPUtime=582.3
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1641007 0 0 0 57096 1134 0 0 25 0 1 0 166153325 278142976 64791 4089446400 4194304 9819077 140735806752048 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 67906 64791 740 1374 0 66527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 271624

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26566
/proc/meminfo: memFree=30877132/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=272140 CPUtime=642.31
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 1759824 0 0 0 62998 1233 0 0 25 0 1 0 166153325 278671360 64938 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 68035 64938 740 1374 0 66656 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 272140

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26573
/proc/meminfo: memFree=30874972/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=275612 CPUtime=882.31
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2073635 0 0 0 86652 1579 0 0 25 0 1 0 166153325 282226688 65718 4089446400 4194304 9819077 140735806752048 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26548/statm: 68903 65718 740 1374 0 67524 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 275612

[startup+942.301 s]
/proc/loadavg: 1.94 1.98 1.99 3/197 26622
/proc/meminfo: memFree=31149828/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=276164 CPUtime=942.31
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2125565 0 0 0 92528 1703 0 0 25 0 1 0 166153325 282791936 65870 4089446400 4194304 9819077 140735806752048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 69041 65870 740 1374 0 67662 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 276164

[startup+1002.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 26623
/proc/meminfo: memFree=31147744/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=277236 CPUtime=1002.31
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2187338 0 0 0 98359 1872 0 0 25 0 1 0 166153325 283889664 66099 4089446400 4194304 9819077 140735806752048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 69309 66099 740 1374 0 67930 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 277236

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 26625
/proc/meminfo: memFree=31145700/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=278556 CPUtime=1062.32
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2248264 0 0 0 104212 2020 0 0 25 0 1 0 166153325 285241344 66417 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 69639 66417 740 1374 0 68260 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 278556

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26627
/proc/meminfo: memFree=31143528/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=279800 CPUtime=1122.32
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2311134 0 0 0 110071 2161 0 0 25 0 1 0 166153325 286515200 66722 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 69950 66722 740 1374 0 68571 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 279800

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26629
/proc/meminfo: memFree=31142344/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=280392 CPUtime=1182.32
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2365335 0 0 0 115925 2307 0 0 25 0 1 0 166153325 287121408 66844 4089446400 4194304 9819077 140735806752048 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 70098 66844 740 1374 0 68719 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 280392

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26630
/proc/meminfo: memFree=31141160/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=280544 CPUtime=1242.32
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2426194 0 0 0 121783 2449 0 0 25 0 1 0 166153325 287277056 66879 4089446400 4194304 9819077 140735806752048 18446744073709551615 7816457 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 70136 66879 740 1374 0 68757 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 280544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26631
/proc/meminfo: memFree=31136872/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=284760 CPUtime=1302.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2483279 0 0 0 127630 2603 0 0 25 0 1 0 166153325 291594240 67961 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 71190 67961 740 1374 0 69811 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 284760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26633
/proc/meminfo: memFree=31136436/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=285148 CPUtime=1362.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2547057 0 0 0 133481 2752 0 0 25 0 1 0 166153325 291991552 68053 4089446400 4194304 9819077 140735806752048 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 71287 68053 740 1374 0 69908 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 285148

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26635
/proc/meminfo: memFree=31135632/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=286248 CPUtime=1422.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2595617 0 0 0 139326 2907 0 0 25 0 1 0 166153325 293117952 68237 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 71562 68237 740 1374 0 70183 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 286248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26637
/proc/meminfo: memFree=31134456/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=287048 CPUtime=1482.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2659947 0 0 0 145170 3063 0 0 25 0 1 0 166153325 293937152 68456 4089446400 4194304 9819077 140735806752048 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 71762 68456 740 1374 0 70383 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 287048

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 26638
/proc/meminfo: memFree=31133272/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=287904 CPUtime=1542.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2726168 0 0 0 151014 3219 0 0 25 0 1 0 166153325 294813696 68714 4089446400 4194304 9819077 140735806752048 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 71976 68714 740 1374 0 70597 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 287904

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 26639
/proc/meminfo: memFree=31130608/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=289936 CPUtime=1602.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2798428 0 0 0 156858 3375 0 0 25 0 1 0 166153325 296894464 69236 4089446400 4194304 9819077 140735806752048 18446744073709551615 4209993 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 72484 69236 740 1374 0 71105 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 289936

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 26641
/proc/meminfo: memFree=31129804/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=290424 CPUtime=1662.33
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2871272 0 0 0 162706 3527 0 0 25 0 1 0 166153325 297394176 69387 4089446400 4194304 9819077 140735806752048 18446744073709551615 6667864 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 72606 69387 740 1374 0 71227 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 290424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 26646
/proc/meminfo: memFree=31125272/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=293708 CPUtime=1722.34
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 2950575 0 0 0 168552 3682 0 0 25 0 1 0 166153325 300756992 70081 4089446400 4194304 9819077 140735806752048 18446744073709551615 4392932 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 73427 70081 740 1374 0 72048 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 293708

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 26648
/proc/meminfo: memFree=31123868/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=295324 CPUtime=1782.34
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 3041550 0 0 0 174401 3833 0 0 25 0 1 0 166153325 302411776 70477 4089446400 4194304 9819077 140735806752048 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 73831 70477 740 1374 0 72452 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 295324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 26648
/proc/meminfo: memFree=31123232/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=295328 CPUtime=1800.04
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 3061823 0 0 0 176124 3880 0 0 25 0 1 0 166153325 302415872 70485 4089446400 4194304 9819077 140735806752048 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/26548/statm: 73832 70485 740 1374 0 72453 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 295328

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.01 2.00 3/197 26648
/proc/meminfo: memFree=31123232/32950928 swapFree=67111528/67111528
[pid=26548] ppid=26546 vsize=278308 CPUtime=1800.24
/proc/26548/stat : 26548 (pbscip.linux.x8) R 26546 26548 24460 0 -1 4202496 3061838 0 0 0 176144 3880 0 0 18 0 1 0 166153325 284987392 66245 4089446400 4194304 9819077 140735806752048 18446744073709551615 4383954 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26548/statm: 69577 66245 741 1374 0 68198 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 278308

Child status: 0
Real time (s): 1800.24
CPU time (s): 1800.28
CPU user time (s): 1761.47
CPU system time (s): 38.8181
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 295532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.47
system time used= 38.8181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3061842
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= 4
involuntary context switches= 1659

runsolver used 2.50462 second user time and 5.74513 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 21:20:16
IDJOB=2692949
IDBENCH=79261
IDSOLVER=1205
FILE ID=node116/2692949-1277925616
PBS_JOBID= 11197307
Free space on /tmp= 74212 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.1900547389--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-2692949-1277925616/watcher-2692949-1277925616 -o /tmp/evaluation-result-2692949-1277925616/solver-2692949-1277925616 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692949-1277925616.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 24569843aeaad08e546ecaba09eee200
RANDOM SEED=989497466

node116.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.838
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.67
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.838
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	: 5381.00
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.838
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.838
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.75
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.838
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.76
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.838
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.77
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.838
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.838
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31174056 kB
Buffers:        209232 kB
Cached:        1008524 kB
SwapCached:          0 kB
Active:         902664 kB
Inactive:       728960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31174056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6276 kB
Writeback:           0 kB
AnonPages:      414444 kB
Mapped:          20444 kB
Slab:            79536 kB
PageTables:       5936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1659108 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= 74204 MiB
End job on node116 at 2010-06-30 21:50:18