Trace number 2692967

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.25 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUM7333324480eb5267e10bc3c9063685b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark33.4349
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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-2692967-1277926298.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 137244
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.372440e+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.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+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.372440e+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.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
16.09/16.19	c  15.9s| 10000 | 10001 |  3190 |   0.3 |  44M|1881 |   0 |5645 |5414 |5645 | 237 |1036 |   0 | 606 | 0.000000e+00 | 1.372440e+05 |    Inf 
29.89/29.92	c  29.5s| 20000 | 20001 |  4897 |   0.2 |  65M|1881 |   0 |5645 |5414 |5645 | 252 |1585 |   0 | 721 | 0.000000e+00 | 1.372440e+05 |    Inf 
44.49/44.53	c  44.0s| 30000 | 30001 |  6463 |   0.2 |  85M|1881 |   0 |5645 |5414 |5645 | 239 |2049 |   0 | 782 | 0.000000e+00 | 1.372440e+05 |    Inf 
59.10/59.11	c  58.5s| 40000 | 39997 |  7584 |   0.2 | 105M|1881 |   0 |5645 |5434 |5645 | 211 |2407 |  20 | 805 | 0.000000e+00 | 1.372440e+05 |    Inf 
73.29/73.31	c  72.5s| 50000 | 49997 |  8616 |   0.2 | 124M|1881 |   0 |5645 |5434 |5645 | 223 |2707 |  20 | 861 | 0.000000e+00 | 1.372440e+05 |    Inf 
86.30/86.33	o 497
86.30/86.33	c *85.4s| 59000 | 47513 |  9668 |   0.2 | 121M|1881 |   - |5645 |5444 |5645 | 244 |3089 |  30 | 886 | 0.000000e+00 | 4.970000e+02 |    Inf 
87.79/87.83	o 459
87.79/87.83	c *86.9s| 59791 | 43141 | 10257 |   0.2 | 114M|1881 |   - |5645 |5484 |5645 | 268 |3269 |  70 | 902 | 0.000000e+00 | 4.590000e+02 |    Inf 
88.29/88.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.29/88.36	c  87.4s| 60000 | 43338 | 10692 |   0.2 | 114M|1881 |   0 |5645 |5534 |5645 | 239 |3410 | 120 | 903 | 0.000000e+00 | 4.590000e+02 |    Inf 
99.59/99.61	o 424
99.59/99.61	c *98.5s| 64442 | 41942 | 18088 |   0.3 | 118M|1881 |   - |5645 |7420 |5645 | 225 |5665 |2006 | 970 | 0.000000e+00 | 4.240000e+02 |    Inf 
99.59/99.69	o 333
99.59/99.69	c *98.6s| 64478 | 30399 | 18096 |   0.3 |  91M|1881 |   - |5645 |7420 |5645 | 225 |5665 |2006 | 970 | 0.000000e+00 | 3.330000e+02 |    Inf 
104.99/105.04	o 327
104.99/105.04	c * 104s| 66460 | 31345 | 22145 |   0.3 |  97M|1881 |   - |5645 |8172 |5645 | 209 |7001 |2762 |1071 | 0.000000e+00 | 3.270000e+02 |    Inf 
105.69/105.72	o 308
105.69/105.72	c * 105s| 66773 | 28985 | 22386 |   0.3 |  92M|1881 |   - |5645 |8207 |5645 | 206 |7083 |2797 |1079 | 0.000000e+00 | 3.080000e+02 |    Inf 
109.60/109.61	o 303
109.60/109.61	c * 108s| 68217 | 29569 | 25316 |   0.4 |  94M|1881 |   - |5645 |9093 |5645 | 233 |8073 |3723 |1109 | 0.000000e+00 | 3.030000e+02 |    Inf 
115.09/115.16	c   114s| 70000 | 30937 | 29349 |   0.4 | 101M|1881 |   0 |5645 |9871 |5645 | 207 |9463 |5141 |1184 | 0.000000e+00 | 3.030000e+02 |    Inf 
117.40/117.42	o 296
117.40/117.42	c * 116s| 70724 | 30693 | 31030 |   0.4 | 101M|1881 |   - |5645 |  10k|5645 | 217 |9996 |5942 |1223 | 0.000000e+00 | 2.960000e+02 |    Inf 
117.40/117.43	o 269
117.40/117.43	c * 116s| 70725 | 27501 | 31030 |   0.4 |  95M|1881 |   - |5645 |  10k|5645 | 217 |9996 |5942 |1223 | 0.000000e+00 | 2.690000e+02 |    Inf 
117.89/117.94	o 256
117.89/117.94	c * 117s| 70903 | 26121 | 31545 |   0.4 |  92M|1881 |   - |5645 |  10k|5645 | 276 |  10k|5996 |1227 | 0.000000e+00 | 2.560000e+02 |    Inf 
117.89/117.95	o 222
117.89/117.95	c * 117s| 70904 | 22326 | 31545 |   0.4 |  80M|1881 |   - |5645 |  10k|5645 | 276 |  10k|5996 |1227 | 0.000000e+00 | 2.220000e+02 |    Inf 
118.30/118.40	o 220
118.30/118.40	c * 117s| 71021 | 22239 | 32172 |   0.5 |  80M|1881 |   - |5645 |  10k|5645 | 262 |  10k|6060 |1231 | 0.000000e+00 | 2.200000e+02 |    Inf 
118.99/119.05	o 209
118.99/119.05	c * 118s| 71211 | 21281 | 32733 |   0.5 |  78M|1881 |   - |5645 |9878 |5645 | 233 |  10k|6138 |1232 | 0.000000e+00 | 2.090000e+02 |    Inf 
122.69/122.74	o 201
122.69/122.74	c * 121s| 72210 | 20991 | 36746 |   0.5 |  79M|1881 |   - |5645 |9181 |5645 | 251 |  11k|6801 |1283 | 0.000000e+00 | 2.010000e+02 |    Inf 
132.70/132.71	o 182
132.70/132.71	c * 131s| 75362 | 20374 | 44843 |   0.6 |  82M|1881 |   - |5645 |7729 |5645 | 274 |  14k|8926 |1323 | 0.000000e+00 | 1.820000e+02 |    Inf 
134.20/134.26	o 178
134.20/134.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.20/134.26	c * 133s| 75807 | 20051 | 46315 |   0.6 |  82M|1881 |   - |5645 |7731 |5645 | 208 |  14k|9284 |1332 | 0.000000e+00 | 1.780000e+02 |    Inf 
134.20/134.29	o 175
134.20/134.29	c * 133s| 75809 | 19583 | 46335 |   0.6 |  81M|1881 |   - |5645 |7731 |5645 | 211 |  14k|9284 |1332 | 0.000000e+00 | 1.750000e+02 |    Inf 
134.70/134.72	o 168
134.70/134.72	c * 133s| 76159 | 18495 | 46430 |   0.6 |  80M|1881 |   - |5645 |7719 |5645 | 210 |  14k|9284 |1335 | 0.000000e+00 | 1.680000e+02 |    Inf 
135.80/135.80	o 160
135.80/135.80	c * 134s| 76429 | 17197 | 48331 |   0.6 |  77M|1881 |   - |5645 |7495 |5645 | 193 |  15k|9475 |1366 | 0.000000e+00 | 1.600000e+02 |    Inf 
139.20/139.22	o 154
139.20/139.22	c * 138s| 77299 | 16699 | 53360 |   0.7 |  79M|1881 |   - |5645 |7054 |5645 | 250 |  16k|  10k|1414 | 0.000000e+00 | 1.540000e+02 |    Inf 
139.20/139.23	o 145
139.20/139.23	c * 138s| 77300 | 15074 | 53360 |   0.7 |  74M|1881 |   - |5645 |7054 |5645 | 250 |  16k|  10k|1414 | 0.000000e+00 | 1.450000e+02 |    Inf 
140.40/140.41	o 141
140.40/140.41	c * 139s| 77539 | 14507 | 55804 |   0.7 |  74M|1881 |   - |5645 |6900 |5645 | 275 |  17k|  10k|1452 | 0.000000e+00 | 1.410000e+02 |    Inf 
140.40/140.42	o 135
140.40/140.42	c * 139s| 77540 | 13572 | 55804 |   0.7 |  71M|1881 |   - |5645 |6900 |5645 | 275 |  17k|  10k|1452 | 0.000000e+00 | 1.350000e+02 |    Inf 
141.10/141.13	o 127
141.10/141.13	c * 139s| 77694 | 12313 | 57497 |   0.7 |  69M|1881 |   - |5645 |6766 |5645 | 271 |  18k|  10k|1464 | 0.000000e+00 | 1.270000e+02 |    Inf 
142.80/142.80	o 109
142.80/142.80	c * 141s| 78188 |  9705 | 59411 |   0.8 |  62M|1881 |   - |5645 |6841 |5645 | 203 |  18k|  10k|1531 | 0.000000e+00 | 1.090000e+02 |    Inf 
144.10/144.19	o 108
144.10/144.19	c * 142s| 78487 |  9755 | 61448 |   0.8 |  63M|1881 |   - |5645 |6790 |5645 | 213 |  19k|  10k|1542 | 0.000000e+00 | 1.080000e+02 |    Inf 
144.20/144.20	o 106
144.20/144.20	c * 142s| 78488 |  9501 | 61448 |   0.8 |  62M|1881 |   - |5645 |6790 |5645 | 213 |  19k|  10k|1542 | 0.000000e+00 | 1.060000e+02 |    Inf 
144.70/144.79	o 90
144.70/144.79	c * 143s| 78676 |  7407 | 62259 |   0.8 |  56M|1881 |   - |5645 |6761 |5645 | 199 |  19k|  10k|1556 | 0.000000e+00 | 9.000000e+01 |    Inf 
144.70/144.80	o 85
144.70/144.80	c * 143s| 78677 |  6684 | 62259 |   0.8 |  52M|1881 |   - |5645 |6761 |5645 | 199 |  19k|  10k|1556 | 0.000000e+00 | 8.500000e+01 |    Inf 
145.40/145.48	o 79
145.40/145.48	c * 144s| 78849 |  6148 | 63198 |   0.8 |  51M|1881 |   - |5645 |6238 |5645 | 213 |  19k|  11k|1564 | 0.000000e+00 | 7.900000e+01 |    Inf 
145.40/145.49	o 77
145.40/145.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.40/145.49	c * 144s| 78850 |  5860 | 63210 |   0.8 |  50M|1881 |   - |5645 |6238 |5645 | 218 |  19k|  11k|1564 | 0.000000e+00 | 7.700000e+01 |    Inf 
148.79/148.81	o 76
148.79/148.81	c * 147s| 79583 |  5532 | 67507 |   0.8 |  48M|1881 |   - |5645 |6039 |5645 | 199 |  21k|  11k|1585 | 0.000000e+00 | 7.600000e+01 |    Inf 
150.60/150.61	c   149s| 80000 |  5643 | 69352 |   0.9 |  49M|1881 |   1 |5645 |5973 |5645 | 218 |  21k|  12k|1595 | 0.000000e+00 | 7.600000e+01 |    Inf 
152.59/152.67	o 68
152.59/152.67	c * 151s| 80527 |  4898 | 71397 |   0.9 |  49M|1881 |   - |5645 |5873 |5645 | 233 |  22k|  12k|1612 | 0.000000e+00 | 6.800000e+01 |    Inf 
191.00/191.07	c   189s| 90000 |  6850 |124226 |   1.4 |  71M|1881 |   - |5645 |7376 |   0 |   0 |  37k|  23k|2025 | 0.000000e+00 | 6.800000e+01 |    Inf 
198.90/198.97	o 67
198.90/198.97	c * 196s| 92026 |  7241 |135362 |   1.5 |  75M|1881 |   - |5645 |7505 |5645 | 225 |  41k|  26k|2101 | 0.000000e+00 | 6.700000e+01 |    Inf 
199.10/199.14	o 64
199.10/199.14	c * 197s| 92082 |  6996 |135503 |   1.5 |  75M|1881 |   - |5645 |7532 |5645 | 225 |  41k|  26k|2101 | 0.000000e+00 | 6.400000e+01 |    Inf 
199.10/199.15	o 60
199.10/199.15	c * 197s| 92083 |  6744 |135508 |   1.5 |  74M|1881 |   - |5645 |7532 |5645 | 225 |  41k|  26k|2101 | 0.000000e+00 | 6.000000e+01 |    Inf 
214.40/214.47	o 57
214.40/214.47	c * 212s| 96308 |  7005 |154614 |   1.6 |  81M|1881 |   - |5645 |7681 |5645 | 249 |  45k|  31k|2262 | 0.000000e+00 | 5.700000e+01 |    Inf 
221.01/221.05	o 48
221.01/221.05	c * 218s| 98191 |  6151 |161509 |   1.6 |  78M|1881 |   - |5645 |6584 |5645 | 222 |  47k|  34k|2322 | 0.000000e+00 | 4.800000e+01 |    Inf 
221.11/221.16	o 13
221.11/221.16	c * 218s| 98241 |  3230 |161562 |   1.6 |  58M|1881 |   - |5645 |6287 |5645 | 224 |  47k|  34k|2322 | 0.000000e+00 | 1.300000e+01 |    Inf 
225.00/225.03	c   222s|100000 |  2999 |168867 |   1.7 |  57M|1881 |   - |5645 |5265 |   0 |   0 |  48k|  36k|2367 | 0.000000e+00 | 1.300000e+01 |    Inf 
244.90/244.93	c   241s|110000 |  3065 |200203 |   1.8 |  60M|1881 |   - |5645 |8672 |   0 |   0 |  53k|  50k|2617 | 0.000000e+00 | 1.300000e+01 |    Inf 
265.90/265.91	c   262s|120000 |  3148 |231862 |   1.9 |  63M|1881 |   - |5645 |9888 |5645 | 260 |  57k|  64k|2801 | 0.000000e+00 | 1.300000e+01 |    Inf 
287.01/287.04	c   283s|130000 |  3151 |262617 |   2.0 |  65M|1881 |   1 |5645 |  11k|5645 | 245 |  62k|  79k|2967 | 0.000000e+00 | 1.300000e+01 |    Inf 
296.20/296.28	o 11
296.20/296.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
296.20/296.28	c * 292s|134368 |  3030 |276956 |   2.1 |  64M|1881 |   - |5645 |  10k|5645 | 241 |  64k|  85k|3056 | 0.000000e+00 | 1.100000e+01 |    Inf 
307.60/307.67	c   303s|140000 |  3124 |292877 |   2.1 |  66M|1881 |   - |5645 |9915 |   0 |   0 |  66k|  92k|3156 | 0.000000e+00 | 1.100000e+01 |    Inf 
310.11/310.20	o 8
310.11/310.20	c * 306s|141312 |  3084 |296203 |   2.1 |  65M|1881 |   - |5645 |  10k|5645 | 229 |  66k|  94k|3156 | 0.000000e+00 | 8.000000e+00 |    Inf 
313.00/313.06	o 7
313.00/313.06	c * 308s|142659 |  3001 |300195 |   2.1 |  64M|1881 |   - |5645 |  11k|5645 | 248 |  67k|  95k|3187 | 0.000000e+00 | 7.000000e+00 |    Inf 
328.20/328.25	c   323s|150000 |  3059 |326519 |   2.2 |  65M|1881 |   - |5645 |  11k|5645 | 264 |  70k| 105k|3285 | 0.000000e+00 | 7.000000e+00 |    Inf 
348.71/348.71	c   343s|160000 |  2993 |359213 |   2.2 |  65M|1881 |   - |5645 |9838 |   0 |   0 |  74k| 119k|3480 | 0.000000e+00 | 7.000000e+00 |    Inf 
368.30/368.30	c   362s|170000 |  3035 |392148 |   2.3 |  66M|1881 |   - |5645 |  11k|   0 |   0 |  79k| 133k|3614 | 0.000000e+00 | 7.000000e+00 |    Inf 
388.30/388.32	c   382s|180000 |  3108 |423520 |   2.4 |  68M|1881 |   - |5645 |  13k|5645 | 275 |  82k| 148k|3707 | 0.000000e+00 | 7.000000e+00 |    Inf 
409.00/409.04	c   402s|190000 |  3185 |452741 |   2.4 |  69M|1881 |  14 |5645 |  14k|5645 | 250 |  86k| 162k|3854 | 0.000000e+00 | 7.000000e+00 |    Inf 
409.51/409.57	o 3
409.51/409.57	c * 403s|190229 |  2818 |453529 |   2.4 |  65M|1881 |   - |5645 |  14k|5645 | 228 |  86k| 162k|3868 | 0.000000e+00 | 3.000000e+00 |    Inf 
429.50/429.58	c   422s|200000 |  2824 |485705 |   2.4 |  65M|1881 |   - |5645 |  14k|   0 |   0 |  90k| 176k|3957 | 0.000000e+00 | 3.000000e+00 |    Inf 
451.41/451.47	c   444s|210000 |  2804 |518538 |   2.5 |  65M|1881 |   - |5645 |  13k|   0 |   0 |  93k| 191k|4076 | 0.000000e+00 | 3.000000e+00 |    Inf 
471.70/471.73	c   464s|220000 |  2775 |551287 |   2.5 |  65M|1881 |  20 |5645 |  13k|5645 | 238 |  97k| 205k|4173 | 0.000000e+00 | 3.000000e+00 |    Inf 
492.31/492.33	c   484s|230000 |  2736 |583278 |   2.5 |  66M|1881 |   1 |5645 |  14k|5645 | 204 | 100k| 219k|4301 | 0.000000e+00 | 3.000000e+00 |    Inf 
513.21/513.20	c   505s|240000 |  2747 |616191 |   2.6 |  66M|1881 |   1 |5645 |  15k|5645 | 224 | 104k| 233k|4404 | 0.000000e+00 | 3.000000e+00 |    Inf 
534.61/534.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
534.61/534.65	c   526s|250000 |  2743 |648987 |   2.6 |  67M|1881 |  14 |5645 |  16k|5645 | 224 | 107k| 247k|4550 | 0.000000e+00 | 3.000000e+00 |    Inf 
557.50/557.60	c   548s|260000 |  2891 |683290 |   2.6 |  69M|1881 |   - |5645 |  17k|   0 |   0 | 112k| 263k|4656 | 0.000000e+00 | 3.000000e+00 |    Inf 
580.01/580.01	c   570s|270000 |  2895 |719157 |   2.7 |  70M|1881 |   1 |5645 |  16k|5645 | 268 | 115k| 279k|4739 | 0.000000e+00 | 3.000000e+00 |    Inf 
601.41/601.45	c   591s|280000 |  2873 |753730 |   2.7 |  69M|1881 |  15 |5645 |  13k|5645 | 247 | 119k| 294k|4870 | 0.000000e+00 | 3.000000e+00 |    Inf 
622.41/622.46	c   612s|290000 |  2914 |789870 |   2.7 |  72M|1881 |   1 |5645 |  18k|5645 | 228 | 124k| 308k|4936 | 0.000000e+00 | 3.000000e+00 |    Inf 
643.71/643.70	c   633s|300000 |  2730 |820709 |   2.7 |  69M|1881 |   1 |5645 |  15k|5645 | 220 | 127k| 323k|5041 | 0.000000e+00 | 3.000000e+00 |    Inf 
664.61/664.62	c   653s|310000 |  2634 |854088 |   2.8 |  67M|1881 |   9 |5645 |  13k|5645 | 233 | 132k| 337k|5145 | 0.000000e+00 | 3.000000e+00 |    Inf 
686.42/686.43	c   675s|320000 |  2796 |890493 |   2.8 |  70M|1881 |   - |5645 |  16k|   0 |   0 | 137k| 353k|5241 | 0.000000e+00 | 3.000000e+00 |    Inf 
707.91/707.95	c   696s|330000 |  2811 |923110 |   2.8 |  71M|1881 |  16 |5645 |  16k|5645 | 218 | 140k| 368k|5299 | 0.000000e+00 | 3.000000e+00 |    Inf 
731.22/731.23	c   719s|340000 |  2901 |958416 |   2.8 |  73M|1881 |   - |5645 |  19k|   0 |   0 | 144k| 384k|5389 | 0.000000e+00 | 3.000000e+00 |    Inf 
753.72/753.71	c   741s|350000 |  2899 |992750 |   2.8 |  72M|1881 |  16 |5645 |  16k|5645 | 243 | 149k| 398k|5462 | 0.000000e+00 | 3.000000e+00 |    Inf 
775.81/775.88	c   763s|360000 |  2882 |  1024k|   2.8 |  74M|1881 |   1 |5645 |  20k|5645 | 244 | 152k| 413k|5574 | 0.000000e+00 | 3.000000e+00 |    Inf 
798.82/798.84	c   785s|370000 |  2953 |  1059k|   2.9 |  74M|1881 |   - |5645 |  19k|   0 |   0 | 156k| 428k|5646 | 0.000000e+00 | 3.000000e+00 |    Inf 
821.91/821.96	c   808s|380000 |  2965 |  1092k|   2.9 |  76M|1881 |   - |5645 |  22k|   0 |   0 | 159k| 443k|5724 | 0.000000e+00 | 3.000000e+00 |    Inf 
846.82/846.86	c   833s|390000 |  2949 |  1126k|   2.9 |  76M|1881 |   - |5645 |  21k|   0 |   0 | 163k| 459k|5779 | 0.000000e+00 | 3.000000e+00 |    Inf 
871.12/871.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.12/871.16	c   857s|400000 |  2979 |  1159k|   2.9 |  78M|1881 |   1 |5645 |  25k|5645 | 237 | 167k| 474k|5867 | 0.000000e+00 | 3.000000e+00 |    Inf 
893.72/893.80	c   879s|410000 |  3005 |  1194k|   2.9 |  75M|1881 |  14 |5645 |  16k|5645 | 244 | 171k| 488k|5947 | 0.000000e+00 | 3.000000e+00 |    Inf 
916.33/916.31	c   901s|420000 |  3012 |  1226k|   2.9 |  77M|1881 |   1 |5645 |  20k|5645 | 230 | 174k| 502k|6020 | 0.000000e+00 | 3.000000e+00 |    Inf 
939.22/939.29	c   924s|430000 |  3074 |  1258k|   2.9 |  77M|1881 |   - |5645 |  19k|   0 |   0 | 178k| 518k|6097 | 0.000000e+00 | 3.000000e+00 |    Inf 
962.32/962.35	c   946s|440000 |  3182 |  1292k|   2.9 |  78M|1881 |   - |5645 |  18k|5645 | 221 | 182k| 533k|6180 | 0.000000e+00 | 3.000000e+00 |    Inf 
985.72/985.75	c   969s|450000 |  3224 |  1333k|   3.0 |  79M|1881 |   - |5645 |  18k|   0 |   0 | 186k| 550k|6270 | 0.000000e+00 | 3.000000e+00 |    Inf 
1008.22/1008.25	c   991s|460000 |  3211 |  1367k|   3.0 |  79M|1881 |   1 |5645 |  19k|5645 | 229 | 190k| 566k|6327 | 0.000000e+00 | 3.000000e+00 |    Inf 
1031.62/1031.69	c  1014s|470000 |  3184 |  1404k|   3.0 |  79M|1881 |  21 |5645 |  17k|5645 | 259 | 194k| 582k|6385 | 0.000000e+00 | 3.000000e+00 |    Inf 
1053.92/1053.95	c  1036s|480000 |  3198 |  1438k|   3.0 |  80M|1881 |  12 |5645 |  17k|5645 | 239 | 198k| 597k|6444 | 0.000000e+00 | 3.000000e+00 |    Inf 
1076.03/1076.07	c  1058s|490000 |  3205 |  1471k|   3.0 |  81M|1881 |  17 |5645 |  19k|5645 | 248 | 200k| 613k|6495 | 0.000000e+00 | 3.000000e+00 |    Inf 
1098.72/1098.80	c  1080s|500000 |  3208 |  1506k|   3.0 |  81M|1881 |   - |5645 |  19k|   0 |   0 | 204k| 628k|6596 | 0.000000e+00 | 3.000000e+00 |    Inf 
1122.23/1122.21	c  1103s|510000 |  3284 |  1543k|   3.0 |  83M|1881 |  16 |5645 |  22k|5645 | 249 | 208k| 644k|6655 | 0.000000e+00 | 3.000000e+00 |    Inf 
1146.13/1146.19	c  1127s|520000 |  3252 |  1579k|   3.0 |  81M|1881 |  11 |5645 |  14k|5645 | 217 | 211k| 659k|6824 | 0.000000e+00 | 3.000000e+00 |    Inf 
1168.03/1168.05	c  1149s|530000 |  3312 |  1613k|   3.0 |  82M|1881 |   - |5645 |  15k|   0 |   0 | 214k| 675k|6943 | 0.000000e+00 | 3.000000e+00 |    Inf 
1190.23/1190.29	c  1170s|540000 |  3360 |  1648k|   3.1 |  84M|1881 |   6 |5645 |  18k|5645 | 293 | 217k| 691k|6963 | 0.000000e+00 | 3.000000e+00 |    Inf 
1212.03/1212.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1212.03/1212.05	c  1192s|550000 |  3342 |  1687k|   3.1 |  82M|1881 |   - |5645 |  12k|   0 |   0 | 221k| 707k|7050 | 0.000000e+00 | 3.000000e+00 |    Inf 
1233.03/1233.04	c  1212s|560000 |  3334 |  1719k|   3.1 |  83M|1881 |   1 |5645 |  14k|5645 | 199 | 225k| 722k|7098 | 0.000000e+00 | 3.000000e+00 |    Inf 
1254.63/1254.69	c  1234s|570000 |  3327 |  1753k|   3.1 |  83M|1881 |  17 |5645 |  15k|5645 | 250 | 228k| 737k|7166 | 0.000000e+00 | 3.000000e+00 |    Inf 
1276.93/1276.96	c  1256s|580000 |  3403 |  1784k|   3.1 |  85M|1881 |   1 |5645 |  18k|5645 | 259 | 232k| 754k|7219 | 0.000000e+00 | 3.000000e+00 |    Inf 
1299.82/1299.83	c  1278s|590000 |  3372 |  1818k|   3.1 |  85M|1881 |   - |5645 |  16k|   0 |   0 | 236k| 770k|7268 | 0.000000e+00 | 3.000000e+00 |    Inf 
1322.33/1322.36	c  1300s|600000 |  3418 |  1853k|   3.1 |  86M|1881 |   - |5645 |  19k|   0 |   0 | 239k| 786k|7311 | 0.000000e+00 | 3.000000e+00 |    Inf 
1346.44/1346.48	c  1324s|610000 |  3480 |  1890k|   3.1 |  87M|1881 |  15 |5645 |  18k|5645 | 263 | 243k| 801k|7386 | 0.000000e+00 | 3.000000e+00 |    Inf 
1370.24/1370.23	c  1347s|620000 |  3518 |  1928k|   3.1 |  88M|1881 |  12 |5645 |  19k|5645 | 273 | 247k| 816k|7440 | 0.000000e+00 | 3.000000e+00 |    Inf 
1394.33/1394.35	c  1371s|630000 |  3669 |  1965k|   3.1 |  90M|1881 |   1 |5645 |  20k|5645 | 279 | 251k| 831k|7494 | 0.000000e+00 | 3.000000e+00 |    Inf 
1418.74/1418.71	c  1395s|640000 |  3673 |  2002k|   3.1 |  90M|1881 |   1 |5645 |  19k|5645 | 265 | 255k| 848k|7541 | 0.000000e+00 | 3.000000e+00 |    Inf 
1442.83/1442.82	c  1419s|650000 |  3677 |  2039k|   3.1 |  90M|1881 |   6 |5645 |  20k|5645 | 243 | 258k| 865k|7589 | 0.000000e+00 | 3.000000e+00 |    Inf 
1466.53/1466.50	c  1442s|660000 |  3583 |  2077k|   3.1 |  88M|1881 |   1 |5645 |  15k|5645 | 262 | 262k| 880k|7655 | 0.000000e+00 | 3.000000e+00 |    Inf 
1490.44/1490.41	c  1466s|670000 |  3591 |  2115k|   3.2 |  90M|1881 |   1 |5645 |  18k|5645 | 253 | 266k| 895k|7701 | 0.000000e+00 | 3.000000e+00 |    Inf 
1496.44/1496.40	o 2
1496.44/1496.40	c *1472s|672391 |  2788 |  2125k|   3.2 |  77M|1881 |   - |5645 |  18k|5645 | 302 | 267k| 899k|7737 | 0.000000e+00 | 2.000000e+00 |    Inf 
1512.83/1512.83	c  1488s|680000 |  2755 |  2153k|   3.2 |  75M|1881 |   - |5645 |  14k|   0 |   0 | 269k| 911k|7758 | 0.000000e+00 | 2.000000e+00 |    Inf 
1533.14/1533.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1533.14/1533.12	c  1508s|690000 |  2716 |  2187k|   3.2 |  74M|1881 |   - |5645 |  12k|   0 |   0 | 273k| 926k|7799 | 0.000000e+00 | 2.000000e+00 |    Inf 
1553.54/1553.58	c  1528s|700000 |  2660 |  2221k|   3.2 |  74M|1881 |   1 |5645 |  14k|5645 | 266 | 276k| 940k|7857 | 0.000000e+00 | 2.000000e+00 |    Inf 
1574.84/1574.81	c  1549s|710000 |  2619 |  2258k|   3.2 |  73M|1881 |   - |5645 |  11k|   0 |   0 | 280k| 956k|7955 | 0.000000e+00 | 2.000000e+00 |    Inf 
1595.13/1595.16	c  1569s|720000 |  2456 |  2292k|   3.2 |  71M|1881 |   1 |5645 |  11k|5645 | 231 | 283k| 970k|8063 | 0.000000e+00 | 2.000000e+00 |    Inf 
1616.43/1616.43	c  1589s|730000 |  2416 |  2329k|   3.2 |  71M|1881 |   1 |5645 |  13k|5645 | 240 | 286k| 985k|8113 | 0.000000e+00 | 2.000000e+00 |    Inf 
1637.95/1637.92	c  1611s|740000 |  2367 |  2370k|   3.2 |  71M|1881 |   1 |5645 |  15k|5645 | 226 | 291k| 999k|8165 | 0.000000e+00 | 2.000000e+00 |    Inf 
1660.14/1660.10	c  1632s|750000 |  2326 |  2407k|   3.2 |  71M|1881 |   - |5645 |  15k|   0 |   0 | 294k|1014k|8213 | 0.000000e+00 | 2.000000e+00 |    Inf 
1681.64/1681.67	c  1654s|760000 |  2278 |  2442k|   3.2 |  71M|1881 |   - |5645 |  17k|   0 |   0 | 298k|1029k|8245 | 0.000000e+00 | 2.000000e+00 |    Inf 
1704.64/1704.67	c  1676s|770000 |  2296 |  2480k|   3.2 |  71M|1881 |   - |5645 |  18k|   0 |   0 | 302k|1044k|8294 | 0.000000e+00 | 2.000000e+00 |    Inf 
1727.15/1727.13	c  1698s|780000 |  2183 |  2515k|   3.2 |  68M|1881 |   1 |5645 |  13k|5645 | 245 | 305k|1059k|8362 | 0.000000e+00 | 2.000000e+00 |    Inf 
1747.14/1747.12	c  1718s|790000 |  2176 |  2546k|   3.2 |  68M|1881 |   - |5645 |  14k|   0 |   0 | 309k|1074k|8411 | 0.000000e+00 | 2.000000e+00 |    Inf 
1769.25/1769.24	c  1740s|800000 |  2132 |  2583k|   3.2 |  68M|1881 |   1 |5645 |  14k|5645 | 239 | 312k|1089k|8461 | 0.000000e+00 | 2.000000e+00 |    Inf 
1791.35/1791.34	c  1761s|810000 |  2210 |  2618k|   3.2 |  69M|1881 |   5 |5645 |  18k|5645 | 250 | 316k|1103k|8492 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1769.97
1800.05/1800.00	c Solving Nodes      : 813701
1800.05/1800.00	c Primal Bound       : +2.00000000000000e+00 (281 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.10	s SATISFIABLE
1800.05/1800.10	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.10	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.10	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.10	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.05/1800.10	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.10	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.05/1800.10	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.05/1800.10	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.05/1800.10	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.10	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.05/1800.10	v -x1 
1800.05/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.10	c Solving Time       :    1769.97
1800.05/1800.10	c Original Problem   :
1800.05/1800.10	c   Problem name     : HOME/instance-2692967-1277926298.wbo
1800.05/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.10	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.10	c Presolved Problem  :
1800.05/1800.10	c   Problem name     : t_HOME/instance-2692967-1277926298.wbo
1800.05/1800.10	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.10	c   Constraints      : 5414 initial, 25585 maximal
1800.05/1800.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.10	c   root node        :          -       2673          -          -       5346          -          -          -          -
1800.05/1800.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.10	c   integral         :          0          0          0     514875          0         13        607          0          0     789488
1800.05/1800.10	c   indicator        :       2707          0    4107147     117767          0        259    4415757          0          0          0
1800.05/1800.10	c   linear           :       2707          6    4347631     119063          0     298940   19637046     318017          0          0
1800.05/1800.10	c   logicor          :          0+         0    1188474          0          0      70651    1330707          0          0          0
1800.05/1800.10	c   bounddisjunction :          0+         0       5377          0          0          0        201          0          0          0
1800.05/1800.10	c   countsols        :          0          0          0      79085          0          0          0          0          0          0
1800.05/1800.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.10	c   integral         :      14.21       0.00       0.00      14.21       0.00
1800.05/1800.10	c   indicator        :      34.67       0.01      17.93      16.73       0.00
1800.05/1800.10	c   linear           :     220.74       0.01     210.79       9.94       0.00
1800.05/1800.10	c   logicor          :     213.18       0.00     213.18       0.00       0.00
1800.05/1800.10	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.10	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.05/1800.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.10	c   vbounds          :       1.14          2          0          0
1800.05/1800.10	c   rootredcost      :       0.80         44          0       2673
1800.05/1800.10	c   pseudoobj        :     233.05    4355850       7396    2752000
1800.05/1800.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.10	c   propagation      :      23.15     376987     376915    2255585       29.6      21953       17.6          -
1800.05/1800.10	c   infeasible LP    :       5.70      14571      14571     114608       45.6        373       15.0          0
1800.05/1800.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.10	c   pseudo solution  :       0.03        231        231        967       12.6        246        5.6          -
1800.05/1800.10	c   applied globally :          -          -          -    1109219       22.9          -          -          -
1800.05/1800.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.10	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.10	c   redcost          :      44.75     521944          0    1557649          0          0
1800.05/1800.10	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.10	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.10	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.10	c   gomory           :       0.00          4          0          0         75          0
1800.05/1800.10	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.10	c   cmir             :       0.02          4          0          0          1          0
1800.05/1800.10	c   flowcover        :       0.02          4          0          0          2          0
1800.05/1800.10	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.10	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.10	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.10	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.10	c Pricers            :       Time      Calls       Vars
1800.05/1800.10	c   problem variables:       0.00          0          0
1800.05/1800.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.10	c   relpscost        :      13.90     395239         13        607          0          0     789488
1800.05/1800.10	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   inference        :      17.15      79041          0          0          0          0     158082
1800.05/1800.10	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.10	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.10	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.10	c   LP solutions     :       0.18          -         44
1800.05/1800.10	c   pseudo solutions :       0.00          -          0
1800.05/1800.10	c   feaspump         :       0.01          0          0
1800.05/1800.10	c   oneopt           :       0.46         36          0
1800.05/1800.10	c   intshifting      :       0.03          5          0
1800.05/1800.10	c   guideddiving     :       0.07         21          0
1800.05/1800.10	c   coefdiving       :       0.12         89          0
1800.05/1800.10	c   pscostdiving     :       0.15         89          0
1800.05/1800.10	c   fracdiving       :       0.22         89          0
1800.05/1800.10	c   veclendiving     :       0.13         89          0
1800.05/1800.10	c   linesearchdiving :       0.15         90          0
1800.05/1800.10	c   crossover        :       1.92         53          5
1800.05/1800.10	c   rootsoldiving    :       0.14         87          0
1800.05/1800.10	c   objpscostdiving  :       0.10         88          0
1800.05/1800.10	c   trivial          :       0.08          2          2
1800.05/1800.10	c   simplerounding   :       1.15     397404          0
1800.05/1800.10	c   zirounding       :       0.61       1000          0
1800.05/1800.10	c   rounding         :       2.79       8957          0
1800.05/1800.10	c   shifting         :       1.71       2700          0
1800.05/1800.10	c   twoopt           :       0.00          0          0
1800.05/1800.10	c   fixandinfer      :       0.00          0          0
1800.05/1800.10	c   intdiving        :       0.00          0          0
1800.05/1800.10	c   actconsdiving    :       0.00          0          0
1800.05/1800.10	c   octane           :       0.00          0          0
1800.05/1800.10	c   rens             :       0.03          1          0
1800.05/1800.10	c   rins             :       0.00          0          0
1800.05/1800.10	c   localbranching   :       0.00          0          0
1800.05/1800.10	c   mutation         :       0.00          0          0
1800.05/1800.10	c   dins             :       0.00          0          0
1800.05/1800.10	c   undercover       :       0.00          0          0
1800.05/1800.10	c   nlp              :       0.16          0          0
1800.05/1800.10	c   trysol           :       4.08       8312        230
1800.05/1800.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.10	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.10	c   dual LP          :     467.85     456438    2631867       5.77    5625.45
1800.05/1800.10	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.10	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.10	c   diving/probing LP:       0.11         50       1300      26.00   11818.18
1800.05/1800.10	c   strong branching :      11.08       8528      90232      10.58    8143.68
1800.05/1800.10	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.10	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.10	c B&B Tree           :
1800.05/1800.10	c   number of runs   :          1
1800.05/1800.10	c   nodes            :     813701
1800.05/1800.10	c   nodes (total)    :     813701
1800.05/1800.10	c   nodes left       :       2150
1800.05/1800.10	c   max depth        :       1881
1800.05/1800.10	c   max depth (total):       1881
1800.05/1800.10	c   backtracks       :      63449 (7.8%)
1800.05/1800.10	c   delayed cutoffs  :      55078
1800.05/1800.10	c   repropagations   :    2232690 (4390171 domain reductions, 52144 cutoffs)
1800.05/1800.10	c   avg switch length:       6.90
1800.05/1800.10	c   switching time   :     245.30
1800.05/1800.10	c Solution           :
1800.05/1800.10	c   Solutions found  :        281 (45 improvements)
1800.05/1800.10	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.10	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 672391 nodes, 1471.55 seconds, depth 71, found by <relaxation>)
1800.05/1800.10	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.10	c   Gap              :   infinite
1800.05/1800.10	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.10	c   Root Iterations  :        183
1800.15/1800.19	c Time complete: 1800.24.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692967-1277926298/watcher-2692967-1277926298 -o /tmp/evaluation-result-2692967-1277926298/solver-2692967-1277926298 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692967-1277926298.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.99 2.00 2.00 4/182 16685
/proc/meminfo: memFree=31424536/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=11308 CPUtime=0
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1768 0 0 0 0 0 0 0 25 0 1 0 133926019 11579392 1688 4089446400 4194304 9819077 140736436687792 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/16685/statm: 2827 1695 392 1374 0 1448 0

[startup+0.0582161 s]
/proc/loadavg: 1.99 2.00 2.00 4/182 16685
/proc/meminfo: memFree=31424536/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=36076 CPUtime=0.04
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 8049 0 0 0 4 0 0 0 25 0 1 0 133926019 36941824 7615 4089446400 4194304 9819077 140736436687792 18446744073709551615 4561060 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 9019 7615 469 1374 0 7640 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36076

[startup+0.100196 s]
/proc/loadavg: 1.99 2.00 2.00 4/182 16685
/proc/meminfo: memFree=31424536/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=36404 CPUtime=0.09
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 133926019 37277696 7689 4089446400 4194304 9819077 140736436687792 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300158 s]
/proc/loadavg: 1.99 2.00 2.00 4/182 16685
/proc/meminfo: memFree=31424536/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=54544 CPUtime=0.29
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 12845 0 0 0 27 2 0 0 25 0 1 0 133926019 55853056 11812 4089446400 4194304 9819077 140736436687792 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 13636 11839 674 1374 0 12257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54544

[startup+0.701097 s]
/proc/loadavg: 1.99 2.00 2.00 4/182 16685
/proc/meminfo: memFree=31424536/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=45892 CPUtime=0.7
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 27978 0 0 0 65 5 0 0 25 0 1 0 133926019 46993408 9944 4089446400 4194304 9819077 140736436687792 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 11430 9943 698 1374 0 10051 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 45892

[startup+1.50094 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 16686
/proc/meminfo: memFree=31385840/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=49128 CPUtime=1.49
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 41056 0 0 0 142 7 0 0 25 0 1 0 133926019 50307072 10421 4089446400 4194304 9819077 140736436687792 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 12248 10408 699 1374 0 10869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49128

[startup+3.10065 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 16688
/proc/meminfo: memFree=31382616/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=51816 CPUtime=3.1
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 56942 0 0 0 300 10 0 0 25 0 1 0 133926019 53059584 11106 4089446400 4194304 9819077 140736436687792 18446744073709551615 4407949 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 12954 11106 700 1374 0 11575 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 51816

[startup+6.30106 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 16689
/proc/meminfo: memFree=31377208/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=55976 CPUtime=6.29
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 68935 0 0 0 616 13 0 0 25 0 1 0 133926019 57319424 12224 4089446400 4194304 9819077 140736436687792 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 13994 12224 700 1374 0 12615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55976

[startup+12.7009 s]
/proc/loadavg: 1.99 2.00 2.00 3/183 16689
/proc/meminfo: memFree=31365416/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=67128 CPUtime=12.69
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 86228 0 0 0 1248 21 0 0 25 0 1 0 133926019 68739072 15302 4089446400 4194304 9819077 140736436687792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 16782 15302 700 1374 0 15403 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67128

[startup+25.5006 s]
/proc/loadavg: 1.84 1.97 1.99 3/183 16739
/proc/meminfo: memFree=31310472/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=87160 CPUtime=25.49
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 99045 0 0 0 2516 33 0 0 25 0 1 0 133926019 89251840 20269 4089446400 4194304 9819077 140736436687792 18446744073709551615 7487779 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/16685/statm: 21790 20269 700 1374 0 20411 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87160

[startup+51.1009 s]
/proc/loadavg: 1.89 1.97 1.99 3/183 16740
/proc/meminfo: memFree=31208712/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=123596 CPUtime=51.1
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 115580 0 0 0 5055 55 0 0 25 0 1 0 133926019 126562304 29319 4089446400 4194304 9819077 140736436687792 18446744073709551615 6361720 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 30899 29319 700 1374 0 29520 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 123596

[startup+102.307 s]
/proc/loadavg: 2.02 1.99 1.99 3/183 16741
/proc/meminfo: memFree=31034368/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=178192 CPUtime=102.3
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 192545 0 0 0 10120 110 0 0 25 0 1 0 133926019 182468608 43056 4089446400 4194304 9819077 140736436687792 18446744073709551615 7816000 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 44548 43056 704 1374 0 43169 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 178192

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/183 16742
/proc/meminfo: memFree=30845836/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=253944 CPUtime=162.29
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 435668 0 0 0 16025 204 0 0 25 0 1 0 133926019 260038656 61398 4089446400 4194304 9819077 140736436687792 18446744073709551615 4639887 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 63486 61398 709 1374 0 62107 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 253944

[startup+222.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/183 16744
/proc/meminfo: memFree=30682468/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=309720 CPUtime=222.3
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 608478 0 0 0 21926 304 0 0 25 0 1 0 133926019 317153280 74347 4089446400 4194304 9819077 140736436687792 18446744073709551615 5955669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 77430 74347 711 1374 0 76051 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 309720

[startup+282.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 16746
/proc/meminfo: memFree=30556300/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=316768 CPUtime=282.3
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 758906 0 0 0 27815 415 0 0 25 0 1 0 133926019 324370432 76184 4089446400 4194304 9819077 140736436687792 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 79192 76184 731 1374 0 77813 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 316768

[startup+342.301 s]
/proc/loadavg: 2.15 2.05 2.01 4/183 16747
/proc/meminfo: memFree=30435068/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=323228 CPUtime=342.3
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 933815 0 0 0 33698 532 0 0 25 0 1 0 133926019 330985472 77656 4089446400 4194304 9819077 140736436687792 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 80807 77656 739 1374 0 79428 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 323228

[startup+402.301 s]
/proc/loadavg: 2.18 2.07 2.01 3/183 16749
/proc/meminfo: memFree=30309400/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=325500 CPUtime=402.3
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1067939 0 0 0 39579 651 0 0 25 0 1 0 133926019 333312000 78236 4089446400 4194304 9819077 140736436687792 18446744073709551615 6628233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 81375 78236 739 1374 0 79996 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 325500

[startup+462.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 16750
/proc/meminfo: memFree=30237936/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=327080 CPUtime=462.31
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1215706 0 0 0 45467 764 0 0 25 0 1 0 133926019 334929920 78630 4089446400 4194304 9819077 140736436687792 18446744073709551615 6513053 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 81770 78630 739 1374 0 80391 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 327080

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 16752
/proc/meminfo: memFree=30188300/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=327848 CPUtime=522.31
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1344767 0 0 0 51359 872 0 0 25 0 1 0 133926019 335716352 78828 4089446400 4194304 9819077 140736436687792 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 81962 78828 740 1374 0 80583 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 327848

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 16754
/proc/meminfo: memFree=30149440/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=329096 CPUtime=582.31
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1456382 0 0 0 57257 974 0 0 25 0 1 0 133926019 336994304 79189 4089446400 4194304 9819077 140736436687792 18446744073709551615 5507342 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 82274 79189 740 1374 0 80895 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 329096

[startup+642.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 16755
/proc/meminfo: memFree=30092600/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=330640 CPUtime=642.31
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 1576470 0 0 0 63146 1085 0 0 25 0 1 0 133926019 338575360 79482 4089446400 4194304 9819077 140736436687792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 82660 79482 740 1374 0 81281 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 330640

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 16762
/proc/meminfo: memFree=29839684/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=334836 CPUtime=882.32
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2020210 0 0 0 86752 1480 0 0 25 0 1 0 133926019 342872064 80549 4089446400 4194304 9819077 140736436687792 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 83709 80549 740 1374 0 82330 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 334836

[startup+942.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 16763
/proc/meminfo: memFree=29770428/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=335176 CPUtime=942.32
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2117713 0 0 0 92653 1579 0 0 25 0 1 0 133926019 343220224 80654 4089446400 4194304 9819077 140736436687792 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 83794 80654 740 1374 0 82415 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 335176

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16765
/proc/meminfo: memFree=29688544/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=337508 CPUtime=1002.32
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2225725 0 0 0 98554 1678 0 0 25 0 1 0 133926019 345608192 81191 4089446400 4194304 9819077 140736436687792 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 84377 81191 740 1374 0 82998 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 337508

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16766
/proc/meminfo: memFree=29622256/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=339068 CPUtime=1062.32
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2326688 0 0 0 104453 1779 0 0 25 0 1 0 133926019 347205632 81578 4089446400 4194304 9819077 140736436687792 18446744073709551615 6509924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 84767 81578 740 1374 0 83388 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 339068

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16768
/proc/meminfo: memFree=29555868/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=341940 CPUtime=1122.33
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2431786 0 0 0 110359 1874 0 0 25 0 1 0 133926019 350146560 82162 4089446400 4194304 9819077 140736436687792 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 85485 82162 740 1374 0 84106 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 341940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16770
/proc/meminfo: memFree=29470752/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=343264 CPUtime=1182.33
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2543638 0 0 0 116262 1971 0 0 25 0 1 0 133926019 351502336 82438 4089446400 4194304 9819077 140736436687792 18446744073709551615 6723472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 85816 82438 740 1374 0 84437 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 343264

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16771
/proc/meminfo: memFree=29395936/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=344792 CPUtime=1242.33
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2657090 0 0 0 122158 2075 0 0 25 0 1 0 133926019 353067008 82847 4089446400 4194304 9819077 140736436687792 18446744073709551615 7859088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 86198 82847 740 1374 0 84819 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 344792

[startup+1302.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 16773
/proc/meminfo: memFree=29330548/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=346860 CPUtime=1302.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2762448 0 0 0 128058 2176 0 0 25 0 1 0 133926019 355184640 83321 4089446400 4194304 9819077 140736436687792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 86715 83321 740 1374 0 85336 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 346860

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 16774
/proc/meminfo: memFree=29254124/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=347160 CPUtime=1362.33
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2869733 0 0 0 133961 2272 0 0 25 0 1 0 133926019 355491840 83424 4089446400 4194304 9819077 140736436687792 18446744073709551615 4210625 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 86790 83424 740 1374 0 85411 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 347160

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 16776
/proc/meminfo: memFree=29186732/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348764 CPUtime=1422.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 2972929 0 0 0 139871 2363 0 0 25 0 1 0 133926019 357134336 83850 4089446400 4194304 9819077 140736436687792 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87191 83850 740 1374 0 85812 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 348764

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16778
/proc/meminfo: memFree=29116984/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=349720 CPUtime=1482.33
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3078043 0 0 0 145771 2462 0 0 25 0 1 0 133926019 358113280 84106 4089446400 4194304 9819077 140736436687792 18446744073709551615 6628413 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87430 84106 740 1374 0 86051 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 349720

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 16779
/proc/meminfo: memFree=29049596/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=347876 CPUtime=1542.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3213195 0 0 0 151666 2568 0 0 25 0 1 0 133926019 356225024 83651 4089446400 4194304 9819077 140736436687792 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 86969 83651 740 1374 0 85590 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 347876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 16781
/proc/meminfo: memFree=28955788/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1602.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3337667 0 0 0 157558 2676 0 0 25 0 1 0 133926019 356659200 83687 4089446400 4194304 9819077 140736436687792 18446744073709551615 4923182 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83687 740 1374 0 85696 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 348300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 16782
/proc/meminfo: memFree=28903420/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1662.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3456815 0 0 0 163457 2777 0 0 25 0 1 0 133926019 356659200 83688 4089446400 4194304 9819077 140736436687792 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83688 740 1374 0 85696 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 348300

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 16784
/proc/meminfo: memFree=28820656/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1722.34
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3567063 0 0 0 169364 2870 0 0 25 0 1 0 133926019 356659200 83701 4089446400 4194304 9819077 140736436687792 18446744073709551615 4983126 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83701 740 1374 0 85696 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 348300

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16795
/proc/meminfo: memFree=28767116/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1782.35
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3675948 0 0 0 175258 2977 0 0 25 0 1 0 133926019 356659200 83700 4089446400 4194304 9819077 140736436687792 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83700 740 1374 0 85696 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 348300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16795
/proc/meminfo: memFree=28742900/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1800.05
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3708753 0 0 0 177000 3005 0 0 25 0 1 0 133926019 356659200 83701 4089446400 4194304 9819077 140736436687792 18446744073709551615 6666959 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83701 740 1374 0 85696 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 348300

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

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

[startup+1800.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 16795
/proc/meminfo: memFree=28742900/32951124 swapFree=67111528/67111528
[pid=16685] ppid=16683 vsize=348300 CPUtime=1800.15
/proc/16685/stat : 16685 (pbscip.linux.x8) R 16683 16685 16660 0 -1 4202496 3708761 0 0 0 177010 3005 0 0 18 0 1 0 133926019 356659200 83702 4089446400 4194304 9819077 140736436687792 18446744073709551615 4925973 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16685/statm: 87075 83702 741 1374 0 85696 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 348300

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.25
CPU user time (s): 1770.18
CPU system time (s): 30.0714
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 355024

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

runsolver used 2.88356 second user time and 6.92695 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 21:31:39
IDJOB=2692967
IDBENCH=79268
IDSOLVER=1205
FILE ID=node134/2692967-1277926298
PBS_JOBID= 11197372
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 7333324480eb5267e10bc3c9063685b0
RANDOM SEED=126919590

node134.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.818
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.63
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.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.818
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.818
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	: 7397.66
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.818
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.67
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.818
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.84
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.818
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.74
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.818
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31424816 kB
Buffers:        213744 kB
Cached:        1099516 kB
SwapCached:          0 kB
Active:         672564 kB
Inactive:       711536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31424816 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6376 kB
Writeback:           0 kB
AnonPages:       70436 kB
Mapped:          15468 kB
Slab:            80688 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node134 at 2010-06-30 22:01:41