Trace number 2692363

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.41 1800.35

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554420--soft-0-100-0.wbo
MD5SUMce7c3a365231565303f31d834d531ee5
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 benchmark38.4642
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 689
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-2692363-1277928220.wbo>
0.02/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.02/0.03	c problem read
0.02/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.12
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.19/0.20	c   0.1s|     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.1s|     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.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
28.29/28.34	c  27.4s| 10000 | 10001 | 52236 |   5.2 |  51M| 105 |   0 |5645 |5414 |5645 | 177 |9862 |   0 |1628 | 0.000000e+00 | 1.343130e+05 |    Inf 
50.89/50.97	c  49.4s| 20000 | 20001 | 96015 |   4.8 |  73M| 113 |   0 |5645 |5414 |5645 | 170 |  17k|   0 |1697 | 0.000000e+00 | 1.343130e+05 |    Inf 
73.39/73.43	c  71.3s| 30000 | 30001 |133431 |   4.4 |  96M| 113 |   0 |5645 |5414 |5645 | 185 |  24k|   0 |2053 | 0.000000e+00 | 1.343130e+05 |    Inf 
94.50/94.60	c  91.9s| 40000 | 40001 |164075 |   4.1 | 118M| 177 |   3 |5645 |5414 |5645 | 229 |  30k|   0 |2417 | 0.000000e+00 | 1.343130e+05 |    Inf 
114.89/114.91	c   112s| 50000 | 50001 |191953 |   3.8 | 140M| 177 |   0 |5645 |5414 |5645 | 208 |  35k|   0 |2624 | 0.000000e+00 | 1.343130e+05 |    Inf 
118.00/118.05	o 722
118.00/118.05	c * 115s| 51703 | 48897 |194235 |   3.8 | 138M| 177 |   - |5645 |5414 |5645 | 213 |  35k|   0 |2634 | 0.000000e+00 | 7.220000e+02 |    Inf 
139.80/139.84	c   136s| 60000 | 57147 |228143 |   3.8 | 158M| 177 |   0 |5645 |5498 |5645 | 167 |  43k|  84 |3065 | 0.000000e+00 | 7.220000e+02 |    Inf 
163.70/163.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
163.70/163.73	c   159s| 70000 | 67147 |260144 |   3.7 | 179M| 177 |   0 |5645 |5498 |5645 | 188 |  49k|  84 |3404 | 0.000000e+00 | 7.220000e+02 |    Inf 
187.70/187.79	c   183s| 80000 | 77147 |292182 |   3.7 | 200M| 177 |   0 |5645 |5494 |5645 | 172 |  57k|  84 |3643 | 0.000000e+00 | 7.220000e+02 |    Inf 
211.40/211.43	c   206s| 90000 | 87147 |323359 |   3.6 | 220M| 177 |   0 |5645 |5492 |5645 | 178 |  64k|  84 |3805 | 0.000000e+00 | 7.220000e+02 |    Inf 
234.70/234.71	c   228s|100000 | 97141 |354342 |   3.5 | 241M| 233 |   0 |5645 |5506 |5645 | 189 |  71k| 100 |4009 | 0.000000e+00 | 7.220000e+02 |    Inf 
256.80/256.88	c   250s|110000 |107141 |378577 |   3.4 | 262M| 233 |   0 |5645 |5500 |5645 | 170 |  76k| 100 |4157 | 0.000000e+00 | 7.220000e+02 |    Inf 
281.70/281.76	c   274s|120000 |117109 |413642 |   3.4 | 284M| 233 |   0 |5645 |5552 |5645 | 178 |  83k| 171 |4398 | 0.000000e+00 | 7.220000e+02 |    Inf 
308.50/308.58	c   301s|130000 |127102 |453963 |   3.5 | 306M| 233 |   0 |5645 |5540 |5645 | 164 |  92k| 199 |4554 | 0.000000e+00 | 7.220000e+02 |    Inf 
336.70/336.74	c   328s|140000 |137064 |494426 |   3.5 | 329M| 233 |   0 |5645 |5621 |5645 | 172 |  99k| 318 |4696 | 0.000000e+00 | 7.220000e+02 |    Inf 
362.80/362.84	c   354s|150000 |147047 |533371 |   3.6 | 352M| 233 |   0 |5645 |5585 |5645 | 186 | 107k| 377 |4801 | 0.000000e+00 | 7.220000e+02 |    Inf 
390.20/390.22	c   380s|160000 |156923 |583828 |   3.6 | 375M| 233 |   0 |5645 |5790 |5645 | 191 | 116k| 763 |5120 | 0.000000e+00 | 7.220000e+02 |    Inf 
415.90/415.98	c   405s|170000 |166889 |630133 |   3.7 | 399M| 233 |   0 |5645 |5640 |5645 | 181 | 124k| 868 |5244 | 0.000000e+00 | 7.220000e+02 |    Inf 
442.30/442.34	c   431s|180000 |176878 |676701 |   3.8 | 422M| 233 |   1 |5645 |5552 |5645 | 145 | 132k| 903 |5380 | 0.000000e+00 | 7.220000e+02 |    Inf 
467.41/467.45	c   455s|190000 |186825 |717058 |   3.8 | 444M| 233 |   0 |5645 |5578 |5645 | 177 | 139k|1014 |5540 | 0.000000e+00 | 7.220000e+02 |    Inf 
493.30/493.32	c   481s|200000 |196804 |756901 |   3.8 | 467M| 233 |   0 |5645 |5536 |5645 | 183 | 145k|1075 |5680 | 0.000000e+00 | 7.220000e+02 |    Inf 
518.21/518.28	c   505s|210000 |206771 |792121 |   3.8 | 490M| 233 |   0 |5645 |5527 |5645 | 174 | 151k|1188 |5761 | 0.000000e+00 | 7.220000e+02 |    Inf 
541.71/541.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
541.71/541.77	c   528s|220000 |216738 |823263 |   3.7 | 512M| 233 |   0 |5645 |5505 |5645 | 180 | 156k|1251 |5860 | 0.000000e+00 | 7.220000e+02 |    Inf 
566.41/566.49	c   552s|230000 |226734 |861497 |   3.7 | 534M| 233 |   0 |5645 |5467 |5645 | 163 | 162k|1261 |6023 | 0.000000e+00 | 7.220000e+02 |    Inf 
591.91/591.97	c   577s|240000 |236720 |902146 |   3.8 | 557M| 233 |   0 |5645 |5485 |5645 | 170 | 169k|1311 |6163 | 0.000000e+00 | 7.220000e+02 |    Inf 
618.11/618.14	c   603s|250000 |246716 |946629 |   3.8 | 579M| 233 |   0 |5645 |5442 |5645 | 183 | 177k|1313 |6291 | 0.000000e+00 | 7.220000e+02 |    Inf 
644.31/644.33	c   628s|260000 |256700 |986763 |   3.8 | 602M| 233 |   0 |5645 |5476 |5645 | 187 | 183k|1365 |6338 | 0.000000e+00 | 7.220000e+02 |    Inf 
648.81/648.81	o 717
648.81/648.81	c * 632s|261455 |258038 |995924 |   3.8 | 606M| 233 |   - |5645 |5485 |5645 | 206 | 185k|1386 |6378 | 0.000000e+00 | 7.170000e+02 |    Inf 
675.42/675.44	c   658s|270000 |266570 |  1052k|   3.9 | 628M| 233 |   0 |5645 |5460 |5645 | 184 | 196k|1419 |6433 | 0.000000e+00 | 7.170000e+02 |    Inf 
703.82/703.87	c   686s|280000 |276497 |  1099k|   3.9 | 653M| 233 |   0 |5645 |5464 |5645 | 182 | 205k|1614 |6664 | 0.000000e+00 | 7.170000e+02 |    Inf 
731.71/731.77	c   713s|290000 |286449 |  1145k|   4.0 | 677M| 233 |   0 |5645 |5502 |5645 | 167 | 213k|1770 |6835 | 0.000000e+00 | 7.170000e+02 |    Inf 
757.31/757.33	c   738s|300000 |296439 |  1184k|   3.9 | 700M| 233 |   0 |5645 |5489 |5645 | 181 | 219k|1798 |6938 | 0.000000e+00 | 7.170000e+02 |    Inf 
783.42/783.43	c   764s|310000 |306406 |  1226k|   4.0 | 723M| 233 |   0 |5645 |5518 |5645 | 229 | 225k|1881 |7064 | 0.000000e+00 | 7.170000e+02 |    Inf 
811.92/811.97	c   792s|320000 |316340 |  1279k|   4.0 | 748M| 233 |   0 |5645 |5543 |5645 | 177 | 234k|2077 |7171 | 0.000000e+00 | 7.170000e+02 |    Inf 
841.01/841.09	c   820s|330000 |326316 |  1335k|   4.0 | 773M| 233 |   0 |5645 |5518 |5645 | 169 | 242k|2134 |7282 | 0.000000e+00 | 7.170000e+02 |    Inf 
871.02/871.05	c   849s|340000 |336276 |  1398k|   4.1 | 799M| 233 |   0 |5645 |5523 |5645 | 176 | 253k|2219 |7467 | 0.000000e+00 | 7.170000e+02 |    Inf 
899.31/899.39	c   877s|350000 |346224 |  1453k|   4.2 | 824M| 233 |   0 |5645 |5563 |5645 | 204 | 262k|2387 |7622 | 0.000000e+00 | 7.170000e+02 |    Inf 
926.92/926.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
926.92/926.93	c   904s|360000 |356200 |  1504k|   4.2 | 848M| 233 |   0 |5645 |5498 |5645 | 185 | 270k|2436 |7740 | 0.000000e+00 | 7.170000e+02 |    Inf 
929.52/929.56	o 227
929.52/929.56	c * 906s|361109 |251182 |  1507k|   4.2 | 634M| 233 |   - |5645 |5497 |5645 | 188 | 271k|2436 |7748 | 0.000000e+00 | 2.270000e+02 |    Inf 
931.42/931.49	o 208
931.42/931.49	c * 908s|361585 |230086 |  1511k|   4.2 | 596M| 233 |   - |5645 |5553 |5645 | 193 | 271k|2507 |7758 | 0.000000e+00 | 2.080000e+02 |    Inf 
931.52/931.56	o 195
931.52/931.56	c * 908s|361589 |212286 |  1511k|   4.2 | 559M| 233 |   - |5645 |5553 |5645 | 194 | 271k|2507 |7758 | 0.000000e+00 | 1.950000e+02 |    Inf 
931.82/931.86	o 192
931.82/931.86	c * 908s|361655 |208197 |  1512k|   4.2 | 552M| 233 |   - |5645 |5564 |5645 | 175 | 271k|2519 |7760 | 0.000000e+00 | 1.920000e+02 |    Inf 
931.82/931.89	o 188
931.82/931.89	c * 908s|361660 |203659 |  1512k|   4.2 | 543M| 233 |   - |5645 |5564 |5645 | 180 | 271k|2519 |7760 | 0.000000e+00 | 1.880000e+02 |    Inf 
931.91/931.90	o 187
931.91/931.90	c * 908s|361661 |202271 |  1512k|   4.2 | 541M| 233 |   - |5645 |5564 |5645 | 182 | 271k|2519 |7760 | 0.000000e+00 | 1.870000e+02 |    Inf 
931.91/931.99	o 185
931.91/931.99	c * 909s|361668 |199671 |  1512k|   4.2 | 535M| 233 |   - |5645 |5562 |5645 | 217 | 272k|2519 |7761 | 0.000000e+00 | 1.850000e+02 |    Inf 
932.42/932.41	o 183
932.42/932.41	c * 909s|361751 |196667 |  1513k|   4.2 | 529M| 233 |   - |5645 |5609 |5645 | 200 | 272k|2570 |7773 | 0.000000e+00 | 1.830000e+02 |    Inf 
932.42/932.49	o 167
932.42/932.49	c * 909s|361754 |169634 |  1513k|   4.2 | 470M| 233 |   - |5645 |5608 |5645 | 200 | 272k|2570 |7773 | 0.000000e+00 | 1.670000e+02 |    Inf 
932.62/932.65	o 166
932.62/932.65	c * 909s|361778 |167721 |  1513k|   4.2 | 465M| 233 |   - |5645 |5624 |5645 | 182 | 272k|2587 |7774 | 0.000000e+00 | 1.660000e+02 |    Inf 
932.92/932.97	o 161
932.92/932.97	c * 910s|361846 |160276 |  1514k|   4.2 | 448M| 233 |   - |5645 |5628 |5645 | 192 | 272k|2591 |7778 | 0.000000e+00 | 1.610000e+02 |    Inf 
933.12/933.15	o 153
933.12/933.15	c * 910s|361864 |142904 |  1515k|   4.2 | 412M| 233 |   - |5645 |5638 |5645 | 198 | 272k|2601 |7780 | 0.000000e+00 | 1.530000e+02 |    Inf 
933.22/933.21	o 139
933.22/933.21	c * 910s|361865 |115362 |  1515k|   4.2 | 349M| 233 |   - |5645 |5638 |5645 | 198 | 272k|2601 |7780 | 0.000000e+00 | 1.390000e+02 |    Inf 
933.22/933.29	o 130
933.22/933.29	c * 910s|361869 |105569 |  1515k|   4.2 | 324M| 233 |   - |5645 |5636 |5645 | 155 | 272k|2601 |7781 | 0.000000e+00 | 1.300000e+02 |    Inf 
933.32/933.32	o 129
933.32/933.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
933.32/933.32	c * 910s|361872 |101734 |  1515k|   4.2 | 317M| 233 |   - |5645 |5636 |5645 | 170 | 272k|2601 |7781 | 0.000000e+00 | 1.290000e+02 |    Inf 
933.32/933.34	o 125
933.32/933.34	c * 910s|361873 | 95881 |  1515k|   4.2 | 304M| 233 |   - |5645 |5636 |5645 | 170 | 272k|2601 |7781 | 0.000000e+00 | 1.250000e+02 |    Inf 
933.62/933.69	o 105
933.62/933.69	c * 910s|361927 | 72144 |  1516k|   4.2 | 244M| 233 |   - |5645 |5644 |5645 | 188 | 272k|2610 |7789 | 0.000000e+00 | 1.050000e+02 |    Inf 
933.71/933.76	o 91
933.71/933.76	c * 910s|361934 | 60157 |  1516k|   4.2 | 216M| 233 |   - |5645 |5649 |5645 | 195 | 272k|2616 |7791 | 0.000000e+00 | 9.100000e+01 |    Inf 
933.92/933.92	o 83
933.92/933.92	c * 910s|361969 | 50612 |  1516k|   4.2 | 193M| 233 |   - |5645 |5392 |5645 | 169 | 272k|2619 |7791 | 0.000000e+00 | 8.300000e+01 |    Inf 
934.42/934.44	o 81
934.42/934.44	c * 911s|362096 | 50367 |  1517k|   4.2 | 194M| 233 |   - |5645 |5233 |5645 | 170 | 272k|2695 |7801 | 0.000000e+00 | 8.100000e+01 |    Inf 
934.62/934.61	o 80
934.62/934.61	c * 911s|362133 | 49306 |  1517k|   4.2 | 191M| 233 |   - |5645 |5187 |5645 | 155 | 272k|2729 |7801 | 0.000000e+00 | 8.000000e+01 |    Inf 
934.82/934.90	o 60
934.82/934.90	c * 911s|362189 | 42384 |  1517k|   4.2 | 168M| 233 |   - |5645 |5183 |5645 | 204 | 272k|2777 |7810 | 0.000000e+00 | 6.000000e+01 |    Inf 
937.02/937.10	o 59
937.02/937.10	c * 914s|362756 |  4709 |  1521k|   4.2 |  48M| 233 |   - |5645 |5054 |5645 | 173 | 273k|3485 |7828 | 0.000000e+00 | 5.900000e+01 |    Inf 
953.82/953.83	o 57
953.82/953.83	c * 930s|368121 |  4514 |  1543k|   4.2 |  59M| 233 |   - |5645 |6634 |5645 | 169 | 278k|9680 |7855 | 0.000000e+00 | 5.700000e+01 |    Inf 
959.02/959.07	c   935s|370000 |  4598 |  1550k|   4.2 |  61M| 233 |   - |5645 |6787 |   0 |   0 | 279k|  11k|7873 | 0.000000e+00 | 5.700000e+01 |    Inf 
989.32/989.36	c   964s|380000 |  4848 |  1589k|   4.2 |  74M| 233 |   - |5645 |7427 |   0 |   0 | 288k|  23k|7956 | 0.000000e+00 | 5.700000e+01 |    Inf 
1016.82/1016.88	c   990s|390000 |  5122 |  1615k|   4.1 |  82M| 233 |   1 |5645 |9825 |5645 | 167 | 294k|  35k|7990 | 0.000000e+00 | 5.700000e+01 |    Inf 
1047.43/1047.40	c  1020s|400000 |  5947 |  1652k|   4.1 |  95M| 233 |   9 |5645 |  10k|5645 | 172 | 303k|  47k|8026 | 0.000000e+00 | 5.700000e+01 |    Inf 
1080.82/1080.84	c  1052s|410000 |  7090 |  1695k|   4.1 | 112M| 233 |   - |5645 |  10k|   0 |   0 | 317k|  68k|8094 | 0.000000e+00 | 5.700000e+01 |    Inf 
1112.13/1112.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1112.13/1112.11	c  1083s|420000 |  7917 |  1736k|   4.1 | 124M| 233 |   0 |5645 |9855 |5645 | 162 | 331k|  85k|8155 | 0.000000e+00 | 5.700000e+01 |    Inf 
1128.03/1128.09	o 55
1128.03/1128.09	c *1098s|424933 |  8134 |  1754k|   4.1 | 130M| 233 |   - |5645 |  10k|5645 | 201 | 337k|  94k|8178 | 0.000000e+00 | 5.500000e+01 |    Inf 
1144.42/1144.40	c  1114s|430000 |  8377 |  1773k|   4.1 | 135M| 233 |   9 |5645 |8795 |5645 | 181 | 344k| 104k|8196 | 0.000000e+00 | 5.500000e+01 |    Inf 
1177.03/1177.05	c  1146s|440000 |  8923 |  1814k|   4.1 | 147M| 233 |   5 |5645 |  11k|5645 | 183 | 358k| 121k|8262 | 0.000000e+00 | 5.500000e+01 |    Inf 
1209.63/1209.60	c  1177s|450000 |  9351 |  1858k|   4.1 | 156M| 233 |   - |5645 |  12k|   0 |   0 | 373k| 139k|8310 | 0.000000e+00 | 5.500000e+01 |    Inf 
1241.33/1241.30	c  1208s|460000 |  9747 |  1900k|   4.1 | 163M| 233 |   - |5645 |  11k|   0 |   0 | 387k| 157k|8382 | 0.000000e+00 | 5.500000e+01 |    Inf 
1273.63/1273.67	c  1239s|470000 | 10239 |  1944k|   4.1 | 171M| 233 |   1 |5645 |  11k|5645 | 171 | 402k| 174k|8418 | 0.000000e+00 | 5.500000e+01 |    Inf 
1308.73/1308.75	c  1273s|480000 | 10593 |  1999k|   4.2 | 179M| 233 |   7 |5645 |  12k|5645 | 184 | 420k| 193k|8483 | 0.000000e+00 | 5.500000e+01 |    Inf 
1332.83/1332.85	o 54
1332.83/1332.85	c *1297s|488402 | 10706 |  2028k|   4.2 | 183M| 233 |   - |5645 |  13k|5645 | 202 | 430k| 205k|8527 | 0.000000e+00 | 5.400000e+01 |    Inf 
1337.13/1337.11	c  1301s|490000 | 10758 |  2032k|   4.1 | 183M| 233 |  10 |5645 |  13k|5645 | 194 | 431k| 207k|8527 | 0.000000e+00 | 5.400000e+01 |    Inf 
1366.24/1366.22	c  1329s|500000 | 11017 |  2063k|   4.1 | 189M| 233 |  14 |5645 |  11k|5645 | 195 | 440k| 223k|8564 | 0.000000e+00 | 5.400000e+01 |    Inf 
1396.03/1396.01	c  1358s|510000 | 11441 |  2096k|   4.1 | 197M| 233 |   - |5645 |  12k|   0 |   0 | 450k| 239k|8619 | 0.000000e+00 | 5.400000e+01 |    Inf 
1428.44/1428.43	c  1389s|520000 | 12148 |  2137k|   4.1 | 209M| 233 |   1 |5645 |  19k|5645 | 175 | 462k| 255k|8660 | 0.000000e+00 | 5.400000e+01 |    Inf 
1458.93/1458.96	o 53
1458.93/1458.96	c *1419s|528515 | 12784 |  2185k|   4.1 | 216M| 233 |   - |5645 |  11k|5645 | 166 | 481k| 273k|8721 | 0.000000e+00 | 5.300000e+01 |    Inf 
1463.83/1463.89	c  1424s|530000 | 12929 |  2192k|   4.1 | 217M| 233 |   - |5645 |  11k|   0 |   0 | 483k| 275k|8730 | 0.000000e+00 | 5.300000e+01 |    Inf 
1488.44/1488.42	o 51
1488.44/1488.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1488.44/1488.42	c *1447s|537585 | 13281 |  2223k|   4.1 | 224M| 233 |   - |5645 |  12k|5645 | 175 | 494k| 291k|8771 | 0.000000e+00 | 5.100000e+01 |    Inf 
1496.14/1496.10	c  1455s|540000 | 13416 |  2232k|   4.1 | 225M| 233 |   - |5645 |  11k|   0 |   0 | 497k| 295k|8776 | 0.000000e+00 | 5.100000e+01 |    Inf 
1526.53/1526.57	c  1484s|550000 | 14113 |  2270k|   4.1 | 234M| 233 |   - |5645 |  11k|   0 |   0 | 510k| 315k|8800 | 0.000000e+00 | 5.100000e+01 |    Inf 
1558.44/1558.46	c  1515s|560000 | 14860 |  2314k|   4.1 | 244M| 233 |   - |5645 |  13k|   0 |   0 | 525k| 333k|8865 | 0.000000e+00 | 5.100000e+01 |    Inf 
1570.54/1570.51	o 50
1570.54/1570.51	c *1527s|563664 | 15051 |  2329k|   4.1 | 247M| 233 |   - |5645 |  12k|5645 | 205 | 530k| 341k|8907 | 0.000000e+00 | 5.000000e+01 |    Inf 
1590.54/1590.53	c  1546s|570000 | 15463 |  2354k|   4.1 | 252M| 233 |   6 |5645 |  11k|5645 | 190 | 538k| 353k|8943 | 0.000000e+00 | 5.000000e+01 |    Inf 
1612.44/1612.50	o 48
1612.44/1612.50	c *1567s|577319 | 15699 |  2380k|   4.1 | 257M| 233 |   - |5645 |  12k|5645 | 171 | 548k| 367k|8981 | 0.000000e+00 | 4.800000e+01 |    Inf 
1620.25/1620.24	c  1575s|580000 | 15974 |  2389k|   4.1 | 258M| 233 |   - |5645 |  11k|   0 |   0 | 551k| 372k|8988 | 0.000000e+00 | 4.800000e+01 |    Inf 
1625.34/1625.39	o 47
1625.34/1625.39	c *1580s|581778 | 15974 |  2395k|   4.1 | 259M| 233 |   - |5645 |  11k|5645 | 172 | 554k| 376k|8989 | 0.000000e+00 | 4.700000e+01 |    Inf 
1630.54/1630.56	o 46
1630.54/1630.56	c *1585s|583525 | 16059 |  2400k|   4.1 | 260M| 233 |   - |5645 |  11k|5645 | 176 | 556k| 380k|8994 | 0.000000e+00 | 4.600000e+01 |    Inf 
1640.24/1640.24	o 45
1640.24/1640.24	c *1594s|586973 | 16001 |  2413k|   4.1 | 259M| 233 |   - |5645 |9939 |5645 | 190 | 561k| 388k|9013 | 0.000000e+00 | 4.500000e+01 |    Inf 
1648.95/1648.96	c  1603s|590000 | 16159 |  2425k|   4.1 | 261M| 233 |   - |5645 |9343 |   0 |   0 | 565k| 394k|9016 | 0.000000e+00 | 4.500000e+01 |    Inf 
1677.65/1677.65	c  1630s|600000 | 16495 |  2466k|   4.1 | 267M| 233 |  14 |5645 |  12k|5645 | 177 | 580k| 414k|9050 | 0.000000e+00 | 4.500000e+01 |    Inf 
1706.05/1706.05	c  1658s|610000 | 16944 |  2503k|   4.1 | 273M| 233 |  12 |5645 |  10k|5645 | 188 | 593k| 435k|9083 | 0.000000e+00 | 4.500000e+01 |    Inf 
1707.04/1707.05	o 44
1707.04/1707.05	c *1659s|610359 | 16656 |  2505k|   4.1 | 271M| 233 |   - |5645 |  11k|5645 | 185 | 594k| 435k|9083 | 0.000000e+00 | 4.400000e+01 |    Inf 
1734.14/1734.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1734.14/1734.17	c  1685s|620000 | 16864 |  2540k|   4.1 | 275M| 233 |   - |5645 |  10k|5645 | 166 | 606k| 454k|9103 | 0.000000e+00 | 4.400000e+01 |    Inf 
1761.35/1761.35	c  1711s|630000 | 17044 |  2576k|   4.1 | 278M| 233 |   - |5645 |9393 |   0 |   0 | 619k| 472k|9122 | 0.000000e+00 | 4.400000e+01 |    Inf 
1789.35/1789.35	c  1738s|640000 | 17312 |  2611k|   4.1 | 285M| 233 |   - |5645 |  11k|   0 |   0 | 632k| 491k|9176 | 0.000000e+00 | 4.400000e+01 |    Inf 
1796.35/1796.35	o 43
1796.35/1796.35	c *1745s|642505 | 17016 |  2621k|   4.1 | 284M| 233 |   - |5645 |  11k|5645 | 166 | 635k| 496k|9183 | 0.000000e+00 | 4.300000e+01 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1748.78
1800.06/1800.00	c Solving Nodes      : 643756
1800.06/1800.00	c Primal Bound       : +4.30000000000000e+01 (528 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.09	s SATISFIABLE
1800.06/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.06/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.06/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.06/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.06/1800.09	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.09	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.09	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 -x80 
1800.06/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 
1800.06/1800.09	v x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.06/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 
1800.06/1800.09	v x2 -x1 
1800.06/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.09	c Solving Time       :    1748.78
1800.06/1800.09	c Original Problem   :
1800.06/1800.09	c   Problem name     : HOME/instance-2692363-1277928220.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.09	c Presolved Problem  :
1800.06/1800.09	c   Problem name     : t_HOME/instance-2692363-1277928220.wbo
1800.06/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.09	c   Constraints      : 5414 initial, 19376 maximal
1800.06/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.06/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.06/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.09	c   root node        :          -       1537          -          -       3074          -          -          -          -
1800.06/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   integral         :          0          0          0     627060          0          0          4          0          0     354096
1800.06/1800.09	c   indicator        :       2707          0    2546435     449989          0       2252   24714370          0          0          0
1800.06/1800.09	c   linear           :       2707          6    2541665     448554          0      36184    5408332     637237          0          0
1800.06/1800.09	c   logicor          :          0+         0     904883          0          0      29301    1331759          0          0          0
1800.06/1800.09	c   bounddisjunction :          0+         0      36179          0          0          0        873          0          0          0
1800.06/1800.09	c   countsols        :          0          0          0     345466          0          0          0          0          0          0
1800.06/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.09	c   integral         :      16.16       0.00       0.00      16.16       0.00
1800.06/1800.09	c   indicator        :     177.08       0.00      73.34     103.74       0.00
1800.06/1800.09	c   linear           :     133.89       0.00      70.55      63.34       0.00
1800.06/1800.09	c   logicor          :      42.73       0.00      42.73       0.00       0.00
1800.06/1800.09	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
1800.06/1800.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.06/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.09	c   vbounds          :       0.00          2          0          0
1800.06/1800.09	c   rootredcost      :       0.01         37          0       1537
1800.06/1800.09	c   pseudoobj        :     180.39    2622347      75944   17963411
1800.06/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.09	c   propagation      :      23.19     141429     141423    1297318       61.8      18163       16.4          -
1800.06/1800.09	c   infeasible LP    :       0.02         43         43        332       43.7          5        5.8          0
1800.06/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.09	c   pseudo solution  :       0.14        658        658       3317       28.3        251       12.2          -
1800.06/1800.09	c   applied globally :          -          -          -     499197       48.8          -          -          -
1800.06/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.06/1800.09	c   redcost          :      76.58     645389          0    6145119          0          0
1800.06/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.09	c   gomory           :       0.00          4          0          0         86          0
1800.06/1800.09	c   strongcg         :       0.01          4          0          0          0          0
1800.06/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.06/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.06/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.09	c Pricers            :       Time      Calls       Vars
1800.06/1800.09	c   problem variables:       0.00          0          0
1800.06/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.09	c   relpscost        :      16.13     177052          0          4          0          0     354096
1800.06/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   inference        :      93.70     345429          0          0          0          0     690858
1800.06/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.09	c   LP solutions     :       0.81          -         37
1800.06/1800.09	c   pseudo solutions :       0.00          -          0
1800.06/1800.09	c   feaspump         :       0.00          0          0
1800.06/1800.09	c   oneopt           :       0.16         34          0
1800.06/1800.09	c   intshifting      :       0.10         22          0
1800.06/1800.09	c   crossover        :       1.37         45          0
1800.06/1800.09	c   guideddiving     :      14.43       8096          0
1800.06/1800.09	c   coefdiving       :      12.78       8681          0
1800.06/1800.09	c   pscostdiving     :      12.66       8681          0
1800.06/1800.09	c   fracdiving       :      12.92       8682          0
1800.06/1800.09	c   veclendiving     :      12.30       8682          0
1800.06/1800.09	c   linesearchdiving :      12.12       8682          0
1800.06/1800.09	c   objpscostdiving  :      13.19       8656          0
1800.06/1800.09	c   rootsoldiving    :      13.99       8657          0
1800.06/1800.09	c   trivial          :       0.07          2          2
1800.06/1800.09	c   simplerounding   :       0.19     181619          0
1800.06/1800.09	c   zirounding       :       0.25       1000          0
1800.06/1800.09	c   rounding         :       4.04       6008          0
1800.06/1800.09	c   shifting         :       2.35       1873          0
1800.06/1800.09	c   twoopt           :       0.00          0          0
1800.06/1800.09	c   fixandinfer      :       0.00          0          0
1800.06/1800.09	c   intdiving        :       0.00          0          0
1800.06/1800.09	c   actconsdiving    :       0.00          0          0
1800.06/1800.09	c   octane           :       0.00          0          0
1800.06/1800.09	c   rens             :       0.02          1          0
1800.06/1800.09	c   rins             :       0.00          0          0
1800.06/1800.09	c   localbranching   :       0.00          0          0
1800.06/1800.09	c   mutation         :       0.00          0          0
1800.06/1800.09	c   dins             :       0.00          0          0
1800.06/1800.09	c   undercover       :       0.00          0          0
1800.06/1800.09	c   nlp              :       0.00          0          0
1800.06/1800.09	c   trysol           :       3.21      13891        489
1800.06/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.09	c   dual LP          :     524.54     319244    2621507       8.21    4997.73
1800.06/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.09	c   diving/probing LP:       1.00       1146       3989       3.48    3989.00
1800.06/1800.09	c   strong branching :      14.85       9203      87183       9.47    5870.91
1800.06/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.06/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.09	c B&B Tree           :
1800.06/1800.09	c   number of runs   :          1
1800.06/1800.09	c   nodes            :     643756
1800.06/1800.09	c   nodes (total)    :     643756
1800.06/1800.09	c   nodes left       :      17072
1800.06/1800.09	c   max depth        :        233
1800.06/1800.09	c   max depth (total):        233
1800.06/1800.09	c   backtracks       :      37823 (5.9%)
1800.06/1800.09	c   delayed cutoffs  :      25204
1800.06/1800.09	c   repropagations   :     575442 (9354106 domain reductions, 23113 cutoffs)
1800.06/1800.09	c   avg switch length:       4.31
1800.06/1800.09	c   switching time   :     116.09
1800.06/1800.09	c Solution           :
1800.06/1800.09	c   Solutions found  :        528 (38 improvements)
1800.06/1800.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.09	c   Primal Bound     : +4.30000000000000e+01   (in run 1, after 642505 nodes, 1745.25 seconds, depth 108, found by <relaxation>)
1800.06/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.09	c   Gap              :   infinite
1800.06/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.09	c   Root Iterations  :        106
1800.35/1800.35	c Time complete: 1800.4.

Verifier Data

OK	43

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692363-1277928220/watcher-2692363-1277928220 -o /tmp/evaluation-result-2692363-1277928220/solver-2692363-1277928220 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692363-1277928220.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/178 13414
/proc/meminfo: memFree=31357988/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=9404 CPUtime=0
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 1649 0 0 0 0 0 0 0 23 0 1 0 134119510 9629696 1569 4089446400 4194304 8223781 140736154324432 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13414/statm: 2351 1569 369 984 0 1364 0

[startup+0.024872 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13414
/proc/meminfo: memFree=31357988/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=15416 CPUtime=0.02
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 3163 0 0 0 2 0 0 0 23 0 1 0 134119510 15785984 3083 4089446400 4194304 8223781 140736154324432 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13414/statm: 3854 3083 369 984 0 2867 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15416

[startup+0.10086 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13414
/proc/meminfo: memFree=31357988/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=35140 CPUtime=0.09
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 8089 0 0 0 9 0 0 0 23 0 1 0 134119510 35983360 7645 4089446400 4194304 8223781 140736154324432 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 8785 7645 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300824 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13414
/proc/meminfo: memFree=31357988/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=58616 CPUtime=0.29
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 14528 0 0 0 27 2 0 0 23 0 1 0 134119510 60022784 13471 4089446400 4194304 8223781 140736154324432 18446744073709551615 6207516 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 14654 13472 564 984 0 13667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58616

[startup+0.700745 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13414
/proc/meminfo: memFree=31357988/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=43080 CPUtime=0.69
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 15656 0 0 0 64 5 0 0 25 0 1 0 134119510 44113920 9711 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 10770 9711 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31320532/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=43284 CPUtime=1.49
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 15760 0 0 0 141 8 0 0 25 0 1 0 134119510 44322816 9815 4089446400 4194304 8223781 140736154324432 18446744073709551615 6003385 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 10821 9815 578 984 0 9834 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43284

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31318920/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=47956 CPUtime=3.09
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 21837 0 0 0 295 14 0 0 25 0 1 0 134119510 49106944 10815 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 11989 10815 579 984 0 11002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47956

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31312604/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=54276 CPUtime=6.29
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 28541 0 0 0 606 23 0 0 25 0 1 0 134119510 55578624 12431 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 13569 12431 579 984 0 12582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54276

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31306796/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=60988 CPUtime=12.69
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 40501 0 0 0 1226 43 0 0 25 0 1 0 134119510 62451712 14095 4089446400 4194304 8223781 140736154324432 18446744073709551615 6445090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 15247 14095 579 984 0 14260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60988

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13415
/proc/meminfo: memFree=31291952/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=75484 CPUtime=25.49
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 49215 0 0 0 2471 78 0 0 25 0 1 0 134119510 77295616 17716 4089446400 4194304 8223781 140736154324432 18446744073709551615 4642088 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 18871 17716 579 984 0 17884 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75484

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13416
/proc/meminfo: memFree=31264688/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=101516 CPUtime=51.09
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 60877 0 0 0 4958 151 0 0 25 0 1 0 134119510 103952384 24266 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 25379 24266 579 984 0 24392 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 101516

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13417
/proc/meminfo: memFree=31205644/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=155804 CPUtime=102.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 79693 0 0 0 9939 291 0 0 25 0 1 0 134119510 159543296 37916 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 38951 37916 579 984 0 37964 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155804

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13419
/proc/meminfo: memFree=31148204/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=212100 CPUtime=162.29
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 125866 0 0 0 15783 446 0 0 25 0 1 0 134119510 217190400 51541 4089446400 4194304 8223781 140736154324432 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 53025 51541 583 984 0 52038 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212100

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13421
/proc/meminfo: memFree=31089764/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=266732 CPUtime=222.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 144767 0 0 0 21634 596 0 0 25 0 1 0 134119510 273133568 65300 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 66683 65300 583 984 0 65696 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266732

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13422
/proc/meminfo: memFree=31034048/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=316768 CPUtime=282.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 162769 0 0 0 27489 741 0 0 25 0 1 0 134119510 324370432 77925 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 79192 77925 583 984 0 78205 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 316768

[startup+342.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 13423
/proc/meminfo: memFree=30980792/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=368048 CPUtime=342.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 175943 0 0 0 33350 880 0 0 25 0 1 0 134119510 376881152 90850 4089446400 4194304 8223781 140736154324432 18446744073709551615 4902814 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 92012 90850 583 984 0 91025 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 368048

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 13425
/proc/meminfo: memFree=30924312/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=423196 CPUtime=402.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 195617 0 0 0 39200 1030 0 0 25 0 1 0 134119510 433352704 104705 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 105799 104705 583 984 0 104812 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 423196

[startup+462.301 s]
/proc/loadavg: 1.93 1.99 1.99 3/179 13476
/proc/meminfo: memFree=31319372/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=473972 CPUtime=462.31
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 208712 0 0 0 45049 1182 0 0 25 0 1 0 134119510 485347328 117394 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 118493 117394 583 984 0 117506 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 473972

[startup+522.301 s]
/proc/loadavg: 1.97 1.99 1.99 3/179 13478
/proc/meminfo: memFree=31176552/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=532392 CPUtime=522.3
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 222677 0 0 0 50903 1327 0 0 25 0 1 0 134119510 545169408 131088 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 133098 131088 583 984 0 132111 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 532392

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 2.00 3/179 13479
/proc/meminfo: memFree=31025216/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=585280 CPUtime=582.31
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 236044 0 0 0 56756 1475 0 0 25 0 1 0 134119510 599326720 144336 4089446400 4194304 8223781 140736154324432 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 146320 144336 583 984 0 145333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 585280

[startup+642.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13480
/proc/meminfo: memFree=30881212/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=640156 CPUtime=642.31
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 254908 0 0 0 62610 1621 0 0 25 0 1 0 134119510 655519744 158145 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 160039 158145 583 984 0 159052 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 640156

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13488
/proc/meminfo: memFree=30667496/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=834596 CPUtime=942.32
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 371239 0 0 0 91859 2373 0 0 25 0 1 0 134119510 854626304 207000 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 208649 207000 584 984 0 207662 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 834596

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13490
/proc/meminfo: memFree=30595912/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=899552 CPUtime=1002.32
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 402960 0 0 0 97647 2585 0 0 25 0 1 0 134119510 921141248 222382 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 224888 222382 586 984 0 223901 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 899552

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13492
/proc/meminfo: memFree=30547628/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=947520 CPUtime=1062.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 416041 0 0 0 103451 2782 0 0 25 0 1 0 134119510 970260480 233626 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 236880 233626 586 984 0 235893 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 947520

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 13494
/proc/meminfo: memFree=30514120/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=982996 CPUtime=1122.32
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 425696 0 0 0 109266 2966 0 0 25 0 1 0 134119510 1006587904 241449 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 245749 241449 586 984 0 244762 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 982996

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 13495
/proc/meminfo: memFree=30476388/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1019084 CPUtime=1182.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 452213 0 0 0 115078 3155 0 0 25 0 1 0 134119510 1043542016 249544 4089446400 4194304 8223781 140736154324432 18446744073709551615 6482456 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 254771 249544 591 984 0 253784 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1019084

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13496
/proc/meminfo: memFree=30452424/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1042464 CPUtime=1242.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 463506 0 0 0 120894 3339 0 0 25 0 1 0 134119510 1067483136 254678 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 260616 254678 592 984 0 259629 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1042464

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13498
/proc/meminfo: memFree=30435900/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1058264 CPUtime=1302.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 468770 0 0 0 126716 3517 0 0 25 0 1 0 134119510 1083662336 258133 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 264566 258133 592 984 0 263579 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1058264

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13500
/proc/meminfo: memFree=30416776/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1078816 CPUtime=1362.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 485127 0 0 0 132521 3712 0 0 25 0 1 0 134119510 1104707584 262610 4089446400 4194304 8223781 140736154324432 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 269704 262610 592 984 0 268717 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1078816

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13502
/proc/meminfo: memFree=30389820/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1102292 CPUtime=1422.34
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 496704 0 0 0 138337 3897 0 0 25 0 1 0 134119510 1128747008 267812 4089446400 4194304 8223781 140736154324432 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 275573 267812 592 984 0 274586 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1102292

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13503
/proc/meminfo: memFree=30372556/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1119872 CPUtime=1482.33
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 516357 0 0 0 144139 4094 0 0 25 0 1 0 134119510 1146748928 271334 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 279968 271334 592 984 0 278981 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1119872

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13504
/proc/meminfo: memFree=30357252/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1137456 CPUtime=1542.34
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 542683 0 0 0 149943 4291 0 0 25 0 1 0 134119510 1164754944 274736 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 284364 274736 592 984 0 283377 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 1137456

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13506
/proc/meminfo: memFree=30336876/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1158592 CPUtime=1602.34
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 568642 0 0 0 155753 4481 0 0 25 0 1 0 134119510 1186398208 279013 4089446400 4194304 8223781 140736154324432 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 289648 279013 592 984 0 288661 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1158592

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13511
/proc/meminfo: memFree=30325424/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1169216 CPUtime=1662.34
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 615981 0 0 0 161557 4677 0 0 25 0 1 0 134119510 1197277184 281148 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 292304 281148 592 984 0 291317 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1169216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13513
/proc/meminfo: memFree=30316772/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1179552 CPUtime=1722.34
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 627440 0 0 0 167366 4868 0 0 25 0 1 0 134119510 1207861248 283212 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 294888 283212 592 984 0 293901 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1179552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13514
/proc/meminfo: memFree=30307800/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1190276 CPUtime=1782.35
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 635118 0 0 0 173170 5065 0 0 25 0 1 0 134119510 1218842624 285396 4089446400 4194304 8223781 140736154324432 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 297569 285396 592 984 0 296582 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1190276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13515
/proc/meminfo: memFree=30304692/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1194120 CPUtime=1800.06
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 646516 0 0 0 174881 5125 0 0 25 0 1 0 134119510 1222778880 286076 4089446400 4194304 8223781 140736154324432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13414/statm: 298530 286076 592 984 0 297543 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1194120

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13515
/proc/meminfo: memFree=30304692/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=1125916 CPUtime=1800.25
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 646528 0 0 0 174900 5125 0 0 18 0 1 0 134119510 1152937984 269037 4089446400 4194304 8223781 140736154324432 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13414/statm: 281479 269037 594 984 0 280492 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1125916

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13515
/proc/meminfo: memFree=30304692/32951124 swapFree=67111528/67111528
[pid=13414] ppid=13412 vsize=788052 CPUtime=1800.35
/proc/13414/stat : 13414 (pbscip.linux.x8) R 13412 13414 13274 0 -1 4202496 646528 0 0 0 174909 5126 0 0 18 0 1 0 134119510 806965248 184574 4089446400 4194304 8223781 140736154324432 18446744073709551615 7302071 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13414/statm: 197013 184574 594 984 0 196026 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 788052

Child status: 0
Real time (s): 1800.35
CPU time (s): 1800.41
CPU user time (s): 1749.12
CPU system time (s): 51.2862
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1194848

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

runsolver used 3.39948 second user time and 6.19306 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 22:03:40
IDJOB=2692363
IDBENCH=79286
IDSOLVER=1204
FILE ID=node104/2692363-1277928220
PBS_JOBID= 11197376
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.1900554420--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-2692363-1277928220/watcher-2692363-1277928220 -o /tmp/evaluation-result-2692363-1277928220/solver-2692363-1277928220 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692363-1277928220.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ce7c3a365231565303f31d834d531ee5
RANDOM SEED=1409224574

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.12
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.839
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.839
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.839
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.74
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.839
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.839
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.839
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:     32951124 kB
MemFree:      31358640 kB
Buffers:        206072 kB
Cached:         705804 kB
SwapCached:          0 kB
Active:         894700 kB
Inactive:       552868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31358640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4704 kB
Writeback:           0 kB
AnonPages:      536400 kB
Mapped:          16872 kB
Slab:            78240 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   719620 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= 74200 MiB
End job on node104 at 2010-06-30 22:33:42