Trace number 2705758

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.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 354.064 354.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh211_wcsp.wbo
MD5SUMb50e414b5ae2abd5c7b876bc50645ba2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark259
Best CPU time to get the best result obtained on this benchmark0.999847
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705758-1278580139.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 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, 200 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, 200 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1800 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1789.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5947k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6320k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    31 |     - |6378k|   0 |   4 |1700 |1600 |1700 |  58 |  58 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   104 |     - |6409k|   0 |  22 |1700 |1600 |1700 | 110 | 110 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   157 |     - |6468k|   0 |  68 |1700 |1600 |1700 | 148 | 148 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   200 |     - |6940k|   0 |  58 |1700 |1600 |1700 | 177 | 177 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   283 |     - |7111k|   0 |  63 |1700 |1600 |1700 | 187 | 187 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   360 |     - |7118k|   0 |  67 |1700 |1600 |1700 | 190 | 190 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     2 |   360 |     - |7143k|   0 |  67 |1700 |1600 |1700 | 190 | 190 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
8.19/8.25	c   8.2s| 10000 | 10001 | 11762 |   1.1 |  19M| 601 |   0 |1700 |1600 |1700 | 257 |1766 |   0 | 694 | 0.000000e+00 | 3.942380e+05 |    Inf 
8.19/8.28	o 5574
8.19/8.28	c * 8.3s| 10062 |  9736 | 11775 |   1.1 |  19M| 663 |   - |1700 |1600 |1700 | 257 |1766 |   0 | 694 | 0.000000e+00 | 5.574000e+03 |    Inf 
15.09/15.17	c  15.2s| 20000 | 19660 | 23027 |   1.1 |  28M| 663 |   0 |1700 |1626 |1700 | 220 |3195 |  26 | 759 | 0.000000e+00 | 5.574000e+03 |    Inf 
22.89/22.92	c  22.9s| 30000 | 28604 | 38452 |   1.3 |  41M| 663 |   0 |1700 |3287 |1700 | 220 |5679 |1700 | 767 | 0.000000e+00 | 5.574000e+03 |    Inf 
31.39/31.44	c  31.4s| 40000 | 36920 | 62336 |   1.5 |  55M| 663 |   0 |1700 |4067 |1700 | 213 |9175 |4724 | 774 | 0.000000e+00 | 5.574000e+03 |    Inf 
33.09/33.16	o 5551
33.09/33.16	c *33.1s| 42015 | 38500 | 67150 |   1.6 |  58M| 663 |   - |1700 |3737 |1700 | 222 |9733 |5247 | 775 | 0.000000e+00 | 5.551000e+03 |    Inf 
36.69/36.70	o 5504
36.69/36.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.69/36.70	c *36.7s| 46334 | 42011 | 75116 |   1.6 |  64M| 663 |   - |1700 |3945 |1700 | 226 |  10k|6471 | 776 | 0.000000e+00 | 5.504000e+03 |    Inf 
39.59/39.65	c  39.6s| 50000 | 45157 | 80827 |   1.6 |  68M| 663 |   0 |1700 |3247 |1700 | 210 |  11k|7264 | 776 | 0.000000e+00 | 5.504000e+03 |    Inf 
47.59/47.60	c  47.6s| 60000 | 53776 | 96426 |   1.6 |  81M| 663 |   0 |1700 |2847 |1700 | 208 |  13k|9360 | 776 | 0.000000e+00 | 5.504000e+03 |    Inf 
47.79/47.86	o 5491
47.79/47.86	c *47.9s| 60360 | 54038 | 96724 |   1.6 |  81M| 663 |   - |1700 |2824 |1700 | 205 |  13k|9399 | 776 | 0.000000e+00 | 5.491000e+03 |    Inf 
47.79/47.88	o 5490
47.79/47.88	c *47.9s| 60367 | 54040 | 96880 |   1.6 |  81M| 663 |   - |1700 |2822 |1700 | 214 |  13k|9399 | 776 | 0.000000e+00 | 5.490000e+03 |    Inf 
47.79/47.88	o 5444
47.79/47.88	c *47.9s| 60383 | 53845 | 96884 |   1.6 |  81M| 663 |   - |1700 |2822 |1700 | 214 |  13k|9399 | 776 | 0.000000e+00 | 5.444000e+03 |    Inf 
51.19/51.29	o 5430
51.19/51.29	c *51.3s| 64579 | 57438 |103638 |   1.6 |  86M| 663 |   - |1700 |3080 |1700 | 229 |  14k|  10k| 776 | 0.000000e+00 | 5.430000e+03 |    Inf 
51.19/51.29	o 5384
51.19/51.29	c *51.3s| 64580 | 57219 |103640 |   1.6 |  86M| 663 |   - |1700 |3080 |1700 | 229 |  14k|  10k| 776 | 0.000000e+00 | 5.384000e+03 |    Inf 
52.70/52.70	o 5336
52.70/52.70	c *52.7s| 66350 | 58440 |106543 |   1.6 |  88M| 663 |   - |1700 |3102 |1700 | 224 |  14k|  10k| 776 | 0.000000e+00 | 5.336000e+03 |    Inf 
52.70/52.76	o 5296
52.70/52.76	c *52.7s| 66412 | 58234 |106792 |   1.6 |  87M| 663 |   - |1700 |3102 |1700 | 223 |  14k|  10k| 776 | 0.000000e+00 | 5.296000e+03 |    Inf 
52.80/52.81	o 5266
52.80/52.81	c *52.8s| 66468 | 58078 |107004 |   1.6 |  87M| 663 |   - |1700 |3112 |1700 | 208 |  14k|  10k| 776 | 0.000000e+00 | 5.266000e+03 |    Inf 
55.69/55.74	c  55.7s| 70000 | 60985 |113087 |   1.6 |  92M| 663 |   0 |1700 |3160 |1700 | 208 |  15k|  11k| 776 | 0.000000e+00 | 5.266000e+03 |    Inf 
60.09/60.13	o 5191
60.09/60.13	c *60.1s| 75253 | 64774 |123824 |   1.6 |  99M| 663 |   - |1700 |2802 |1700 | 205 |  17k|  13k| 776 | 0.000000e+00 | 5.191000e+03 |    Inf 
60.09/60.15	o 5071
60.09/60.15	c *60.1s| 75270 | 63734 |123946 |   1.6 |  97M| 663 |   - |1700 |2807 |1700 | 214 |  17k|  13k| 776 | 0.000000e+00 | 5.071000e+03 |    Inf 
60.09/60.15	o 5025
60.09/60.15	c *60.1s| 75271 | 63312 |123955 |   1.6 |  96M| 663 |   - |1700 |2807 |1700 | 214 |  17k|  13k| 776 | 0.000000e+00 | 5.025000e+03 |    Inf 
63.19/63.27	o 4979
63.19/63.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.19/63.27	c *63.3s| 78948 | 66003 |131591 |   1.7 | 100M| 663 |   - |1700 |3087 |1700 | 227 |  18k|  14k| 776 | 0.000000e+00 | 4.979000e+03 |    Inf 
64.09/64.17	c  64.2s| 80000 | 66849 |133409 |   1.7 | 102M| 663 |   0 |1700 |3145 |1700 | 210 |  18k|  14k| 779 | 0.000000e+00 | 4.979000e+03 |    Inf 
64.79/64.83	o 4964
64.79/64.83	c *64.8s| 80787 | 67372 |134882 |   1.7 | 103M| 663 |   - |1700 |3153 |1700 | 229 |  18k|  14k| 781 | 0.000000e+00 | 4.964000e+03 |    Inf 
66.39/66.47	o 4952
66.39/66.47	c *66.5s| 82868 | 69045 |137618 |   1.7 | 105M| 663 |   - |1700 |3172 |1700 | 217 |  18k|  15k| 781 | 0.000000e+00 | 4.952000e+03 |    Inf 
66.39/66.47	o 4948
66.39/66.47	c *66.5s| 82869 | 69007 |137620 |   1.7 | 105M| 663 |   - |1700 |3172 |1700 | 217 |  18k|  15k| 781 | 0.000000e+00 | 4.948000e+03 |    Inf 
66.49/66.51	o 4814
66.49/66.51	c *66.5s| 82915 | 67594 |137808 |   1.7 | 101M| 663 |   - |1700 |3166 |1700 | 226 |  18k|  15k| 781 | 0.000000e+00 | 4.814000e+03 |    Inf 
66.49/66.59	o 4661
66.49/66.59	c *66.6s| 82986 | 65657 |138096 |   1.7 |  94M| 663 |   - |1700 |3174 |1700 | 222 |  18k|  15k| 785 | 0.000000e+00 | 4.661000e+03 |    Inf 
66.49/66.59	o 4615
66.49/66.59	c *66.6s| 82987 | 65031 |138105 |   1.7 |  91M| 663 |   - |1700 |3174 |1700 | 222 |  18k|  15k| 785 | 0.000000e+00 | 4.615000e+03 |    Inf 
66.89/66.98	o 4554
66.89/66.98	c *67.0s| 83445 | 64558 |138866 |   1.7 |  89M| 663 |   - |1700 |3120 |1700 | 231 |  19k|  15k| 785 | 0.000000e+00 | 4.554000e+03 |    Inf 
68.10/68.19	o 4534
68.10/68.19	c *68.2s| 84828 | 65403 |142207 |   1.7 |  90M| 663 |   - |1700 |2935 |1700 | 248 |  19k|  15k| 791 | 0.000000e+00 | 4.534000e+03 |    Inf 
71.80/71.80	o 4407
71.80/71.80	c *71.8s| 89382 | 66942 |148296 |   1.7 |  90M| 663 |   - |1700 |3144 |1700 | 219 |  20k|  17k| 802 | 0.000000e+00 | 4.407000e+03 |    Inf 
71.99/72.04	o 4354
71.99/72.04	c *72.0s| 89679 | 66341 |148705 |   1.7 |  88M| 663 |   - |1700 |3113 |1700 | 212 |  20k|  17k| 803 | 0.000000e+00 | 4.354000e+03 |    Inf 
72.29/72.31	c  72.3s| 90000 | 66616 |149156 |   1.7 |  88M| 663 |   0 |1700 |3052 |1700 | 216 |  20k|  17k| 803 | 0.000000e+00 | 4.354000e+03 |    Inf 
75.09/75.10	o 4303
75.09/75.10	c *75.1s| 93457 | 68533 |154028 |   1.6 |  91M| 663 |   - |1700 |3188 |1700 | 233 |  21k|  18k| 817 | 0.000000e+00 | 4.303000e+03 |    Inf 
76.70/76.79	o 4142
76.70/76.79	c *76.8s| 95493 | 67666 |157065 |   1.6 |  88M| 663 |   - |1700 |3188 |1700 | 224 |  21k|  18k| 819 | 0.000000e+00 | 4.142000e+03 |    Inf 
76.79/76.80	o 4095
76.79/76.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.79/76.80	c *76.8s| 95497 | 66972 |157105 |   1.6 |  86M| 663 |   - |1700 |3192 |1700 | 225 |  21k|  18k| 819 | 0.000000e+00 | 4.095000e+03 |    Inf 
76.79/76.80	o 3901
76.79/76.80	c *76.8s| 95498 | 63944 |157109 |   1.6 |  81M| 663 |   - |1700 |3192 |1700 | 226 |  21k|  18k| 819 | 0.000000e+00 | 3.901000e+03 |    Inf 
76.79/76.84	o 3842
76.79/76.84	c *76.8s| 95532 | 63083 |157275 |   1.6 |  80M| 663 |   - |1700 |3185 |1700 | 224 |  21k|  18k| 819 | 0.000000e+00 | 3.842000e+03 |    Inf 
80.69/80.74	c  80.7s|100000 | 66523 |164514 |   1.6 |  86M| 663 |   0 |1700 |3329 |1700 | 207 |  22k|  20k| 831 | 0.000000e+00 | 3.842000e+03 |    Inf 
89.69/89.70	c  89.7s|110000 | 74342 |187390 |   1.7 | 101M| 663 |   0 |1700 |3189 |1700 | 203 |  25k|  23k| 927 | 0.000000e+00 | 3.842000e+03 |    Inf 
93.69/93.70	o 3828
93.69/93.70	c *93.7s|114825 | 78122 |195678 |   1.7 | 107M| 663 |   - |1700 |3319 |1700 | 232 |  26k|  24k| 942 | 0.000000e+00 | 3.828000e+03 |    Inf 
93.79/93.87	o 3674
93.79/93.87	c *93.9s|115008 | 75653 |196237 |   1.7 | 104M| 663 |   - |1700 |3310 |1700 | 244 |  26k|  24k| 942 | 0.000000e+00 | 3.674000e+03 |    Inf 
93.79/93.88	o 3670
93.79/93.88	c *93.9s|115009 | 75585 |196242 |   1.7 | 104M| 663 |   - |1700 |3310 |1700 | 244 |  26k|  24k| 942 | 0.000000e+00 | 3.670000e+03 |    Inf 
95.29/95.32	o 3608
95.29/95.32	c *95.3s|116693 | 75913 |198910 |   1.7 | 105M| 663 |   - |1700 |3287 |1700 | 222 |  27k|  24k| 944 | 0.000000e+00 | 3.608000e+03 |    Inf 
95.29/95.32	o 3604
95.29/95.32	c *95.3s|116694 | 75817 |198911 |   1.7 | 105M| 663 |   - |1700 |3287 |1700 | 222 |  27k|  24k| 944 | 0.000000e+00 | 3.604000e+03 |    Inf 
98.29/98.34	c  98.3s|120000 | 78370 |206822 |   1.7 | 110M| 663 |   0 |1700 |3514 |1700 | 201 |  28k|  26k| 999 | 0.000000e+00 | 3.604000e+03 |    Inf 
99.39/99.43	o 3523
99.39/99.43	c *99.4s|121255 | 77854 |209430 |   1.7 | 109M| 663 |   - |1700 |3264 |1700 | 224 |  28k|  26k|1009 | 0.000000e+00 | 3.523000e+03 |    Inf 
99.39/99.43	o 3513
99.39/99.43	c *99.4s|121256 | 77611 |209433 |   1.7 | 109M| 663 |   - |1700 |3264 |1700 | 224 |  28k|  26k|1009 | 0.000000e+00 | 3.513000e+03 |    Inf 
99.49/99.50	o 3511
99.49/99.50	c *99.5s|121315 | 77617 |209841 |   1.7 | 109M| 663 |   - |1700 |3262 |1700 | 216 |  28k|  26k|1011 | 0.000000e+00 | 3.511000e+03 |    Inf 
99.49/99.50	o 3500
99.49/99.50	c *99.5s|121316 | 77390 |209846 |   1.7 | 108M| 663 |   - |1700 |3262 |1700 | 216 |  28k|  26k|1011 | 0.000000e+00 | 3.500000e+03 |    Inf 
102.69/102.79	o 3467
102.69/102.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.69/102.79	c * 103s|124916 | 79621 |219272 |   1.8 | 113M| 663 |   - |1700 |3458 |1700 | 233 |  30k|  27k|1038 | 0.000000e+00 | 3.467000e+03 |    Inf 
106.79/106.85	o 3440
106.79/106.85	c * 107s|129626 | 82874 |227569 |   1.8 | 119M| 663 |   - |1700 |3408 |1700 | 240 |  31k|  28k|1042 | 0.000000e+00 | 3.440000e+03 |    Inf 
106.79/106.86	o 3311
106.79/106.86	c * 107s|129627 | 79987 |227572 |   1.8 | 114M| 663 |   - |1700 |3408 |1700 | 240 |  31k|  28k|1042 | 0.000000e+00 | 3.311000e+03 |    Inf 
106.89/106.98	o 3303
106.89/106.98	c * 107s|129754 | 79925 |228084 |   1.8 | 114M| 663 |   - |1700 |3433 |1700 | 243 |  31k|  28k|1049 | 0.000000e+00 | 3.303000e+03 |    Inf 
106.89/106.99	o 3174
106.89/106.99	c * 107s|129755 | 76989 |228084 |   1.8 | 109M| 663 |   - |1700 |3433 |1700 | 243 |  31k|  28k|1049 | 0.000000e+00 | 3.174000e+03 |    Inf 
107.19/107.21	c   107s|130000 | 77214 |228601 |   1.8 | 109M| 663 |   0 |1700 |3439 |1700 | 217 |  31k|  28k|1058 | 0.000000e+00 | 3.174000e+03 |    Inf 
108.39/108.49	o 3121
108.39/108.49	c * 108s|131460 | 77111 |231115 |   1.8 | 109M| 663 |   - |1700 |3518 |1700 | 229 |  31k|  28k|1061 | 0.000000e+00 | 3.121000e+03 |    Inf 
109.09/109.12	o 3110
109.09/109.12	c * 109s|132074 | 77353 |233021 |   1.8 | 110M| 663 |   - |1700 |3589 |1700 | 235 |  31k|  28k|1063 | 0.000000e+00 | 3.110000e+03 |    Inf 
111.10/111.14	o 3042
111.10/111.14	c * 111s|134280 | 77368 |238698 |   1.8 | 110M| 663 |   - |1700 |3425 |1700 | 234 |  32k|  29k|1104 | 0.000000e+00 | 3.042000e+03 |    Inf 
116.29/116.33	c   116s|140000 | 81723 |251518 |   1.8 | 119M| 663 |   - |1700 |3417 |   0 |   0 |  34k|  31k|1153 | 0.000000e+00 | 3.042000e+03 |    Inf 
120.39/120.42	o 2918
120.39/120.42	c * 120s|144390 | 81517 |262494 |   1.8 | 118M| 663 |   - |1700 |3368 |1700 | 225 |  35k|  32k|1180 | 0.000000e+00 | 2.918000e+03 |    Inf 
121.60/121.66	o 2887
121.60/121.66	c * 122s|145744 | 81647 |265176 |   1.8 | 119M| 663 |   - |1700 |3354 |1700 | 227 |  35k|  33k|1196 | 0.000000e+00 | 2.887000e+03 |    Inf 
121.60/121.67	o 2791
121.60/121.67	c * 122s|145745 | 78833 |265177 |   1.8 | 113M| 663 |   - |1700 |3354 |1700 | 227 |  35k|  33k|1196 | 0.000000e+00 | 2.791000e+03 |    Inf 
121.69/121.71	o 2744
121.69/121.71	c * 122s|145776 | 77373 |265445 |   1.8 | 110M| 663 |   - |1700 |3358 |1700 | 250 |  35k|  33k|1201 | 0.000000e+00 | 2.744000e+03 |    Inf 
121.69/121.72	o 2711
121.69/121.72	c * 122s|145777 | 76498 |265448 |   1.8 | 109M| 663 |   - |1700 |3358 |1700 | 250 |  35k|  33k|1201 | 0.000000e+00 | 2.711000e+03 |    Inf 
122.19/122.23	o 2528
122.19/122.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.19/122.23	c * 122s|146240 | 70599 |267880 |   1.8 |  99M| 663 |   - |1700 |3396 |1700 | 225 |  36k|  33k|1217 | 0.000000e+00 | 2.528000e+03 |    Inf 
126.10/126.15	c   126s|150000 | 73089 |282066 |   1.9 | 106M| 663 |   0 |1700 |2780 |1700 | 222 |  38k|  34k|1290 | 0.000000e+00 | 2.528000e+03 |    Inf 
135.59/135.62	o 2381
135.59/135.62	c * 136s|159120 | 74636 |317551 |   2.0 | 115M| 663 |   - |1700 |2995 |1700 | 230 |  42k|  37k|1384 | 0.000000e+00 | 2.381000e+03 |    Inf 
136.49/136.54	c   137s|160000 | 75308 |321128 |   2.0 | 116M| 663 |   0 |1700 |3041 |1700 | 205 |  42k|  37k|1407 | 0.000000e+00 | 2.381000e+03 |    Inf 
141.60/141.67	o 2336
141.60/141.67	c * 142s|165088 | 77324 |338964 |   2.1 | 122M| 663 |   - |1700 |2745 |1700 | 224 |  44k|  39k|1474 | 0.000000e+00 | 2.336000e+03 |    Inf 
143.40/143.42	o 2237
143.40/143.42	c * 143s|166731 | 75059 |345108 |   2.1 | 119M| 663 |   - |1700 |2989 |1700 | 228 |  45k|  40k|1481 | 0.000000e+00 | 2.237000e+03 |    Inf 
146.79/146.85	c   147s|170000 | 77336 |355614 |   2.1 | 125M| 663 |   0 |1700 |2845 |1700 | 220 |  47k|  41k|1516 | 0.000000e+00 | 2.237000e+03 |    Inf 
146.99/147.05	o 2224
146.99/147.05	c * 147s|170160 | 76889 |356820 |   2.1 | 124M| 663 |   - |1700 |2836 |1700 | 241 |  47k|  41k|1516 | 0.000000e+00 | 2.224000e+03 |    Inf 
146.99/147.08	o 2177
146.99/147.08	c * 147s|170203 | 74964 |356865 |   2.1 | 121M| 663 |   - |1700 |2833 |1700 | 241 |  47k|  41k|1516 | 0.000000e+00 | 2.177000e+03 |    Inf 
157.50/157.54	c   158s|180000 | 81615 |396747 |   2.2 | 138M| 663 |   - |1700 |2922 |   0 |   0 |  53k|  44k|1627 | 0.000000e+00 | 2.177000e+03 |    Inf 
159.19/159.28	o 2100
159.19/159.28	c * 159s|181709 | 79876 |403655 |   2.2 | 136M| 663 |   - |1700 |2790 |1700 | 238 |  54k|  44k|1655 | 0.000000e+00 | 2.100000e+03 |    Inf 
159.29/159.31	o 2094
159.29/159.31	c * 159s|181727 | 79661 |404033 |   2.2 | 136M| 663 |   - |1700 |2784 |1700 | 232 |  54k|  44k|1655 | 0.000000e+00 | 2.094000e+03 |    Inf 
159.29/159.31	o 2085
159.29/159.31	c * 159s|181728 | 79254 |404034 |   2.2 | 136M| 663 |   - |1700 |2784 |1700 | 232 |  54k|  44k|1655 | 0.000000e+00 | 2.085000e+03 |    Inf 
159.29/159.37	o 2019
159.29/159.37	c * 159s|181770 | 76604 |404507 |   2.2 | 131M| 663 |   - |1700 |2776 |1700 | 245 |  54k|  44k|1655 | 0.000000e+00 | 2.019000e+03 |    Inf 
167.99/168.08	c   168s|190000 | 82322 |438773 |   2.3 | 146M| 663 |   0 |1700 |2789 |1700 | 215 |  58k|  47k|1757 | 0.000000e+00 | 2.019000e+03 |    Inf 
175.20/175.21	o 1987
175.20/175.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.20/175.21	c * 175s|196546 | 85475 |465958 |   2.4 | 156M| 663 |   - |1700 |2944 |1700 | 259 |  61k|  49k|1848 | 0.000000e+00 | 1.987000e+03 |    Inf 
176.09/176.11	o 1983
176.09/176.11	c * 176s|197316 | 85850 |469849 |   2.4 | 158M| 663 |   - |1700 |2858 |1700 | 211 |  62k|  49k|1860 | 0.000000e+00 | 1.983000e+03 |    Inf 
176.09/176.11	o 1979
176.09/176.11	c * 176s|197317 | 85717 |469854 |   2.4 | 157M| 663 |   - |1700 |2858 |1700 | 211 |  62k|  49k|1860 | 0.000000e+00 | 1.979000e+03 |    Inf 
177.19/177.20	o 1970
177.19/177.20	c * 177s|198373 | 85979 |473423 |   2.4 | 158M| 663 |   - |1700 |2791 |1700 | 237 |  62k|  50k|1865 | 0.000000e+00 | 1.970000e+03 |    Inf 
177.19/177.20	o 1924
177.19/177.20	c * 177s|198375 | 83787 |473425 |   2.4 | 155M| 663 |   - |1700 |2791 |1700 | 237 |  62k|  50k|1865 | 0.000000e+00 | 1.924000e+03 |    Inf 
179.09/179.15	c   179s|200000 | 84763 |482161 |   2.4 | 159M| 663 |   0 |1700 |2673 |1700 | 228 |  64k|  50k|1898 | 0.000000e+00 | 1.924000e+03 |    Inf 
183.09/183.17	o 1878
183.09/183.17	c * 183s|203700 | 84887 |499427 |   2.5 | 162M| 663 |   - |1700 |2823 |1700 | 207 |  66k|  52k|1942 | 0.000000e+00 | 1.878000e+03 |    Inf 
189.69/189.76	o 1877
189.69/189.76	c * 190s|209731 | 88905 |526746 |   2.5 | 174M| 663 |   - |1700 |2877 |1700 | 230 |  69k|  53k|2001 | 0.000000e+00 | 1.877000e+03 |    Inf 
189.99/190.08	c   190s|210000 | 89091 |528400 |   2.5 | 174M| 663 |   0 |1700 |2789 |1700 | 218 |  69k|  53k|2004 | 0.000000e+00 | 1.877000e+03 |    Inf 
200.59/200.69	c   201s|220000 | 95915 |570079 |   2.6 | 193M| 663 |   0 |1700 |2773 |1700 | 217 |  74k|  57k|2134 | 0.000000e+00 | 1.877000e+03 |    Inf 
206.39/206.47	o 1845
206.39/206.47	c * 206s|225455 | 97852 |592829 |   2.6 | 201M| 663 |   - |1700 |2785 |1700 | 245 |  77k|  58k|2188 | 0.000000e+00 | 1.845000e+03 |    Inf 
209.29/209.31	o 1790
209.29/209.31	c * 209s|227973 | 96277 |604371 |   2.6 | 200M| 663 |   - |1700 |2784 |1700 | 228 |  79k|  59k|2211 | 0.000000e+00 | 1.790000e+03 |    Inf 
211.49/211.54	c   212s|230000 | 97662 |614115 |   2.7 | 204M| 663 |   0 |1700 |2868 |1700 | 226 |  80k|  60k|2233 | 0.000000e+00 | 1.790000e+03 |    Inf 
211.99/212.08	o 1764
211.99/212.08	c * 212s|230413 | 96628 |617397 |   2.7 | 203M| 663 |   - |1700 |2913 |1700 | 227 |  80k|  60k|2234 | 0.000000e+00 | 1.764000e+03 |    Inf 
212.89/212.99	o 1739
212.89/212.99	c * 213s|231212 | 95712 |621462 |   2.7 | 202M| 663 |   - |1700 |2870 |1700 | 229 |  81k|  60k|2253 | 0.000000e+00 | 1.739000e+03 |    Inf 
212.99/213.01	o 1569
212.99/213.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.99/213.01	c * 213s|231218 | 85376 |621495 |   2.7 | 181M| 663 |   - |1700 |2876 |1700 | 229 |  81k|  60k|2253 | 0.000000e+00 | 1.569000e+03 |    Inf 
220.10/220.15	o 1530
220.10/220.15	c * 220s|236987 | 86165 |657291 |   2.8 | 188M| 663 |   - |1700 |2793 |1700 | 236 |  84k|  63k|2349 | 0.000000e+00 | 1.530000e+03 |    Inf 
220.10/220.17	o 1440
220.10/220.17	c * 220s|236991 | 80490 |657347 |   2.8 | 175M| 663 |   - |1700 |2793 |1700 | 238 |  84k|  63k|2349 | 0.000000e+00 | 1.440000e+03 |    Inf 
224.10/224.11	c   224s|240000 | 82099 |678798 |   2.8 | 182M| 663 |   0 |1700 |2779 |1700 | 221 |  87k|  64k|2404 | 0.000000e+00 | 1.440000e+03 |    Inf 
237.29/237.31	c   237s|250000 | 87826 |752521 |   3.0 | 207M| 663 |   - |1700 |3147 |   0 |   0 |  96k|  68k|2568 | 0.000000e+00 | 1.440000e+03 |    Inf 
250.20/250.29	c   250s|260000 | 93555 |819956 |   3.2 | 230M| 663 |   0 |1700 |3332 |1700 | 201 | 104k|  72k|2708 | 0.000000e+00 | 1.440000e+03 |    Inf 
262.69/262.73	c   263s|270000 | 99278 |882162 |   3.3 | 252M| 663 |   0 |1700 |3014 |1700 | 239 | 111k|  76k|2829 | 0.000000e+00 | 1.440000e+03 |    Inf 
274.09/274.18	o 1382
274.09/274.18	c * 274s|279440 |100375 |931517 |   3.3 | 266M| 663 |   - |1700 |3251 |1700 | 222 | 118k|  80k|2926 | 0.000000e+00 | 1.382000e+03 |    Inf 
274.69/274.70	o 1359
274.69/274.70	c * 275s|279817 | 99053 |934674 |   3.3 | 263M| 663 |   - |1700 |3234 |1700 | 205 | 118k|  81k|2930 | 0.000000e+00 | 1.359000e+03 |    Inf 
274.90/274.93	c   275s|280000 | 99161 |936021 |   3.3 | 263M| 663 |   0 |1700 |3215 |1700 | 205 | 118k|  81k|2930 | 0.000000e+00 | 1.359000e+03 |    Inf 
282.60/282.62	o 1149
282.60/282.62	c * 283s|285765 | 85516 |976738 |   3.4 | 239M| 663 |   - |1700 |3201 |1700 | 234 | 123k|  83k|3014 | 0.000000e+00 | 1.149000e+03 |    Inf 
282.60/282.62	o 1144
282.60/282.62	c * 283s|285766 | 85183 |976739 |   3.4 | 238M| 663 |   - |1700 |3201 |1700 | 234 | 123k|  83k|3014 | 0.000000e+00 | 1.144000e+03 |    Inf 
288.89/288.90	c   289s|290000 | 86901 |  1007k|   3.5 | 249M| 663 |   0 |1700 |2846 |1700 | 218 | 127k|  85k|3073 | 0.000000e+00 | 1.144000e+03 |    Inf 
290.10/290.12	o 1118
290.10/290.12	c * 290s|290790 | 84778 |  1014k|   3.5 | 245M| 663 |   - |1700 |2727 |1700 | 243 | 128k|  86k|3083 | 0.000000e+00 | 1.118000e+03 |    Inf 
290.10/290.12	o 1113
290.10/290.12	c * 290s|290791 | 84308 |  1014k|   3.5 | 244M| 663 |   - |1700 |2727 |1700 | 243 | 128k|  86k|3083 | 0.000000e+00 | 1.113000e+03 |    Inf 
304.09/304.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
304.09/304.11	c   304s|300000 | 87447 |  1092k|   3.6 | 270M| 663 |   0 |1700 |2924 |1700 | 208 | 138k|  91k|3218 | 0.000000e+00 | 1.113000e+03 |    Inf 
308.49/308.54	o 904
308.49/308.54	c * 309s|302834 | 67804 |  1117k|   3.7 | 225M| 663 |   - |1700 |3371 |1700 | 254 | 141k|  93k|3264 | 0.000000e+00 | 9.040000e+02 |    Inf 
308.49/308.58	o 893
308.49/308.58	c * 309s|302852 | 66610 |  1117k|   3.7 | 221M| 663 |   - |1700 |3272 |1700 | 264 | 141k|  93k|3264 | 0.000000e+00 | 8.930000e+02 |    Inf 
308.79/308.82	o 727
308.79/308.82	c * 309s|302952 | 51635 |  1119k|   3.7 | 179M| 663 |   - |1700 |3111 |1700 | 255 | 141k|  93k|3284 | 0.000000e+00 | 7.270000e+02 |    Inf 
310.20/310.29	o 688
310.20/310.29	c * 310s|303828 | 46576 |  1129k|   3.7 | 163M| 663 |   - |1700 |2773 |1700 | 240 | 142k|  94k|3303 | 0.000000e+00 | 6.880000e+02 |    Inf 
322.70/322.70	c   323s|310000 | 42676 |  1230k|   4.0 | 182M| 663 |  11 |1700 |3187 |1700 | 230 | 155k| 101k|3452 | 0.000000e+00 | 6.880000e+02 |    Inf 
341.00/341.03	c   341s|320000 | 42342 |  1391k|   4.3 | 200M| 663 |   - |1700 |4468 |   0 |   0 | 173k| 110k|3659 | 0.000000e+00 | 6.880000e+02 |    Inf 
347.50/347.54	o 647
347.50/347.54	c * 348s|323594 | 40538 |  1448k|   4.5 | 200M| 663 |   - |1700 |5182 |1700 | 242 | 179k| 113k|3723 | 0.000000e+00 | 6.470000e+02 |    Inf 
347.50/347.55	o 605
347.50/347.55	c * 348s|323595 | 36464 |  1448k|   4.5 | 188M| 663 |   - |1700 |5182 |1700 | 242 | 179k| 113k|3723 | 0.000000e+00 | 6.050000e+02 |    Inf 
347.89/347.94	o 587
347.89/347.94	c * 348s|323794 | 35628 |  1451k|   4.5 | 185M| 663 |   - |1700 |5041 |1700 | 245 | 180k| 113k|3723 | 0.000000e+00 | 5.870000e+02 |    Inf 
349.99/350.06	o 581
349.99/350.06	c * 350s|324883 | 34989 |  1469k|   4.5 | 185M| 663 |   - |1700 |4499 |1700 | 245 | 182k| 114k|3750 | 0.000000e+00 | 5.810000e+02 |    Inf 
350.49/350.54	o 579
350.49/350.54	c * 351s|325170 | 34645 |  1472k|   4.5 | 183M| 663 |   - |1700 |4595 |1700 | 252 | 182k| 115k|3751 | 0.000000e+00 | 5.790000e+02 |    Inf 
350.49/350.56	o 515
350.49/350.56	c * 351s|325171 | 28392 |  1472k|   4.5 | 162M| 663 |   - |1700 |4595 |1700 | 252 | 182k| 115k|3751 | 0.000000e+00 | 5.150000e+02 |    Inf 
353.10/353.11	o 514
353.10/353.11	c * 353s|326449 | 28150 |  1494k|   4.6 | 163M| 663 |   - |1700 |3906 |1700 | 256 | 185k| 116k|3782 | 0.000000e+00 | 5.140000e+02 |    Inf 
353.10/353.14	o 491
353.10/353.14	c * 353s|326465 | 25930 |  1494k|   4.6 | 156M| 663 |   - |1700 |3909 |1700 | 249 | 185k| 116k|3782 | 0.000000e+00 | 4.910000e+02 |    Inf 
353.10/353.15	o 458
353.10/353.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
353.10/353.15	c * 353s|326466 | 22579 |  1494k|   4.6 | 144M| 663 |   - |1700 |3909 |1700 | 249 | 185k| 116k|3782 | 0.000000e+00 | 4.580000e+02 |    Inf 
353.20/353.22	o 429
353.20/353.22	c * 353s|326493 | 19698 |  1494k|   4.6 | 134M| 663 |   - |1700 |3808 |1700 | 254 | 185k| 116k|3782 | 0.000000e+00 | 4.290000e+02 |    Inf 
353.50/353.56	o 426
353.50/353.56	c * 354s|326645 | 19509 |  1497k|   4.6 | 134M| 663 |   - |1700 |3588 |1700 | 242 | 185k| 117k|3784 | 0.000000e+00 | 4.260000e+02 |    Inf 
353.50/353.57	o 408
353.50/353.57	c * 354s|326649 | 18571 |  1497k|   4.6 | 130M| 663 |   - |1700 |3588 |1700 | 242 | 185k| 117k|3784 | 0.000000e+00 | 4.080000e+02 |    Inf 
353.50/353.58	o 375
353.50/353.58	c * 354s|326650 | 15992 |  1497k|   4.6 | 119M| 663 |   - |1700 |3588 |1700 | 242 | 185k| 117k|3784 | 0.000000e+00 | 3.750000e+02 |    Inf 
353.70/353.71	o 317
353.70/353.71	c * 354s|326695 |  9658 |  1498k|   4.6 |  87M| 663 |   - |1700 |3325 |1700 | 232 | 185k| 117k|3784 | 0.000000e+00 | 3.170000e+02 |    Inf 
353.70/353.73	o 284
353.70/353.73	c * 354s|326696 |  6374 |  1498k|   4.6 |  72M| 663 |   - |1700 |3325 |1700 | 232 | 185k| 117k|3784 | 0.000000e+00 | 2.840000e+02 |    Inf 
353.70/353.75	o 259
353.70/353.75	c * 354s|326700 |  5041 |  1498k|   4.6 |  63M| 663 |   - |1700 |3077 |1700 | 231 | 185k| 117k|3784 | 0.000000e+00 | 2.590000e+02 |    Inf 
354.00/354.03	c 
354.00/354.03	c SCIP Status        : problem is solved [optimal solution found]
354.00/354.03	c Solving Time (sec) : 354.01
354.00/354.03	c Solving Nodes      : 326773
354.00/354.03	c Primal Bound       : +2.59000000000000e+02 (214 solutions)
354.00/354.03	c Dual Bound         : +2.59000000000000e+02
354.00/354.03	c Gap                : 0.00 %
354.00/354.03	s OPTIMUM FOUND
354.00/354.03	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 -x178 
354.00/354.03	v x177 -x176 x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
354.00/354.03	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 -x132 
354.00/354.03	v x131 -x130 x129 x128 -x127 x126 -x125 x124 -x123 x122 -x121 x120 -x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
354.00/354.03	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 
354.00/354.03	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 
354.00/354.03	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 
354.00/354.03	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 
354.00/354.03	c SCIP Status        : problem is solved [optimal solution found]
354.00/354.03	c Solving Time       :     354.01
354.00/354.03	c Original Problem   :
354.00/354.03	c   Problem name     : HOME/instance-2705758-1278580139.wbo
354.00/354.03	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
354.00/354.03	c   Constraints      : 1701 initial, 1701 maximal
354.00/354.03	c Presolved Problem  :
354.00/354.03	c   Problem name     : t_HOME/instance-2705758-1278580139.wbo
354.00/354.03	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
354.00/354.03	c   Constraints      : 1600 initial, 5183 maximal
354.00/354.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
354.00/354.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   probing          :       0.01          0          0          0          0          0          0          0          0
354.00/354.03	c   linear           :       0.02          0        100          0        800          0        101          0          0
354.00/354.03	c   indicator        :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
354.00/354.03	c   root node        :          -       1232          -          -       1232          -          -          -          -
354.00/354.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
354.00/354.03	c   integral         :          0          0          0     340146          0          0         25          0          0      32986
354.00/354.03	c   linear           :        800          6    1023576     323595          0       8138     813730     185837          0          0
354.00/354.03	c   indicator        :        800          0    1015601     323630          0       6429   13033961          0          0          0
354.00/354.03	c   logicor          :          0+         0     558199          0          0       4339     416851          0          0          0
354.00/354.03	c   countsols        :          0          0          0     267612          0          0          0          0          0          0
354.00/354.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
354.00/354.03	c   integral         :       3.59       0.00       0.00       3.59       0.00
354.00/354.03	c   linear           :      25.67       0.00      14.47      11.19       0.00
354.00/354.03	c   indicator        :      46.40       0.01      28.33      18.07       0.00
354.00/354.03	c   logicor          :       6.84       0.00       6.84       0.00       0.00
354.00/354.03	c   countsols        :       0.04       0.00       0.00       0.04       0.00
354.00/354.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
354.00/354.03	c   vbounds          :       0.18          2          0          0
354.00/354.03	c   rootredcost      :       0.17        102          0        597
354.00/354.03	c   pseudoobj        :      22.89    1063943      40397   12637195
354.00/354.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
354.00/354.03	c   propagation      :       2.66      52874      52560     156765       18.3       1457       11.4          -
354.00/354.03	c   infeasible LP    :       0.00         32         32        124       16.1          0        0.0          0
354.00/354.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
354.00/354.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
354.00/354.03	c   pseudo solution  :       0.00          6          6         19       11.2          0        0.0          -
354.00/354.03	c   applied globally :          -          -          -     117366       17.2          -          -          -
354.00/354.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
354.00/354.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
354.00/354.03	c   cut pool         :       0.00          4          -          -         27          -    (maximal pool size: 210)
354.00/354.03	c   redcost          :      14.13     356167          0     745615          0          0
354.00/354.03	c   impliedbounds    :       0.00          5          0          0          0          0
354.00/354.03	c   intobj           :       0.00          0          0          0          0          0
354.00/354.03	c   cgmip            :       0.00          0          0          0          0          0
354.00/354.03	c   gomory           :       0.02          5          0          0        162          0
354.00/354.03	c   strongcg         :       0.02          5          0          0        263          0
354.00/354.03	c   cmir             :       0.01          5          0          0          0          0
354.00/354.03	c   flowcover        :       0.02          5          0          0          0          0
354.00/354.03	c   clique           :       0.00          1          0          0          0          0
354.00/354.03	c   zerohalf         :       0.00          0          0          0          0          0
354.00/354.03	c   mcf              :       0.00          1          0          0          0          0
354.00/354.03	c   rapidlearning    :       0.05          1          0          0          0          0
354.00/354.03	c Pricers            :       Time      Calls       Vars
354.00/354.03	c   problem variables:       0.00          0          0
354.00/354.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
354.00/354.03	c   relpscost        :       3.49      16514          0         25          0          0      32986
354.00/354.03	c   pscost           :       0.00          0          0          0          0          0          0
354.00/354.03	c   inference        :      32.73     267510          0          0          0          0     535020
354.00/354.03	c   mostinf          :       0.00          0          0          0          0          0          0
354.00/354.03	c   leastinf         :       0.00          0          0          0          0          0          0
354.00/354.03	c   fullstrong       :       0.00          0          0          0          0          0          0
354.00/354.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
354.00/354.03	c   random           :       0.00          0          0          0          0          0          0
354.00/354.03	c Primal Heuristics  :       Time      Calls      Found
354.00/354.03	c   LP solutions     :       0.54          -        102
354.00/354.03	c   pseudo solutions :       0.00          -          0
354.00/354.03	c   feaspump         :       0.00          0          0
354.00/354.03	c   intshifting      :       0.00          0          0
354.00/354.03	c   oneopt           :       0.23         81          0
354.00/354.03	c   veclendiving     :       0.17        294          0
354.00/354.03	c   linesearchdiving :       0.18        294          0
354.00/354.03	c   guideddiving     :       0.17        294          0
354.00/354.03	c   pscostdiving     :       0.17        294          0
354.00/354.03	c   fracdiving       :       0.17        294          0
354.00/354.03	c   coefdiving       :       0.17        295          0
354.00/354.03	c   crossover        :       1.97        121          2
354.00/354.03	c   objpscostdiving  :       0.18        293          0
354.00/354.03	c   rootsoldiving    :       0.18        293          0
354.00/354.03	c   trivial          :       0.00          2          1
354.00/354.03	c   simplerounding   :       0.12      18395          0
354.00/354.03	c   zirounding       :       0.07       1000          0
354.00/354.03	c   rounding         :       0.10       1849          0
354.00/354.03	c   shifting         :       0.07        548          0
354.00/354.03	c   twoopt           :       0.00          0          0
354.00/354.03	c   fixandinfer      :       0.00          0          0
354.00/354.03	c   intdiving        :       0.00          0          0
354.00/354.03	c   actconsdiving    :       0.00          0          0
354.00/354.03	c   octane           :       0.00          0          0
354.00/354.03	c   rens             :       0.01          1          0
354.00/354.03	c   rins             :       0.00          0          0
354.00/354.03	c   localbranching   :       0.00          0          0
354.00/354.03	c   mutation         :       0.00          0          0
354.00/354.03	c   dins             :       0.00          0          0
354.00/354.03	c   undercover       :       0.00          0          0
354.00/354.03	c   nlp              :       0.05          0          0
354.00/354.03	c   trysol           :       0.14        409        109
354.00/354.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
354.00/354.03	c   primal LP        :       0.00          0          0       0.00          -
354.00/354.03	c   dual LP          :     122.74     140328    1492997      10.64   12164.31
354.00/354.03	c   lex dual LP      :       0.00          0          0       0.00          -
354.00/354.03	c   barrier LP       :       0.00          0          0       0.00          -
354.00/354.03	c   diving/probing LP:       0.11         94       6447      68.59   56963.37
354.00/354.03	c   strong branching :       3.36       3784      62762      16.59   18671.57
354.00/354.03	c     (at root node) :          -         33       6694     202.85          -
354.00/354.03	c   conflict analysis:       0.00          0          0       0.00          -
354.00/354.03	c B&B Tree           :
354.00/354.03	c   number of runs   :          1
354.00/354.03	c   nodes            :     326773
354.00/354.03	c   nodes (total)    :     326773
354.00/354.03	c   nodes left       :          0
354.00/354.03	c   max depth        :        663
354.00/354.03	c   max depth (total):        663
354.00/354.03	c   backtracks       :      23487 (7.2%)
354.00/354.03	c   delayed cutoffs  :      30239
354.00/354.03	c   repropagations   :     110965 (7082457 domain reductions, 16673 cutoffs)
354.00/354.03	c   avg switch length:       4.09
354.00/354.03	c   switching time   :      26.68
354.00/354.03	c Solution           :
354.00/354.03	c   Solutions found  :        214 (103 improvements)
354.00/354.03	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
354.00/354.03	c   Primal Bound     : +2.59000000000000e+02   (in run 1, after 326700 nodes, 353.73 seconds, depth 17, found by <relaxation>)
354.00/354.03	c   Dual Bound       : +2.59000000000000e+02
354.00/354.03	c   Gap              :       0.00 %
354.00/354.03	c   Root Dual Bound  : +0.00000000000000e+00
354.00/354.03	c   Root Iterations  :        360
354.00/354.05	c Time complete: 354.05.

Verifier Data

OK	259

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705758-1278580139/watcher-2705758-1278580139 -o /tmp/evaluation-result-2705758-1278580139/solver-2705758-1278580139 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705758-1278580139.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 1.96 3/178 24932
/proc/meminfo: memFree=28145964/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=12328 CPUtime=0
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 1924 0 0 0 0 0 0 0 22 0 1 0 26228019 12623872 1842 4089446400 4194304 10345943 140734823289216 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24932/statm: 3082 1858 429 1502 0 1575 0

[startup+0.0771419 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24932
/proc/meminfo: memFree=28145964/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=39372 CPUtime=0.07
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 8721 0 0 0 6 1 0 0 22 0 1 0 26228019 40316928 8285 4089446400 4194304 10345943 140734823289216 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 9843 8285 636 1502 0 8336 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 39372

[startup+0.101135 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24932
/proc/meminfo: memFree=28145964/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=39372 CPUtime=0.09
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 8744 0 0 0 8 1 0 0 22 0 1 0 26228019 40316928 8308 4089446400 4194304 10345943 140734823289216 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 9843 8308 636 1502 0 8336 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39372

[startup+0.301112 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24932
/proc/meminfo: memFree=28145964/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=42176 CPUtime=0.29
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 10241 0 0 0 27 2 0 0 22 0 1 0 26228019 43188224 9105 4089446400 4194304 10345943 140734823289216 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 10544 9105 750 1502 0 9037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42176

[startup+0.701036 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 24932
/proc/meminfo: memFree=28145964/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=42176 CPUtime=0.69
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 10248 0 0 0 66 3 0 0 24 0 1 0 26228019 43188224 9112 4089446400 4194304 10345943 140734823289216 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 10544 9112 757 1502 0 9037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42176

[startup+1.50089 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24933
/proc/meminfo: memFree=28112600/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=42612 CPUtime=1.49
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 10450 0 0 0 145 4 0 0 25 0 1 0 26228019 43634688 9314 4089446400 4194304 10345943 140734823289216 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 10653 9314 760 1502 0 9146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42612

[startup+3.10058 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24960
/proc/meminfo: memFree=29139880/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=41140 CPUtime=3.09
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 11070 0 0 0 305 4 0 0 25 0 1 0 26228019 42127360 9166 4089446400 4194304 10345943 140734823289216 18446744073709551615 4701011 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 10285 9166 760 1502 0 8778 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41140

[startup+6.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24960
/proc/meminfo: memFree=29140900/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=43384 CPUtime=6.29
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 14761 0 0 0 624 5 0 0 25 0 1 0 26228019 44425216 9619 4089446400 4194304 10345943 140734823289216 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 10846 9619 760 1502 0 9339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43384

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24960
/proc/meminfo: memFree=29122800/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=53124 CPUtime=12.69
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 27164 0 0 0 1261 8 0 0 25 0 1 0 26228019 54398976 11886 4089446400 4194304 10345943 140734823289216 18446744073709551615 6864980 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 13281 11886 764 1502 0 11774 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53124

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24960
/proc/meminfo: memFree=29081832/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=77396 CPUtime=25.49
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 35332 0 0 0 2536 13 0 0 25 0 1 0 26228019 79253504 17954 4089446400 4194304 10345943 140734823289216 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 19349 17954 764 1502 0 17842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77396

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24962
/proc/meminfo: memFree=28998036/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=126608 CPUtime=51.09
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 79468 0 0 0 5082 27 0 0 25 0 1 0 26228019 129646592 30074 4089446400 4194304 10345943 140734823289216 18446744073709551615 4696483 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24932/statm: 31652 30074 764 1502 0 30145 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126608

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24962
/proc/meminfo: memFree=28873432/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=183640 CPUtime=102.3
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 175612 0 0 0 10175 55 0 0 25 0 1 0 26228019 188047360 43572 4089446400 4194304 10345943 140734823289216 18446744073709551615 6002403 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24932/statm: 45910 43572 764 1502 0 44403 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183640

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24964
/proc/meminfo: memFree=28750460/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=232008 CPUtime=162.3
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 257351 0 0 0 16142 88 0 0 25 0 1 0 26228019 237576192 54469 4089446400 4194304 10345943 140734823289216 18446744073709551615 4453816 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24932/statm: 58002 54469 764 1502 0 56495 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 232008

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24966
/proc/meminfo: memFree=28592564/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=313344 CPUtime=222.29
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 331260 0 0 0 22104 125 0 0 25 0 1 0 26228019 320864256 73457 4089446400 4194304 10345943 140734823289216 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 78336 73457 764 1502 0 76829 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 313344

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 24968
/proc/meminfo: memFree=28429796/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=410884 CPUtime=282.29
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 366528 0 0 0 28066 163 0 0 25 0 1 0 26228019 420745216 92752 4089446400 4194304 10345943 140734823289216 18446744073709551615 6711288 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 102721 92752 764 1502 0 101214 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 410884

[startup+342.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 24969
/proc/meminfo: memFree=28302628/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=454880 CPUtime=342.29
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 406382 0 0 0 34018 211 0 0 25 0 1 0 26228019 465797120 102001 4089446400 4194304 10345943 140734823289216 18446744073709551615 6556803 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 113720 102001 765 1502 0 112213 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 454880

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

[startup+345.501 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 24969
/proc/meminfo: memFree=28296672/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=456112 CPUtime=345.5
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 406829 0 0 0 34335 215 0 0 25 0 1 0 26228019 467058688 102448 4089446400 4194304 10345943 140734823289216 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114028 102448 765 1502 0 112521 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 456112

[startup+348.706 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 24969
/proc/meminfo: memFree=28289476/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=458376 CPUtime=348.7
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 409165 0 0 0 34653 217 0 0 25 0 1 0 26228019 469377024 102869 4089446400 4194304 10345943 140734823289216 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114594 102869 765 1502 0 113087 0
Current children cumulated CPU time (s) 348.7
Current children cumulated vsize (KiB) 458376

[startup+351.901 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 24970
/proc/meminfo: memFree=28284256/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=457944 CPUtime=351.9
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 415961 0 0 0 34971 219 0 0 25 0 1 0 26228019 468934656 103071 4089446400 4194304 10345943 140734823289216 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114486 103071 765 1502 0 112979 0
Current children cumulated CPU time (s) 351.9
Current children cumulated vsize (KiB) 457944

[startup+352.701 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 24970
/proc/meminfo: memFree=28284256/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=458928 CPUtime=352.7
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 415987 0 0 0 35050 220 0 0 25 0 1 0 26228019 469942272 103097 4089446400 4194304 10345943 140734823289216 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114732 103097 765 1502 0 113225 0
Current children cumulated CPU time (s) 352.7
Current children cumulated vsize (KiB) 458928

[startup+353.5 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 24970
/proc/meminfo: memFree=28283016/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=459324 CPUtime=353.5
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 416029 0 0 0 35130 220 0 0 25 0 1 0 26228019 470347776 103139 4089446400 4194304 10345943 140734823289216 18446744073709551615 6712071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114831 103139 765 1502 0 113324 0
Current children cumulated CPU time (s) 353.5
Current children cumulated vsize (KiB) 459324

[startup+353.9 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 24970
/proc/meminfo: memFree=28283016/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=459324 CPUtime=353.9
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 416031 0 0 0 35170 220 0 0 25 0 1 0 26228019 470347776 103141 4089446400 4194304 10345943 140734823289216 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114831 103141 765 1502 0 113324 0
Current children cumulated CPU time (s) 353.9
Current children cumulated vsize (KiB) 459324

[startup+354 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 24970
/proc/meminfo: memFree=28283016/32951124 swapFree=67111528/67111528
[pid=24932] ppid=24930 vsize=459324 CPUtime=354
/proc/24932/stat : 24932 (pbscip.linux.x8) R 24930 24932 24309 0 -1 4202496 416032 0 0 0 35180 220 0 0 25 0 1 0 26228019 470347776 103142 4089446400 4194304 10345943 140734823289216 18446744073709551615 4218182 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24932/statm: 114831 103142 765 1502 0 113324 0
Current children cumulated CPU time (s) 354
Current children cumulated vsize (KiB) 459324

Child status: 0
Real time (s): 354.06
CPU time (s): 354.064
CPU user time (s): 351.839
CPU system time (s): 2.22466
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 459548

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

runsolver used 0.484926 second user time and 1.14383 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-08 11:09:00
IDJOB=2705758
IDBENCH=79422
IDSOLVER=1214
FILE ID=node109/2705758-1278580139
PBS_JOBID= 11240235
Free space on /tmp= 73756 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh211_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-2705758-1278580139/watcher-2705758-1278580139 -o /tmp/evaluation-result-2705758-1278580139/solver-2705758-1278580139 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705758-1278580139.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b50e414b5ae2abd5c7b876bc50645ba2
RANDOM SEED=352665950

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.82
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.817
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.817
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.83
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.817
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.75
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.817
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.82
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.817
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.817
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:      28146492 kB
Buffers:        163416 kB
Cached:        3371884 kB
SwapCached:          0 kB
Active:        3055140 kB
Inactive:      1600864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28146492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12868 kB
Writeback:           0 kB
AnonPages:     1121372 kB
Mapped:          17772 kB
Slab:            82400 kB
PageTables:       7228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1368704 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= 73744 MiB
End job on node109 at 2010-07-08 11:14:54