Trace number 2700225

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 186.543 186.535

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh212_wcsp.wbo
MD5SUM89498e96b82f9b6ac0ac75bbe7337aa5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.632903
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700225-1278534457.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.03/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  1000 implications, 0 cliques
0.03/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.03/0.05	c     800 constraints of type <indicator>
0.03/0.05	c     800 constraints of type <linear>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.03
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 1.2.1.2
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1799.99
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 3420
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.03/0.06	o 394238
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c t 0.0s|     1 |     0 |     0 |     - |5803k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |     0 |     - |6176k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |    44 |     - |6218k|   0 |   0 |1700 |1600 |1700 |  71 |  71 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |   138 |     - |6264k|   0 |  54 |1700 |1600 |1700 | 110 | 110 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   191 |     - |6435k|   0 |  56 |1700 |1600 |1700 | 151 | 151 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |   240 |     - |6556k|   0 |  51 |1700 |1600 |1700 | 172 | 172 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   259 |     - |6587k|   0 |  51 |1700 |1600 |1700 | 179 | 179 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   281 |     - |6614k|   0 |  59 |1700 |1600 |1700 | 181 | 181 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     2 |   444 |     - |6666k|   0 |  59 |1700 |1600 |1700 | 181 | 181 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
4.19/4.22	o 7995
4.19/4.22	c * 4.0s|  5326 |  4790 |  6923 |   1.2 |  12M| 767 |   - |1700 |1610 |1700 | 264 | 722 |  10 | 618 | 0.000000e+00 | 7.995000e+03 |    Inf 
4.59/4.60	o 7765
4.59/4.60	c * 4.3s|  5828 |  5171 |  8307 |   1.4 |  13M| 767 |   - |1700 |1656 |1700 | 252 | 820 |  56 | 635 | 0.000000e+00 | 7.765000e+03 |    Inf 
4.59/4.60	o 7657
4.59/4.60	c * 4.3s|  5829 |  5153 |  8317 |   1.4 |  13M| 767 |   - |1700 |1656 |1700 | 252 | 820 |  56 | 635 | 0.000000e+00 | 7.657000e+03 |    Inf 
4.89/4.92	o 7544
4.89/4.92	c * 4.7s|  6218 |  5498 |  9501 |   1.5 |  14M| 767 |   - |1700 |1677 |1700 | 249 | 880 |  77 | 683 | 0.000000e+00 | 7.544000e+03 |    Inf 
7.29/7.32	c   6.9s| 10000 |  9268 | 13648 |   1.3 |  18M| 767 |   0 |1700 |1722 |1700 | 203 |1270 | 122 | 703 | 0.000000e+00 | 7.544000e+03 |    Inf 
9.59/9.69	o 7541
9.59/9.69	c * 9.1s| 13480 | 12312 | 19655 |   1.4 |  23M| 767 |   - |1700 |3542 |1700 | 214 |1804 |1942 | 712 | 0.000000e+00 | 7.541000e+03 |    Inf 
10.29/10.34	o 7533
10.29/10.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.29/10.34	c * 9.7s| 14321 | 13037 | 21897 |   1.5 |  24M| 767 |   - |1700 |4074 |1700 | 215 |1941 |2478 | 717 | 0.000000e+00 | 7.533000e+03 |    Inf 
10.29/10.34	o 7344
10.29/10.34	c * 9.7s| 14322 | 12906 | 21899 |   1.5 |  23M| 767 |   - |1700 |4074 |1700 | 215 |1941 |2478 | 717 | 0.000000e+00 | 7.344000e+03 |    Inf 
14.20/14.27	c  13.4s| 20000 | 17886 | 30049 |   1.5 |  30M| 767 |   0 |1700 |4360 |1700 | 205 |2707 |5241 | 734 | 0.000000e+00 | 7.344000e+03 |    Inf 
16.49/16.53	o 7313
16.49/16.53	c *15.6s| 23087 | 20467 | 34094 |   1.5 |  34M| 767 |   - |1700 |5039 |1700 | 210 |3278 |7145 | 735 | 0.000000e+00 | 7.313000e+03 |    Inf 
16.59/16.60	o 7229
16.59/16.60	c *15.6s| 23173 | 20415 | 34192 |   1.5 |  34M| 767 |   - |1700 |5041 |1700 | 206 |3287 |7155 | 735 | 0.000000e+00 | 7.229000e+03 |    Inf 
16.59/16.65	o 7113
16.59/16.65	c *15.7s| 23244 | 20263 | 34346 |   1.5 |  34M| 767 |   - |1700 |5036 |1700 | 206 |3294 |7157 | 735 | 0.000000e+00 | 7.113000e+03 |    Inf 
21.19/21.23	c  20.0s| 30000 | 26224 | 42019 |   1.4 |  41M| 767 |   3 |1700 |4381 |1700 | 194 |4159 |  10k| 743 | 0.000000e+00 | 7.113000e+03 |    Inf 
21.99/22.05	o 7048
21.99/22.05	c *20.8s| 31166 | 27084 | 43708 |   1.4 |  42M| 767 |   - |1700 |4505 |1700 | 215 |4372 |  10k| 745 | 0.000000e+00 | 7.048000e+03 |    Inf 
21.99/22.06	o 6825
21.99/22.06	c *20.8s| 31171 | 26520 | 43754 |   1.4 |  41M| 767 |   - |1700 |4503 |1700 | 217 |4374 |  10k| 745 | 0.000000e+00 | 6.825000e+03 |    Inf 
21.99/22.07	o 6692
21.99/22.07	c *20.8s| 31172 | 26109 | 43760 |   1.4 |  40M| 767 |   - |1700 |4503 |1700 | 217 |4374 |  10k| 745 | 0.000000e+00 | 6.692000e+03 |    Inf 
23.60/23.64	o 6674
23.60/23.64	c *22.2s| 33320 | 27919 | 47509 |   1.4 |  43M| 767 |   - |1700 |4681 |1700 | 211 |4763 |  11k| 745 | 0.000000e+00 | 6.674000e+03 |    Inf 
24.99/25.04	o 6508
24.99/25.04	c *23.6s| 35121 | 28868 | 51153 |   1.4 |  44M| 767 |   - |1700 |5212 |1700 | 202 |5088 |  12k| 752 | 0.000000e+00 | 6.508000e+03 |    Inf 
28.50/28.54	c  26.8s| 40000 | 33021 | 59022 |   1.5 |  49M| 767 |   0 |1700 |5690 |1700 | 228 |5837 |  15k| 761 | 0.000000e+00 | 6.508000e+03 |    Inf 
29.19/29.24	o 6452
29.19/29.24	c *27.5s| 40950 | 33594 | 61228 |   1.5 |  50M| 767 |   - |1700 |5703 |1700 | 216 |5977 |  16k| 763 | 0.000000e+00 | 6.452000e+03 |    Inf 
29.49/29.53	o 6384
29.49/29.53	c *27.8s| 41307 | 33625 | 62237 |   1.5 |  50M| 767 |   - |1700 |5826 |1700 | 227 |6057 |  16k| 766 | 0.000000e+00 | 6.384000e+03 |    Inf 
29.80/29.87	o 6318
29.80/29.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.80/29.87	c *28.1s| 41712 | 33652 | 63512 |   1.5 |  50M| 767 |   - |1700 |5974 |1700 | 233 |6149 |  17k| 766 | 0.000000e+00 | 6.318000e+03 |    Inf 
35.50/35.56	o 6301
35.50/35.56	c *33.4s| 49612 | 40272 | 75749 |   1.5 |  59M| 767 |   - |1700 |6319 |1700 | 219 |7381 |  22k| 769 | 0.000000e+00 | 6.301000e+03 |    Inf 
35.50/35.56	o 6265
35.50/35.56	c *33.4s| 49613 | 40097 | 75754 |   1.5 |  59M| 767 |   - |1700 |6319 |1700 | 219 |7381 |  22k| 769 | 0.000000e+00 | 6.265000e+03 |    Inf 
35.80/35.86	c  33.7s| 50000 | 40427 | 76732 |   1.5 |  59M| 767 |   0 |1700 |6440 |1700 | 209 |7459 |  22k| 772 | 0.000000e+00 | 6.265000e+03 |    Inf 
36.39/36.44	o 5955
36.39/36.44	c *34.3s| 50797 | 39237 | 78030 |   1.5 |  57M| 767 |   - |1700 |6580 |1700 | 220 |7591 |  23k| 772 | 0.000000e+00 | 5.955000e+03 |    Inf 
42.99/43.01	c  40.4s| 60000 | 47094 | 92792 |   1.5 |  67M| 767 |   0 |1700 |6171 |1700 | 221 |8999 |  28k| 773 | 0.000000e+00 | 5.955000e+03 |    Inf 
47.09/47.16	o 5933
47.09/47.16	c *44.3s| 65577 | 51588 |104181 |   1.6 |  73M| 767 |   - |1700 |6586 |1700 | 221 |  10k|  32k| 773 | 0.000000e+00 | 5.933000e+03 |    Inf 
49.79/49.85	o 5911
49.79/49.85	c *46.9s| 69178 | 54505 |110874 |   1.6 |  77M| 767 |   - |1700 |5403 |1700 | 227 |  10k|  34k| 778 | 0.000000e+00 | 5.911000e+03 |    Inf 
49.99/50.00	o 5856
49.99/50.00	c *47.0s| 69367 | 54242 |111464 |   1.6 |  76M| 767 |   - |1700 |5378 |1700 | 232 |  10k|  34k| 778 | 0.000000e+00 | 5.856000e+03 |    Inf 
49.99/50.02	o 5756
49.99/50.02	c *47.0s| 69380 | 53464 |111525 |   1.6 |  75M| 767 |   - |1700 |5388 |1700 | 233 |  10k|  34k| 778 | 0.000000e+00 | 5.756000e+03 |    Inf 
49.99/50.02	o 5693
49.99/50.02	c *47.0s| 69381 | 52964 |111529 |   1.6 |  74M| 767 |   - |1700 |5388 |1700 | 233 |  10k|  34k| 778 | 0.000000e+00 | 5.693000e+03 |    Inf 
50.40/50.42	o 5563
50.40/50.42	c *47.4s| 69865 | 52350 |113030 |   1.6 |  72M| 767 |   - |1700 |5233 |1700 | 233 |  11k|  34k| 778 | 0.000000e+00 | 5.563000e+03 |    Inf 
50.49/50.52	c  47.5s| 70000 | 52462 |113398 |   1.6 |  73M| 767 |   0 |1700 |5249 |1700 | 224 |  11k|  34k| 779 | 0.000000e+00 | 5.563000e+03 |    Inf 
51.09/51.10	o 5517
51.09/51.10	c *48.0s| 70667 | 52631 |115716 |   1.6 |  73M| 767 |   - |1700 |4753 |1700 | 216 |  11k|  35k| 781 | 0.000000e+00 | 5.517000e+03 |    Inf 
54.70/54.71	o 5438
54.70/54.71	c *51.4s| 75552 | 56105 |125841 |   1.7 |  77M| 767 |   - |1700 |4415 |1700 | 218 |  12k|  37k| 782 | 0.000000e+00 | 5.438000e+03 |    Inf 
54.70/54.72	o 5413
54.70/54.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.70/54.72	c *51.4s| 75553 | 55840 |125854 |   1.7 |  76M| 767 |   - |1700 |4415 |1700 | 218 |  12k|  37k| 782 | 0.000000e+00 | 5.413000e+03 |    Inf 
55.79/55.89	o 5349
55.79/55.89	c *52.5s| 76999 | 56395 |129653 |   1.7 |  77M| 767 |   - |1700 |4922 |1700 | 218 |  12k|  38k| 782 | 0.000000e+00 | 5.349000e+03 |    Inf 
58.09/58.12	c  54.6s| 80000 | 58885 |136019 |   1.7 |  81M| 767 |   0 |1700 |5825 |1700 | 220 |  13k|  40k| 782 | 0.000000e+00 | 5.349000e+03 |    Inf 
65.39/65.42	c  61.5s| 90000 | 67170 |154240 |   1.7 |  93M| 767 |   0 |1700 |5970 |1700 | 201 |  15k|  46k| 789 | 0.000000e+00 | 5.349000e+03 |    Inf 
67.49/67.54	o 5175
67.49/67.54	c *63.5s| 92843 | 67578 |159611 |   1.7 |  92M| 767 |   - |1700 |5579 |1700 | 221 |  15k|  48k| 795 | 0.000000e+00 | 5.175000e+03 |    Inf 
72.29/72.36	o 5040
72.29/72.36	c *68.1s| 99043 | 71056 |174224 |   1.8 |  97M| 767 |   - |1700 |5985 |1700 | 240 |  17k|  52k| 837 | 0.000000e+00 | 5.040000e+03 |    Inf 
73.10/73.19	c  68.9s|100000 | 71804 |177075 |   1.8 |  98M| 767 |   0 |1700 |5956 |1700 | 237 |  17k|  52k| 846 | 0.000000e+00 | 5.040000e+03 |    Inf 
76.30/76.34	o 5030
76.30/76.34	c *71.8s|104394 | 75390 |184354 |   1.8 | 103M| 767 |   - |1700 |5959 |1700 | 209 |  17k|  55k| 853 | 0.000000e+00 | 5.030000e+03 |    Inf 
76.30/76.35	o 4878
76.30/76.35	c *71.8s|104397 | 73267 |184365 |   1.8 |  98M| 767 |   - |1700 |5959 |1700 | 209 |  17k|  55k| 853 | 0.000000e+00 | 4.878000e+03 |    Inf 
80.49/80.50	o 4745
80.49/80.50	c *75.8s|109804 | 75867 |195750 |   1.8 | 102M| 767 |   - |1700 |6013 |1700 | 237 |  19k|  58k| 887 | 0.000000e+00 | 4.745000e+03 |    Inf 
80.49/80.51	o 4562
80.49/80.51	c *75.8s|109805 | 73215 |195759 |   1.8 |  97M| 767 |   - |1700 |6012 |1700 | 237 |  19k|  58k| 887 | 0.000000e+00 | 4.562000e+03 |    Inf 
80.49/80.56	o 4194
80.49/80.56	c *75.8s|109860 | 67638 |195939 |   1.8 |  86M| 767 |   - |1700 |6017 |1700 | 238 |  19k|  58k| 887 | 0.000000e+00 | 4.194000e+03 |    Inf 
80.59/80.63	o 3999
80.59/80.63	c *75.9s|109913 | 64553 |196258 |   1.8 |  80M| 767 |   - |1700 |6037 |1700 | 253 |  19k|  58k| 887 | 0.000000e+00 | 3.999000e+03 |    Inf 
80.70/80.72	c  76.0s|110000 | 64612 |196762 |   1.8 |  81M| 767 |   0 |1700 |6097 |1700 | 222 |  19k|  58k| 887 | 0.000000e+00 | 3.999000e+03 |    Inf 
88.00/88.04	o 3990
88.00/88.04	c *82.8s|119259 | 71921 |216556 |   1.8 |  92M| 767 |   - |1700 |6167 |1700 | 215 |  21k|  63k| 962 | 0.000000e+00 | 3.990000e+03 |    Inf 
88.59/88.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.59/88.66	c  83.4s|120000 | 72503 |218373 |   1.8 |  93M| 767 |   0 |1700 |6314 |1700 | 205 |  21k|  64k| 963 | 0.000000e+00 | 3.990000e+03 |    Inf 
95.99/96.07	o 3935
95.99/96.07	c *90.4s|129118 | 78635 |239535 |   1.9 | 103M| 767 |   - |1700 |7144 |1700 | 237 |  23k|  70k|1031 | 0.000000e+00 | 3.935000e+03 |    Inf 
95.99/96.07	o 3848
95.99/96.07	c *90.4s|129119 | 77037 |239540 |   1.9 | 101M| 767 |   - |1700 |7144 |1700 | 237 |  23k|  70k|1031 | 0.000000e+00 | 3.848000e+03 |    Inf 
96.70/96.80	c  91.1s|130000 | 77729 |241667 |   1.9 | 102M| 767 |   0 |1700 |7475 |1700 | 209 |  23k|  70k|1032 | 0.000000e+00 | 3.848000e+03 |    Inf 
97.40/97.45	o 3825
97.40/97.45	c *91.7s|130793 | 78000 |243552 |   1.9 | 102M| 767 |   - |1700 |7188 |1700 | 234 |  23k|  71k|1042 | 0.000000e+00 | 3.825000e+03 |    Inf 
100.19/100.24	o 3788
100.19/100.24	c *94.3s|133851 | 79818 |253864 |   1.9 | 106M| 767 |   - |1700 |5970 |1700 | 239 |  24k|  72k|1091 | 0.000000e+00 | 3.788000e+03 |    Inf 
105.40/105.41	c  99.2s|140000 | 84635 |271141 |   1.9 | 113M| 767 |   - |1700 |5587 |   0 |   0 |  26k|  76k|1146 | 0.000000e+00 | 3.788000e+03 |    Inf 
111.10/111.13	o 3710
111.10/111.13	c * 105s|146634 | 88045 |290849 |   2.0 | 120M| 767 |   - |1700 |6918 |1700 | 226 |  28k|  81k|1190 | 0.000000e+00 | 3.710000e+03 |    Inf 
111.10/111.13	o 3647
111.10/111.13	c * 105s|146635 | 86769 |290851 |   2.0 | 118M| 767 |   - |1700 |6918 |1700 | 226 |  28k|  81k|1190 | 0.000000e+00 | 3.647000e+03 |    Inf 
112.90/112.94	o 3583
112.90/112.94	c * 106s|148811 | 87380 |295877 |   2.0 | 119M| 767 |   - |1700 |6289 |1700 | 235 |  28k|  82k|1214 | 0.000000e+00 | 3.583000e+03 |    Inf 
112.90/112.99	o 3517
112.90/112.99	c * 106s|148846 | 86137 |296289 |   2.0 | 118M| 767 |   - |1700 |6292 |1700 | 239 |  28k|  82k|1216 | 0.000000e+00 | 3.517000e+03 |    Inf 
112.99/113.03	o 3473
112.99/113.03	c * 106s|148883 | 85275 |296433 |   2.0 | 117M| 767 |   - |1700 |6314 |1700 | 245 |  28k|  82k|1216 | 0.000000e+00 | 3.473000e+03 |    Inf 
112.99/113.03	o 3468
112.99/113.03	c * 106s|148884 | 85182 |296435 |   2.0 | 117M| 767 |   - |1700 |6314 |1700 | 245 |  28k|  82k|1216 | 0.000000e+00 | 3.468000e+03 |    Inf 
113.99/114.00	c   107s|150000 | 86033 |299887 |   2.0 | 118M| 767 |   0 |1700 |6745 |1700 | 207 |  29k|  83k|1229 | 0.000000e+00 | 3.468000e+03 |    Inf 
114.09/114.10	o 3434
114.09/114.10	c * 107s|150076 | 85368 |300550 |   2.0 | 118M| 767 |   - |1700 |6836 |1700 | 237 |  29k|  83k|1230 | 0.000000e+00 | 3.434000e+03 |    Inf 
114.19/114.21	o 3405
114.19/114.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
114.19/114.21	c * 108s|150165 | 84854 |301211 |   2.0 | 117M| 767 |   - |1700 |6902 |1700 | 251 |  29k|  83k|1232 | 0.000000e+00 | 3.405000e+03 |    Inf 
114.19/114.22	o 3374
114.19/114.22	c * 108s|150167 | 84158 |301217 |   2.0 | 116M| 767 |   - |1700 |6902 |1700 | 251 |  29k|  83k|1232 | 0.000000e+00 | 3.374000e+03 |    Inf 
117.40/117.47	o 3372
117.40/117.47	c * 111s|154017 | 87205 |312112 |   2.0 | 121M| 767 |   - |1700 |6699 |1700 | 234 |  30k|  86k|1267 | 0.000000e+00 | 3.372000e+03 |    Inf 
117.40/117.47	o 3330
117.40/117.47	c * 111s|154018 | 86321 |312113 |   2.0 | 120M| 767 |   - |1700 |6699 |1700 | 234 |  30k|  86k|1267 | 0.000000e+00 | 3.330000e+03 |    Inf 
117.49/117.51	o 3292
117.49/117.51	c * 111s|154044 | 85604 |312406 |   2.0 | 119M| 767 |   - |1700 |6675 |1700 | 232 |  30k|  86k|1267 | 0.000000e+00 | 3.292000e+03 |    Inf 
117.49/117.52	o 3244
117.49/117.52	c * 111s|154048 | 84546 |312441 |   2.0 | 117M| 767 |   - |1700 |6685 |1700 | 233 |  30k|  86k|1267 | 0.000000e+00 | 3.244000e+03 |    Inf 
117.49/117.53	o 3167
117.49/117.53	c * 111s|154054 | 82896 |312449 |   2.0 | 114M| 767 |   - |1700 |6695 |1700 | 233 |  30k|  86k|1267 | 0.000000e+00 | 3.167000e+03 |    Inf 
119.99/120.04	o 3076
119.99/120.04	c * 113s|156922 | 83185 |320575 |   2.0 | 114M| 767 |   - |1700 |6348 |1700 | 204 |  31k|  87k|1285 | 0.000000e+00 | 3.076000e+03 |    Inf 
119.99/120.04	o 3037
119.99/120.04	c * 113s|156923 | 82265 |320583 |   2.0 | 113M| 767 |   - |1700 |6348 |1700 | 204 |  31k|  87k|1285 | 0.000000e+00 | 3.037000e+03 |    Inf 
122.90/122.90	c   116s|160000 | 84573 |331242 |   2.1 | 117M| 767 |   - |1700 |7056 |   0 |   0 |  32k|  89k|1321 | 0.000000e+00 | 3.037000e+03 |    Inf 
130.09/130.13	o 3015
130.09/130.13	c * 122s|168017 | 90170 |358414 |   2.1 | 127M| 767 |   - |1700 |5624 |1700 | 210 |  35k|  94k|1398 | 0.000000e+00 | 3.015000e+03 |    Inf 
130.09/130.14	o 2912
130.09/130.14	c * 122s|168026 | 87410 |358419 |   2.1 | 122M| 767 |   - |1700 |5624 |1700 | 210 |  35k|  94k|1398 | 0.000000e+00 | 2.912000e+03 |    Inf 
130.09/130.15	o 2886
130.09/130.15	c * 122s|168027 | 86630 |358419 |   2.1 | 120M| 767 |   - |1700 |5624 |1700 | 210 |  35k|  94k|1398 | 0.000000e+00 | 2.886000e+03 |    Inf 
132.00/132.01	c   124s|170000 | 88196 |366153 |   2.2 | 123M| 767 |   3 |1700 |5221 |1700 | 203 |  35k|  94k|1419 | 0.000000e+00 | 2.886000e+03 |    Inf 
132.30/132.30	o 2857
132.30/132.30	c * 125s|170337 | 87588 |366985 |   2.2 | 122M| 767 |   - |1700 |5226 |1700 | 243 |  36k|  95k|1422 | 0.000000e+00 | 2.857000e+03 |    Inf 
132.30/132.31	o 2795
132.30/132.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.30/132.31	c * 125s|170338 | 85770 |366991 |   2.2 | 119M| 767 |   - |1700 |5225 |1700 | 243 |  36k|  95k|1422 | 0.000000e+00 | 2.795000e+03 |    Inf 
141.20/141.25	c   133s|180000 | 93220 |400507 |   2.2 | 133M| 767 |   0 |1700 |4816 |1700 | 191 |  39k|  99k|1521 | 0.000000e+00 | 2.795000e+03 |    Inf 
141.80/141.90	o 2778
141.80/141.90	c * 134s|180692 | 93113 |403013 |   2.2 | 133M| 767 |   - |1700 |4993 |1700 | 201 |  40k| 100k|1526 | 0.000000e+00 | 2.778000e+03 |    Inf 
143.10/143.10	o 2683
143.10/143.10	c * 135s|181909 | 90989 |407440 |   2.2 | 130M| 767 |   - |1700 |5121 |1700 | 232 |  40k| 101k|1529 | 0.000000e+00 | 2.683000e+03 |    Inf 
143.20/143.26	o 2641
143.20/143.26	c * 135s|182042 | 89871 |408263 |   2.2 | 128M| 767 |   - |1700 |5172 |1700 | 242 |  40k| 101k|1531 | 0.000000e+00 | 2.641000e+03 |    Inf 
143.20/143.29	o 2634
143.20/143.29	c * 135s|182053 | 89618 |408579 |   2.2 | 127M| 767 |   - |1700 |5180 |1700 | 239 |  40k| 101k|1531 | 0.000000e+00 | 2.634000e+03 |    Inf 
144.00/144.09	o 2612
144.00/144.09	c * 136s|182892 | 89578 |411268 |   2.2 | 128M| 767 |   - |1700 |5503 |1700 | 222 |  40k| 102k|1537 | 0.000000e+00 | 2.612000e+03 |    Inf 
144.80/144.83	o 2548
144.80/144.83	c * 136s|183620 | 88124 |413816 |   2.3 | 126M| 767 |   - |1700 |5825 |1700 | 243 |  41k| 102k|1547 | 0.000000e+00 | 2.548000e+03 |    Inf 
144.89/144.92	o 2492
144.89/144.92	c * 136s|183702 | 86631 |414208 |   2.3 | 124M| 767 |   - |1700 |5856 |1700 | 228 |  41k| 102k|1547 | 0.000000e+00 | 2.492000e+03 |    Inf 
149.89/149.99	o 2468
149.89/149.99	c * 141s|188908 | 89787 |436450 |   2.3 | 130M| 767 |   - |1700 |4988 |1700 | 252 |  43k| 105k|1626 | 0.000000e+00 | 2.468000e+03 |    Inf 
150.00/150.00	o 2305
150.00/150.00	c * 141s|188909 | 84366 |436451 |   2.3 | 121M| 767 |   - |1700 |4988 |1700 | 252 |  43k| 105k|1626 | 0.000000e+00 | 2.305000e+03 |    Inf 
151.10/151.13	c   142s|190000 | 85145 |441699 |   2.3 | 123M| 767 |   0 |1700 |4986 |1700 | 217 |  43k| 106k|1641 | 0.000000e+00 | 2.305000e+03 |    Inf 
151.10/151.19	o 2237
151.10/151.19	c * 142s|190057 | 82719 |441972 |   2.3 | 119M| 767 |   - |1700 |4992 |1700 | 237 |  43k| 106k|1641 | 0.000000e+00 | 2.237000e+03 |    Inf 
152.50/152.58	o 2215
152.50/152.58	c * 144s|191490 | 83078 |448210 |   2.3 | 119M| 767 |   - |1700 |4687 |1700 | 212 |  44k| 107k|1644 | 0.000000e+00 | 2.215000e+03 |    Inf 
152.50/152.59	o 2104
152.50/152.59	c * 144s|191491 | 79341 |448217 |   2.3 | 113M| 767 |   - |1700 |4687 |1700 | 212 |  44k| 107k|1644 | 0.000000e+00 | 2.104000e+03 |    Inf 
156.11/156.14	o 2101
156.11/156.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.11/156.14	c * 147s|194859 | 81395 |462516 |   2.4 | 118M| 767 |   - |1700 |5596 |1700 | 231 |  45k| 109k|1683 | 0.000000e+00 | 2.101000e+03 |    Inf 
156.11/156.15	o 1992
156.11/156.15	c * 147s|194860 | 77739 |462525 |   2.4 | 111M| 767 |   - |1700 |5596 |1700 | 231 |  45k| 109k|1683 | 0.000000e+00 | 1.992000e+03 |    Inf 
160.40/160.49	o 1962
160.40/160.49	c * 151s|199027 | 79334 |481251 |   2.4 | 116M| 767 |   - |1700 |5074 |1700 | 231 |  47k| 112k|1733 | 0.000000e+00 | 1.962000e+03 |    Inf 
161.49/161.53	c   152s|200000 | 79983 |485899 |   2.4 | 117M| 767 |   - |1700 |4793 |   0 |   0 |  48k| 113k|1736 | 0.000000e+00 | 1.962000e+03 |    Inf 
162.71/162.77	o 1875
162.71/162.77	c * 153s|201132 | 77465 |490909 |   2.4 | 114M| 767 |   - |1700 |4847 |1700 | 212 |  49k| 113k|1751 | 0.000000e+00 | 1.875000e+03 |    Inf 
168.31/168.37	o 1856
168.31/168.37	c * 159s|206162 | 80048 |521881 |   2.5 | 122M| 767 |   - |1700 |4701 |1700 | 233 |  52k| 117k|1834 | 0.000000e+00 | 1.856000e+03 |    Inf 
168.31/168.39	o 1692
168.31/168.39	c * 159s|206167 | 73565 |521888 |   2.5 | 111M| 767 |   - |1700 |4701 |1700 | 234 |  52k| 117k|1834 | 0.000000e+00 | 1.692000e+03 |    Inf 
169.99/170.05	o 1672
169.99/170.05	c * 160s|207796 | 73971 |528068 |   2.5 | 113M| 767 |   - |1700 |5120 |1700 | 238 |  52k| 118k|1835 | 0.000000e+00 | 1.672000e+03 |    Inf 
169.99/170.06	o 1613
169.99/170.06	c * 160s|207797 | 71760 |528072 |   2.5 | 109M| 767 |   - |1700 |5120 |1700 | 238 |  52k| 118k|1835 | 0.000000e+00 | 1.613000e+03 |    Inf 
172.20/172.21	o 1433
172.20/172.21	c * 162s|209669 | 65193 |536764 |   2.6 | 100M| 767 |   - |1700 |5020 |1700 | 246 |  53k| 119k|1860 | 0.000000e+00 | 1.433000e+03 |    Inf 
172.20/172.21	o 1427
172.20/172.21	c * 162s|209670 | 65033 |536766 |   2.6 |  99M| 767 |   - |1700 |5020 |1700 | 246 |  53k| 119k|1860 | 0.000000e+00 | 1.427000e+03 |    Inf 
172.60/172.65	c   163s|210000 | 65210 |538908 |   2.6 | 100M| 767 |   0 |1700 |4948 |1700 | 211 |  53k| 120k|1874 | 0.000000e+00 | 1.427000e+03 |    Inf 
174.00/174.03	o 1236
174.00/174.03	c * 164s|211108 | 57496 |547327 |   2.6 |  88M| 767 |   - |1700 |4808 |1700 | 236 |  54k| 120k|1883 | 0.000000e+00 | 1.236000e+03 |    Inf 
176.10/176.12	o 1176
176.10/176.12	c * 166s|212559 | 55981 |560926 |   2.6 |  88M| 767 |   - |1700 |4874 |1700 | 246 |  55k| 122k|1925 | 0.000000e+00 | 1.176000e+03 |    Inf 
178.70/178.76	o 1149
178.70/178.76	c * 168s|214496 | 55862 |578910 |   2.7 |  91M| 767 |   - |1700 |4906 |1700 | 229 |  57k| 123k|1947 | 0.000000e+00 | 1.149000e+03 |    Inf 
180.60/180.68	o 1085
180.60/180.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
180.60/180.68	c * 170s|215858 | 53742 |589483 |   2.7 |  89M| 767 |   - |1700 |4906 |1700 | 224 |  58k| 124k|1968 | 0.000000e+00 | 1.085000e+03 |    Inf 
180.60/180.69	o 1047
180.60/180.69	c * 170s|215866 | 51761 |589523 |   2.7 |  86M| 767 |   - |1700 |4906 |1700 | 224 |  58k| 124k|1968 | 0.000000e+00 | 1.047000e+03 |    Inf 
180.70/180.71	o 931
180.70/180.71	c * 170s|215867 | 46572 |589536 |   2.7 |  79M| 767 |   - |1700 |4906 |1700 | 224 |  58k| 124k|1968 | 0.000000e+00 | 9.310000e+02 |    Inf 
182.99/183.03	o 929
182.99/183.03	c * 172s|217343 | 47172 |605178 |   2.8 |  82M| 767 |   - |1700 |3749 |1700 | 231 |  59k| 126k|2022 | 0.000000e+00 | 9.290000e+02 |    Inf 
183.61/183.60	o 866
183.61/183.60	c * 173s|217689 | 44366 |609283 |   2.8 |  79M| 767 |   - |1700 |3309 |1700 | 229 |  60k| 126k|2025 | 0.000000e+00 | 8.660000e+02 |    Inf 
183.61/183.61	o 827
183.61/183.61	c * 173s|217690 | 42546 |609284 |   2.8 |  76M| 767 |   - |1700 |3309 |1700 | 229 |  60k| 126k|2025 | 0.000000e+00 | 8.270000e+02 |    Inf 
184.71/184.77	o 761
184.71/184.77	c * 174s|218489 | 38687 |617792 |   2.8 |  72M| 767 |   - |1700 |3122 |1700 | 251 |  61k| 127k|2026 | 0.000000e+00 | 7.610000e+02 |    Inf 
184.71/184.79	o 652
184.71/184.79	c * 174s|218490 | 33912 |617793 |   2.8 |  65M| 767 |   - |1700 |3122 |1700 | 251 |  61k| 127k|2026 | 0.000000e+00 | 6.520000e+02 |    Inf 
184.81/184.88	o 568
184.81/184.88	c * 174s|218529 | 31131 |618769 |   2.8 |  61M| 767 |   - |1700 |2874 |1700 | 217 |  61k| 127k|2026 | 0.000000e+00 | 5.680000e+02 |    Inf 
184.81/184.89	o 500
184.81/184.89	c * 174s|218530 | 27837 |618783 |   2.8 |  57M| 767 |   - |1700 |2874 |1700 | 217 |  61k| 127k|2026 | 0.000000e+00 | 5.000000e+02 |    Inf 
184.90/184.98	o 471
184.90/184.98	c * 174s|218562 | 25892 |619614 |   2.8 |  54M| 767 |   - |1700 |2637 |1700 | 210 |  61k| 127k|2028 | 0.000000e+00 | 4.710000e+02 |    Inf 
185.10/185.11	o 412
185.10/185.11	c * 174s|218611 | 24469 |620881 |   2.8 |  52M| 767 |   - |1700 |2545 |1700 | 215 |  61k| 127k|2035 | 0.000000e+00 | 4.120000e+02 |    Inf 
185.30/185.30	o 402
185.30/185.30	c * 174s|218666 | 23800 |623024 |   2.8 |  51M| 767 |   - |1700 |2431 |1700 | 231 |  61k| 127k|2046 | 0.000000e+00 | 4.020000e+02 |    Inf 
185.30/185.31	o 358
185.30/185.31	c * 174s|218669 | 23142 |623062 |   2.8 |  50M| 767 |   - |1700 |2394 |1700 | 231 |  61k| 127k|2046 | 0.000000e+00 | 3.580000e+02 |    Inf 
185.50/185.52	o 347
185.50/185.52	c * 175s|218751 | 22850 |625116 |   2.9 |  50M| 767 |   - |1700 |2193 |1700 | 232 |  61k| 127k|2057 | 0.000000e+00 | 3.470000e+02 |    Inf 
185.50/185.52	o 341
185.50/185.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.50/185.52	c * 175s|218752 | 22524 |625118 |   2.9 |  49M| 767 |   - |1700 |2193 |1700 | 232 |  61k| 127k|2057 | 0.000000e+00 | 3.410000e+02 |    Inf 
185.60/185.65	o 326
185.60/185.65	c * 175s|218787 | 20176 |626046 |   2.9 |  47M| 767 |   - |1700 |2045 |1700 | 222 |  61k| 127k|2063 | 0.000000e+00 | 3.260000e+02 |    Inf 
185.60/185.65	o 280
185.60/185.65	c * 175s|218788 | 18774 |626049 |   2.9 |  44M| 767 |   - |1700 |2045 |1700 | 222 |  61k| 127k|2063 | 0.000000e+00 | 2.800000e+02 |    Inf 
185.91/185.96	o 228
185.91/185.96	c * 175s|218889 | 17656 |629194 |   2.9 |  43M| 767 |   - |1700 |1837 |1700 | 230 |  62k| 128k|2072 | 0.000000e+00 | 2.280000e+02 |    Inf 
185.91/185.98	o 126
185.91/185.98	c * 175s|218895 | 14531 |629288 |   2.9 |  37M| 767 |   - |1700 |1788 |1700 | 231 |  62k| 128k|2072 | 0.000000e+00 | 1.260000e+02 |    Inf 
186.10/186.12	o 92
186.10/186.12	c * 175s|218907 | 11470 |629952 |   2.9 |  34M| 767 |   - |1700 |1633 |1700 | 216 |  62k| 128k|2072 | 0.000000e+00 | 9.200000e+01 |    Inf 
186.10/186.18	o 11
186.10/186.18	c * 175s|218916 |  9287 |630399 |   2.9 |  30M| 767 |   - |1700 |1571 |1700 | 219 |  62k| 128k|2072 | 0.000000e+00 | 1.100000e+01 |    Inf 
186.50/186.51	o 0
186.50/186.51	c * 176s|219036 |     0 |634631 |   2.9 |  11M| 767 |   - |1700 |1529 |1700 | 218 |  62k| 128k|2081 | 0.000000e+00 | 0.000000e+00 |   0.00%
186.50/186.51	c 
186.50/186.51	c SCIP Status        : problem is solved [optimal solution found]
186.50/186.51	c Solving Time (sec) : 175.58
186.50/186.51	c Solving Nodes      : 219036
186.50/186.51	c Primal Bound       : +0.00000000000000e+00 (223 solutions)
186.50/186.51	c Dual Bound         : +0.00000000000000e+00
186.50/186.51	c Gap                : 0.00 %
186.50/186.51	s OPTIMUM FOUND
186.50/186.51	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
186.50/186.51	v x177 -x176 x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 
186.50/186.51	v x154 -x153 x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
186.50/186.51	v x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 -x114 x113 -x112 x111 -x110 x109 
186.50/186.51	v x108 -x107 x106 -x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 -x84 
186.50/186.51	v x83 -x82 x81 x80 -x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 x70 -x69 -x68 x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 x56 
186.50/186.51	v -x55 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 -x28 
186.50/186.51	v 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 x1 
186.50/186.51	c SCIP Status        : problem is solved [optimal solution found]
186.50/186.51	c Solving Time       :     175.58
186.50/186.51	c Original Problem   :
186.50/186.51	c   Problem name     : HOME/instance-2700225-1278534457.wbo
186.50/186.51	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
186.50/186.51	c   Constraints      : 1701 initial, 1701 maximal
186.50/186.51	c Presolved Problem  :
186.50/186.51	c   Problem name     : t_HOME/instance-2700225-1278534457.wbo
186.50/186.51	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
186.50/186.51	c   Constraints      : 1600 initial, 7498 maximal
186.50/186.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
186.50/186.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
186.50/186.51	c   indicator        :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   linear           :       0.01          0        100          0        800          0        101          0          0
186.50/186.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
186.50/186.51	c   root node        :          -        794          -          -       1588          -          -          -          -
186.50/186.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
186.50/186.51	c   integral         :          0          0          0     223015          0          0         15          0          0       9620
186.50/186.51	c   indicator        :        800          0     490373     218194          0        511    4626860          0          0          0
186.50/186.51	c   linear           :        800          6     489712     218149          0       4600     392593      62541          0          0
186.50/186.51	c   logicor          :          0+         0     304667          0          0        763     180270          0          0          0
186.50/186.51	c   countsols        :          0          0          0     195014          0          0          0          0          0          0
186.50/186.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
186.50/186.51	c   integral         :       2.24       0.00       0.00       2.24       0.00
186.50/186.51	c   indicator        :      16.14       0.00       6.27       9.87       0.00
186.50/186.51	c   linear           :      11.91       0.00       6.12       5.79       0.00
186.50/186.51	c   logicor          :       4.72       0.00       4.72       0.00       0.00
186.50/186.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
186.50/186.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
186.50/186.51	c   vbounds          :       0.00          2          0          0
186.50/186.51	c   rootredcost      :       0.03        112          0        794
186.50/186.51	c   pseudoobj        :      11.04     509680      19506    3906656
186.50/186.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
186.50/186.51	c   propagation      :       1.30      24869      24849     100158       27.1      44969        3.9          -
186.50/186.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
186.50/186.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
186.50/186.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
186.50/186.51	c   pseudo solution  :       0.01         56         56        332       29.5        173        4.4          -
186.50/186.51	c   applied globally :          -          -          -     128597       18.0          -          -          -
186.50/186.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
186.50/186.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
186.50/186.51	c   cut pool         :       0.00          3          -          -         29          -    (maximal pool size: 74)
186.50/186.51	c   redcost          :       7.13     230604          0     648537          0          0
186.50/186.51	c   impliedbounds    :       0.00          4          0          0          0          0
186.50/186.51	c   intobj           :       0.00          0          0          0          0          0
186.50/186.51	c   cgmip            :       0.00          0          0          0          0          0
186.50/186.51	c   gomory           :       0.01          4          0          0         75          0
186.50/186.51	c   strongcg         :       0.00          4          0          0          0          0
186.50/186.51	c   cmir             :       0.00          4          0          0          0          0
186.50/186.51	c   flowcover        :       0.03          4          0          0          0          0
186.50/186.51	c   clique           :       0.00          1          0          0          0          0
186.50/186.51	c   zerohalf         :       0.00          0          0          0          0          0
186.50/186.51	c   mcf              :       0.00          1          0          0          0          0
186.50/186.51	c   rapidlearning    :       0.00          0          0          0          0          0
186.50/186.51	c Pricers            :       Time      Calls       Vars
186.50/186.51	c   problem variables:       0.00          0          0
186.50/186.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
186.50/186.51	c   relpscost        :       2.24       4821          0         15          0          0       9620
186.50/186.51	c   pscost           :       0.00          0          0          0          0          0          0
186.50/186.51	c   inference        :      12.77     194901          0          0          0          0     389802
186.50/186.51	c   mostinf          :       0.00          0          0          0          0          0          0
186.50/186.51	c   leastinf         :       0.00          0          0          0          0          0          0
186.50/186.51	c   fullstrong       :       0.00          0          0          0          0          0          0
186.50/186.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
186.50/186.51	c   random           :       0.00          0          0          0          0          0          0
186.50/186.51	c Primal Heuristics  :       Time      Calls      Found
186.50/186.51	c   LP solutions     :       0.43          -        113
186.50/186.51	c   pseudo solutions :       0.00          -          0
186.50/186.51	c   feaspump         :       0.00          0          0
186.50/186.51	c   intshifting      :       0.00          1          0
186.50/186.51	c   oneopt           :       0.21         88          0
186.50/186.51	c   veclendiving     :       0.02         83          0
186.50/186.51	c   linesearchdiving :       0.05         83          0
186.50/186.51	c   guideddiving     :       0.06         83          0
186.50/186.51	c   coefdiving       :       0.04         83          0
186.50/186.51	c   pscostdiving     :       0.01         83          0
186.50/186.51	c   fracdiving       :       0.01         83          0
186.50/186.51	c   objpscostdiving  :       0.01         83          0
186.50/186.51	c   rootsoldiving    :       0.03         83          0
186.50/186.51	c   crossover        :       1.46        110          5
186.50/186.51	c   trivial          :       0.01          2          1
186.50/186.51	c   simplerounding   :       0.05       5547          0
186.50/186.51	c   zirounding       :       0.03       1000          0
186.50/186.51	c   rounding         :       0.09        994          0
186.50/186.51	c   shifting         :       0.16        288          0
186.50/186.51	c   twoopt           :       0.00          0          0
186.50/186.51	c   fixandinfer      :       0.00          0          0
186.50/186.51	c   intdiving        :       0.00          0          0
186.50/186.51	c   actconsdiving    :       0.00          0          0
186.50/186.51	c   octane           :       0.00          0          0
186.50/186.51	c   rens             :       0.01          1          0
186.50/186.51	c   rins             :       0.00          0          0
186.50/186.51	c   localbranching   :       0.00          0          0
186.50/186.51	c   mutation         :       0.00          0          0
186.50/186.51	c   dins             :       0.00          0          0
186.50/186.51	c   undercover       :       0.00          0          0
186.50/186.51	c   nlp              :       0.00          0          0
186.50/186.51	c   trysol           :       0.12        648        104
186.50/186.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
186.50/186.51	c   primal LP        :       0.00          0          0       0.00          -
186.50/186.51	c   dual LP          :      67.93      61161     625667      10.23    9210.47
186.50/186.51	c   lex dual LP      :       0.00          0          0       0.00          -
186.50/186.51	c   barrier LP       :       0.00          0          0       0.00          -
186.50/186.51	c   diving/probing LP:       0.16         87       8964     103.03   56025.00
186.50/186.51	c   strong branching :       2.21       2081      51873      24.93   23471.95
186.50/186.51	c     (at root node) :          -         33       4836     146.55          -
186.50/186.51	c   conflict analysis:       0.00          0          0       0.00          -
186.50/186.51	c B&B Tree           :
186.50/186.51	c   number of runs   :          1
186.50/186.51	c   nodes            :     219036
186.50/186.51	c   nodes (total)    :     219036
186.50/186.51	c   nodes left       :          0
186.50/186.51	c   max depth        :        767
186.50/186.51	c   max depth (total):        767
186.50/186.51	c   backtracks       :       8086 (3.7%)
186.50/186.51	c   delayed cutoffs  :      12959
186.50/186.51	c   repropagations   :      49480 (2150635 domain reductions, 6224 cutoffs)
186.50/186.51	c   avg switch length:       4.03
186.50/186.51	c   switching time   :      13.04
186.50/186.51	c Solution           :
186.50/186.51	c   Solutions found  :        223 (114 improvements)
186.50/186.51	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
186.50/186.51	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 219036 nodes, 175.56 seconds, depth 14, found by <relaxation>)
186.50/186.51	c   Dual Bound       : +0.00000000000000e+00
186.50/186.51	c   Gap              :       0.00 %
186.50/186.51	c   Root Dual Bound  : +0.00000000000000e+00
186.50/186.51	c   Root Iterations  :        281
186.50/186.53	c Time complete: 186.54.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700225-1278534457/watcher-2700225-1278534457 -o /tmp/evaluation-result-2700225-1278534457/solver-2700225-1278534457 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700225-1278534457.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: 4.39 4.01 2.32 3/178 18858
/proc/meminfo: memFree=29210400/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=10848 CPUtime=0
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 1666 0 0 0 0 0 0 0 21 0 1 0 21658291 11108352 1586 4089446400 4194304 9819077 140735940434816 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/18858/statm: 2712 1586 392 1374 0 1333 0

[startup+0.040535 s]
/proc/loadavg: 4.39 4.01 2.32 3/178 18858
/proc/meminfo: memFree=29210400/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=21620 CPUtime=0.03
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 5303 0 0 0 3 0 0 0 21 0 1 0 21658291 22138880 4098 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 5405 4098 497 1374 0 4026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21620

[startup+0.100519 s]
/proc/loadavg: 4.39 4.01 2.32 3/178 18858
/proc/meminfo: memFree=29210400/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=27392 CPUtime=0.09
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 6402 0 0 0 8 1 0 0 18 0 1 0 21658291 28049408 5136 4089446400 4194304 9819077 140735940434816 18446744073709551615 4866079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 6848 5152 674 1374 0 5469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27392

[startup+0.300487 s]
/proc/loadavg: 4.39 4.01 2.32 3/178 18858
/proc/meminfo: memFree=29210400/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=30444 CPUtime=0.29
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 9952 0 0 0 28 1 0 0 18 0 1 0 21658291 31174656 6375 4089446400 4194304 9819077 140735940434816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 7611 6375 695 1374 0 6232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30444

[startup+0.700405 s]
/proc/loadavg: 4.39 4.01 2.32 3/178 18858
/proc/meminfo: memFree=29210400/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=30444 CPUtime=0.69
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 9980 0 0 0 67 2 0 0 18 0 1 0 21658291 31174656 6381 4089446400 4194304 9819077 140735940434816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 7611 6381 700 1374 0 6232 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30444

[startup+1.50025 s]
/proc/loadavg: 4.20 3.98 2.32 3/179 18859
/proc/meminfo: memFree=29185592/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=30448 CPUtime=1.49
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 12977 0 0 0 144 5 0 0 19 0 1 0 21658291 31178752 6427 4089446400 4194304 9819077 140735940434816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 7612 6427 703 1374 0 6233 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30448

[startup+3.10096 s]
/proc/loadavg: 4.20 3.98 2.32 3/179 18859
/proc/meminfo: memFree=29182160/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=35220 CPUtime=3.1
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 22432 0 0 0 295 15 0 0 25 0 1 0 21658291 36065280 7508 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 8805 7508 703 1374 0 7426 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 35220

[startup+6.30034 s]
/proc/loadavg: 4.20 3.98 2.32 3/179 18859
/proc/meminfo: memFree=29169760/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=41872 CPUtime=6.29
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 36956 0 0 0 596 33 0 0 25 0 1 0 21658291 42876928 9066 4089446400 4194304 9819077 140735940434816 18446744073709551615 4561040 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 10468 9066 707 1374 0 9089 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41872

[startup+12.7011 s]
/proc/loadavg: 3.86 3.91 2.31 3/179 18860
/proc/meminfo: memFree=29153912/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=54472 CPUtime=12.69
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 75490 0 0 0 1195 74 0 0 25 0 1 0 21658291 55779328 12107 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 13618 12107 707 1374 0 12239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54472

[startup+25.5006 s]
/proc/loadavg: 3.57 3.85 2.31 3/179 18860
/proc/meminfo: memFree=29114456/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=77020 CPUtime=25.49
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 145254 0 0 0 2399 150 0 0 25 0 1 0 21658291 78868480 17750 4089446400 4194304 9819077 140735940434816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 19255 17750 707 1374 0 17876 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77020

[startup+51.1007 s]
/proc/loadavg: 2.95 3.67 2.30 3/179 18861
/proc/meminfo: memFree=29048112/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=115636 CPUtime=51.09
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 268012 0 0 0 4802 307 0 0 25 0 1 0 21658291 118411264 27225 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 28909 27225 707 1374 0 27530 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115636

[startup+102.307 s]
/proc/loadavg: 2.41 3.41 2.28 3/179 18862
/proc/meminfo: memFree=28939520/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=166184 CPUtime=102.3
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 504188 0 0 0 9627 603 0 0 25 0 1 0 21658291 170172416 39038 4089446400 4194304 9819077 140735940434816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 41546 39038 707 1374 0 40167 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 166184

[startup+162.3 s]
/proc/loadavg: 2.15 3.15 2.26 3/179 18864
/proc/meminfo: memFree=28831220/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=209948 CPUtime=162.3
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 849129 0 0 0 15282 948 0 0 25 0 1 0 21658291 214986752 48952 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 52487 48952 707 1374 0 51108 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 209948

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

[startup+166.3 s]
/proc/loadavg: 2.14 3.13 2.26 3/179 18864
/proc/meminfo: memFree=28825884/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=211912 CPUtime=166.3
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 877120 0 0 0 15659 971 0 0 25 0 1 0 21658291 216997888 49390 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 52978 49390 707 1374 0 51599 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 211912

[startup+179.101 s]
/proc/loadavg: 2.12 3.09 2.25 3/179 18864
/proc/meminfo: memFree=28805660/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=217560 CPUtime=179.1
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 973349 0 0 0 16864 1046 0 0 25 0 1 0 21658291 222781440 50573 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 54390 50573 707 1374 0 53011 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 217560

[startup+182.3 s]
/proc/loadavg: 2.11 3.08 2.25 3/179 18864
/proc/meminfo: memFree=28801816/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=218820 CPUtime=182.3
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 994571 0 0 0 17164 1066 0 0 25 0 1 0 21658291 224071680 50799 4089446400 4194304 9819077 140735940434816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 54705 50799 707 1374 0 53326 0
Current children cumulated CPU time (s) 182.3
Current children cumulated vsize (KiB) 218820

[startup+183.901 s]
/proc/loadavg: 2.11 3.08 2.25 3/179 18864
/proc/meminfo: memFree=28797104/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=221268 CPUtime=183.9
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 1007419 0 0 0 17315 1075 0 0 25 0 1 0 21658291 226578432 51204 4089446400 4194304 9819077 140735940434816 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 55317 51228 707 1374 0 53938 0
Current children cumulated CPU time (s) 183.9
Current children cumulated vsize (KiB) 221268

[startup+185.501 s]
/proc/loadavg: 2.11 3.08 2.25 3/179 18864
/proc/meminfo: memFree=28795616/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=220776 CPUtime=185.5
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 1019225 0 0 0 17465 1085 0 0 25 0 1 0 21658291 226074624 51250 4089446400 4194304 9819077 140735940434816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 55194 51250 707 1374 0 53815 0
Current children cumulated CPU time (s) 185.5
Current children cumulated vsize (KiB) 220776

[startup+186.301 s]
/proc/loadavg: 2.10 3.06 2.25 3/179 18864
/proc/meminfo: memFree=28794252/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=220676 CPUtime=186.3
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 1022638 0 0 0 17539 1091 0 0 25 0 1 0 21658291 225972224 51276 4089446400 4194304 9819077 140735940434816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 55212 51278 707 1374 0 53833 0
Current children cumulated CPU time (s) 186.3
Current children cumulated vsize (KiB) 220676

[startup+186.501 s]
/proc/loadavg: 2.10 3.06 2.25 3/179 18864
/proc/meminfo: memFree=28794252/32950928 swapFree=67111528/67111528
[pid=18858] ppid=18856 vsize=220872 CPUtime=186.5
/proc/18858/stat : 18858 (pbscip.linux.x8) R 18856 18858 18287 0 -1 4202496 1023939 0 0 0 17557 1093 0 0 25 0 1 0 21658291 226172928 51281 4089446400 4194304 9819077 140735940434816 18446744073709551615 6162869 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/18858/statm: 55218 51281 707 1374 0 53839 0
Current children cumulated CPU time (s) 186.5
Current children cumulated vsize (KiB) 220872

Child status: 0
Real time (s): 186.535
CPU time (s): 186.543
CPU user time (s): 175.601
CPU system time (s): 10.9413
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 221268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.601
system time used= 10.9413
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1023946
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= 4
involuntary context switches= 321

runsolver used 0.271958 second user time and 0.613906 second system time

The end

Launcher Data

Begin job on node148 at 2010-07-07 22:27:37
IDJOB=2700225
IDBENCH=79410
IDSOLVER=1205
FILE ID=node148/2700225-1278534457
PBS_JOBID= 11239181
Free space on /tmp= 73720 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh212_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700225-1278534457/watcher-2700225-1278534457 -o /tmp/evaluation-result-2700225-1278534457/solver-2700225-1278534457 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700225-1278534457.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 89498e96b82f9b6ac0ac75bbe7337aa5
RANDOM SEED=1312071512

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.82
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.825
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.77
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.825
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.825
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.825
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.83
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.825
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:      29211052 kB
Buffers:        139080 kB
Cached:        2692452 kB
SwapCached:          0 kB
Active:        1697872 kB
Inactive:      1885360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29211052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:      751628 kB
Mapped:          16860 kB
Slab:            91164 kB
PageTables:       6016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   902728 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= 73712 MiB
End job on node148 at 2010-07-07 22:30:44