Trace number 2693083

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.43 1800.47

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark776.621
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
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-2693083-1277931195.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.14	o 135640
0.09/0.14	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.14	c presolving:
0.09/0.14	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.15	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.19/0.21	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (3 rounds):
0.19/0.21	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.21	c  2707 implications, 0 cliques
0.19/0.21	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.21	c    2707 constraints of type <indicator>
0.19/0.21	c    2707 constraints of type <linear>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.15
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 1.2.1.2
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1799.97
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 3420
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.19/0.22	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.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.28/0.31	c   0.3s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.38/0.45	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.356400e+05 |    Inf 
19.54/19.70	c  19.3s| 10000 | 10001 | 12412 |   1.2 |  49M|2037 |   0 |5645 |5414 |5645 | 209 |4151 |   0 | 917 | 0.000000e+00 | 1.356400e+05 |    Inf 
32.84/32.97	c  32.4s| 20000 | 20001 | 13845 |   0.7 |  68M|2037 |   0 |5645 |5414 |5645 | 233 |4598 |   0 | 942 | 0.000000e+00 | 1.356400e+05 |    Inf 
46.44/46.52	c  45.8s| 30000 | 30001 | 15083 |   0.5 |  87M|2037 |   0 |5645 |5414 |5645 | 220 |5051 |   0 | 953 | 0.000000e+00 | 1.356400e+05 |    Inf 
59.73/59.84	c  59.0s| 40000 | 40001 | 16045 |   0.4 | 107M|2037 |   0 |5645 |5414 |5645 | 229 |5347 |   0 | 967 | 0.000000e+00 | 1.356400e+05 |    Inf 
73.43/73.51	c  72.5s| 50000 | 50001 | 17542 |   0.3 | 126M|2037 |   0 |5645 |5414 |5645 | 287 |5835 |   0 | 997 | 0.000000e+00 | 1.356400e+05 |    Inf 
86.63/86.70	c  85.6s| 60000 | 59995 | 18414 |   0.3 | 145M|2037 |   0 |5645 |5426 |5645 | 232 |6064 |  12 |1019 | 0.000000e+00 | 1.356400e+05 |    Inf 
100.53/100.68	c  99.4s| 70000 | 69987 | 20312 |   0.3 | 165M|2037 |   0 |5645 |5466 |5645 | 220 |6552 |  52 |1063 | 0.000000e+00 | 1.356400e+05 |    Inf 
112.64/112.74	o 597
112.64/112.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.64/112.74	c * 111s| 78785 | 67837 | 21410 |   0.3 | 163M|2037 |   - |5645 |5486 |5645 | 209 |6855 |  72 |1084 | 0.000000e+00 | 5.970000e+02 |    Inf 
114.83/114.95	c   114s| 80000 | 69009 | 21879 |   0.3 | 165M|2037 |   0 |5645 |5659 |5645 | 218 |6969 | 245 |1084 | 0.000000e+00 | 5.970000e+02 |    Inf 
115.14/115.20	o 572
115.14/115.20	c * 114s| 80142 | 66571 | 21962 |   0.3 | 161M|2037 |   - |5645 |5659 |5645 | 212 |6992 | 245 |1084 | 0.000000e+00 | 5.720000e+02 |    Inf 
115.14/115.24	o 543
115.14/115.24	c * 114s| 80152 | 63438 | 21965 |   0.3 | 155M|2037 |   - |5645 |5679 |5645 | 212 |6992 | 265 |1084 | 0.000000e+00 | 5.430000e+02 |    Inf 
115.44/115.55	o 505
115.44/115.55	c * 114s| 80335 | 58918 | 22107 |   0.3 | 146M|2037 |   - |5645 |5709 |5645 | 206 |7020 | 295 |1084 | 0.000000e+00 | 5.050000e+02 |    Inf 
115.53/115.60	o 416
115.53/115.60	c * 114s| 80350 | 47644 | 22111 |   0.3 | 125M|2037 |   - |5645 |5719 |5645 | 206 |7020 | 305 |1084 | 0.000000e+00 | 4.160000e+02 |    Inf 
116.83/116.93	o 404
116.83/116.93	c * 116s| 80989 | 46467 | 22906 |   0.3 | 123M|2037 |   - |5645 |5785 |5645 | 212 |7290 | 371 |1096 | 0.000000e+00 | 4.040000e+02 |    Inf 
119.13/119.25	o 391
119.13/119.25	c * 118s| 82164 | 45480 | 23724 |   0.3 | 122M|2037 |   - |5645 |6031 |5645 | 220 |7541 | 617 |1119 | 0.000000e+00 | 3.910000e+02 |    Inf 
119.84/119.91	o 335
119.84/119.91	c * 118s| 82444 | 36560 | 24037 |   0.3 | 105M|2037 |   - |5645 |6143 |5645 | 217 |7638 | 729 |1124 | 0.000000e+00 | 3.350000e+02 |    Inf 
119.93/120.06	o 329
119.93/120.06	c * 119s| 82497 | 35549 | 24105 |   0.3 | 104M|2037 |   - |5645 |6163 |5645 | 210 |7653 | 749 |1124 | 0.000000e+00 | 3.290000e+02 |    Inf 
124.83/124.97	o 320
124.83/124.97	c * 123s| 84574 | 35425 | 27073 |   0.3 | 106M|2037 |   - |5645 |7103 |5645 | 222 |8488 |1689 |1174 | 0.000000e+00 | 3.200000e+02 |    Inf 
125.83/125.93	o 293
125.83/125.93	c * 124s| 85034 | 30953 | 27622 |   0.3 |  97M|2037 |   - |5645 |7210 |5645 | 208 |8621 |1796 |1181 | 0.000000e+00 | 2.930000e+02 |    Inf 
126.23/126.32	o 259
126.23/126.32	c * 125s| 85215 | 25375 | 27803 |   0.3 |  86M|2037 |   - |5645 |7245 |5645 | 223 |8666 |1831 |1181 | 0.000000e+00 | 2.590000e+02 |    Inf 
126.34/126.45	o 256
126.34/126.45	c * 125s| 85263 | 24867 | 27912 |   0.3 |  85M|2037 |   - |5645 |7282 |5645 | 224 |8691 |1868 |1182 | 0.000000e+00 | 2.560000e+02 |    Inf 
127.23/127.35	o 230
127.23/127.35	c * 126s| 85642 | 20542 | 28403 |   0.3 |  75M|2037 |   - |5645 |7469 |5645 | 233 |8858 |2055 |1184 | 0.000000e+00 | 2.300000e+02 |    Inf 
127.44/127.51	o 219
127.44/127.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.44/127.51	c * 126s| 85670 | 19053 | 28607 |   0.3 |  72M|2037 |   - |5645 |7481 |5645 | 219 |8918 |2067 |1188 | 0.000000e+00 | 2.190000e+02 |    Inf 
127.44/127.60	o 192
127.44/127.60	c * 126s| 85701 | 15569 | 28614 |   0.3 |  65M|2037 |   - |5645 |7493 |5645 | 218 |8918 |2079 |1188 | 0.000000e+00 | 1.920000e+02 |    Inf 
127.54/127.61	o 191
127.54/127.61	c * 126s| 85702 | 15403 | 28616 |   0.3 |  65M|2037 |   - |5645 |7493 |5645 | 218 |8918 |2079 |1188 | 0.000000e+00 | 1.910000e+02 |    Inf 
131.44/131.50	o 180
131.44/131.50	c * 130s| 87071 | 14886 | 31658 |   0.4 |  67M|2037 |   - |5645 |8470 |5645 | 213 |9716 |3073 |1226 | 0.000000e+00 | 1.800000e+02 |    Inf 
134.33/134.49	o 173
134.33/134.49	c * 133s| 88005 | 14523 | 34146 |   0.4 |  69M|2037 |   - |5645 |9030 |5645 | 203 |  10k|3923 |1262 | 0.000000e+00 | 1.730000e+02 |    Inf 
134.43/134.51	o 162
134.43/134.51	c * 133s| 88006 | 12861 | 34161 |   0.4 |  65M|2037 |   - |5645 |9014 |5645 | 212 |  10k|3923 |1262 | 0.000000e+00 | 1.620000e+02 |    Inf 
137.63/137.76	o 141
137.63/137.76	c * 136s| 88971 | 11100 | 37633 |   0.4 |  64M|2037 |   - |5645 |9204 |5645 | 194 |  11k|4593 |1344 | 0.000000e+00 | 1.410000e+02 |    Inf 
139.34/139.48	o 138
139.34/139.48	c * 138s| 89637 | 11228 | 38773 |   0.4 |  65M|2037 |   - |5645 |9110 |5645 | 208 |  11k|4993 |1352 | 0.000000e+00 | 1.380000e+02 |    Inf 
140.53/140.70	c   139s| 90000 | 11479 | 40596 |   0.4 |  67M|2037 |   0 |5645 |8961 |5645 | 221 |  12k|5242 |1370 | 0.000000e+00 | 1.380000e+02 |    Inf 
141.44/141.54	o 137
141.44/141.54	c * 140s| 90250 | 11518 | 41426 |   0.5 |  68M|2037 |   - |5645 |8908 |5645 | 222 |  12k|5464 |1378 | 0.000000e+00 | 1.370000e+02 |    Inf 
141.54/141.69	o 133
141.54/141.69	c * 140s| 90279 | 11006 | 41658 |   0.5 |  66M|2037 |   - |5645 |8851 |5645 | 215 |  12k|5480 |1386 | 0.000000e+00 | 1.330000e+02 |    Inf 
141.64/141.70	o 131
141.64/141.70	c * 140s| 90281 | 10795 | 41664 |   0.5 |  66M|2037 |   - |5645 |8851 |5645 | 218 |  12k|5480 |1386 | 0.000000e+00 | 1.310000e+02 |    Inf 
141.74/141.87	o 128
141.74/141.87	c * 140s| 90308 | 10522 | 42054 |   0.5 |  66M|2037 |   - |5645 |8777 |5645 | 212 |  12k|5504 |1386 | 0.000000e+00 | 1.280000e+02 |    Inf 
141.94/142.03	o 126
141.94/142.03	c * 140s| 90350 | 10400 | 42274 |   0.5 |  65M|2037 |   - |5645 |8726 |5645 | 221 |  12k|5525 |1386 | 0.000000e+00 | 1.260000e+02 |    Inf 
141.94/142.05	o 125
141.94/142.05	c * 140s| 90356 | 10307 | 42275 |   0.5 |  65M|2037 |   - |5645 |8726 |5645 | 221 |  12k|5525 |1386 | 0.000000e+00 | 1.250000e+02 |    Inf 
141.94/142.07	o 120
141.94/142.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.94/142.07	c * 140s| 90365 |  9740 | 42276 |   0.5 |  63M|2037 |   - |5645 |8725 |5645 | 221 |  12k|5525 |1386 | 0.000000e+00 | 1.200000e+02 |    Inf 
141.94/142.08	o 105
141.94/142.08	c * 140s| 90366 |  8143 | 42276 |   0.5 |  58M|2037 |   - |5645 |8725 |5645 | 221 |  12k|5525 |1386 | 0.000000e+00 | 1.050000e+02 |    Inf 
142.33/142.41	o 102
142.33/142.41	c * 141s| 90434 |  7908 | 42822 |   0.5 |  58M|2037 |   - |5645 |8550 |5645 | 218 |  12k|5564 |1388 | 0.000000e+00 | 1.020000e+02 |    Inf 
142.33/142.42	o 94
142.33/142.42	c * 141s| 90435 |  6862 | 42822 |   0.5 |  54M|2037 |   - |5645 |8550 |5645 | 218 |  12k|5564 |1388 | 0.000000e+00 | 9.400000e+01 |    Inf 
145.23/145.38	o 93
145.23/145.38	c * 144s| 91274 |  7045 | 45824 |   0.5 |  57M|2037 |   - |5645 |7301 |5645 | 228 |  13k|6363 |1429 | 0.000000e+00 | 9.300000e+01 |    Inf 
153.24/153.30	o 91
153.24/153.30	c * 151s| 93421 |  7881 | 55407 |   0.6 |  68M|2037 |   - |5645 |6818 |5645 | 214 |  16k|8310 |1505 | 0.000000e+00 | 9.100000e+01 |    Inf 
154.44/154.55	o 83
154.44/154.55	c * 153s| 93715 |  7105 | 57425 |   0.6 |  67M|2037 |   - |5645 |6667 |5645 | 227 |  16k|8550 |1527 | 0.000000e+00 | 8.300000e+01 |    Inf 
157.93/158.06	o 79
157.93/158.06	c * 156s| 94492 |  7030 | 62772 |   0.7 |  69M|2037 |   - |5645 |6236 |5645 | 232 |  18k|9339 |1542 | 0.000000e+00 | 7.900000e+01 |    Inf 
166.04/166.20	o 68
166.04/166.20	c * 164s| 96957 |  6769 | 72831 |   0.7 |  70M|2037 |   - |5645 |6274 |5645 | 230 |  20k|  11k|1588 | 0.000000e+00 | 6.800000e+01 |    Inf 
176.54/176.64	c   174s|100000 |  7481 | 90114 |   0.9 |  82M|2037 |   1 |5645 |6347 |5645 | 200 |  24k|  14k|1699 | 0.000000e+00 | 6.800000e+01 |    Inf 
194.94/195.09	o 55
194.94/195.09	c * 192s|105823 |  8097 |110846 |   1.0 |  92M|2037 |   - |5645 |7007 |5645 | 239 |  29k|  21k|1882 | 0.000000e+00 | 5.500000e+01 |    Inf 
195.44/195.50	o 50
195.44/195.50	c * 193s|105963 |  7756 |111162 |   1.0 |  89M|2037 |   - |5645 |6624 |5645 | 237 |  29k|  21k|1888 | 0.000000e+00 | 5.000000e+01 |    Inf 
208.24/208.36	c   206s|110000 |  8233 |129737 |   1.2 |  96M|2037 |   - |5645 |6626 |   0 |   0 |  34k|  26k|2024 | 0.000000e+00 | 5.000000e+01 |    Inf 
221.84/221.98	o 45
221.84/221.98	c * 219s|114594 |  8503 |144524 |   1.3 | 101M|2037 |   - |5645 |6656 |5645 | 222 |  37k|  32k|2154 | 0.000000e+00 | 4.500000e+01 |    Inf 
237.33/237.47	c   234s|120000 |  9021 |164822 |   1.4 | 109M|2037 |   - |5645 |6598 |   0 |   0 |  42k|  40k|2287 | 0.000000e+00 | 4.500000e+01 |    Inf 
264.24/264.34	o 39
264.24/264.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
264.24/264.34	c * 261s|129759 |  9316 |196040 |   1.5 | 118M|2037 |   - |5645 |8088 |5645 | 204 |  49k|  53k|2498 | 0.000000e+00 | 3.900000e+01 |    Inf 
264.94/265.03	c   261s|130000 |  9311 |196708 |   1.5 | 118M|2037 |   - |5645 |7373 |   0 |   0 |  49k|  54k|2507 | 0.000000e+00 | 3.900000e+01 |    Inf 
290.54/290.62	c   286s|140000 |  9788 |226780 |   1.6 | 126M|2037 |  16 |5645 |6720 |5645 | 223 |  55k|  67k|2690 | 0.000000e+00 | 3.900000e+01 |    Inf 
310.34/310.42	o 36
310.34/310.42	c * 306s|148065 |  9624 |247946 |   1.7 | 126M|2037 |   - |5645 |8251 |5645 | 229 |  59k|  77k|2818 | 0.000000e+00 | 3.600000e+01 |    Inf 
315.33/315.47	c   311s|150000 |  9749 |255990 |   1.7 | 127M|2037 |   1 |5645 |7226 |5645 | 232 |  60k|  79k|2847 | 0.000000e+00 | 3.600000e+01 |    Inf 
340.34/340.42	c   335s|160000 | 10387 |284854 |   1.8 | 136M|2037 |   6 |5645 |9012 |5645 | 205 |  66k|  92k|2992 | 0.000000e+00 | 3.600000e+01 |    Inf 
348.64/348.75	o 33
348.64/348.75	c * 343s|163219 |  9418 |294193 |   1.8 | 125M|2037 |   - |5645 |7889 |5645 | 247 |  67k|  96k|3049 | 0.000000e+00 | 3.300000e+01 |    Inf 
364.84/364.95	c   359s|170000 |  9656 |311401 |   1.8 | 130M|2037 |   - |5645 |7453 |   0 |   0 |  70k| 106k|3138 | 0.000000e+00 | 3.300000e+01 |    Inf 
366.54/366.64	o 30
366.54/366.64	c * 361s|170807 |  9517 |312928 |   1.8 | 129M|2037 |   - |5645 |8257 |5645 | 244 |  71k| 107k|3138 | 0.000000e+00 | 3.000000e+01 |    Inf 
387.83/387.95	c   382s|180000 |  9782 |336555 |   1.9 | 134M|2037 |   - |5645 |7271 |   0 |   0 |  75k| 120k|3279 | 0.000000e+00 | 3.000000e+01 |    Inf 
411.04/411.10	c   405s|190000 | 10041 |366174 |   1.9 | 139M|2037 |   9 |5645 |8895 |5645 | 238 |  80k| 133k|3400 | 0.000000e+00 | 3.000000e+01 |    Inf 
433.74/433.84	c   427s|200000 | 10292 |393582 |   2.0 | 144M|2037 |   - |5645 |8834 |   0 |   0 |  85k| 145k|3499 | 0.000000e+00 | 3.000000e+01 |    Inf 
457.04/457.16	c   450s|210000 | 10618 |421942 |   2.0 | 151M|2037 |   1 |5645 |8630 |5645 | 229 |  89k| 158k|3603 | 0.000000e+00 | 3.000000e+01 |    Inf 
479.74/479.84	c   472s|220000 | 11040 |446454 |   2.0 | 157M|2037 |   1 |5645 |  10k|5645 | 235 |  93k| 171k|3728 | 0.000000e+00 | 3.000000e+01 |    Inf 
492.43/492.55	o 25
492.43/492.55	c * 485s|225432 | 10527 |459443 |   2.0 | 153M|2037 |   - |5645 |9704 |5645 | 245 |  94k| 178k|3774 | 0.000000e+00 | 2.500000e+01 |    Inf 
503.14/503.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.14/503.25	c   495s|230000 | 10601 |471064 |   2.0 | 155M|2037 |   1 |5645 |7356 |5645 | 226 |  96k| 184k|3845 | 0.000000e+00 | 2.500000e+01 |    Inf 
526.44/526.57	c   518s|240000 | 10852 |499453 |   2.1 | 160M|2037 |   0 |5645 |8081 |5645 | 251 | 101k| 199k|3921 | 0.000000e+00 | 2.500000e+01 |    Inf 
548.94/549.04	c   539s|250000 | 11055 |523746 |   2.1 | 165M|2037 |  13 |5645 |  10k|5645 | 202 | 104k| 213k|4023 | 0.000000e+00 | 2.500000e+01 |    Inf 
562.14/562.26	o 24
562.14/562.26	c * 552s|255768 | 11076 |535501 |   2.1 | 166M|2037 |   - |5645 |  11k|5645 | 232 | 106k| 221k|4045 | 0.000000e+00 | 2.400000e+01 |    Inf 
572.14/572.22	c   562s|260000 | 11148 |544270 |   2.1 | 168M|2037 |   1 |5645 |  11k|5645 | 231 | 107k| 227k|4073 | 0.000000e+00 | 2.400000e+01 |    Inf 
591.84/591.90	o 15
591.84/591.90	c * 581s|268520 | 10368 |565104 |   2.1 | 156M|2037 |   - |5645 |9370 |5645 | 246 | 110k| 239k|4166 | 0.000000e+00 | 1.500000e+01 |    Inf 
595.24/595.32	c   584s|270000 | 10369 |570390 |   2.1 | 156M|2037 |   - |5645 |8833 |   0 |   0 | 111k| 241k|4181 | 0.000000e+00 | 1.500000e+01 |    Inf 
616.34/616.47	c   604s|280000 | 10404 |602778 |   2.2 | 159M|2037 |   - |5645 |6774 |   0 |   0 | 116k| 255k|4306 | 0.000000e+00 | 1.500000e+01 |    Inf 
621.04/621.18	o 8
621.04/621.18	c * 609s|282354 |  8804 |609908 |   2.2 | 126M|2037 |   - |5645 |7718 |5645 | 299 | 117k| 258k|4324 | 0.000000e+00 | 8.000000e+00 |    Inf 
635.64/635.71	c   623s|290000 |  8788 |634549 |   2.2 | 127M|2037 |  13 |5645 |8787 |5645 | 255 | 120k| 269k|4392 | 0.000000e+00 | 8.000000e+00 |    Inf 
655.93/656.07	c   642s|300000 |  8774 |664146 |   2.2 | 129M|2037 |   - |5645 |8728 |   0 |   0 | 123k| 283k|4496 | 0.000000e+00 | 8.000000e+00 |    Inf 
676.04/676.13	c   662s|310000 |  8756 |695687 |   2.2 | 130M|2037 |   1 |5645 |  10k|5645 | 213 | 128k| 297k|4598 | 0.000000e+00 | 8.000000e+00 |    Inf 
697.94/698.08	c   683s|320000 |  8848 |732950 |   2.3 | 132M|2037 |   - |5645 |  11k|   0 |   0 | 133k| 311k|4698 | 0.000000e+00 | 8.000000e+00 |    Inf 
719.73/719.88	c   704s|330000 |  8992 |763559 |   2.3 | 136M|2037 |   - |5645 |  14k|   0 |   0 | 137k| 326k|4788 | 0.000000e+00 | 8.000000e+00 |    Inf 
743.23/743.38	c   727s|340000 |  8969 |799196 |   2.4 | 136M|2037 |   - |5645 |  12k|   0 |   0 | 142k| 340k|4862 | 0.000000e+00 | 8.000000e+00 |    Inf 
765.84/765.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
765.84/765.98	c   749s|350000 |  8972 |833993 |   2.4 | 137M|2037 |   - |5645 |  14k|   0 |   0 | 146k| 354k|4968 | 0.000000e+00 | 8.000000e+00 |    Inf 
789.34/789.48	c   771s|360000 |  8998 |870403 |   2.4 | 138M|2037 |   1 |5645 |  15k|5645 | 233 | 150k| 369k|5033 | 0.000000e+00 | 8.000000e+00 |    Inf 
812.24/812.38	c   793s|370000 |  9074 |904780 |   2.4 | 139M|2037 |   1 |5645 |  13k|5645 | 207 | 155k| 384k|5189 | 0.000000e+00 | 8.000000e+00 |    Inf 
835.24/835.38	c   816s|380000 |  9251 |934185 |   2.5 | 141M|2037 |   7 |5645 |  14k|5645 | 212 | 159k| 398k|5240 | 0.000000e+00 | 8.000000e+00 |    Inf 
858.64/858.72	c   838s|390000 |  9370 |963739 |   2.5 | 143M|2037 |   1 |5645 |  15k|5645 | 200 | 163k| 412k|5335 | 0.000000e+00 | 8.000000e+00 |    Inf 
882.24/882.35	c   861s|400000 |  9511 |996382 |   2.5 | 145M|2037 |   - |5645 |  16k|   0 |   0 | 167k| 427k|5401 | 0.000000e+00 | 8.000000e+00 |    Inf 
905.84/905.94	c   884s|410000 |  9563 |  1031k|   2.5 | 147M|2037 |   - |5645 |  15k|   0 |   0 | 171k| 443k|5488 | 0.000000e+00 | 8.000000e+00 |    Inf 
928.54/928.68	c   906s|420000 |  9543 |  1062k|   2.5 | 147M|2037 |   - |5645 |  13k|   0 |   0 | 175k| 457k|5552 | 0.000000e+00 | 8.000000e+00 |    Inf 
951.94/952.08	c   928s|430000 |  9573 |  1097k|   2.6 | 149M|2037 |   - |5645 |  16k|   0 |   0 | 179k| 471k|5643 | 0.000000e+00 | 8.000000e+00 |    Inf 
976.45/976.58	c   952s|440000 |  9624 |  1127k|   2.6 | 151M|2037 |   1 |5645 |  18k|5645 | 224 | 182k| 485k|5713 | 0.000000e+00 | 8.000000e+00 |    Inf 
1001.65/1001.70	c   976s|450000 |  9700 |  1159k|   2.6 | 153M|2037 |   1 |5645 |  18k|5645 | 226 | 186k| 500k|5787 | 0.000000e+00 | 8.000000e+00 |    Inf 
1027.94/1028.02	c  1002s|460000 |  9757 |  1196k|   2.6 | 155M|2037 |   - |5645 |  19k|   0 |   0 | 190k| 514k|5862 | 0.000000e+00 | 8.000000e+00 |    Inf 
1052.65/1052.74	c  1026s|470000 |  9836 |  1230k|   2.6 | 156M|2037 |  13 |5645 |  19k|5645 | 246 | 193k| 528k|5936 | 0.000000e+00 | 8.000000e+00 |    Inf 
1078.24/1078.35	c  1050s|480000 |  9955 |  1264k|   2.6 | 158M|2037 |   - |5645 |  19k|   0 |   0 | 197k| 542k|5988 | 0.000000e+00 | 8.000000e+00 |    Inf 
1103.15/1103.22	c  1075s|490000 | 10036 |  1297k|   2.6 | 160M|2037 |  13 |5645 |  18k|5645 | 248 | 200k| 557k|6062 | 0.000000e+00 | 8.000000e+00 |    Inf 
1128.05/1128.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1128.05/1128.19	c  1099s|500000 | 10125 |  1328k|   2.7 | 161M|2037 |   1 |5645 |  17k|5645 | 247 | 203k| 571k|6174 | 0.000000e+00 | 8.000000e+00 |    Inf 
1152.25/1152.36	c  1122s|510000 | 10149 |  1363k|   2.7 | 162M|2037 |   1 |5645 |  18k|5645 | 240 | 206k| 585k|6235 | 0.000000e+00 | 8.000000e+00 |    Inf 
1176.95/1177.08	c  1146s|520000 | 10236 |  1398k|   2.7 | 163M|2037 |   1 |5645 |  18k|5645 | 226 | 210k| 599k|6297 | 0.000000e+00 | 8.000000e+00 |    Inf 
1202.74/1202.83	c  1171s|530000 | 10440 |  1428k|   2.7 | 166M|2037 |   1 |5645 |  21k|5645 | 217 | 213k| 614k|6343 | 0.000000e+00 | 8.000000e+00 |    Inf 
1228.05/1228.15	c  1195s|540000 | 10482 |  1455k|   2.7 | 167M|2037 |   1 |5645 |  20k|5645 | 240 | 216k| 629k|6394 | 0.000000e+00 | 8.000000e+00 |    Inf 
1252.75/1252.82	c  1219s|550000 | 10522 |  1485k|   2.7 | 168M|2037 |   - |5645 |  19k|5645 | 247 | 219k| 643k|6448 | 0.000000e+00 | 8.000000e+00 |    Inf 
1277.74/1277.85	c  1243s|560000 | 10581 |  1512k|   2.7 | 169M|2037 |   - |5645 |  19k|   0 |   0 | 222k| 658k|6511 | 0.000000e+00 | 8.000000e+00 |    Inf 
1303.25/1303.30	c  1268s|570000 | 10701 |  1543k|   2.7 | 170M|2037 |   - |5645 |  18k|   0 |   0 | 225k| 673k|6556 | 0.000000e+00 | 8.000000e+00 |    Inf 
1327.65/1327.76	c  1291s|580000 | 10750 |  1577k|   2.7 | 171M|2037 |   - |5645 |  18k|   0 |   0 | 228k| 687k|6599 | 0.000000e+00 | 8.000000e+00 |    Inf 
1351.75/1351.88	c  1315s|590000 | 10818 |  1610k|   2.7 | 173M|2037 |   7 |5645 |  18k|5645 | 229 | 231k| 703k|6661 | 0.000000e+00 | 8.000000e+00 |    Inf 
1374.05/1374.13	c  1336s|600000 | 10874 |  1641k|   2.7 | 172M|2037 |   - |5645 |  14k|   0 |   0 | 235k| 717k|6738 | 0.000000e+00 | 8.000000e+00 |    Inf 
1396.65/1396.72	c  1358s|610000 | 10949 |  1671k|   2.7 | 174M|2037 |   - |5645 |  16k|   0 |   0 | 238k| 732k|6793 | 0.000000e+00 | 8.000000e+00 |    Inf 
1419.55/1419.63	c  1380s|620000 | 11011 |  1706k|   2.8 | 176M|2037 |   - |5645 |  16k|   0 |   0 | 242k| 748k|6840 | 0.000000e+00 | 8.000000e+00 |    Inf 
1442.55/1442.61	c  1402s|630000 | 11007 |  1739k|   2.8 | 176M|2037 |   - |5645 |  16k|   0 |   0 | 245k| 762k|6895 | 0.000000e+00 | 8.000000e+00 |    Inf 
1465.35/1465.49	c  1424s|640000 | 11022 |  1767k|   2.8 | 177M|2037 |   - |5645 |  17k|   0 |   0 | 248k| 776k|6946 | 0.000000e+00 | 8.000000e+00 |    Inf 
1489.75/1489.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1489.75/1489.88	c  1447s|650000 | 11071 |  1795k|   2.8 | 179M|2037 |   - |5645 |  20k|   0 |   0 | 251k| 791k|6984 | 0.000000e+00 | 8.000000e+00 |    Inf 
1513.56/1513.67	c  1470s|660000 | 11084 |  1826k|   2.8 | 179M|2037 |   9 |5645 |  18k|5645 | 241 | 254k| 806k|7042 | 0.000000e+00 | 8.000000e+00 |    Inf 
1537.55/1537.64	c  1494s|670000 | 11211 |  1856k|   2.8 | 181M|2037 |  11 |5645 |  20k|5645 | 256 | 257k| 820k|7078 | 0.000000e+00 | 8.000000e+00 |    Inf 
1562.45/1562.55	c  1518s|680000 | 11243 |  1888k|   2.8 | 181M|2037 |   1 |5645 |  18k|5645 | 213 | 261k| 835k|7121 | 0.000000e+00 | 8.000000e+00 |    Inf 
1587.36/1587.46	c  1542s|690000 | 11276 |  1920k|   2.8 | 183M|2037 |  24 |5645 |  19k|5645 | 243 | 264k| 849k|7156 | 0.000000e+00 | 8.000000e+00 |    Inf 
1611.75/1611.80	c  1565s|700000 | 11269 |  1951k|   2.8 | 183M|2037 |   9 |5645 |  19k|5645 | 256 | 267k| 864k|7220 | 0.000000e+00 | 8.000000e+00 |    Inf 
1636.45/1636.54	c  1589s|710000 | 11347 |  1981k|   2.8 | 184M|2037 |   1 |5645 |  19k|5645 | 255 | 270k| 879k|7271 | 0.000000e+00 | 8.000000e+00 |    Inf 
1660.65/1660.76	c  1612s|720000 | 11335 |  2012k|   2.8 | 184M|2037 |   - |5645 |  17k|   0 |   0 | 273k| 895k|7323 | 0.000000e+00 | 8.000000e+00 |    Inf 
1683.96/1684.05	c  1635s|730000 | 11382 |  2042k|   2.8 | 185M|2037 |   - |5645 |  18k|   0 |   0 | 276k| 909k|7368 | 0.000000e+00 | 8.000000e+00 |    Inf 
1709.06/1709.14	c  1659s|740000 | 11355 |  2071k|   2.8 | 185M|2037 |   1 |5645 |  18k|5645 | 272 | 279k| 924k|7426 | 0.000000e+00 | 8.000000e+00 |    Inf 
1733.15/1733.22	c  1682s|750000 | 11371 |  2101k|   2.8 | 187M|2037 |   - |5645 |  19k|   0 |   0 | 282k| 938k|7446 | 0.000000e+00 | 8.000000e+00 |    Inf 
1757.85/1757.98	c  1706s|760000 | 11386 |  2131k|   2.8 | 187M|2037 |   7 |5645 |  19k|5645 | 212 | 286k| 952k|7505 | 0.000000e+00 | 8.000000e+00 |    Inf 
1782.65/1782.77	c  1730s|770000 | 11397 |  2163k|   2.8 | 188M|2037 |   - |5645 |  19k|   0 |   0 | 290k| 966k|7555 | 0.000000e+00 | 8.000000e+00 |    Inf 
1800.06/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.10	c 
1800.06/1800.10	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.10	c Solving Time (sec) : 1746.82
1800.06/1800.10	c Solving Nodes      : 776799
1800.06/1800.10	c Primal Bound       : +8.00000000000000e+00 (645 solutions)
1800.06/1800.10	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.10	c Gap                : infinite
1800.06/1800.19	s SATISFIABLE
1800.06/1800.19	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.06/1800.19	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.06/1800.19	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.19	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.19	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 
1800.06/1800.19	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 
1800.06/1800.19	v -x104 -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 
1800.06/1800.19	v -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 
1800.06/1800.19	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 
1800.06/1800.19	v -x29 -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 
1800.06/1800.19	v x2 -x1 
1800.06/1800.19	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.19	c Solving Time       :    1746.82
1800.06/1800.19	c Original Problem   :
1800.06/1800.19	c   Problem name     : HOME/instance-2693083-1277931195.wbo
1800.06/1800.19	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.19	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.19	c Presolved Problem  :
1800.06/1800.19	c   Problem name     : t_HOME/instance-2693083-1277931195.wbo
1800.06/1800.19	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.19	c   Constraints      : 5414 initial, 22964 maximal
1800.06/1800.19	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.19	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.19	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.19	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.06/1800.19	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.19	c   root node        :          -       2517          -          -       5034          -          -          -          -
1800.06/1800.19	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.19	c   integral         :          0          0          0     507057          0          8        443          0          0     726908
1800.06/1800.19	c   indicator        :       2707          0    4356463     142968          0       1205    9593090          0          0          0
1800.06/1800.19	c   linear           :       2707          6    4390544     137515          0     247252   19279725     292664          0          0
1800.06/1800.19	c   logicor          :          0+         0    1172397          0          0      68986    1274604          0          0          0
1800.06/1800.19	c   bounddisjunction :          0+         0      10907          0          0          0        327          0          0          0
1800.06/1800.19	c   countsols        :          0          0          0     100998          0          0          0          0          0          0
1800.06/1800.19	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.19	c   integral         :      13.33       0.00       0.00      13.33       0.00
1800.06/1800.19	c   indicator        :      53.57       0.01      34.34      19.22       0.00
1800.06/1800.19	c   linear           :     219.18       0.01     208.64      10.53       0.00
1800.06/1800.19	c   logicor          :     206.16       0.00     206.16       0.00       0.00
1800.06/1800.19	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.06/1800.19	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.06/1800.19	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.19	c   vbounds          :       0.38          2          0          0
1800.06/1800.19	c   rootredcost      :       0.24         48          0       2517
1800.06/1800.19	c   pseudoobj        :     236.96    4428126      29605    6986981
1800.06/1800.19	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.19	c   propagation      :      23.31     345843     345761    2153048       29.4      18584       15.6          -
1800.06/1800.19	c   infeasible LP    :       4.87      10198      10198      80751       43.1        240       15.3          0
1800.06/1800.19	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.19	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.19	c   pseudo solution  :       0.04        331        331       1510       15.3        232        6.5          -
1800.06/1800.19	c   applied globally :          -          -          -     977382       23.5          -          -          -
1800.06/1800.19	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.19	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.19	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.06/1800.19	c   redcost          :      46.53     517228          0    2379472          0          0
1800.06/1800.19	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.19	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.19	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.19	c   gomory           :       0.02          4          0          0         75          0
1800.06/1800.19	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.19	c   cmir             :       0.01          4          0          0          1          0
1800.06/1800.19	c   flowcover        :       0.02          4          0          0          2          0
1800.06/1800.19	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.19	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.19	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.19	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.19	c Pricers            :       Time      Calls       Vars
1800.06/1800.19	c   problem variables:       0.00          0          0
1800.06/1800.19	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.19	c   relpscost        :      13.19     363815          8        443          0          0     726908
1800.06/1800.19	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.19	c   inference        :      19.54     100950          0          0          0          0     201900
1800.06/1800.19	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.19	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.19	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.19	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.19	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.19	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.19	c   LP solutions     :       0.13          -         48
1800.06/1800.19	c   pseudo solutions :       0.00          -          0
1800.06/1800.19	c   feaspump         :       0.01          0          0
1800.06/1800.19	c   oneopt           :       0.41         44          0
1800.06/1800.19	c   guideddiving     :       0.03         13          0
1800.06/1800.19	c   linesearchdiving :       0.32        198          0
1800.06/1800.19	c   pscostdiving     :       0.29        198          0
1800.06/1800.19	c   fracdiving       :       0.19        198          0
1800.06/1800.19	c   coefdiving       :       0.38        199          0
1800.06/1800.19	c   veclendiving     :       0.24        199          0
1800.06/1800.19	c   crossover        :       2.22         76          0
1800.06/1800.19	c   rootsoldiving    :       0.38        194          0
1800.06/1800.19	c   objpscostdiving  :       0.27        195          0
1800.06/1800.19	c   trivial          :       0.09          2          2
1800.06/1800.19	c   simplerounding   :       0.66     367345          0
1800.06/1800.19	c   zirounding       :       0.30       1000          0
1800.06/1800.19	c   rounding         :       3.83       8544          0
1800.06/1800.19	c   shifting         :       1.94       2659          0
1800.06/1800.19	c   intshifting      :       0.01          4          0
1800.06/1800.19	c   twoopt           :       0.00          0          0
1800.06/1800.19	c   fixandinfer      :       0.00          0          0
1800.06/1800.19	c   intdiving        :       0.00          0          0
1800.06/1800.19	c   actconsdiving    :       0.00          0          0
1800.06/1800.19	c   octane           :       0.00          0          0
1800.06/1800.19	c   rens             :       0.03          1          0
1800.06/1800.19	c   rins             :       0.00          0          0
1800.06/1800.19	c   localbranching   :       0.00          0          0
1800.06/1800.19	c   mutation         :       0.00          0          0
1800.06/1800.19	c   dins             :       0.00          0          0
1800.06/1800.19	c   undercover       :       0.00          0          0
1800.06/1800.19	c   nlp              :       0.07          0          0
1800.06/1800.19	c   trysol           :       6.19       8307        595
1800.06/1800.19	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.19	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.19	c   dual LP          :     452.66     426277    2182994       5.12    4822.59
1800.06/1800.19	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.19	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.19	c   diving/probing LP:       0.17         67       1420      21.19    8352.94
1800.06/1800.19	c   strong branching :      10.14       7582      75656       9.98    7461.14
1800.06/1800.19	c     (at root node) :          -         33       1884      57.09          -
1800.06/1800.19	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.19	c B&B Tree           :
1800.06/1800.19	c   number of runs   :          1
1800.06/1800.19	c   nodes            :     776799
1800.06/1800.19	c   nodes (total)    :     776799
1800.06/1800.19	c   nodes left       :      11448
1800.06/1800.19	c   max depth        :       2037
1800.06/1800.19	c   max depth (total):       2037
1800.06/1800.19	c   backtracks       :      54701 (7.0%)
1800.06/1800.19	c   delayed cutoffs  :      48871
1800.06/1800.19	c   repropagations   :    2181586 (6343994 domain reductions, 45211 cutoffs)
1800.06/1800.19	c   avg switch length:       7.15
1800.06/1800.19	c   switching time   :     233.65
1800.06/1800.19	c Solution           :
1800.06/1800.19	c   Solutions found  :        645 (49 improvements)
1800.06/1800.19	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.19	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 282354 nodes, 608.74 seconds, depth 104, found by <relaxation>)
1800.06/1800.19	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.19	c   Gap              :   infinite
1800.06/1800.19	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.19	c   Root Iterations  :        183
1800.35/1800.46	c Time complete: 1800.42.

Verifier Data

OK	8

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15751
/proc/meminfo: memFree=31425524/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=10840 CPUtime=0
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1661 0 0 0 0 0 0 0 25 0 1 0 134416041 11100160 1582 4089446400 4194304 9819077 140735137335872 18446744073709551615 6181120 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15751/statm: 2710 1584 392 1374 0 1331 0

[startup+0.050761 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15751
/proc/meminfo: memFree=31425524/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=29192 CPUtime=0.04
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 6629 0 0 0 4 0 0 0 25 0 1 0 134416041 29892608 6196 4089446400 4194304 9819077 140735137335872 18446744073709551615 5956512 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 7298 6196 435 1374 0 5919 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29192

[startup+0.100752 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15751
/proc/meminfo: memFree=31425524/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=36404 CPUtime=0.09
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 8122 0 0 0 8 1 0 0 25 0 1 0 134416041 37277696 7689 4089446400 4194304 9819077 140735137335872 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300718 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15751
/proc/meminfo: memFree=31425524/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=45708 CPUtime=0.28
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 10809 0 0 0 27 1 0 0 18 0 1 0 134416041 46804992 9809 4089446400 4194304 9819077 140735137335872 18446744073709551615 5734260 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 11427 9809 672 1374 0 10048 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45708

[startup+0.700651 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15751
/proc/meminfo: memFree=31425524/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=47232 CPUtime=0.69
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 25550 0 0 0 65 4 0 0 18 0 1 0 134416041 48365568 9995 4089446400 4194304 9819077 140735137335872 18446744073709551615 6671134 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 11808 9995 697 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.50051 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31387944/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=47876 CPUtime=1.49
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 40180 0 0 0 142 7 0 0 19 0 1 0 134416041 49025024 10363 4089446400 4194304 9819077 140735137335872 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 11969 10363 699 1374 0 10590 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47876

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31383348/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=51964 CPUtime=3.09
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 57232 0 0 0 298 11 0 0 24 0 1 0 134416041 53211136 11500 4089446400 4194304 9819077 140735137335872 18446744073709551615 4979714 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15751/statm: 12991 11500 700 1374 0 11612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51964

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31378240/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=58888 CPUtime=6.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 78782 0 0 0 608 17 0 0 25 0 1 0 134416041 60301312 12835 4089446400 4194304 9819077 140735137335872 18446744073709551615 6513120 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 14722 12835 700 1374 0 13343 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 58888

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31369448/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=66840 CPUtime=12.64
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 97770 0 0 0 1237 27 0 0 25 0 1 0 134416041 68444160 15317 4089446400 4194304 9819077 140735137335872 18446744073709551615 4697639 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 16710 15317 700 1374 0 15331 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 66840

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31348828/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=87408 CPUtime=25.43
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 113981 0 0 0 2504 39 0 0 25 0 1 0 134416041 89505792 20249 4089446400 4194304 9819077 140735137335872 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 21852 20249 700 1374 0 20473 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 87408

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15752
/proc/meminfo: memFree=31312876/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=121952 CPUtime=51.03
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 132617 0 0 0 5037 66 0 0 25 0 1 0 134416041 124878848 28927 4089446400 4194304 9819077 140735137335872 18446744073709551615 6590420 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 30488 28927 700 1374 0 29109 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 121952

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15754
/proc/meminfo: memFree=31239308/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=196112 CPUtime=102.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 166866 0 0 0 10108 116 0 0 25 0 1 0 134416041 200818688 47131 4089446400 4194304 9819077 140735137335872 18446744073709551615 6590501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 49028 47131 705 1374 0 47649 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 196112

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15756
/proc/meminfo: memFree=31151600/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=288296 CPUtime=162.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 385461 0 0 0 16024 200 0 0 25 0 1 0 134416041 295215104 69340 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 72074 69340 707 1374 0 70695 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 288296

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 15758
/proc/meminfo: memFree=31060664/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=388000 CPUtime=222.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 564053 0 0 0 21928 296 0 0 25 0 1 0 134416041 397312000 91671 4089446400 4194304 9819077 140735137335872 18446744073709551615 4978064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 97000 91671 711 1374 0 95621 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 388000

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 15760
/proc/meminfo: memFree=31021816/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=432472 CPUtime=282.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 727765 0 0 0 27825 399 0 0 25 0 1 0 134416041 442851328 101550 4089446400 4194304 9819077 140735137335872 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 108118 101550 716 1374 0 106739 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 432472

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15760
/proc/meminfo: memFree=30995988/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=461892 CPUtime=342.23
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 876682 0 0 0 33717 506 0 0 25 0 1 0 134416041 472977408 107877 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 115473 107877 716 1374 0 114094 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 461892

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15762
/proc/meminfo: memFree=30977736/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=483444 CPUtime=402.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1044604 0 0 0 39607 617 0 0 25 0 1 0 134416041 495046656 112405 4089446400 4194304 9819077 140735137335872 18446744073709551615 6162048 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 120861 112405 717 1374 0 119482 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 483444

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15764
/proc/meminfo: memFree=30959856/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=504936 CPUtime=462.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1143724 0 0 0 45508 716 0 0 25 0 1 0 134416041 517054464 116911 4089446400 4194304 9819077 140735137335872 18446744073709551615 4661199 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15751/statm: 126234 116911 717 1374 0 124855 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 504936

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15775
/proc/meminfo: memFree=30944824/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=520280 CPUtime=522.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1257312 0 0 0 51363 861 0 0 25 0 1 0 134416041 532766720 120484 4089446400 4194304 9819077 140735137335872 18446744073709551615 6004019 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15751/statm: 130070 120484 717 1374 0 128691 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 520280

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15777
/proc/meminfo: memFree=30934500/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=532560 CPUtime=582.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1354760 0 0 0 57139 1085 0 0 25 0 1 0 134416041 545341440 123058 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15751/statm: 133140 123058 717 1374 0 131761 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 532560

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15804
/proc/meminfo: memFree=30747684/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=534432 CPUtime=642.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1515000 0 0 0 62912 1313 0 0 25 0 1 0 134416041 547258368 123342 4089446400 4194304 9819077 140735137335872 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15751/statm: 133608 123342 717 1374 0 132229 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 534432

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15812
/proc/meminfo: memFree=30565152/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=547104 CPUtime=942.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1817964 0 0 0 91900 2324 0 0 25 0 1 0 134416041 560234496 126447 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 136776 126447 725 1374 0 135397 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 547104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15814
/proc/meminfo: memFree=30524216/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=552360 CPUtime=1002.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1883504 0 0 0 97692 2532 0 0 25 0 1 0 134416041 565616640 127762 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 138090 127762 725 1374 0 136711 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 552360

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 15816
/proc/meminfo: memFree=30489588/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=555016 CPUtime=1062.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 1950854 0 0 0 103499 2726 0 0 25 0 1 0 134416041 568336384 128401 4089446400 4194304 9819077 140735137335872 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 138754 128401 725 1374 0 137375 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 555016

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15818
/proc/meminfo: memFree=30452600/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=557960 CPUtime=1122.24
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2033691 0 0 0 109300 2924 0 0 25 0 1 0 134416041 571351040 129087 4089446400 4194304 9819077 140735137335872 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 139490 129087 725 1374 0 138111 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 557960

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 15820
/proc/meminfo: memFree=30417100/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=562432 CPUtime=1182.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2117754 0 0 0 115092 3133 0 0 25 0 1 0 134416041 575930368 130116 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 140608 130116 725 1374 0 139229 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 562432

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15820
/proc/meminfo: memFree=30381096/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=566684 CPUtime=1242.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2197331 0 0 0 120894 3331 0 0 25 0 1 0 134416041 580284416 131156 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 141671 131156 725 1374 0 140292 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 566684

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 15822
/proc/meminfo: memFree=30350320/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=568144 CPUtime=1302.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2280841 0 0 0 126680 3545 0 0 25 0 1 0 134416041 581779456 131486 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 142036 131486 725 1374 0 140657 0
Current children cumulated CPU time (s) 1302.25
Current children cumulated vsize (KiB) 568144

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15824
/proc/meminfo: memFree=30317932/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=569876 CPUtime=1362.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2376372 0 0 0 132468 3757 0 0 25 0 1 0 134416041 583553024 131903 4089446400 4194304 9819077 140735137335872 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 142469 131903 725 1374 0 141090 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 569876

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15826
/proc/meminfo: memFree=30284176/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=573012 CPUtime=1422.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2472336 0 0 0 138239 3986 0 0 25 0 1 0 134416041 586764288 132663 4089446400 4194304 9819077 140735137335872 18446744073709551615 6162091 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 143253 132663 725 1374 0 141874 0
Current children cumulated CPU time (s) 1422.25
Current children cumulated vsize (KiB) 573012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15828
/proc/meminfo: memFree=30248428/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=575580 CPUtime=1482.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2562427 0 0 0 144025 4200 0 0 25 0 1 0 134416041 589393920 133309 4089446400 4194304 9819077 140735137335872 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 143895 133309 741 1374 0 142516 0
Current children cumulated CPU time (s) 1482.25
Current children cumulated vsize (KiB) 575580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15828
/proc/meminfo: memFree=30210964/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=579032 CPUtime=1542.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2651681 0 0 0 149804 4421 0 0 25 0 1 0 134416041 592928768 133991 4089446400 4194304 9819077 140735137335872 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 144758 133991 741 1374 0 143379 0
Current children cumulated CPU time (s) 1542.25
Current children cumulated vsize (KiB) 579032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 15830
/proc/meminfo: memFree=30178820/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=581856 CPUtime=1602.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2745618 0 0 0 155588 4637 0 0 25 0 1 0 134416041 595820544 134633 4089446400 4194304 9819077 140735137335872 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 145464 134633 740 1374 0 144085 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 581856

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 15832
/proc/meminfo: memFree=30143700/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=583076 CPUtime=1662.25
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2840095 0 0 0 161383 4842 0 0 25 0 1 0 134416041 597069824 134993 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 145769 134993 740 1374 0 144390 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 583076

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 15834
/proc/meminfo: memFree=30110812/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=586304 CPUtime=1722.26
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 2919857 0 0 0 167174 5052 0 0 25 0 1 0 134416041 600375296 135680 4089446400 4194304 9819077 140735137335872 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 146576 135680 740 1374 0 145197 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 586304

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 15836
/proc/meminfo: memFree=30076672/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=589884 CPUtime=1782.26
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 3005476 0 0 0 172963 5263 0 0 25 0 1 0 134416041 604041216 136473 4089446400 4194304 9819077 140735137335872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 147471 136473 740 1374 0 146092 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 589884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 15836
/proc/meminfo: memFree=30062148/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=592256 CPUtime=1800.06
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 3030556 0 0 0 174684 5322 0 0 25 0 1 0 134416041 606470144 136984 4089446400 4194304 9819077 140735137335872 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15751/statm: 148064 136984 740 1374 0 146685 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 592256

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

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

[startup+1800.21 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 15836
/proc/meminfo: memFree=30062148/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=592240 CPUtime=1800.16
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 3030568 0 0 0 174694 5322 0 0 18 0 1 0 134416041 606453760 136990 4089446400 4194304 9819077 140735137335872 18446744073709551615 4212183 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15751/statm: 148060 136990 741 1374 0 146681 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 592240

[startup+1800.4 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 15836
/proc/meminfo: memFree=30062148/32951132 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=526224 CPUtime=1800.35
/proc/15751/stat : 15751 (pbscip.linux.x8) R 15749 15751 15235 0 -1 4202496 3030568 0 0 0 174713 5322 0 0 18 0 1 0 134416041 538853376 120487 4089446400 4194304 9819077 140735137335872 18446744073709551615 4221383 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15751/statm: 131556 120487 741 1374 0 130177 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 526224

Child status: 0
Real time (s): 1800.47
CPU time (s): 1800.43
CPU user time (s): 1747.18
CPU system time (s): 53.2489
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 592256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.18
system time used= 53.2489
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3030572
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= 3
involuntary context switches= 13964

runsolver used 2.41363 second user time and 5.9431 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 22:53:16
IDJOB=2693083
IDBENCH=79312
IDSOLVER=1205
FILE ID=node129/2693083-1277931195
PBS_JOBID= 11197378
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.1900569834--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-2693083-1277931195/watcher-2693083-1277931195 -o /tmp/evaluation-result-2693083-1277931195/solver-2693083-1277931195 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693083-1277931195.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=136190875

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.76
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.831
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.84
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.831
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	: 5410.05
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.831
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.831
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.831
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31426052 kB
Buffers:        218400 kB
Cached:        1078068 kB
SwapCached:          0 kB
Active:         660692 kB
Inactive:       722204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31426052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:       86024 kB
Mapped:          15748 kB
Slab:            79904 kB
PageTables:       4444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   227404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node129 at 2010-06-30 23:23:18