Trace number 2692979

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.29 1800.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
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 benchmark173.946
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
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-2692979-1277926896.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.12	o 136842
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.368420e+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.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.12
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.368420e+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.368420e+05 |    Inf 
0.19/0.21	c   0.1s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.368420e+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.368420e+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.368420e+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.368420e+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.368420e+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.368420e+05 |    Inf 
18.30/18.34	c  17.8s| 10000 | 10001 | 10598 |   1.0 |  47M| 709 |   0 |5645 |5414 |5645 | 260 |3272 |   0 | 980 | 0.000000e+00 | 1.368420e+05 |    Inf 
31.30/31.39	c  30.5s| 20000 | 20001 | 12502 |   0.6 |  67M|1707 |   0 |5645 |5414 |5645 | 260 |3895 |   0 |1015 | 0.000000e+00 | 1.368420e+05 |    Inf 
41.70/41.77	o 856
41.70/41.77	c *40.6s| 28023 | 27648 | 13831 |   0.5 |  82M|1707 |   - |5645 |5414 |5645 | 265 |4348 |   0 |1041 | 0.000000e+00 | 8.560000e+02 |    Inf 
44.60/44.65	c  43.4s| 30000 | 29625 | 14697 |   0.5 |  86M|1707 |   0 |5645 |5414 |5645 | 258 |4613 |   0 |1054 | 0.000000e+00 | 8.560000e+02 |    Inf 
58.80/58.89	c  57.3s| 40000 | 39625 | 18507 |   0.5 | 106M|1707 |   0 |5645 |5414 |5645 | 280 |5708 |   0 |1135 | 0.000000e+00 | 8.560000e+02 |    Inf 
65.80/65.81	o 450
65.80/65.81	c *64.0s| 44821 | 38161 | 19983 |   0.4 | 104M|1707 |   - |5645 |5532 |5645 | 245 |6141 | 118 |1186 | 0.000000e+00 | 4.500000e+02 |    Inf 
69.30/69.38	o 434
69.30/69.38	c *67.5s| 46928 | 39551 | 20967 |   0.4 | 108M|1707 |   - |5645 |5861 |5645 | 271 |6441 | 447 |1193 | 0.000000e+00 | 4.340000e+02 |    Inf 
69.59/69.67	o 362
69.59/69.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.59/69.67	c *67.8s| 47123 | 36010 | 20995 |   0.4 | 101M|1707 |   - |5645 |5884 |5645 | 268 |6447 | 470 |1193 | 0.000000e+00 | 3.620000e+02 |    Inf 
69.79/69.83	o 321
69.79/69.83	c *68.0s| 47181 | 33552 | 21077 |   0.4 |  96M|1707 |   - |5645 |5943 |5645 | 271 |6457 | 529 |1195 | 0.000000e+00 | 3.210000e+02 |    Inf 
72.40/72.49	o 304
72.40/72.49	c *70.5s| 48186 | 33109 | 23583 |   0.5 |  98M|1707 |   - |5645 |6521 |5645 | 222 |7160 |1107 |1253 | 0.000000e+00 | 3.040000e+02 |    Inf 
72.50/72.50	o 297
72.50/72.50	c *70.5s| 48188 | 32472 | 23584 |   0.5 |  96M|1707 |   - |5645 |6521 |5645 | 222 |7160 |1107 |1253 | 0.000000e+00 | 2.970000e+02 |    Inf 
72.50/72.51	o 273
72.50/72.51	c *70.5s| 48189 | 30362 | 23585 |   0.5 |  92M|1707 |   - |5645 |6521 |5645 | 222 |7160 |1107 |1253 | 0.000000e+00 | 2.730000e+02 |    Inf 
72.99/73.05	o 256
72.99/73.05	c *71.1s| 48366 | 28494 | 24147 |   0.5 |  89M|1707 |   - |5645 |6568 |5645 | 245 |7367 |1154 |1276 | 0.000000e+00 | 2.560000e+02 |    Inf 
74.80/74.89	o 251
74.80/74.89	c *72.8s| 49183 | 28497 | 25995 |   0.5 |  91M|1707 |   - |5645 |6721 |5645 | 215 |7933 |1307 |1310 | 0.000000e+00 | 2.510000e+02 |    Inf 
74.99/75.06	o 247
74.99/75.06	c *73.0s| 49252 | 27994 | 26216 |   0.5 |  90M|1707 |   - |5645 |6731 |5645 | 222 |7983 |1317 |1310 | 0.000000e+00 | 2.470000e+02 |    Inf 
75.59/75.64	o 225
75.59/75.64	c *73.6s| 49506 | 25108 | 26930 |   0.5 |  84M|1707 |   - |5645 |6800 |5645 | 218 |8158 |1386 |1311 | 0.000000e+00 | 2.250000e+02 |    Inf 
75.59/75.66	o 203
75.59/75.66	c *73.6s| 49507 | 22083 | 26930 |   0.5 |  77M|1707 |   - |5645 |6800 |5645 | 218 |8158 |1386 |1311 | 0.000000e+00 | 2.030000e+02 |    Inf 
75.80/75.82	o 191
75.80/75.82	c *73.8s| 49573 | 20525 | 27209 |   0.5 |  74M|1707 |   - |5645 |6800 |5645 | 222 |8205 |1386 |1312 | 0.000000e+00 | 1.910000e+02 |    Inf 
75.80/75.83	o 169
75.80/75.83	c *73.8s| 49574 | 17224 | 27209 |   0.5 |  67M|1707 |   - |5645 |6800 |5645 | 222 |8205 |1386 |1312 | 0.000000e+00 | 1.690000e+02 |    Inf 
75.90/75.95	o 167
75.90/75.95	c *73.9s| 49590 | 16939 | 27413 |   0.5 |  66M|1707 |   - |5645 |6801 |5645 | 232 |8262 |1387 |1318 | 0.000000e+00 | 1.670000e+02 |    Inf 
75.99/76.06	o 150
75.99/76.06	c *74.0s| 49605 | 14529 | 27568 |   0.6 |  61M|1707 |   - |5645 |6817 |5645 | 233 |8320 |1403 |1325 | 0.000000e+00 | 1.500000e+02 |    Inf 
77.09/77.11	c  75.0s| 50000 | 14812 | 28526 |   0.6 |  62M|1707 |   0 |5645 |6970 |5645 | 232 |8587 |1556 |1348 | 0.000000e+00 | 1.500000e+02 |    Inf 
77.40/77.48	o 144
77.40/77.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.40/77.48	c *75.4s| 50136 | 14019 | 28936 |   0.6 |  62M|1707 |   - |5645 |7090 |5645 | 223 |8691 |1676 |1360 | 0.000000e+00 | 1.440000e+02 |    Inf 
77.49/77.50	o 128
77.49/77.50	c *75.4s| 50138 | 11579 | 28937 |   0.6 |  56M|1707 |   - |5645 |7090 |5645 | 223 |8691 |1676 |1360 | 0.000000e+00 | 1.280000e+02 |    Inf 
77.49/77.51	o 120
77.49/77.51	c *75.4s| 50139 | 10537 | 28937 |   0.6 |  54M|1707 |   - |5645 |7090 |5645 | 223 |8691 |1676 |1360 | 0.000000e+00 | 1.200000e+02 |    Inf 
77.59/77.60	o 108
77.59/77.60	c *75.5s| 50160 |  8971 | 29155 |   0.6 |  51M|1707 |   - |5645 |7094 |5645 | 218 |8737 |1680 |1363 | 0.000000e+00 | 1.080000e+02 |    Inf 
77.79/77.85	o 96
77.79/77.85	c *75.7s| 50340 |  7419 | 29488 |   0.6 |  48M|1707 |   - |5645 |7102 |5645 | 222 |8828 |1688 |1365 | 0.000000e+00 | 9.600000e+01 |    Inf 
77.79/77.89	o 95
77.79/77.89	c *75.8s| 50344 |  7153 | 29669 |   0.6 |  47M|1707 |   - |5645 |6927 |5645 | 186 |8842 |1691 |1365 | 0.000000e+00 | 9.500000e+01 |    Inf 
112.00/112.02	c   109s| 60000 | 12300 | 71747 |   1.2 |  89M|1707 |   6 |5645 |7526 |5645 | 223 |  21k|  10k|1563 | 0.000000e+00 | 9.500000e+01 |    Inf 
145.49/145.51	c   142s| 70000 | 17609 |108569 |   1.5 | 125M|1707 |   0 |5645 |7440 |5645 | 208 |  32k|  18k|1775 | 0.000000e+00 | 9.500000e+01 |    Inf 
149.19/149.25	o 79
149.19/149.25	c * 145s| 71123 | 14943 |113170 |   1.6 | 121M|1707 |   - |5645 |7267 |5645 | 258 |  33k|  19k|1802 | 0.000000e+00 | 7.900000e+01 |    Inf 
180.00/180.07	c   175s| 80000 | 18002 |151186 |   1.9 | 147M|1707 |   1 |5645 |7194 |5645 | 228 |  43k|  29k|2134 | 0.000000e+00 | 7.900000e+01 |    Inf 
214.51/214.59	c   209s| 90000 | 21743 |189516 |   2.1 | 174M|1707 |   0 |5645 |6794 |5645 | 232 |  54k|  39k|2392 | 0.000000e+00 | 7.900000e+01 |    Inf 
224.59/224.60	o 71
224.59/224.60	c * 218s| 92939 | 20940 |199295 |   2.1 | 176M|1707 |   - |5645 |7407 |5645 | 200 |  57k|  42k|2441 | 0.000000e+00 | 7.100000e+01 |    Inf 
224.59/224.61	o 70
224.59/224.61	c * 218s| 92940 | 20599 |199309 |   2.1 | 175M|1707 |   - |5645 |7407 |5645 | 200 |  57k|  42k|2441 | 0.000000e+00 | 7.000000e+01 |    Inf 
250.00/250.07	c   243s|100000 | 22248 |230747 |   2.3 | 192M|1707 |   - |5645 |7031 |   0 |   0 |  67k|  50k|2615 | 0.000000e+00 | 7.000000e+01 |    Inf 
265.01/265.05	o 67
265.01/265.05	c * 258s|104106 | 22488 |248253 |   2.4 | 195M|1707 |   - |5645 |6769 |5645 | 206 |  72k|  54k|2706 | 0.000000e+00 | 6.700000e+01 |    Inf 
266.59/266.60	o 63
266.59/266.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
266.59/266.60	c * 259s|104525 | 21905 |250350 |   2.4 | 194M|1707 |   - |5645 |6554 |5645 | 219 |  73k|  55k|2722 | 0.000000e+00 | 6.300000e+01 |    Inf 
266.59/266.66	o 57
266.59/266.66	c * 259s|104534 | 21016 |250384 |   2.4 | 189M|1707 |   - |5645 |6422 |5645 | 231 |  73k|  55k|2723 | 0.000000e+00 | 5.700000e+01 |    Inf 
284.81/284.85	c   277s|110000 | 21785 |278058 |   2.5 | 196M|1707 |   0 |5645 |6642 |5645 | 223 |  80k|  62k|2885 | 0.000000e+00 | 5.700000e+01 |    Inf 
317.70/317.78	c   309s|120000 | 23160 |323301 |   2.7 | 213M|1707 |   0 |5645 |7789 |5645 | 268 |  92k|  75k|3108 | 0.000000e+00 | 5.700000e+01 |    Inf 
349.90/349.92	c   340s|130000 | 24057 |367005 |   2.8 | 226M|1707 |   - |5645 |8151 |5645 | 267 | 104k|  88k|3323 | 0.000000e+00 | 5.700000e+01 |    Inf 
350.40/350.41	o 51
350.40/350.41	c * 340s|130178 | 23034 |367278 |   2.8 | 215M|1707 |   - |5645 |8180 |5645 | 269 | 104k|  88k|3327 | 0.000000e+00 | 5.100000e+01 |    Inf 
379.51/379.58	c   369s|140000 | 23900 |404096 |   2.9 | 225M|1707 |   1 |5645 |6794 |5645 | 215 | 113k| 101k|3515 | 0.000000e+00 | 5.100000e+01 |    Inf 
387.70/387.70	o 49
387.70/387.70	c * 376s|142743 | 23652 |414326 |   2.9 | 226M|1707 |   - |5645 |7901 |5645 | 216 | 116k| 105k|3530 | 0.000000e+00 | 4.900000e+01 |    Inf 
387.70/387.71	o 48
387.70/387.71	c * 376s|142744 | 23500 |414326 |   2.9 | 225M|1707 |   - |5645 |7901 |5645 | 216 | 116k| 105k|3530 | 0.000000e+00 | 4.800000e+01 |    Inf 
387.80/387.81	o 46
387.80/387.81	c * 377s|142763 | 23276 |414364 |   2.9 | 224M|1707 |   - |5645 |7708 |5645 | 207 | 116k| 105k|3530 | 0.000000e+00 | 4.600000e+01 |    Inf 
387.80/387.82	o 37
387.80/387.82	c * 377s|142764 | 20427 |414364 |   2.9 | 201M|1707 |   - |5645 |7708 |5645 | 207 | 116k| 105k|3530 | 0.000000e+00 | 3.700000e+01 |    Inf 
389.90/389.97	o 36
389.90/389.97	c * 379s|143721 | 19736 |417473 |   2.9 | 197M|1707 |   - |5645 |7219 |5645 | 231 | 116k| 106k|3560 | 0.000000e+00 | 3.600000e+01 |    Inf 
390.40/390.47	o 21
390.40/390.47	c * 379s|143933 | 17377 |418010 |   2.9 | 164M|1707 |   - |5645 |6987 |5645 | 234 | 116k| 107k|3564 | 0.000000e+00 | 2.100000e+01 |    Inf 
403.10/403.17	c   391s|150000 | 17008 |442441 |   2.9 | 166M|1707 |  15 |5645 |5881 |5645 | 206 | 121k| 116k|3668 | 0.000000e+00 | 2.100000e+01 |    Inf 
403.40/403.49	o 9
403.40/403.49	c * 392s|150091 | 14846 |443003 |   3.0 | 137M|1707 |   - |5645 |5733 |5645 | 213 | 121k| 116k|3671 | 0.000000e+00 | 9.000000e+00 |    Inf 
421.40/421.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.40/421.42	c   409s|160000 | 14381 |481885 |   3.0 | 138M|1707 |  12 |5645 |6372 |5645 | 185 | 127k| 129k|3812 | 0.000000e+00 | 9.000000e+00 |    Inf 
424.40/424.46	o 6
424.40/424.46	c * 412s|161652 | 13237 |488808 |   3.0 | 128M|1707 |   - |5645 |7148 |5645 | 229 | 128k| 132k|3833 | 0.000000e+00 | 6.000000e+00 |    Inf 
439.11/439.10	c   426s|170000 | 13168 |519222 |   3.1 | 129M|1707 |   - |5645 |7278 |   0 |   0 | 132k| 143k|3925 | 0.000000e+00 | 6.000000e+00 |    Inf 
456.30/456.32	c   442s|180000 | 13186 |551659 |   3.1 | 131M|1707 |   - |5645 |9467 |   0 |   0 | 138k| 157k|4061 | 0.000000e+00 | 6.000000e+00 |    Inf 
474.30/474.39	c   460s|190000 | 13180 |588860 |   3.1 | 133M|1707 |   1 |5645 |  11k|5645 | 268 | 141k| 172k|4166 | 0.000000e+00 | 6.000000e+00 |    Inf 
478.50/478.54	o 5
478.50/478.54	c * 464s|192103 | 12921 |597995 |   3.1 | 130M|1707 |   - |5645 |  10k|5645 | 259 | 142k| 175k|4212 | 0.000000e+00 | 5.000000e+00 |    Inf 
492.61/492.65	c   477s|200000 | 12931 |623934 |   3.1 | 131M|1707 |   1 |5645 |  11k|5645 | 236 | 146k| 185k|4282 | 0.000000e+00 | 5.000000e+00 |    Inf 
511.00/511.03	c   495s|210000 | 12768 |658757 |   3.1 | 130M|1707 |  13 |5645 |7548 |5645 | 205 | 151k| 199k|4400 | 0.000000e+00 | 5.000000e+00 |    Inf 
528.40/528.44	c   511s|220000 | 12902 |695133 |   3.2 | 133M|1707 |   1 |5645 |  10k|5645 | 226 | 156k| 213k|4506 | 0.000000e+00 | 5.000000e+00 |    Inf 
546.80/546.81	c   529s|230000 | 13059 |733044 |   3.2 | 135M|1707 |   1 |5645 |  11k|5645 | 212 | 162k| 227k|4603 | 0.000000e+00 | 5.000000e+00 |    Inf 
565.41/565.43	c   547s|240000 | 13107 |770376 |   3.2 | 137M|1707 |   - |5645 |  11k|   0 |   0 | 167k| 243k|4708 | 0.000000e+00 | 5.000000e+00 |    Inf 
579.31/579.31	o 4
579.31/579.31	c * 560s|247584 | 12797 |800055 |   3.2 | 134M|1707 |   - |5645 |  10k|5645 | 218 | 171k| 254k|4794 | 0.000000e+00 | 4.000000e+00 |    Inf 
583.61/583.61	c   564s|250000 | 12796 |808058 |   3.2 | 134M|1707 |  13 |5645 |  10k|5645 | 241 | 172k| 257k|4794 | 0.000000e+00 | 4.000000e+00 |    Inf 
601.90/601.90	c   582s|260000 | 12814 |848682 |   3.3 | 135M|1707 |   - |5645 |  11k|   0 |   0 | 176k| 272k|4897 | 0.000000e+00 | 4.000000e+00 |    Inf 
621.10/621.10	c   600s|270000 | 12932 |881075 |   3.3 | 138M|1707 |  12 |5645 |  15k|5645 | 215 | 181k| 287k|4955 | 0.000000e+00 | 4.000000e+00 |    Inf 
641.60/641.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
641.60/641.67	c   620s|280000 | 13089 |915965 |   3.3 | 140M|1707 |   - |5645 |  16k|   0 |   0 | 185k| 301k|5041 | 0.000000e+00 | 4.000000e+00 |    Inf 
661.81/661.82	c   640s|290000 | 13023 |952813 |   3.3 | 140M|1707 |   - |5645 |  13k|   0 |   0 | 189k| 316k|5125 | 0.000000e+00 | 4.000000e+00 |    Inf 
680.50/680.59	c   658s|300000 | 12992 |990660 |   3.3 | 140M|1707 |   1 |5645 |  14k|5645 | 252 | 193k| 331k|5215 | 0.000000e+00 | 4.000000e+00 |    Inf 
699.71/699.73	c   676s|310000 | 13043 |  1024k|   3.3 | 141M|1707 |   - |5645 |  15k|   0 |   0 | 198k| 345k|5300 | 0.000000e+00 | 4.000000e+00 |    Inf 
719.51/719.56	c   695s|320000 | 13061 |  1060k|   3.3 | 142M|1707 |   1 |5645 |  15k|5645 | 211 | 203k| 359k|5369 | 0.000000e+00 | 4.000000e+00 |    Inf 
739.51/739.55	c   715s|330000 | 13118 |  1095k|   3.3 | 144M|1707 |   1 |5645 |  16k|5645 | 206 | 207k| 374k|5457 | 0.000000e+00 | 4.000000e+00 |    Inf 
761.01/761.01	c   735s|340000 | 13226 |  1140k|   3.4 | 146M|1707 |  23 |5645 |  18k|5645 | 237 | 214k| 389k|5544 | 0.000000e+00 | 4.000000e+00 |    Inf 
783.11/783.17	c   757s|350000 | 13379 |  1184k|   3.4 | 148M|1707 |  14 |5645 |  19k|5645 | 244 | 220k| 405k|5646 | 0.000000e+00 | 4.000000e+00 |    Inf 
804.61/804.68	c   777s|360000 | 13384 |  1227k|   3.4 | 149M|1707 |   - |5645 |  19k|   0 |   0 | 225k| 420k|5699 | 0.000000e+00 | 4.000000e+00 |    Inf 
826.61/826.62	c   799s|370000 | 13402 |  1274k|   3.4 | 150M|1707 |  15 |5645 |  19k|5645 | 243 | 228k| 436k|5793 | 0.000000e+00 | 4.000000e+00 |    Inf 
848.12/848.14	c   820s|380000 | 13434 |  1320k|   3.5 | 151M|1707 |   1 |5645 |  21k|5645 | 253 | 232k| 453k|5863 | 0.000000e+00 | 4.000000e+00 |    Inf 
870.22/870.23	c   841s|390000 | 13547 |  1360k|   3.5 | 154M|1707 |   - |5645 |  24k|   0 |   0 | 236k| 468k|5934 | 0.000000e+00 | 4.000000e+00 |    Inf 
893.11/893.17	c   863s|400000 | 13583 |  1405k|   3.5 | 155M|1707 |  17 |5645 |  23k|5645 | 251 | 241k| 485k|5993 | 0.000000e+00 | 4.000000e+00 |    Inf 
915.92/915.96	c   885s|410000 | 13631 |  1452k|   3.5 | 156M|1707 |   - |5645 |  22k|   0 |   0 | 244k| 501k|6085 | 0.000000e+00 | 4.000000e+00 |    Inf 
938.22/938.25	c   907s|420000 | 13590 |  1497k|   3.6 | 155M|1707 |  20 |5645 |  20k|5645 | 244 | 248k| 517k|6172 | 0.000000e+00 | 4.000000e+00 |    Inf 
960.32/960.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.32/960.31	c   928s|430000 | 13633 |  1540k|   3.6 | 157M|1707 |   - |5645 |  21k|   0 |   0 | 252k| 533k|6221 | 0.000000e+00 | 4.000000e+00 |    Inf 
982.62/982.65	c   950s|440000 | 13586 |  1586k|   3.6 | 157M|1707 |  20 |5645 |  22k|5645 | 238 | 257k| 549k|6304 | 0.000000e+00 | 4.000000e+00 |    Inf 
1004.51/1004.52	c   971s|450000 | 13680 |  1623k|   3.6 | 158M|1707 |   6 |5645 |  22k|5645 | 244 | 261k| 563k|6373 | 0.000000e+00 | 4.000000e+00 |    Inf 
1027.12/1027.17	c   993s|460000 | 13711 |  1668k|   3.6 | 159M|1707 |  16 |5645 |  24k|5645 | 234 | 265k| 578k|6462 | 0.000000e+00 | 4.000000e+00 |    Inf 
1051.11/1051.10	c  1016s|470000 | 13683 |  1713k|   3.6 | 160M|1707 |  13 |5645 |  23k|5645 | 257 | 270k| 594k|6514 | 0.000000e+00 | 4.000000e+00 |    Inf 
1075.02/1075.00	c  1040s|480000 | 13683 |  1756k|   3.7 | 161M|1707 |   - |5645 |  26k|   0 |   0 | 274k| 610k|6562 | 0.000000e+00 | 4.000000e+00 |    Inf 
1098.83/1098.82	c  1063s|490000 | 13598 |  1799k|   3.7 | 158M|1707 |   - |5645 |  20k|   0 |   0 | 279k| 626k|6790 | 0.000000e+00 | 4.000000e+00 |    Inf 
1120.52/1120.55	c  1084s|500000 | 13579 |  1840k|   3.7 | 159M|1707 |   - |5645 |  24k|   0 |   0 | 282k| 642k|6803 | 0.000000e+00 | 4.000000e+00 |    Inf 
1142.32/1142.30	c  1105s|510000 | 13462 |  1882k|   3.7 | 158M|1707 |   - |5645 |  23k|   0 |   0 | 286k| 657k|6874 | 0.000000e+00 | 4.000000e+00 |    Inf 
1164.02/1164.02	c  1126s|520000 | 13261 |  1922k|   3.7 | 153M|1707 |   1 |5645 |  17k|5645 | 236 | 290k| 673k|6960 | 0.000000e+00 | 4.000000e+00 |    Inf 
1185.02/1185.08	c  1146s|530000 | 13256 |  1963k|   3.7 | 153M|1707 |   1 |5645 |  18k|5645 | 235 | 295k| 687k|7088 | 0.000000e+00 | 4.000000e+00 |    Inf 
1207.32/1207.39	c  1168s|540000 | 13281 |  2006k|   3.7 | 154M|1707 |   - |5645 |  19k|   0 |   0 | 298k| 702k|7146 | 0.000000e+00 | 4.000000e+00 |    Inf 
1228.22/1228.22	c  1188s|550000 | 13120 |  2039k|   3.7 | 151M|1707 |   1 |5645 |  16k|5645 | 217 | 302k| 717k|7238 | 0.000000e+00 | 4.000000e+00 |    Inf 
1248.62/1248.64	c  1208s|560000 | 12934 |  2076k|   3.7 | 147M|1707 |   1 |5645 |  10k|5645 | 194 | 307k| 732k|7318 | 0.000000e+00 | 4.000000e+00 |    Inf 
1267.13/1267.19	c  1225s|570000 | 12767 |  2112k|   3.7 | 146M|1707 |   1 |5645 |9084 |5645 | 213 | 311k| 746k|7376 | 0.000000e+00 | 4.000000e+00 |    Inf 
1285.12/1285.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.12/1285.17	c  1243s|580000 | 12745 |  2147k|   3.7 | 147M|1707 |   - |5645 |  11k|   0 |   0 | 315k| 760k|7430 | 0.000000e+00 | 4.000000e+00 |    Inf 
1303.83/1303.80	c  1261s|590000 | 12679 |  2182k|   3.7 | 146M|1707 |   1 |5645 |  11k|5645 | 218 | 319k| 774k|7527 | 0.000000e+00 | 4.000000e+00 |    Inf 
1322.92/1322.96	c  1279s|600000 | 12696 |  2215k|   3.7 | 147M|1707 |   1 |5645 |  14k|5645 | 241 | 324k| 789k|7568 | 0.000000e+00 | 4.000000e+00 |    Inf 
1343.42/1343.41	c  1299s|610000 | 12728 |  2247k|   3.7 | 149M|1707 |   7 |5645 |  16k|5645 | 262 | 327k| 804k|7609 | 0.000000e+00 | 4.000000e+00 |    Inf 
1364.03/1364.06	c  1319s|620000 | 12550 |  2283k|   3.7 | 146M|1707 |   7 |5645 |  13k|5645 | 218 | 331k| 819k|7661 | 0.000000e+00 | 4.000000e+00 |    Inf 
1384.12/1384.14	c  1338s|630000 | 12653 |  2320k|   3.7 | 148M|1707 |   - |5645 |  16k|   0 |   0 | 334k| 834k|7706 | 0.000000e+00 | 4.000000e+00 |    Inf 
1405.63/1405.66	c  1359s|640000 | 12670 |  2359k|   3.7 | 150M|1707 |   - |5645 |  16k|   0 |   0 | 337k| 849k|7747 | 0.000000e+00 | 4.000000e+00 |    Inf 
1427.63/1427.62	c  1380s|650000 | 12602 |  2399k|   3.7 | 149M|1707 |  24 |5645 |  16k|5645 | 263 | 341k| 864k|7796 | 0.000000e+00 | 4.000000e+00 |    Inf 
1447.43/1447.43	c  1399s|660000 | 12410 |  2438k|   3.7 | 146M|1707 |   - |5645 |  12k|   0 |   0 | 346k| 879k|7914 | 0.000000e+00 | 4.000000e+00 |    Inf 
1466.83/1466.83	c  1418s|670000 | 12232 |  2475k|   3.7 | 144M|1707 |   - |5645 |  10k|   0 |   0 | 351k| 892k|7983 | 0.000000e+00 | 4.000000e+00 |    Inf 
1486.14/1486.15	c  1436s|680000 | 12319 |  2510k|   3.7 | 146M|1707 |   1 |5645 |  15k|5645 | 269 | 356k| 905k|8019 | 0.000000e+00 | 4.000000e+00 |    Inf 
1506.03/1506.04	c  1456s|690000 | 12219 |  2542k|   3.7 | 145M|1707 |   - |5645 |  13k|   0 |   0 | 359k| 919k|8076 | 0.000000e+00 | 4.000000e+00 |    Inf 
1526.13/1526.17	c  1475s|700000 | 12164 |  2575k|   3.7 | 145M|1707 |   1 |5645 |  14k|5645 | 215 | 364k| 934k|8114 | 0.000000e+00 | 4.000000e+00 |    Inf 
1547.73/1547.71	c  1496s|710000 | 12253 |  2613k|   3.7 | 148M|1707 |   1 |5645 |  18k|5645 | 219 | 369k| 950k|8184 | 0.000000e+00 | 4.000000e+00 |    Inf 
1570.83/1570.84	c  1518s|720000 | 12326 |  2653k|   3.7 | 150M|1707 |   1 |5645 |  21k|5645 | 240 | 375k| 966k|8229 | 0.000000e+00 | 4.000000e+00 |    Inf 
1593.43/1593.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1593.43/1593.44	c  1540s|730000 | 12121 |  2692k|   3.7 | 146M|1707 |   1 |5645 |  15k|5645 | 240 | 380k| 982k|8290 | 0.000000e+00 | 4.000000e+00 |    Inf 
1613.53/1613.57	c  1559s|740000 | 12125 |  2722k|   3.7 | 148M|1707 |  10 |5645 |  18k|5645 | 223 | 384k| 996k|8321 | 0.000000e+00 | 4.000000e+00 |    Inf 
1636.03/1636.03	c  1581s|750000 | 12164 |  2755k|   3.7 | 150M|1707 |   - |5645 |  22k|   0 |   0 | 388k|1011k|8361 | 0.000000e+00 | 4.000000e+00 |    Inf 
1661.83/1661.88	c  1606s|760000 | 12223 |  2791k|   3.7 | 152M|1707 |   1 |5645 |  24k|5645 | 202 | 392k|1025k|8405 | 0.000000e+00 | 4.000000e+00 |    Inf 
1685.24/1685.20	c  1629s|770000 | 12159 |  2827k|   3.7 | 151M|1707 |   - |5645 |  23k|   0 |   0 | 397k|1040k|8454 | 0.000000e+00 | 4.000000e+00 |    Inf 
1710.54/1710.54	c  1653s|780000 | 12072 |  2867k|   3.7 | 149M|1707 |   7 |5645 |  19k|5645 | 216 | 402k|1056k|8536 | 0.000000e+00 | 4.000000e+00 |    Inf 
1733.73/1733.71	c  1676s|790000 | 11911 |  2907k|   3.7 | 146M|1707 |   - |5645 |  15k|   0 |   0 | 407k|1070k|8579 | 0.000000e+00 | 4.000000e+00 |    Inf 
1753.03/1753.04	c  1694s|800000 | 11856 |  2940k|   3.7 | 145M|1707 |  22 |5645 |  14k|5645 | 189 | 412k|1084k|8633 | 0.000000e+00 | 4.000000e+00 |    Inf 
1758.13/1758.17	o 1
1758.13/1758.17	c *1699s|802655 | 10425 |  2949k|   3.7 | 128M|1707 |   - |5645 |  14k|5645 | 227 | 413k|1087k|8633 | 0.000000e+00 | 1.000000e-00 |    Inf 
1772.33/1772.38	c  1713s|810000 | 10468 |  2973k|   3.7 | 129M|1707 |   1 |5645 |  14k|5645 | 189 | 415k|1097k|8673 | 0.000000e+00 | 1.000000e-00 |    Inf 
1792.73/1792.71	c  1733s|820000 | 10599 |  3008k|   3.7 | 131M|1707 |   - |5645 |  16k|   0 |   0 | 420k|1110k|8709 | 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) : 1739.90
1800.04/1800.00	c Solving Nodes      : 823196
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (473 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/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.04/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.04/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.04/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.04/1800.09	v -x146 -x145 x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.04/1800.09	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.04/1800.09	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.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 -x54 
1800.04/1800.09	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.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.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1739.90
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2692979-1277926896.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2692979-1277926896.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 28260 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     540417          0         14        599          0          0     808172
1800.04/1800.09	c   indicator        :       2707          0    4182964     134614          0        701   11708692          0          0          0
1800.04/1800.09	c   linear           :       2707          6    4337172     135622          0     304977   20048618     421814          0          0
1800.04/1800.09	c   logicor          :          0+         0    1313803          0          0      63633    1389346          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0      10150          0          0          0         28          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      78381          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      13.96       0.00       0.00      13.96       0.00
1800.04/1800.09	c   indicator        :      46.57       0.00      28.97      17.60       0.00
1800.04/1800.09	c   linear           :     211.15       0.00     201.03      10.12       0.00
1800.04/1800.09	c   logicor          :     200.96       0.00     200.96       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.00          2          0          0
1800.04/1800.09	c   rootredcost      :       0.00         41          0       2707
1800.04/1800.09	c   pseudoobj        :     226.26    4356219      18146    7298763
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      23.00     386756     386556    2322154       29.9      26821       14.8          -
1800.04/1800.09	c   infeasible LP    :       5.15      14087      14087     110152       45.9        217       17.1          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.13        580        580       1935       10.6        348        6.2          -
1800.04/1800.09	c   applied globally :          -          -          -    1114365       23.2          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.09	c   redcost          :      45.96     551007          0    4279375          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.00          4          0          0         75          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.01          4          0          0          1          0
1800.04/1800.09	c   flowcover        :       0.02          4          0          0          2          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      13.84     404595         14        599          0          0     808172
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      15.46      78340          0          0          0          0     156680
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.12          -         41
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.14         34          0
1800.04/1800.09	c   intshifting      :       0.01          4          0
1800.04/1800.09	c   guideddiving     :       0.19         82          0
1800.04/1800.09	c   crossover        :       1.49         47          2
1800.04/1800.09	c   pscostdiving     :       0.34        166          0
1800.04/1800.09	c   fracdiving       :       0.19        166          0
1800.04/1800.09	c   veclendiving     :       0.16        166          0
1800.04/1800.09	c   linesearchdiving :       0.19        166          0
1800.04/1800.09	c   coefdiving       :       0.26        166          0
1800.04/1800.09	c   objpscostdiving  :       0.22        165          0
1800.04/1800.09	c   rootsoldiving    :       0.31        165          0
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.52     406929          0
1800.04/1800.09	c   zirounding       :       0.42       1000          0
1800.04/1800.09	c   rounding         :       3.12       8966          0
1800.04/1800.09	c   shifting         :       1.87       2779          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.02          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.00          0          0
1800.04/1800.09	c   trysol           :       3.53       7796        428
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     487.71     487496    3021674       6.20    6195.64
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.12         57       1038      18.21    8650.00
1800.04/1800.09	c   strong branching :      10.96       8709      92898      10.67    8476.09
1800.04/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     823196
1800.04/1800.09	c   nodes (total)    :     823196
1800.04/1800.09	c   nodes left       :      10654
1800.04/1800.09	c   max depth        :       1707
1800.04/1800.09	c   max depth (total):       1707
1800.04/1800.09	c   backtracks       :      74300 (9.0%)
1800.04/1800.09	c   delayed cutoffs  :      67579
1800.04/1800.09	c   repropagations   :    2073307 (6175391 domain reductions, 61370 cutoffs)
1800.04/1800.09	c   avg switch length:       6.54
1800.04/1800.09	c   switching time   :     238.95
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        473 (42 improvements)
1800.04/1800.09	c   First Solution   : +1.36842000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 802655 nodes, 1699.37 seconds, depth 35, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        183
1800.23/1800.24	c Time complete: 1800.28.

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-2692979-1277926896/watcher-2692979-1277926896 -o /tmp/evaluation-result-2692979-1277926896/solver-2692979-1277926896 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692979-1277926896.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.92 1.98 1.99 3/178 18519
/proc/meminfo: memFree=30921000/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=10972 CPUtime=0
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1669 0 0 0 0 0 0 0 22 0 1 0 133984122 11235328 1589 4089446400 4194304 9819077 140736203835824 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18519/statm: 2743 1589 392 1374 0 1364 0

[startup+0.018793 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 18519
/proc/meminfo: memFree=30921000/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=15248 CPUtime=0.01
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2763 0 0 0 1 0 0 0 22 0 1 0 133984122 15613952 2683 4089446400 4194304 9819077 140736203835824 18446744073709551615 8601869 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18519/statm: 3812 2683 392 1374 0 2433 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15248

[startup+0.100776 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 18519
/proc/meminfo: memFree=30921000/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=36404 CPUtime=0.09
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 8123 0 0 0 8 1 0 0 22 0 1 0 133984122 37277696 7689 4089446400 4194304 9819077 140736203835824 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300756 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 18519
/proc/meminfo: memFree=30921000/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=53252 CPUtime=0.29
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 12624 0 0 0 27 2 0 0 22 0 1 0 133984122 54530048 11592 4089446400 4194304 9819077 140736203835824 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 13313 11628 673 1374 0 11934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53252

[startup+0.700671 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 18519
/proc/meminfo: memFree=30921000/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=47232 CPUtime=0.69
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 27766 0 0 0 62 7 0 0 24 0 1 0 133984122 48365568 9995 4089446400 4194304 9819077 140736203835824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 11808 9995 698 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.50053 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 18520
/proc/meminfo: memFree=30884044/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=49452 CPUtime=1.49
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 44240 0 0 0 139 10 0 0 25 0 1 0 133984122 50638848 10420 4089446400 4194304 9819077 140736203835824 18446744073709551615 6361766 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 12363 10420 700 1374 0 10984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49452

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 18520
/proc/meminfo: memFree=30881440/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=52808 CPUtime=3.09
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 63806 0 0 0 294 15 0 0 25 0 1 0 133984122 54075392 11720 4089446400 4194304 9819077 140736203835824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 13202 11720 700 1374 0 11823 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52808

[startup+6.30069 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 18520
/proc/meminfo: memFree=30872884/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=57940 CPUtime=6.29
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 70453 0 0 0 607 22 0 0 25 0 1 0 133984122 59330560 13072 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 14485 13072 700 1374 0 13106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57940

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 18520
/proc/meminfo: memFree=30863296/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=67872 CPUtime=12.69
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 80031 0 0 0 1232 37 0 0 25 0 1 0 133984122 69500928 15484 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 16968 15484 700 1374 0 15589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67872

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 18521
/proc/meminfo: memFree=30844596/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=87884 CPUtime=25.5
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 99718 0 0 0 2480 70 0 0 25 0 1 0 133984122 89993216 20518 4089446400 4194304 9819077 140736203835824 18446744073709551615 7816474 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 21971 20518 700 1374 0 20592 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 87884

[startup+51.1008 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 18522
/proc/meminfo: memFree=30808276/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=122660 CPUtime=51.09
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 146658 0 0 0 4972 137 0 0 25 0 1 0 133984122 125603840 29193 4089446400 4194304 9819077 140736203835824 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 30665 29193 700 1374 0 29286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122660

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 18523
/proc/meminfo: memFree=30711504/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=219936 CPUtime=102.3
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 300506 0 0 0 9953 277 0 0 25 0 1 0 133984122 225214464 52772 4089446400 4194304 9819077 140736203835824 18446744073709551615 6568770 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 54984 52772 705 1374 0 53605 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 219936

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18524
/proc/meminfo: memFree=30592560/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=346636 CPUtime=162.29
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 454200 0 0 0 15780 449 0 0 25 0 1 0 133984122 354955264 81746 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 86659 81746 709 1374 0 85280 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 346636

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18526
/proc/meminfo: memFree=30503232/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=444136 CPUtime=222.29
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 584895 0 0 0 21609 620 0 0 25 0 1 0 133984122 454795264 103455 4089446400 4194304 9819077 140736203835824 18446744073709551615 4641936 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 111034 103455 709 1374 0 109655 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 444136

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18528
/proc/meminfo: memFree=30457184/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=498216 CPUtime=282.3
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 734077 0 0 0 27422 808 0 0 25 0 1 0 133984122 510173184 115707 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 124554 115707 716 1374 0 123175 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 498216

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18530
/proc/meminfo: memFree=30414860/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=544408 CPUtime=342.3
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 859009 0 0 0 33238 992 0 0 25 0 1 0 133984122 557473792 125693 4089446400 4194304 9819077 140736203835824 18446744073709551615 6003239 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 136102 125693 716 1374 0 134723 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 544408

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18531
/proc/meminfo: memFree=30389512/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=572416 CPUtime=402.3
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 959218 0 0 0 39046 1184 0 0 25 0 1 0 133984122 586153984 131593 4089446400 4194304 9819077 140736203835824 18446744073709551615 6003285 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 143104 131593 716 1374 0 141725 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 572416

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18532
/proc/meminfo: memFree=30384140/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=575836 CPUtime=462.3
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1035866 0 0 0 44815 1415 0 0 25 0 1 0 133984122 589656064 132585 4089446400 4194304 9819077 140736203835824 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 143959 132585 717 1374 0 142580 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 575836

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18534
/proc/meminfo: memFree=30382988/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=577280 CPUtime=522.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1153177 0 0 0 50552 1679 0 0 25 0 1 0 133984122 591134720 132777 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 144320 132777 725 1374 0 142941 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 577280

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18536
/proc/meminfo: memFree=30380352/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=579612 CPUtime=582.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1267917 0 0 0 56316 1915 0 0 25 0 1 0 133984122 593522688 133377 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 144903 133377 740 1374 0 143524 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 579612

[startup+642.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18538
/proc/meminfo: memFree=30376588/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=583044 CPUtime=642.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1366048 0 0 0 62088 2143 0 0 25 0 1 0 133984122 597037056 134214 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 145761 134214 740 1374 0 144382 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 583044

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18544
/proc/meminfo: memFree=30359044/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=596252 CPUtime=882.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1658462 0 0 0 85278 2953 0 0 25 0 1 0 133984122 610562048 137578 4089446400 4194304 9819077 140736203835824 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 149063 137578 740 1374 0 147684 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 596252

[startup+942.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18574
/proc/meminfo: memFree=30530664/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=600024 CPUtime=942.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1711175 0 0 0 91097 3134 0 0 25 0 1 0 133984122 614424576 138535 4089446400 4194304 9819077 140736203835824 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 150006 138535 740 1374 0 148627 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 600024

[startup+1002.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 18575
/proc/meminfo: memFree=30404252/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=600944 CPUtime=1002.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1750147 0 0 0 96916 3315 0 0 25 0 1 0 133984122 615366656 138757 4089446400 4194304 9819077 140736203835824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 150236 138757 740 1374 0 148857 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 600944

[startup+1062.3 s]
/proc/loadavg: 2.07 2.01 2.00 3/179 18576
/proc/meminfo: memFree=30235812/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=602928 CPUtime=1062.31
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1786648 0 0 0 102738 3493 0 0 25 0 1 0 133984122 617398272 139257 4089446400 4194304 9819077 140736203835824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 150732 139257 740 1374 0 149353 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 602928

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 18578
/proc/meminfo: memFree=30101704/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=605240 CPUtime=1122.32
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1830591 0 0 0 108555 3677 0 0 25 0 1 0 133984122 619765760 139789 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151310 139789 740 1374 0 149931 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 605240

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 18589
/proc/meminfo: memFree=29978708/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=605592 CPUtime=1182.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1888980 0 0 0 114355 3878 0 0 25 0 1 0 133984122 620126208 139834 4089446400 4194304 9819077 140736203835824 18446744073709551615 6669943 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151398 139834 740 1374 0 150019 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 605592

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18591
/proc/meminfo: memFree=29854028/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606028 CPUtime=1242.32
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1943300 0 0 0 120151 4081 0 0 25 0 1 0 133984122 620572672 139977 4089446400 4194304 9819077 140736203835824 18446744073709551615 6590615 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151507 139977 741 1374 0 150128 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 606028

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18592
/proc/meminfo: memFree=29767928/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606080 CPUtime=1302.32
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 1983682 0 0 0 125912 4320 0 0 25 0 1 0 133984122 620625920 139992 4089446400 4194304 9819077 140736203835824 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151520 139992 741 1374 0 150141 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 606080

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18593
/proc/meminfo: memFree=29698556/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606336 CPUtime=1362.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2028510 0 0 0 131704 4529 0 0 25 0 1 0 133984122 620888064 140014 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151584 140014 741 1374 0 150205 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 606336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18595
/proc/meminfo: memFree=29663672/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606616 CPUtime=1422.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2097486 0 0 0 137493 4740 0 0 25 0 1 0 133984122 621174784 140039 4089446400 4194304 9819077 140736203835824 18446744073709551615 8678270 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151654 140039 741 1374 0 150275 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 606616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18597
/proc/meminfo: memFree=29580164/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=605716 CPUtime=1482.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2192143 0 0 0 143262 4971 0 0 25 0 1 0 133984122 620253184 139859 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151429 139859 740 1374 0 150050 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 605716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18599
/proc/meminfo: memFree=29511164/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=605704 CPUtime=1542.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2268503 0 0 0 149050 5183 0 0 25 0 1 0 133984122 620240896 139840 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151426 139840 740 1374 0 150047 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 605704

[startup+1602.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/179 18600
/proc/meminfo: memFree=29439188/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606032 CPUtime=1602.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2334598 0 0 0 154845 5388 0 0 25 0 1 0 133984122 620576768 139937 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151508 139937 740 1374 0 150129 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 606032

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 18601
/proc/meminfo: memFree=29326668/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606724 CPUtime=1662.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2374001 0 0 0 160660 5573 0 0 25 0 1 0 133984122 621285376 140112 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151681 140112 740 1374 0 150302 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 606724

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 18603
/proc/meminfo: memFree=29227052/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=606964 CPUtime=1722.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2420994 0 0 0 166481 5752 0 0 25 0 1 0 133984122 621531136 140174 4089446400 4194304 9819077 140736203835824 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151741 140174 740 1374 0 150362 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 606964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18605
/proc/meminfo: memFree=29143684/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=604044 CPUtime=1782.33
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2480800 0 0 0 172272 5961 0 0 25 0 1 0 133984122 618541056 139425 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151011 139425 740 1374 0 149632 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 604044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18605
/proc/meminfo: memFree=29115148/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=604040 CPUtime=1800.04
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2494626 0 0 0 173993 6011 0 0 25 0 1 0 133984122 618536960 139425 4089446400 4194304 9819077 140736203835824 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18519/statm: 151010 139425 740 1374 0 149631 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 604040

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/179 18605
/proc/meminfo: memFree=29115148/32951124 swapFree=67111528/67111528
[pid=18519] ppid=18517 vsize=583648 CPUtime=1800.23
/proc/18519/stat : 18519 (pbscip.linux.x8) R 18517 18519 18494 0 -1 4202496 2494629 0 0 0 174012 6011 0 0 18 0 1 0 133984122 597655552 134327 4089446400 4194304 9819077 140736203835824 18446744073709551615 4222289 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18519/statm: 145912 134327 741 1374 0 144533 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 583648

Child status: 0
Real time (s): 1800.25
CPU time (s): 1800.29
CPU user time (s): 1740.15
CPU system time (s): 60.1369
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 609088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1740.15
system time used= 60.1369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2494633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1275

runsolver used 2.45463 second user time and 5.74613 second system time

The end

Launcher Data

Begin job on node140 at 2010-06-30 21:41:36
IDJOB=2692979
IDBENCH=79274
IDSOLVER=1205
FILE ID=node140/2692979-1277926896
PBS_JOBID= 11197387
Free space on /tmp= 74196 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.1900556231--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-2692979-1277926896/watcher-2692979-1277926896 -o /tmp/evaluation-result-2692979-1277926896/solver-2692979-1277926896 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692979-1277926896.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=785361549

node140.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.790
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.58
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.790
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	: 5226.07
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.790
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.790
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.89
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.790
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	: 5421.15
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.790
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.83
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.790
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.790
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:     32951124 kB
MemFree:      30921776 kB
Buffers:        208376 kB
Cached:        1289624 kB
SwapCached:          0 kB
Active:        1142116 kB
Inactive:       740240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30921776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6296 kB
Writeback:           0 kB
AnonPages:      384740 kB
Mapped:          17424 kB
Slab:            81460 kB
PageTables:       5784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   537840 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= 74192 MiB
End job on node140 at 2010-06-30 22:11:38