Trace number 2692329

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.3 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark488.736
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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: SoPlex 1.4.2] [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-2692329-1277926407.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 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.98
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
33.50/33.59	c  33.2s| 10000 | 10001 | 74911 |   7.5 |  52M|  63 |   0 |5645 |5414 |5645 | 199 |  15k|   0 |1735 | 0.000000e+00 | 1.343130e+05 |    Inf 
55.10/55.14	c  54.6s| 20000 | 20001 |109005 |   5.4 |  75M|2227 |   0 |5645 |5414 |5645 | 203 |  21k|   0 |2005 | 0.000000e+00 | 1.343130e+05 |    Inf 
70.19/70.29	c  69.6s| 30000 | 30001 |110036 |   3.7 |  95M|2227 |   0 |5645 |5414 |5645 | 223 |  21k|   0 |2007 | 0.000000e+00 | 1.343130e+05 |    Inf 
85.39/85.46	c  84.6s| 40000 | 40001 |110998 |   2.8 | 114M|2227 |   0 |5645 |5414 |5645 | 204 |  22k|   0 |2007 | 0.000000e+00 | 1.343130e+05 |    Inf 
101.30/101.31	c   100s| 50000 | 50001 |112970 |   2.3 | 133M|2227 |   0 |5645 |5414 |5645 | 208 |  22k|   0 |2010 | 0.000000e+00 | 1.343130e+05 |    Inf 
116.70/116.78	c   116s| 60000 | 60001 |114141 |   1.9 | 152M|2227 |   0 |5645 |5414 |5645 | 189 |  23k|   0 |2017 | 0.000000e+00 | 1.343130e+05 |    Inf 
132.40/132.46	c   131s| 70000 | 70001 |116125 |   1.7 | 172M|2227 |   0 |5645 |5414 |5645 | 186 |  23k|   0 |2064 | 0.000000e+00 | 1.343130e+05 |    Inf 
148.40/148.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.40/148.47	c   147s| 80000 | 80001 |118401 |   1.5 | 191M|2227 |   0 |5645 |5414 |5645 | 211 |  24k|   0 |2112 | 0.000000e+00 | 1.343130e+05 |    Inf 
164.20/164.26	c   163s| 90000 | 90001 |119573 |   1.3 | 210M|2227 |   0 |5645 |5414 |5645 | 208 |  24k|   0 |2114 | 0.000000e+00 | 1.343130e+05 |    Inf 
180.10/180.19	c   179s|100000 |100001 |121280 |   1.2 | 230M|2227 |   0 |5645 |5414 |5645 | 195 |  24k|   0 |2120 | 0.000000e+00 | 1.343130e+05 |    Inf 
196.20/196.28	c   195s|110000 |109995 |122974 |   1.1 | 249M|2227 |   0 |5645 |5436 |5645 | 198 |  25k|  22 |2122 | 0.000000e+00 | 1.343130e+05 |    Inf 
212.20/212.25	c   210s|120000 |119995 |124185 |   1.0 | 268M|2227 |   0 |5645 |5436 |5645 | 190 |  25k|  22 |2127 | 0.000000e+00 | 1.343130e+05 |    Inf 
228.30/228.35	c   226s|130000 |129995 |125558 |   1.0 | 287M|2227 |   0 |5645 |5436 |5645 | 212 |  26k|  22 |2137 | 0.000000e+00 | 1.343130e+05 |    Inf 
244.40/244.40	c   242s|140000 |139995 |126588 |   0.9 | 307M|2227 |   0 |5645 |5436 |5645 | 213 |  26k|  22 |2165 | 0.000000e+00 | 1.343130e+05 |    Inf 
260.50/260.59	c   258s|150000 |149995 |127835 |   0.9 | 326M|2227 |   0 |5645 |5436 |5645 | 210 |  27k|  22 |2188 | 0.000000e+00 | 1.343130e+05 |    Inf 
271.31/271.35	o 1282
271.31/271.35	c * 269s|156686 |150671 |128601 |   0.8 | 328M|2227 |   - |5645 |5436 |5645 | 207 |  27k|  22 |2199 | 0.000000e+00 | 1.282000e+03 |    Inf 
277.00/277.08	c   275s|160000 |153981 |130625 |   0.8 | 334M|2227 |   0 |5645 |5456 |5645 | 209 |  28k|  42 |2214 | 0.000000e+00 | 1.282000e+03 |    Inf 
294.40/294.40	c   292s|170000 |163981 |133967 |   0.8 | 354M|2227 |   0 |5645 |5456 |5645 | 279 |  29k|  42 |2246 | 0.000000e+00 | 1.282000e+03 |    Inf 
312.30/312.30	c   310s|180000 |173971 |139415 |   0.8 | 374M|2227 |   0 |5645 |5490 |5645 | 179 |  30k|  76 |2291 | 0.000000e+00 | 1.282000e+03 |    Inf 
330.11/330.10	c   327s|190000 |183971 |144515 |   0.8 | 394M|2227 |   0 |5645 |5490 |5645 | 211 |  31k|  76 |2357 | 0.000000e+00 | 1.282000e+03 |    Inf 
347.71/347.76	c   345s|200000 |193959 |150175 |   0.8 | 414M|2227 |   0 |5645 |5550 |5645 | 194 |  33k| 136 |2387 | 0.000000e+00 | 1.282000e+03 |    Inf 
365.10/365.13	c   362s|210000 |203959 |152831 |   0.7 | 434M|2227 |   0 |5645 |5550 |5645 | 199 |  33k| 136 |2419 | 0.000000e+00 | 1.282000e+03 |    Inf 
382.91/382.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.91/382.92	c   380s|220000 |213949 |157636 |   0.7 | 453M|2227 |   0 |5645 |5594 |5645 | 170 |  35k| 180 |2480 | 0.000000e+00 | 1.282000e+03 |    Inf 
400.61/400.65	c   397s|230000 |223947 |163130 |   0.7 | 473M|2227 |   0 |5645 |5604 |5645 | 198 |  36k| 190 |2511 | 0.000000e+00 | 1.282000e+03 |    Inf 
418.81/418.87	c   416s|240000 |233947 |170543 |   0.7 | 493M|2227 |   0 |5645 |5594 |5645 | 162 |  37k| 190 |2575 | 0.000000e+00 | 1.282000e+03 |    Inf 
436.41/436.41	c   433s|250000 |243945 |174990 |   0.7 | 513M|2227 |   0 |5645 |5580 |5645 | 209 |  38k| 191 |2625 | 0.000000e+00 | 1.282000e+03 |    Inf 
454.01/454.05	c   450s|260000 |253945 |179596 |   0.7 | 533M|2227 |   0 |5645 |5546 |5645 | 158 |  38k| 191 |2639 | 0.000000e+00 | 1.282000e+03 |    Inf 
471.81/471.84	c   468s|270000 |263945 |184818 |   0.7 | 553M|2227 |   0 |5645 |5523 |5645 | 157 |  39k| 191 |2670 | 0.000000e+00 | 1.282000e+03 |    Inf 
489.71/489.77	c   486s|280000 |273945 |190832 |   0.7 | 573M|2227 |   0 |5645 |5505 |5645 | 179 |  39k| 191 |2747 | 0.000000e+00 | 1.282000e+03 |    Inf 
508.32/508.34	c   504s|290000 |283945 |200540 |   0.7 | 593M|2227 |   0 |5645 |5500 |5645 | 183 |  41k| 191 |2852 | 0.000000e+00 | 1.282000e+03 |    Inf 
526.61/526.66	c   523s|300000 |293943 |209324 |   0.7 | 613M|2227 |   0 |5645 |5499 |5645 | 205 |  42k| 191 |2912 | 0.000000e+00 | 1.282000e+03 |    Inf 
544.52/544.53	c   540s|310000 |303943 |215858 |   0.7 | 633M|2227 |   0 |5645 |5499 |5645 | 182 |  43k| 191 |2982 | 0.000000e+00 | 1.282000e+03 |    Inf 
553.42/553.48	o 281
553.42/553.48	c * 549s|315012 | 52974 |218164 |   0.7 | 151M|2227 |   - |5645 |5508 |5645 | 186 |  43k| 201 |3008 | 0.000000e+00 | 2.810000e+02 |    Inf 
553.81/553.82	o 240
553.81/553.82	c * 549s|315151 | 37835 |218401 |   0.7 | 122M|2227 |   - |5645 |5508 |5645 | 219 |  43k| 201 |3013 | 0.000000e+00 | 2.400000e+02 |    Inf 
554.11/554.14	o 208
554.11/554.14	c * 550s|315293 | 26560 |218825 |   0.7 |  99M|2227 |   - |5645 |5511 |5645 | 221 |  43k| 204 |3019 | 0.000000e+00 | 2.080000e+02 |    Inf 
554.42/554.44	o 202
554.42/554.44	c * 550s|315470 | 24642 |219227 |   0.7 |  95M|2227 |   - |5645 |5520 |5645 | 202 |  43k| 213 |3022 | 0.000000e+00 | 2.020000e+02 |    Inf 
554.72/554.74	o 198
554.72/554.74	c * 550s|315566 | 23567 |219861 |   0.7 |  91M|2227 |   - |5645 |5567 |5645 | 190 |  43k| 260 |3030 | 0.000000e+00 | 1.980000e+02 |    Inf 
555.11/555.11	o 180
555.11/555.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.11/555.11	c * 551s|315716 | 20330 |220379 |   0.7 |  85M|2227 |   - |5645 |5598 |5645 | 201 |  44k| 291 |3039 | 0.000000e+00 | 1.800000e+02 |    Inf 
555.11/555.19	o 177
555.11/555.19	c * 551s|315732 | 19834 |220595 |   0.7 |  84M|2227 |   - |5645 |5605 |5645 | 196 |  44k| 298 |3039 | 0.000000e+00 | 1.770000e+02 |    Inf 
559.51/559.56	o 175
559.51/559.56	c * 555s|317220 | 20583 |226793 |   0.7 |  89M|2227 |   - |5645 |6422 |5645 | 196 |  45k|1118 |3176 | 0.000000e+00 | 1.750000e+02 |    Inf 
559.71/559.73	o 155
559.71/559.73	c * 555s|317268 | 17119 |227029 |   0.7 |  79M|2227 |   - |5645 |6445 |5645 | 195 |  45k|1141 |3176 | 0.000000e+00 | 1.550000e+02 |    Inf 
559.71/559.75	o 128
559.71/559.75	c * 555s|317269 | 14087 |227029 |   0.7 |  69M|2227 |   - |5645 |6445 |5645 | 195 |  45k|1141 |3176 | 0.000000e+00 | 1.280000e+02 |    Inf 
559.81/559.80	o 124
559.81/559.80	c * 555s|317273 | 13846 |227153 |   0.7 |  68M|2227 |   - |5645 |6445 |5645 | 179 |  45k|1141 |3176 | 0.000000e+00 | 1.240000e+02 |    Inf 
559.91/559.94	o 96
559.91/559.94	c * 556s|317335 | 11060 |227178 |   0.7 |  61M|2227 |   - |5645 |6450 |5645 | 185 |  45k|1146 |3187 | 0.000000e+00 | 9.600000e+01 |    Inf 
560.02/560.01	o 92
560.02/560.01	c * 556s|317343 | 10602 |227286 |   0.7 |  60M|2227 |   - |5645 |6307 |5645 | 171 |  45k|1148 |3189 | 0.000000e+00 | 9.200000e+01 |    Inf 
560.11/560.19	o 80
560.11/560.19	c * 556s|317386 |  9539 |227478 |   0.7 |  57M|2227 |   - |5645 |6222 |5645 | 171 |  45k|1163 |3190 | 0.000000e+00 | 8.000000e+01 |    Inf 
560.62/560.61	o 72
560.62/560.61	c * 556s|317531 |  9252 |228004 |   0.7 |  57M|2227 |   - |5645 |5935 |5645 | 169 |  45k|1214 |3204 | 0.000000e+00 | 7.200000e+01 |    Inf 
561.02/561.03	o 69
561.02/561.03	c * 557s|317605 |  8648 |228720 |   0.7 |  55M|2227 |   - |5645 |5785 |5645 | 149 |  45k|1282 |3205 | 0.000000e+00 | 6.900000e+01 |    Inf 
561.12/561.15	o 59
561.12/561.15	c * 557s|317689 |  5963 |228722 |   0.7 |  48M|2227 |   - |5645 |5667 |5645 | 149 |  45k|1282 |3205 | 0.000000e+00 | 5.900000e+01 |    Inf 
568.92/568.94	c   564s|320000 |  5976 |235175 |   0.7 |  54M|2227 |   1 |5645 |6033 |5645 | 163 |  46k|3702 |3281 | 0.000000e+00 | 5.900000e+01 |    Inf 
598.42/598.47	c   594s|330000 |  6110 |261123 |   0.8 |  63M|2227 |   1 |5645 |7036 |5645 | 158 |  51k|  13k|3433 | 0.000000e+00 | 5.900000e+01 |    Inf 
606.22/606.20	o 33
606.22/606.20	c * 601s|332625 |  4938 |267486 |   0.8 |  60M|2227 |   - |5645 |7298 |5645 | 198 |  53k|  16k|3463 | 0.000000e+00 | 3.300000e+01 |    Inf 
608.22/608.21	o 32
608.22/608.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
608.22/608.21	c * 603s|333432 |  4929 |269830 |   0.8 |  60M|2227 |   - |5645 |6173 |5645 | 189 |  53k|  17k|3475 | 0.000000e+00 | 3.200000e+01 |    Inf 
608.52/608.54	o 30
608.52/608.54	c * 604s|333582 |  4896 |270239 |   0.8 |  60M|2227 |   - |5645 |6133 |5645 | 167 |  53k|  17k|3475 | 0.000000e+00 | 3.000000e+01 |    Inf 
608.71/608.75	o 25
608.71/608.75	c * 604s|333683 |  4425 |270458 |   0.8 |  58M|2227 |   - |5645 |6042 |5645 | 189 |  53k|  17k|3475 | 0.000000e+00 | 2.500000e+01 |    Inf 
608.81/608.81	o 16
608.81/608.81	c * 604s|333704 |  4221 |270485 |   0.8 |  56M|2227 |   - |5645 |5886 |5645 | 193 |  53k|  17k|3475 | 0.000000e+00 | 1.600000e+01 |    Inf 
608.81/608.84	o 14
608.81/608.84	c * 604s|333707 |  4185 |270494 |   0.8 |  56M|2227 |   - |5645 |5569 |5645 | 190 |  53k|  17k|3475 | 0.000000e+00 | 1.400000e+01 |    Inf 
608.81/608.84	o 13
608.81/608.84	c * 604s|333708 |  4174 |270497 |   0.8 |  56M|2227 |   - |5645 |5569 |5645 | 190 |  53k|  17k|3475 | 0.000000e+00 | 1.300000e+01 |    Inf 
620.42/620.47	c   615s|340000 |  4313 |290435 |   0.9 |  59M|2227 |   7 |5645 |8413 |5645 | 161 |  57k|  26k|3521 | 0.000000e+00 | 1.300000e+01 |    Inf 
639.22/639.23	c   634s|350000 |  4630 |316103 |   0.9 |  65M|2227 |   1 |5645 |  13k|5645 | 159 |  65k|  40k|3574 | 0.000000e+00 | 1.300000e+01 |    Inf 
658.82/658.89	c   653s|360000 |  4958 |346953 |   1.0 |  68M|2227 |   1 |5645 |  12k|5645 | 148 |  76k|  56k|3664 | 0.000000e+00 | 1.300000e+01 |    Inf 
678.72/678.79	c   673s|370000 |  5053 |376362 |   1.0 |  71M|2227 |   1 |5645 |  13k|5645 | 165 |  85k|  72k|3731 | 0.000000e+00 | 1.300000e+01 |    Inf 
698.42/698.40	c   692s|380000 |  5116 |402794 |   1.1 |  71M|2227 |   1 |5645 |9782 |5645 | 148 |  94k|  86k|3821 | 0.000000e+00 | 1.300000e+01 |    Inf 
717.62/717.65	c   711s|390000 |  5213 |425561 |   1.1 |  74M|2227 |  13 |5645 |  12k|5645 | 161 | 101k| 101k|3902 | 0.000000e+00 | 1.300000e+01 |    Inf 
736.52/736.57	c   730s|400000 |  5166 |453320 |   1.1 |  73M|2227 |  11 |5645 |  10k|5645 | 172 | 109k| 116k|4054 | 0.000000e+00 | 1.300000e+01 |    Inf 
756.42/756.46	c   750s|410000 |  5133 |488853 |   1.2 |  73M|2227 |   1 |5645 |9748 |5645 | 148 | 122k| 133k|4131 | 0.000000e+00 | 1.300000e+01 |    Inf 
776.02/776.06	c   769s|420000 |  5118 |515606 |   1.2 |  74M|2227 |   - |5645 |9804 |   0 |   0 | 130k| 148k|4266 | 0.000000e+00 | 1.300000e+01 |    Inf 
787.42/787.41	o 6
787.42/787.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
787.42/787.41	c * 780s|425879 |  4455 |531055 |   1.2 |  66M|2227 |   - |5645 |8156 |5645 | 184 | 133k| 157k|4403 | 0.000000e+00 | 6.000000e+00 |    Inf 
794.92/794.93	c   788s|430000 |  4612 |547268 |   1.3 |  67M|2227 |   - |5645 |9066 |   0 |   0 | 136k| 162k|4457 | 0.000000e+00 | 6.000000e+00 |    Inf 
812.52/812.58	c   805s|440000 |  4512 |573637 |   1.3 |  67M|2227 |   1 |5645 |9699 |5645 | 167 | 141k| 177k|4605 | 0.000000e+00 | 6.000000e+00 |    Inf 
832.13/832.10	c   824s|450000 |  4549 |611422 |   1.4 |  68M|2227 |   - |5645 |  10k|   0 |   0 | 148k| 191k|4719 | 0.000000e+00 | 6.000000e+00 |    Inf 
849.63/849.62	c   842s|460000 |  4470 |636411 |   1.4 |  68M|2227 |  10 |5645 |9452 |5645 | 166 | 152k| 205k|4883 | 0.000000e+00 | 6.000000e+00 |    Inf 
856.63/856.69	o 5
856.63/856.69	c * 849s|463621 |  4484 |650160 |   1.4 |  69M|2227 |   - |5645 |  11k|5645 | 169 | 155k| 210k|4907 | 0.000000e+00 | 5.000000e+00 |    Inf 
859.82/859.84	o 4
859.82/859.84	c * 852s|465212 |  4492 |656150 |   1.4 |  69M|2227 |   - |5645 |  11k|5645 | 186 | 156k| 212k|4907 | 0.000000e+00 | 4.000000e+00 |    Inf 
865.12/865.19	o 2
865.12/865.19	c * 857s|467650 |  4485 |669373 |   1.4 |  68M|2227 |   - |5645 |  12k|5645 | 188 | 160k| 215k|4946 | 0.000000e+00 | 2.000000e+00 |    Inf 
870.52/870.58	c   862s|470000 |  4485 |683849 |   1.5 |  68M|2227 |   1 |5645 |  11k|5645 | 207 | 164k| 218k|4984 | 0.000000e+00 | 2.000000e+00 |    Inf 
890.93/890.94	c   882s|480000 |  4554 |733777 |   1.5 |  69M|2227 |   - |5645 |  12k|   0 |   0 | 174k| 231k|5069 | 0.000000e+00 | 2.000000e+00 |    Inf 
911.02/911.07	c   902s|490000 |  4548 |774927 |   1.6 |  70M|2227 |   - |5645 |  13k|   0 |   0 | 182k| 244k|5153 | 0.000000e+00 | 2.000000e+00 |    Inf 
915.93/915.98	o 1
915.93/915.98	c * 907s|492227 |  4504 |787658 |   1.6 |  70M|2227 |   - |5645 |  14k|5645 | 184 | 184k| 248k|5188 | 0.000000e+00 | 1.000000e+00 |    Inf 
932.93/932.98	c   924s|500000 |  4519 |829409 |   1.7 |  70M|2227 |   1 |5645 |  15k|5645 | 192 | 194k| 258k|5284 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.43/956.46	c   947s|510000 |  4595 |889724 |   1.7 |  71M|2227 |  21 |5645 |  16k|5645 | 207 | 210k| 271k|5416 | 0.000000e+00 | 1.000000e+00 |    Inf 
977.43/977.44	c   968s|520000 |  4347 |934642 |   1.8 |  68M|2227 |   - |5645 |  10k|   0 |   0 | 219k| 286k|5553 | 0.000000e+00 | 1.000000e+00 |    Inf 
994.33/994.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
994.33/994.30	c   985s|530000 |  4247 |962720 |   1.8 |  67M|2227 |   - |5645 |  10k|   0 |   0 | 224k| 300k|5617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1011.93/1011.94	c  1002s|540000 |  4119 |993712 |   1.8 |  66M|2227 |   - |5645 |9600 |   0 |   0 | 231k| 315k|5751 | 0.000000e+00 | 1.000000e+00 |    Inf 
1029.93/1029.93	c  1020s|550000 |  4042 |  1025k|   1.9 |  66M|2227 |   - |5645 |  10k|   0 |   0 | 238k| 329k|5836 | 0.000000e+00 | 1.000000e+00 |    Inf 
1051.03/1051.00	c  1041s|560000 |  4149 |  1080k|   1.9 |  69M|2227 |   - |5645 |  15k|   0 |   0 | 251k| 343k|5905 | 0.000000e+00 | 1.000000e+00 |    Inf 
1074.23/1074.27	c  1064s|570000 |  4212 |  1143k|   2.0 |  70M|2227 |   1 |5645 |  17k|5645 | 230 | 265k| 356k|5999 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.43/1097.47	c  1087s|580000 |  4093 |  1202k|   2.1 |  68M|2227 |   - |5645 |  13k|   0 |   0 | 277k| 371k|6134 | 0.000000e+00 | 1.000000e+00 |    Inf 
1118.34/1118.30	c  1107s|590000 |  4179 |  1249k|   2.1 |  70M|2227 |  13 |5645 |  18k|5645 | 182 | 287k| 384k|6231 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.84/1141.88	c  1131s|600000 |  4306 |  1301k|   2.2 |  73M|2227 |   - |5645 |  22k|   0 |   0 | 301k| 397k|6313 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.33/1167.34	c  1156s|610000 |  4359 |  1356k|   2.2 |  74M|2227 |   - |5645 |  24k|   0 |   0 | 314k| 410k|6388 | 0.000000e+00 | 1.000000e+00 |    Inf 
1192.23/1192.29	c  1181s|620000 |  4325 |  1405k|   2.3 |  75M|2227 |   - |5645 |  25k|   0 |   0 | 325k| 423k|6477 | 0.000000e+00 | 1.000000e+00 |    Inf 
1217.94/1217.92	c  1206s|630000 |  4468 |  1458k|   2.3 |  77M|2227 |  17 |5645 |  28k|5645 | 191 | 337k| 436k|6540 | 0.000000e+00 | 1.000000e+00 |    Inf 
1245.44/1245.45	c  1233s|640000 |  4418 |  1515k|   2.4 |  77M|2227 |   1 |5645 |  29k|5645 | 169 | 350k| 450k|6623 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.74/1270.75	c  1258s|650000 |  4415 |  1555k|   2.4 |  77M|2227 |   1 |5645 |  30k|5645 | 153 | 357k| 463k|6685 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.14/1297.13	c  1285s|660000 |  4432 |  1599k|   2.4 |  79M|2227 |   - |5645 |  33k|   0 |   0 | 368k| 476k|6745 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.34/1325.39	c  1313s|670000 |  4557 |  1637k|   2.4 |  81M|2227 |   1 |5645 |  36k|5645 | 165 | 378k| 490k|6802 | 0.000000e+00 | 1.000000e+00 |    Inf 
1356.94/1356.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1356.94/1356.96	c  1344s|680000 |  4562 |  1680k|   2.5 |  83M|2227 |   - |5645 |  40k|   0 |   0 | 388k| 503k|6839 | 0.000000e+00 | 1.000000e+00 |    Inf 
1385.14/1385.19	c  1372s|690000 |  4517 |  1709k|   2.5 |  81M|2227 |  16 |5645 |  37k|5645 | 171 | 393k| 517k|6886 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.64/1415.64	c  1402s|700000 |  4557 |  1757k|   2.5 |  82M|2227 |  15 |5645 |  37k|5645 | 177 | 405k| 530k|6977 | 0.000000e+00 | 1.000000e+00 |    Inf 
1448.35/1448.31	c  1435s|710000 |  4641 |  1812k|   2.6 |  84M|2227 |   - |5645 |  41k|   0 |   0 | 420k| 544k|7040 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.45/1482.40	c  1469s|720000 |  4614 |  1864k|   2.6 |  85M|2227 |  20 |5645 |  43k|5645 | 211 | 432k| 557k|7088 | 0.000000e+00 | 1.000000e+00 |    Inf 
1516.35/1516.32	c  1502s|730000 |  4520 |  1910k|   2.6 |  84M|2227 |   - |5645 |  43k|   0 |   0 | 443k| 571k|7183 | 0.000000e+00 | 1.000000e+00 |    Inf 
1548.15/1548.10	c  1534s|740000 |  4516 |  1956k|   2.6 |  82M|2227 |   - |5645 |  38k|   0 |   0 | 454k| 584k|7231 | 0.000000e+00 | 1.000000e+00 |    Inf 
1579.35/1579.39	c  1565s|750000 |  4513 |  2004k|   2.7 |  83M|2227 |   1 |5645 |  40k|5645 | 164 | 468k| 598k|7305 | 0.000000e+00 | 1.000000e+00 |    Inf 
1612.46/1612.46	c  1598s|760000 |  4581 |  2052k|   2.7 |  85M|2227 |   - |5645 |  42k|   0 |   0 | 480k| 611k|7358 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.05/1646.04	c  1631s|770000 |  4610 |  2099k|   2.7 |  86M|2227 |   6 |5645 |  45k|5645 | 168 | 493k| 625k|7442 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.16/1683.10	c  1668s|780000 |  4691 |  2158k|   2.8 |  88M|2227 |   1 |5645 |  49k|5645 | 166 | 511k| 639k|7511 | 0.000000e+00 | 1.000000e+00 |    Inf 
1719.85/1719.87	c  1704s|790000 |  4610 |  2212k|   2.8 |  87M|2227 |  21 |5645 |  47k|5645 | 189 | 526k| 653k|7574 | 0.000000e+00 | 1.000000e+00 |    Inf 
1755.06/1755.03	c  1739s|800000 |  4677 |  2260k|   2.8 |  89M|2227 |   - |5645 |  51k|   0 |   0 | 538k| 666k|7642 | 0.000000e+00 | 1.000000e+00 |    Inf 
1793.96/1793.94	c  1778s|810000 |  4865 |  2312k|   2.9 |  92M|2227 |  12 |5645 |  55k|5645 | 176 | 553k| 679k|7676 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time (sec) : 1783.93
1800.07/1800.00	c Solving Nodes      : 811412
1800.07/1800.00	c Primal Bound       : +1.00000000000000e+00 (203 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite
1800.07/1800.09	s SATISFIABLE
1800.07/1800.09	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 x210 
1800.07/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1800.07/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.07/1800.09	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.07/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1800.07/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.07/1800.09	v -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.07/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.07/1800.09	v x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.07/1800.09	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 x4 -x3 -x2 
1800.07/1800.09	v -x1 
1800.07/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.09	c Solving Time       :    1783.93
1800.07/1800.09	c Original Problem   :
1800.07/1800.09	c   Problem name     : HOME/instance-2692329-1277926407.wbo
1800.07/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.07/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.07/1800.09	c Presolved Problem  :
1800.07/1800.09	c   Problem name     : t_HOME/instance-2692329-1277926407.wbo
1800.07/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.07/1800.09	c   Constraints      : 5414 initial, 55865 maximal
1800.07/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.07/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.07/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.09	c   integral         :          0          0          0     661489          0          0        259          0          0     553202
1800.07/1800.09	c   indicator        :       2707          0    1409031     335517          0        377    2922410          0          0          0
1800.07/1800.09	c   linear           :       2707          6    2946521     264135          0     208237   12523272     556011          0          0
1800.07/1800.09	c   logicor          :          0+         0     900296          0          0      36495    1021875          0          0          0
1800.07/1800.09	c   countsols        :          0          0          0     312147          0          0          0          0          0          0
1800.07/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.09	c   integral         :      15.40       0.00       0.00      15.40       0.00
1800.07/1800.09	c   indicator        :      82.87       0.01      18.74      64.12       0.00
1800.07/1800.09	c   linear           :     146.67       0.00     132.84      13.83       0.00
1800.07/1800.09	c   logicor          :     212.17       0.00     212.17       0.00       0.00
1800.07/1800.09	c   countsols        :       0.09       0.00       0.00       0.09       0.00
1800.07/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.09	c   vbounds          :       0.75          2          0          0
1800.07/1800.09	c   rootredcost      :       0.63         30          0       2707
1800.07/1800.09	c   pseudoobj        :     152.87    3089637       6729    2008145
1800.07/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.09	c   propagation      :      16.03     251461     250855    1706824       33.3       8405       24.7          -
1800.07/1800.09	c   infeasible LP    :       6.03      16283      16283     138786       46.3        207       18.3          0
1800.07/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.09	c   pseudo solution  :       0.04         85         85        394       20.1         57        5.4          -
1800.07/1800.09	c   applied globally :          -          -          -     682103       26.5          -          -          -
1800.07/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.07/1800.09	c   redcost          :      57.58     663245          0     575065          0          0
1800.07/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.07/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.07/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.07/1800.09	c   cmir             :       0.00          4          0          0          0          0
1800.07/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.07/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.07/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.09	c Pricers            :       Time      Calls       Vars
1800.07/1800.09	c   problem variables:       0.00          0          0
1800.07/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.09	c   relpscost        :      15.02     276817          0        259          0          0     553202
1800.07/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.09	c   inference        :      68.52     312117          0          0          0          0     624234
1800.07/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.09	c   LP solutions     :       0.38          -         30
1800.07/1800.09	c   pseudo solutions :       0.00          -          0
1800.07/1800.09	c   feaspump         :       0.01          0          0
1800.07/1800.09	c   oneopt           :       0.31         28          0
1800.07/1800.09	c   intshifting      :       0.01          3          0
1800.07/1800.09	c   crossover        :       1.22         34          0
1800.07/1800.09	c   guideddiving     :       0.72        564          0
1800.07/1800.09	c   fracdiving       :       1.96       1178          0
1800.07/1800.09	c   linesearchdiving :       1.91       1179          0
1800.07/1800.09	c   coefdiving       :       1.51       1179          0
1800.07/1800.09	c   pscostdiving     :       1.76       1179          0
1800.07/1800.09	c   veclendiving     :       1.88       1179          0
1800.07/1800.09	c   objpscostdiving  :       2.10       1178          0
1800.07/1800.09	c   rootsoldiving    :       1.68       1178          0
1800.07/1800.09	c   trivial          :       0.08          2          2
1800.07/1800.09	c   simplerounding   :       0.89     277348          0
1800.07/1800.09	c   zirounding       :       0.45       1000          0
1800.07/1800.09	c   rounding         :       2.56       7440          0
1800.07/1800.09	c   shifting         :       1.37       2319          0
1800.07/1800.09	c   twoopt           :       0.00          0          0
1800.07/1800.09	c   fixandinfer      :       0.00          0          0
1800.07/1800.09	c   intdiving        :       0.00          0          0
1800.07/1800.09	c   actconsdiving    :       0.00          0          0
1800.07/1800.09	c   octane           :       0.00          0          0
1800.07/1800.09	c   rens             :       0.03          1          0
1800.07/1800.09	c   rins             :       0.00          0          0
1800.07/1800.09	c   localbranching   :       0.00          0          0
1800.07/1800.09	c   mutation         :       0.00          0          0
1800.07/1800.09	c   dins             :       0.00          0          0
1800.07/1800.09	c   undercover       :       0.00          0          0
1800.07/1800.09	c   nlp              :       0.26          0          0
1800.07/1800.09	c   trysol           :       2.45       5555        171
1800.07/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.09	c   dual LP          :     480.65     370881    2318805       6.25    4824.31
1800.07/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.09	c   diving/probing LP:       0.07         39        734      18.82   10485.71
1800.07/1800.09	c   strong branching :      12.93       7698      77265      10.04    5975.64
1800.07/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.07/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.09	c B&B Tree           :
1800.07/1800.09	c   number of runs   :          1
1800.07/1800.09	c   nodes            :     811412
1800.07/1800.09	c   nodes (total)    :     811412
1800.07/1800.09	c   nodes left       :       4872
1800.07/1800.09	c   max depth        :       2227
1800.07/1800.09	c   max depth (total):       2227
1800.07/1800.09	c   backtracks       :      56570 (7.0%)
1800.07/1800.09	c   delayed cutoffs  :      46980
1800.07/1800.09	c   repropagations   :    1228646 (3536606 domain reductions, 45542 cutoffs)
1800.07/1800.09	c   avg switch length:       4.77
1800.07/1800.09	c   switching time   :     218.48
1800.07/1800.09	c Solution           :
1800.07/1800.09	c   Solutions found  :        203 (31 improvements)
1800.07/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.07/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 492227 nodes, 907.23 seconds, depth 38, found by <relaxation>)
1800.07/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.09	c   Gap              :   infinite
1800.07/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.09	c   Root Iterations  :        106
1800.26/1800.23	c Time complete: 1800.29.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692329-1277926407/watcher-2692329-1277926407 -o /tmp/evaluation-result-2692329-1277926407/solver-2692329-1277926407 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692329-1277926407.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.83 2.80 2.40 4/178 27075
/proc/meminfo: memFree=31574604/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=9736 CPUtime=0
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 1730 0 0 0 0 0 0 0 25 0 1 0 168243795 9969664 1649 4089446400 4194304 8223781 140734683329360 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27075/statm: 2434 1649 369 984 0 1447 0

[startup+0.103966 s]
/proc/loadavg: 2.83 2.80 2.40 4/178 27075
/proc/meminfo: memFree=31574604/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=35136 CPUtime=0.09
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 8088 0 0 0 9 0 0 0 25 0 1 0 168243795 35979264 7643 4089446400 4194304 8223781 140734683329360 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.20095 s]
/proc/loadavg: 2.83 2.80 2.40 4/178 27075
/proc/meminfo: memFree=31574604/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=38416 CPUtime=0.19
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 9447 0 0 0 18 1 0 0 25 0 1 0 168243795 39337984 8486 4089446400 4194304 8223781 140734683329360 18446744073709551615 7238062 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 9729 8489 477 984 0 8742 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38416

[startup+0.300929 s]
/proc/loadavg: 2.83 2.80 2.40 4/178 27075
/proc/meminfo: memFree=31574604/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=58612 CPUtime=0.29
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 14529 0 0 0 27 2 0 0 25 0 1 0 168243795 60018688 13471 4089446400 4194304 8223781 140734683329360 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 14653 13471 564 984 0 13666 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58612

[startup+0.700862 s]
/proc/loadavg: 2.83 2.80 2.40 4/178 27075
/proc/meminfo: memFree=31574604/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=43076 CPUtime=0.69
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 15655 0 0 0 66 3 0 0 25 0 1 0 168243795 44109824 9709 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.5007 s]
/proc/loadavg: 2.83 2.80 2.40 3/179 27076
/proc/meminfo: memFree=31537148/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=44456 CPUtime=1.49
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 15952 0 0 0 145 4 0 0 25 0 1 0 168243795 45522944 10006 4089446400 4194304 8223781 140734683329360 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 11114 10006 578 984 0 10127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44456

[startup+3.1004 s]
/proc/loadavg: 2.83 2.80 2.40 3/179 27076
/proc/meminfo: memFree=31527260/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=49512 CPUtime=3.09
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 21696 0 0 0 302 7 0 0 25 0 1 0 168243795 50700288 11393 4089446400 4194304 8223781 140734683329360 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 12378 11393 579 984 0 11391 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49512

[startup+6.3008 s]
/proc/loadavg: 2.76 2.79 2.40 3/179 27076
/proc/meminfo: memFree=31528128/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=54112 CPUtime=6.29
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 27786 0 0 0 618 11 0 0 25 0 1 0 168243795 55410688 12409 4089446400 4194304 8223781 140734683329360 18446744073709551615 4561129 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 13528 12409 579 984 0 12541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54112

[startup+12.7006 s]
/proc/loadavg: 2.70 2.78 2.40 3/179 27077
/proc/meminfo: memFree=31522776/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=58544 CPUtime=12.69
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 39027 0 0 0 1252 17 0 0 25 0 1 0 168243795 59949056 13527 4089446400 4194304 8223781 140734683329360 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 14636 13527 579 984 0 13649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58544

[startup+25.5011 s]
/proc/loadavg: 2.55 2.74 2.39 3/179 27077
/proc/meminfo: memFree=31510932/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=70080 CPUtime=25.49
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 47033 0 0 0 2521 28 0 0 25 0 1 0 168243795 71761920 16419 4089446400 4194304 8223781 140734683329360 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 17520 16419 579 984 0 16533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70080

[startup+51.1003 s]
/proc/loadavg: 2.36 2.68 2.38 3/179 27078
/proc/meminfo: memFree=31484588/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=97268 CPUtime=51.09
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 59103 0 0 0 5059 50 0 0 25 0 1 0 168243795 99602432 23243 4089446400 4194304 8223781 140734683329360 18446744073709551615 6436227 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 24317 23243 579 984 0 23330 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97268

[startup+102.301 s]
/proc/loadavg: 2.15 2.57 2.36 3/179 27079
/proc/meminfo: memFree=31419580/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=160460 CPUtime=102.29
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 80097 0 0 0 10136 93 0 0 25 0 1 0 168243795 164311040 39160 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 40115 39160 579 984 0 39128 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 160460

[startup+162.301 s]
/proc/loadavg: 2.06 2.46 2.33 3/179 27081
/proc/meminfo: memFree=31345772/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=235240 CPUtime=162.3
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 103535 0 0 0 16087 143 0 0 25 0 1 0 168243795 240885760 57503 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 58810 57503 579 984 0 57823 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 235240

[startup+222.306 s]
/proc/loadavg: 2.02 2.38 2.31 3/179 27082
/proc/meminfo: memFree=31273688/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=306680 CPUtime=222.3
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 126631 0 0 0 22044 186 0 0 25 0 1 0 168243795 314040320 75511 4089446400 4194304 8223781 140734683329360 18446744073709551615 4834526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 76670 75511 584 984 0 75683 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 306680

[startup+282.3 s]
/proc/loadavg: 2.00 2.31 2.29 3/179 27084
/proc/meminfo: memFree=31211024/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=367984 CPUtime=282.3
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 163032 0 0 0 27999 231 0 0 25 0 1 0 168243795 376815616 90967 4089446400 4194304 8223781 140734683329360 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 91996 90967 585 984 0 91009 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 367984

[startup+342.301 s]
/proc/loadavg: 2.00 2.25 2.27 3/179 27086
/proc/meminfo: memFree=31142168/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=436760 CPUtime=342.3
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 190457 0 0 0 33954 276 0 0 25 0 1 0 168243795 447242240 108250 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 109190 108250 585 984 0 108203 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 436760

[startup+402.3 s]
/proc/loadavg: 2.00 2.20 2.25 3/179 27087
/proc/meminfo: memFree=31077020/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=506820 CPUtime=402.31
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 212173 0 0 0 39911 320 0 0 25 0 1 0 168243795 518983680 124868 4089446400 4194304 8223781 140734683329360 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 126705 124868 585 984 0 125718 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 506820

[startup+462.301 s]
/proc/loadavg: 2.00 2.16 2.23 3/179 27089
/proc/meminfo: memFree=31009036/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=572740 CPUtime=462.31
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 233848 0 0 0 45867 364 0 0 25 0 1 0 168243795 586485760 141458 4089446400 4194304 8223781 140734683329360 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 143185 141458 585 984 0 142198 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 572740

[startup+522.301 s]
/proc/loadavg: 2.00 2.13 2.21 3/179 27090
/proc/meminfo: memFree=30944896/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=637440 CPUtime=522.31
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 250294 0 0 0 51820 411 0 0 25 0 1 0 168243795 652738560 157790 4089446400 4194304 8223781 140734683329360 18446744073709551615 6520462 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 159360 157790 585 984 0 158373 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 637440

[startup+582.3 s]
/proc/loadavg: 2.00 2.10 2.20 3/179 27092
/proc/meminfo: memFree=30995832/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=587300 CPUtime=582.31
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 299426 0 0 0 57760 471 0 0 25 0 1 0 168243795 601395200 144975 4089446400 4194304 8223781 140734683329360 18446744073709551615 6003367 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 146825 144975 589 984 0 145838 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 587300

[startup+642.301 s]
/proc/loadavg: 2.00 2.08 2.18 3/179 27094
/proc/meminfo: memFree=30976204/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=608308 CPUtime=642.32
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 332106 0 0 0 63687 545 0 0 25 0 1 0 168243795 622907392 149656 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 152077 149656 591 984 0 151090 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 608308

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.12 4/179 27129
/proc/meminfo: memFree=30682208/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=607648 CPUtime=942.33
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 412984 0 0 0 93328 905 0 0 25 0 1 0 168243795 622231552 149358 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 151912 149358 599 984 0 150925 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 607648

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.11 4/179 27130
/proc/meminfo: memFree=30585184/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=599636 CPUtime=1002.33
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 424414 0 0 0 99264 969 0 0 25 0 1 0 168243795 614027264 147365 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 149909 147365 599 984 0 148922 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 599636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.10 4/179 27132
/proc/meminfo: memFree=30485928/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=590656 CPUtime=1062.33
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 426315 0 0 0 105198 1035 0 0 25 0 1 0 168243795 604831744 145139 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 147664 145139 599 984 0 146677 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 590656

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.09 4/179 27133
/proc/meminfo: memFree=30361008/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=591348 CPUtime=1122.33
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 426491 0 0 0 111132 1101 0 0 25 0 1 0 168243795 605540352 145315 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 147837 145315 599 984 0 146850 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 591348

[startup+1182.3 s]
/proc/loadavg: 2.03 2.02 2.09 3/179 27135
/proc/meminfo: memFree=30233980/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=593364 CPUtime=1182.34
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 431878 0 0 0 117080 1154 0 0 25 0 1 0 168243795 607604736 145805 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 148341 145805 599 984 0 147354 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 593364

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.08 4/179 27137
/proc/meminfo: memFree=30114256/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=595644 CPUtime=1242.34
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 432428 0 0 0 123027 1207 0 0 25 0 1 0 168243795 609939456 146355 4089446400 4194304 8223781 140734683329360 18446744073709551615 4923897 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 148911 146355 599 984 0 147924 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 595644

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.07 4/179 27138
/proc/meminfo: memFree=30033724/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=597508 CPUtime=1302.34
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 432934 0 0 0 128973 1261 0 0 25 0 1 0 168243795 611848192 146861 4089446400 4194304 8223781 140734683329360 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 149377 146861 599 984 0 148390 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 597508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.07 4/179 27140
/proc/meminfo: memFree=29958032/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=599136 CPUtime=1362.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 433311 0 0 0 134929 1306 0 0 25 0 1 0 168243795 613515264 147238 4089446400 4194304 8223781 140734683329360 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 149784 147238 599 984 0 148797 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 599136

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.06 4/179 27141
/proc/meminfo: memFree=29932192/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=601124 CPUtime=1422.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 435488 0 0 0 140885 1350 0 0 25 0 1 0 168243795 615550976 147628 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150281 147628 599 984 0 149294 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 601124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.06 4/179 27143
/proc/meminfo: memFree=29863192/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=601124 CPUtime=1482.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 435515 0 0 0 146843 1392 0 0 25 0 1 0 168243795 615550976 147655 4089446400 4194304 8223781 140734683329360 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150281 147655 599 984 0 149294 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 601124

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.05 4/179 27145
/proc/meminfo: memFree=29793568/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=601468 CPUtime=1542.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 435651 0 0 0 152796 1439 0 0 25 0 1 0 168243795 615903232 147791 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150367 147791 599 984 0 149380 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 601468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.05 4/179 27146
/proc/meminfo: memFree=29725204/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=601776 CPUtime=1602.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 435690 0 0 0 158748 1487 0 0 25 0 1 0 168243795 616218624 147830 4089446400 4194304 8223781 140734683329360 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150444 147830 599 984 0 149457 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 601776

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.04 4/179 27157
/proc/meminfo: memFree=29654304/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=602276 CPUtime=1662.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 435795 0 0 0 164708 1527 0 0 25 0 1 0 168243795 616730624 147935 4089446400 4194304 8223781 140734683329360 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150569 147935 599 984 0 149582 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 602276

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.04 4/179 27158
/proc/meminfo: memFree=29541540/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=603112 CPUtime=1722.35
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 436040 0 0 0 170669 1566 0 0 25 0 1 0 168243795 617586688 148180 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150778 148180 599 984 0 149791 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 603112

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.03 4/179 27160
/proc/meminfo: memFree=29458000/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=603908 CPUtime=1782.36
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 436250 0 0 0 176634 1602 0 0 25 0 1 0 168243795 618401792 148390 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 150977 148390 599 984 0 149990 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 603908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 27160
/proc/meminfo: memFree=29437152/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=605064 CPUtime=1800.07
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 436525 0 0 0 178395 1612 0 0 25 0 1 0 168243795 619585536 148665 4089446400 4194304 8223781 140734683329360 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27075/statm: 151266 148665 599 984 0 150279 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 605064

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.00 2.00 2.03 3/179 27160
/proc/meminfo: memFree=29437152/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=605328 CPUtime=1800.17
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 436596 0 0 0 178405 1612 0 0 25 0 1 0 168243795 619855872 148736 4089446400 4194304 8223781 140734683329360 18446744073709551615 6068255 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27075/statm: 151332 148736 601 984 0 150345 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 605328

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 27160
/proc/meminfo: memFree=29437152/32950928 swapFree=67111528/67111528
[pid=27075] ppid=27073 vsize=285068 CPUtime=1800.26
/proc/27075/stat : 27075 (pbscip.linux.x8) R 27073 27075 24945 0 -1 4202496 436596 0 0 0 178413 1613 0 0 25 0 1 0 168243795 291909632 68672 4089446400 4194304 8223781 140734683329360 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27075/statm: 71267 68672 601 984 0 70280 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 285068

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.3
CPU user time (s): 1784.15
CPU system time (s): 16.1465
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 673292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.15
system time used= 16.1465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1878

runsolver used 2.91756 second user time and 6.17106 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 21:33:27
IDJOB=2692329
IDBENCH=79269
IDSOLVER=1204
FILE ID=node115/2692329-1277926407
PBS_JOBID= 11197319
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692329-1277926407/watcher-2692329-1277926407 -o /tmp/evaluation-result-2692329-1277926407/solver-2692329-1277926407 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692329-1277926407.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=1721939266

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31575132 kB
Buffers:        211640 kB
Cached:         937676 kB
SwapCached:          0 kB
Active:         550192 kB
Inactive:       683788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31575132 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4712 kB
Writeback:           0 kB
AnonPages:       84504 kB
Mapped:          15460 kB
Slab:            79072 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   228608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node115 at 2010-06-30 22:03:29