Trace number 2705533

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 solverMSAT 1790.14 1790.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900579996--soft-66-100-0.wbo
MD5SUM088560862f81f380de0695aae8f2f503
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark373.059
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints899
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2705533-1278572955.wbo>
0.01/0.02	c original problem has 2029 variables (1130 bin, 0 int, 899 impl, 0 cont) and 3607 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.03	c presolving:
0.01/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.01/0.06	c (round 2) 0 del vars, 110 del conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.01/0.08	c (round 3) 51 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.01/0.09	c (round 4) 134 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.10	c (round 5) 134 del vars, 262 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  134 deleted vars, 262 deleted constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.13	c  1871 implications, 11 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3345 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      51 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1629 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    35 |     - |8797k|   0 |  30 |1895 |3345 |1895 |1681 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    73 |     - |8992k|   0 |  21 |1895 |3349 |1895 |1701 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |   103 |     - |9077k|   0 |  27 |1895 |3349 |1895 |1708 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   130 |     - |9311k|   0 |  30 |1895 |3349 |1895 |1714 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   207 |     - |9625k|   0 |  45 |1895 |3349 |1895 |1720 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   311 |     - |9643k|   0 |  55 |1895 |3349 |1895 |1724 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   433 |     - |  10M|   0 |  67 |1895 |3349 |1895 |1732 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.33	c   1.3s|     1 |     2 |   433 |     - |  10M|   0 |  67 |1895 |3349 |1895 |1732 |  51 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
7.19/7.27	o 42674
7.19/7.27	c y 7.2s|    18 |    17 |  2227 | 105.5 |  10M|  16 |   - |1895 |3349 |   0 |   0 |  55 |   0 | 242 | 0.000000e+00 | 4.267400e+04 |    Inf 
12.19/12.22	o 579
12.19/12.22	c *12.2s|   143 |   116 |  6456 |  42.4 |  10M|  24 |   - |1895 |3368 |1895 |1737 | 121 |  19 | 592 | 0.000000e+00 | 5.790000e+02 |    Inf 
12.59/12.68	o 356
12.59/12.68	c *12.7s|   426 |   347 |  7721 |  17.1 |  11M|  61 |   - |1895 |3381 |1895 |1739 | 187 |  32 | 599 | 0.000000e+00 | 3.560000e+02 |    Inf 
12.79/12.81	o 347
12.79/12.81	c *12.8s|   524 |   411 |  7906 |  14.3 |  12M|  66 |   - |1895 |3429 |1895 |1740 | 189 |  80 | 600 | 0.000000e+00 | 3.470000e+02 |    Inf 
12.79/12.83	o 341
12.79/12.83	c *12.8s|   540 |   422 |  7922 |  13.9 |  12M|  66 |   - |1895 |3432 |1895 |1740 | 189 |  83 | 600 | 0.000000e+00 | 3.410000e+02 |    Inf 
13.09/13.10	o 339
13.09/13.10	c *13.1s|   721 |   517 |  8701 |  11.5 |  12M|  66 |   - |1895 |3535 |1895 |1749 | 214 | 191 | 606 | 0.000000e+00 | 3.390000e+02 |    Inf 
13.09/13.12	o 286
13.09/13.12	c *13.1s|   729 |   510 |  8718 |  11.4 |  12M|  66 |   - |1895 |3535 |1895 |1740 | 214 | 191 | 606 | 0.000000e+00 | 2.860000e+02 |    Inf 
13.49/13.50	o 281
13.49/13.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.49/13.50	c *13.5s|   785 |   546 | 11013 |  13.5 |  12M|  66 |   - |1895 |3579 |1895 |1745 | 237 | 238 | 619 | 0.000000e+00 | 2.810000e+02 |    Inf 
13.99/14.08	o 257
13.99/14.08	c *14.1s|  1160 |   638 | 12859 |  10.7 |  13M|  66 |   - |1895 |3888 |1895 |1741 | 285 | 609 | 623 | 0.000000e+00 | 2.570000e+02 |    Inf 
14.09/14.18	o 252
14.09/14.18	c *14.2s|  1211 |   645 | 13300 |  10.6 |  13M|  66 |   - |1895 |3938 |1895 |1751 | 300 | 671 | 623 | 0.000000e+00 | 2.520000e+02 |    Inf 
14.20/14.30	o 220
14.20/14.30	c *14.3s|  1261 |   630 | 13979 |  10.8 |  13M|  66 |   - |1895 |3967 |1895 |1740 | 318 | 705 | 623 | 0.000000e+00 | 2.200000e+02 |    Inf 
14.59/14.67	o 209
14.59/14.67	c *14.7s|  1354 |   648 | 16172 |  11.6 |  13M|  66 |   - |1895 |3955 |1895 |1743 | 333 | 765 | 627 | 0.000000e+00 | 2.090000e+02 |    Inf 
15.39/15.42	o 185
15.39/15.42	c *15.4s|  1795 |   781 | 18672 |  10.2 |  14M|  66 |   - |1895 |4206 |1895 |1744 | 397 |1161 | 632 | 0.000000e+00 | 1.850000e+02 |    Inf 
21.39/21.44	o 168
21.39/21.44	c *21.4s|  4231 |  1240 | 51588 |  12.1 |  17M|  66 |   - |1895 |4247 |1895 |1726 | 971 |3544 | 712 | 0.000000e+00 | 1.680000e+02 |    Inf 
26.39/26.41	o 134
26.39/26.41	c *26.4s|  6439 |  1637 | 77070 |  11.9 |  20M|  66 |   - |1895 |4637 |1895 |1732 |1597 |5760 | 784 | 0.000000e+00 | 1.340000e+02 |    Inf 
26.39/26.46	o 99
26.39/26.46	c *26.4s|  6474 |  1470 | 77127 |  11.8 |  19M|  66 |   - |1895 |4666 |1895 |1737 |1602 |5793 | 784 | 0.000000e+00 | 9.900000e+01 |    Inf 
32.59/32.69	o 89
32.59/32.69	c *32.7s|  9487 |  1585 |105994 |  11.1 |  22M|  66 |   - |1895 |5047 |1895 |1726 |2167 |9219 | 838 | 0.000000e+00 | 8.900000e+01 |    Inf 
33.69/33.79	c  33.8s| 10000 |  1627 |111240 |  11.1 |  22M|  66 |   - |1895 |4899 |   0 |   0 |2274 |9798 | 854 | 0.000000e+00 | 8.900000e+01 |    Inf 
37.99/38.02	o 67
37.99/38.02	c *38.0s| 12036 |  1389 |132585 |  11.0 |  22M|  66 |   - |1895 |4802 |1895 |1729 |2479 |  12k| 866 | 0.000000e+00 | 6.700000e+01 |    Inf 
40.29/40.33	o 52
40.29/40.33	c *40.3s| 13321 |  1384 |142933 |  10.7 |  22M|  66 |   - |1895 |4880 |1895 |1733 |2712 |  13k| 887 | 0.000000e+00 | 5.200000e+01 |    Inf 
40.29/40.33	o 40
40.29/40.33	c *40.3s| 13322 |  1212 |142933 |  10.7 |  21M|  66 |   - |1895 |4880 |1895 |1731 |2712 |  13k| 887 | 0.000000e+00 | 4.000000e+01 |    Inf 
49.39/49.47	o 32
49.39/49.47	c *49.5s| 17635 |  1158 |196376 |  11.1 |  22M|  66 |   - |1895 |6207 |1895 |1732 |3452 |  19k|1008 | 0.000000e+00 | 3.200000e+01 |    Inf 
51.99/52.08	o 16
51.99/52.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.99/52.08	c *52.1s| 19145 |   994 |210615 |  11.0 |  21M|  66 |   - |1895 |6336 |1895 |1727 |3569 |  21k|1027 | 0.000000e+00 | 1.600000e+01 |    Inf 
53.80/53.84	c  53.8s| 20000 |   982 |222748 |  11.1 |  20M|  66 |   - |1895 |5675 |1895 |1726 |3645 |  22k|1028 | 0.000000e+00 | 1.600000e+01 |    Inf 
75.29/75.30	c  75.3s| 30000 |  1069 |379637 |  12.6 |  22M|  66 |   - |1895 |7151 |   0 |   0 |4379 |  35k|1124 | 0.000000e+00 | 1.600000e+01 |    Inf 
94.89/94.90	c  94.9s| 40000 |  1148 |514443 |  12.9 |  24M|  67 |   - |1895 |9583 |   0 |   0 |5249 |  48k|1169 | 0.000000e+00 | 1.600000e+01 |    Inf 
101.39/101.44	o 13
101.39/101.44	c * 101s| 43702 |  1053 |552805 |  12.6 |  24M|  67 |   - |1895 |  10k|1895 |1738 |5737 |  53k|1216 | 0.000000e+00 | 1.300000e+01 |    Inf 
105.90/105.93	o 12
105.90/105.93	c * 106s| 45892 |  1044 |582305 |  12.7 |  24M|  67 |   - |1895 |9972 |1895 |1739 |5912 |  57k|1289 | 0.000000e+00 | 1.200000e+01 |    Inf 
113.69/113.75	c   114s| 50000 |   972 |632153 |  12.6 |  23M|  67 |   - |1895 |8082 |   0 |   0 |6421 |  62k|1372 | 0.000000e+00 | 1.200000e+01 |    Inf 
122.79/122.89	o 6
122.79/122.89	c * 123s| 54609 |   740 |694595 |  12.7 |  22M|  67 |   - |1895 |9857 |1895 |1734 |6835 |  68k|1510 | 0.000000e+00 | 6.000000e+00 |    Inf 
131.79/131.80	c   132s| 60000 |   695 |750367 |  12.5 |  23M|  67 |   - |1895 |  10k|   0 |   0 |7222 |  75k|1593 | 0.000000e+00 | 6.000000e+00 |    Inf 
137.29/137.40	o 1
137.29/137.40	c * 137s| 63020 |   558 |784013 |  12.4 |  21M|  67 |   - |1895 |7781 |1895 |1735 |7446 |  79k|1714 | 0.000000e+00 | 1.000000e+00 |    Inf 
150.29/150.31	c   150s| 70000 |   530 |870077 |  12.4 |  21M|  67 |  21 |1895 |9177 |1895 |1726 |7815 |  88k|1839 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.39/172.45	c   172s| 80000 |   602 |  1023k|  12.8 |  23M|  67 |   - |1895 |  12k|   0 |   0 |8395 | 102k|2059 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.19/194.28	c   194s| 90000 |   533 |  1167k|  13.0 |  22M|  67 |   - |1895 |  11k|1895 |1726 |8967 | 115k|2262 | 0.000000e+00 | 1.000000e+00 |    Inf 
217.19/217.29	c   217s|100000 |   668 |  1320k|  13.2 |  25M|  67 |   - |1895 |  15k|1895 |1734 |9460 | 128k|2495 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.30/241.34	c   241s|110000 |   723 |  1479k|  13.4 |  26M|  67 |  23 |1895 |  17k|1895 |1726 |9794 | 141k|2724 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.29/265.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
265.29/265.32	c   265s|120000 |   872 |  1643k|  13.7 |  28M|  67 |  25 |1895 |  18k|1895 |1726 |  10k| 155k|2893 | 0.000000e+00 | 1.000000e+00 |    Inf 
290.80/290.88	c   291s|130000 |   973 |  1814k|  14.0 |  30M|  72 |   - |1895 |  21k|1895 |1726 |  10k| 170k|3062 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.20/319.29	c   319s|140000 |   989 |  2004k|  14.3 |  31M|  78 |   - |1895 |  23k|1895 |1726 |  11k| 185k|3263 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.50/343.59	c   344s|150000 |  1002 |  2152k|  14.4 |  32M|  78 |   - |1895 |  24k|1895 |1726 |  11k| 200k|3419 | 0.000000e+00 | 1.000000e+00 |    Inf 
369.30/369.38	c   369s|160000 |   975 |  2317k|  14.5 |  32M|  78 |   - |1895 |  23k|   0 |   0 |  12k| 214k|3553 | 0.000000e+00 | 1.000000e+00 |    Inf 
393.80/393.80	c   394s|170000 |   955 |  2471k|  14.5 |  31M|  78 |  26 |1895 |  21k|1895 |1726 |  12k| 229k|3695 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.39/421.41	c   421s|180000 |   980 |  2652k|  14.7 |  31M|  78 |   1 |1895 |  20k|1895 |1726 |  13k| 244k|3865 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.30/449.37	c   449s|190000 |  1017 |  2841k|  15.0 |  33M|  78 |  20 |1895 |  21k|1895 |1726 |  13k| 258k|4007 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.70/476.72	c   477s|200000 |  1128 |  3024k|  15.1 |  35M|  83 |   - |1895 |  24k|   0 |   0 |  14k| 274k|4148 | 0.000000e+00 | 1.000000e+00 |    Inf 
507.20/507.24	c   507s|210000 |  1115 |  3235k|  15.4 |  35M|  85 |  25 |1895 |  24k|1895 |1726 |  14k| 290k|4290 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.10/536.20	c   536s|220000 |  1082 |  3435k|  15.6 |  35M|  86 |  16 |1895 |  25k|1895 |1735 |  14k| 306k|4417 | 0.000000e+00 | 1.000000e+00 |    Inf 
562.30/562.35	c   562s|230000 |   864 |  3603k|  15.7 |  30M|  86 |   - |1895 |  17k|   0 |   0 |  15k| 322k|4531 | 0.000000e+00 | 1.000000e+00 |    Inf 
585.70/585.72	c   586s|240000 |   732 |  3756k|  15.7 |  29M|  86 |  19 |1895 |  16k|1895 |1726 |  15k| 336k|4643 | 0.000000e+00 | 1.000000e+00 |    Inf 
610.51/610.55	c   611s|250000 |   730 |  3921k|  15.7 |  29M|  86 |  22 |1895 |  18k|1895 |1726 |  16k| 349k|4775 | 0.000000e+00 | 1.000000e+00 |    Inf 
636.80/636.85	c   637s|260000 |   746 |  4092k|  15.7 |  30M|  86 |   - |1895 |  20k|   0 |   0 |  16k| 364k|4906 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.01/661.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.01/661.04	c   661s|270000 |   530 |  4245k|  15.7 |  24M|  86 |  23 |1895 |  10k|1895 |1726 |  16k| 378k|5019 | 0.000000e+00 | 1.000000e+00 |    Inf 
684.21/684.28	c   684s|280000 |   420 |  4411k|  15.8 |  24M|  86 |  21 |1895 |  10k|1895 |1741 |  17k| 392k|5142 | 0.000000e+00 | 1.000000e+00 |    Inf 
707.31/707.38	c   707s|290000 |   393 |  4568k|  15.8 |  24M|  86 |  20 |1895 |  12k|1895 |1726 |  17k| 406k|5236 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.60/729.61	c   730s|300000 |   434 |  4711k|  15.7 |  26M|  86 |  25 |1895 |  16k|1895 |1726 |  18k| 419k|5325 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.10/753.17	c   753s|310000 |   477 |  4870k|  15.7 |  27M|  86 |   - |1895 |  18k|   0 |   0 |  19k| 433k|5407 | 0.000000e+00 | 1.000000e+00 |    Inf 
776.51/776.53	c   777s|320000 |   507 |  5017k|  15.7 |  27M|  86 |   - |1895 |  17k|   0 |   0 |  19k| 447k|5507 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.00/800.01	c   800s|330000 |   523 |  5164k|  15.6 |  29M|  86 |  23 |1895 |  20k|1895 |1731 |  21k| 460k|5578 | 0.000000e+00 | 1.000000e+00 |    Inf 
824.01/824.02	c   824s|340000 |   565 |  5314k|  15.6 |  31M|  86 |  26 |1895 |  24k|1895 |1732 |  21k| 473k|5643 | 0.000000e+00 | 1.000000e+00 |    Inf 
848.31/848.36	c   848s|350000 |   696 |  5448k|  15.6 |  33M|  86 |   - |1895 |  28k|   0 |   0 |  22k| 488k|5723 | 0.000000e+00 | 1.000000e+00 |    Inf 
873.60/873.65	c   874s|360000 |   675 |  5586k|  15.5 |  33M|  86 |   1 |1895 |  28k|1895 |1726 |  23k| 502k|5789 | 0.000000e+00 | 1.000000e+00 |    Inf 
898.80/898.83	c   899s|370000 |   670 |  5732k|  15.5 |  33M|  86 |   - |1895 |  25k|   0 |   0 |  24k| 515k|5879 | 0.000000e+00 | 1.000000e+00 |    Inf 
923.51/923.58	c   924s|380000 |   755 |  5870k|  15.4 |  34M|  86 |   - |1895 |  27k|1895 |1726 |  25k| 529k|5948 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.80/948.82	c   949s|390000 |   765 |  6010k|  15.4 |  35M|  86 |   - |1895 |  28k|1895 |1735 |  25k| 542k|6008 | 0.000000e+00 | 1.000000e+00 |    Inf 
974.91/974.98	c   975s|400000 |   839 |  6158k|  15.4 |  36M|  86 |   - |1895 |  30k|   0 |   0 |  26k| 557k|6085 | 0.000000e+00 | 1.000000e+00 |    Inf 
1003.60/1003.61	c  1004s|410000 |   842 |  6317k|  15.4 |  36M|  86 |  17 |1895 |  30k|1895 |1726 |  26k| 572k|6190 | 0.000000e+00 | 1.000000e+00 |    Inf 
1031.72/1031.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1031.72/1031.76	c  1032s|420000 |   857 |  6475k|  15.4 |  38M|  86 |   - |1895 |  34k|1895 |1726 |  27k| 586k|6275 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.21/1061.29	c  1061s|430000 |   975 |  6647k|  15.5 |  39M|  86 |  11 |1895 |  34k|1895 |1732 |  27k| 601k|6350 | 0.000000e+00 | 1.000000e+00 |    Inf 
1090.12/1090.16	c  1090s|440000 |  1074 |  6792k|  15.4 |  40M|  86 |  21 |1895 |  36k|1895 |1726 |  28k| 617k|6427 | 0.000000e+00 | 1.000000e+00 |    Inf 
1116.81/1116.81	c  1117s|450000 |  1101 |  6919k|  15.4 |  41M|  86 |  20 |1895 |  37k|1895 |1726 |  29k| 632k|6493 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.01/1146.10	c  1146s|460000 |  1153 |  7072k|  15.4 |  42M|  86 |   - |1895 |  38k|   0 |   0 |  29k| 647k|6550 | 0.000000e+00 | 1.000000e+00 |    Inf 
1176.91/1176.96	c  1177s|470000 |  1289 |  7238k|  15.4 |  42M|  86 |   - |1895 |  36k|   0 |   0 |  30k| 661k|6606 | 0.000000e+00 | 1.000000e+00 |    Inf 
1207.21/1207.20	c  1207s|480000 |  1383 |  7394k|  15.4 |  44M|  86 |  23 |1895 |  38k|1895 |1726 |  30k| 675k|6674 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.01/1239.05	c  1239s|490000 |  1424 |  7558k|  15.4 |  45M|  86 |  27 |1895 |  39k|1895 |1726 |  30k| 691k|6749 | 0.000000e+00 | 1.000000e+00 |    Inf 
1270.12/1270.14	c  1270s|500000 |  1530 |  7728k|  15.5 |  46M|  86 |  28 |1895 |  40k|1895 |1726 |  31k| 705k|6833 | 0.000000e+00 | 1.000000e+00 |    Inf 
1302.42/1302.49	c  1302s|510000 |  1741 |  7913k|  15.5 |  48M|  86 |  20 |1895 |  44k|1895 |1726 |  31k| 720k|6906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.81/1332.84	c  1333s|520000 |  1977 |  8070k|  15.5 |  50M|  86 |   - |1895 |  43k|1895 |1726 |  32k| 736k|6980 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.82/1361.86	c  1362s|530000 |  2095 |  8212k|  15.5 |  51M|  86 |  40 |1895 |  45k|1895 |1726 |  32k| 751k|7045 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.02/1393.06	c  1393s|540000 |  2169 |  8369k|  15.5 |  53M|  86 |  22 |1895 |  48k|1895 |1726 |  33k| 767k|7101 | 0.000000e+00 | 1.000000e+00 |    Inf 
1421.61/1421.63	c  1422s|550000 |  2260 |  8508k|  15.5 |  55M|  86 |   - |1895 |  50k|   0 |   0 |  33k| 783k|7141 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.11/1455.15	c  1455s|560000 |  2335 |  8669k|  15.5 |  55M|  86 |  20 |1895 |  50k|1895 |1736 |  34k| 798k|7199 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.11/1493.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1493.11/1493.15	c  1493s|570000 |  2502 |  8865k|  15.6 |  56M|  86 |   - |1895 |  48k|1895 |1734 |  34k| 814k|7267 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.62/1524.66	c  1525s|580000 |  2597 |  9016k|  15.5 |  57M|  86 |  21 |1895 |  49k|1895 |1726 |  35k| 830k|7311 | 0.000000e+00 | 1.000000e+00 |    Inf 
1556.02/1556.01	c  1556s|590000 |  2806 |  9162k|  15.5 |  59M|  86 |   9 |1895 |  51k|1895 |1726 |  35k| 845k|7344 | 0.000000e+00 | 1.000000e+00 |    Inf 
1586.41/1586.41	c  1586s|600000 |  2845 |  9307k|  15.5 |  59M|  86 |   - |1895 |  51k|   0 |   0 |  36k| 860k|7378 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.52/1615.52	c  1616s|610000 |  2831 |  9439k|  15.5 |  59M|  86 |   - |1895 |  48k|1895 |1733 |  37k| 876k|7433 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.31/1649.39	c  1649s|620000 |  2884 |  9607k|  15.5 |  59M|  86 |   - |1895 |  47k|   0 |   0 |  37k| 891k|7479 | 0.000000e+00 | 1.000000e+00 |    Inf 
1684.02/1684.07	c  1684s|630000 |  3027 |  9795k|  15.5 |  60M|  86 |   - |1895 |  48k|   0 |   0 |  37k| 907k|7526 | 0.000000e+00 | 1.000000e+00 |    Inf 
1713.62/1713.63	c  1714s|640000 |  3014 |  9938k|  15.5 |  61M|  86 |   - |1895 |  50k|   0 |   0 |  38k| 922k|7582 | 0.000000e+00 | 1.000000e+00 |    Inf 
1746.42/1746.42	c  1746s|650000 |  3097 | 10102k|  15.5 |  62M|  86 |  19 |1895 |  49k|1895 |1726 |  38k| 938k|7631 | 0.000000e+00 | 1.000000e+00 |    Inf 
1777.22/1777.24	c  1777s|660000 |  3194 | 10252k|  15.5 |  63M|  86 |   - |1895 |  51k|   0 |   0 |  39k| 954k|7676 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.02/1790.00	c 
1790.02/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.00	c Solving Time (sec) : 1789.98
1790.02/1790.00	c Solving Nodes      : 663408
1790.02/1790.00	c Primal Bound       : +1.00000000000000e+00 (107 solutions)
1790.02/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.02/1790.00	c Gap                : infinite
1790.02/1790.01	s SATISFIABLE
1790.02/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.02/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.02/1790.01	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.02/1790.01	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1790.02/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1790.02/1790.01	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.02/1790.01	v -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1790.02/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1790.02/1790.01	v -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.02/1790.01	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.02/1790.01	v x1 
1790.02/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.02/1790.01	c Solving Time       :    1789.98
1790.02/1790.01	c Original Problem   :
1790.02/1790.01	c   Problem name     : HOME/instance-2705533-1278572955.wbo
1790.02/1790.01	c   Variables        : 2029 (1130 binary, 0 integer, 899 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3607 initial, 3607 maximal
1790.02/1790.01	c Presolved Problem  :
1790.02/1790.01	c   Problem name     : t_HOME/instance-2705533-1278572955.wbo
1790.02/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.02/1790.01	c   Constraints      : 3345 initial, 53603 maximal
1790.02/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.02/1790.01	c   trivial          :       0.00         67          0          0          0          0          0          0          0
1790.02/1790.01	c   dualfix          :       0.00         67          0          0          0          0          0          0          0
1790.02/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.02/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   setppc           :       0.00          0          0          0          0          0          4          0          0
1790.02/1790.01	c   linear           :       0.05          0          0          0        915          0        191        132          0
1790.02/1790.01	c   indicator        :       0.00          0          0          0          0          0         67          0          0
1790.02/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.02/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.02/1790.01	c   root node        :          -       1664          -          -       1664          -          -          -          -
1790.02/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   integral         :          0          0          0     366873          0        157       1480          0          0     714572
1790.02/1790.01	c   knapsack         :          1          6    3247038       8201          1      37407    7645281          0          0          0
1790.02/1790.01	c   setppc           :         51          6    3228717       8217          1      30494    1720519          0          0          0
1790.02/1790.01	c   linear           :        832+         7    3198719       8311          1      77756    4170829      39550          0          0
1790.02/1790.01	c   indicator        :        832          0     302857       3063          0        439     799111          0          0          0
1790.02/1790.01	c   logicor          :       1629+         6    1508635       1602          1     141568    5625112          0          0          0
1790.02/1790.01	c   bounddisjunction :          0+         0     140425          0          0        342       2105          0          0          0
1790.02/1790.01	c   countsols        :          0          0          0       1602          1          0          0          0          0          0
1790.02/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.02/1790.01	c   integral         :      41.97       0.00       0.00      41.97       0.00
1790.02/1790.01	c   knapsack         :      31.82       0.00      31.82       0.00       0.00
1790.02/1790.01	c   setppc           :      10.31       0.00      10.30       0.01       0.00
1790.02/1790.01	c   linear           :      46.22       0.00      45.98       0.24       0.00
1790.02/1790.01	c   indicator        :       2.97       0.00       2.83       0.14       0.00
1790.02/1790.01	c   logicor          :     260.82       0.00     260.80       0.02       0.00
1790.02/1790.01	c   bounddisjunction :       0.27       0.00       0.27       0.00       0.00
1790.02/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.02/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.02/1790.01	c   vbounds          :       0.51      14247          2        493
1790.02/1790.01	c   rootredcost      :       0.49         26          0        832
1790.02/1790.01	c   pseudoobj        :      37.82    3269414       2861     842081
1790.02/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.02/1790.01	c   propagation      :      12.87     290428     290187    1809747       31.0      10400       24.7          -
1790.02/1790.01	c   infeasible LP    :      11.50      61705      61704     509322       46.2        488       16.4          0
1790.02/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.02/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.02/1790.01	c   applied globally :          -          -          -     959874       27.1          -          -          -
1790.02/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.02/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.02/1790.01	c   cut pool         :       0.00          5          -          -         46          -    (maximal pool size: 509)
1790.02/1790.01	c   redcost          :      11.55     367425          0      15843          0          0
1790.02/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.02/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.02/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.02/1790.01	c   gomory           :       0.15          6          0          0       2076          0
1790.02/1790.01	c   strongcg         :       0.12          6          0          0       2544          0
1790.02/1790.01	c   cmir             :       0.02          6          0          0          2          0
1790.02/1790.01	c   flowcover        :       0.04          6          0          0          3          0
1790.02/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.02/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.02/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.02/1790.01	c   rapidlearning    :       0.07          1          0          0          0          4
1790.02/1790.01	c Pricers            :       Time      Calls       Vars
1790.02/1790.01	c   problem variables:       0.00          0          0
1790.02/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.02/1790.01	c   relpscost        :      41.68     358544        157       1480          0          0     714572
1790.02/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   inference        :       0.21       1578          0          0          0          0       3158
1790.02/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.02/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.02/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.02/1790.01	c   LP solutions     :       0.01          -         25
1790.02/1790.01	c   pseudo solutions :       0.00          -          0
1790.02/1790.01	c   intshifting      :       0.01          0          0
1790.02/1790.01	c   feaspump         :       0.02          1          0
1790.02/1790.01	c   oneopt           :       0.24         25          0
1790.02/1790.01	c   crossover        :       0.60         16          0
1790.02/1790.01	c   fracdiving       :       0.51        129          0
1790.02/1790.01	c   guideddiving     :       0.60        129          0
1790.02/1790.01	c   coefdiving       :       0.58        129          0
1790.02/1790.01	c   pscostdiving     :       0.47        129          0
1790.02/1790.01	c   veclendiving     :       0.51        129          0
1790.02/1790.01	c   linesearchdiving :       0.44        129          0
1790.02/1790.01	c   objpscostdiving  :       0.38         65          0
1790.02/1790.01	c   rootsoldiving    :       0.49         65          0
1790.02/1790.01	c   trivial          :       0.00          2          0
1790.02/1790.01	c   simplerounding   :       0.51     358673          0
1790.02/1790.01	c   zirounding       :       0.25       1000          0
1790.02/1790.01	c   rounding         :       0.81       8419          0
1790.02/1790.01	c   shifting         :       0.76       2656          0
1790.02/1790.01	c   twoopt           :       0.00          0          0
1790.02/1790.01	c   fixandinfer      :       0.00          0          0
1790.02/1790.01	c   intdiving        :       0.00          0          0
1790.02/1790.01	c   actconsdiving    :       0.00          0          0
1790.02/1790.01	c   octane           :       0.00          0          0
1790.02/1790.01	c   rens             :       0.02          1          0
1790.02/1790.01	c   rins             :       0.00          0          0
1790.02/1790.01	c   localbranching   :       0.00          0          0
1790.02/1790.01	c   mutation         :       0.00          0          0
1790.02/1790.01	c   dins             :       0.00          0          0
1790.02/1790.01	c   undercover       :       0.00          0          0
1790.02/1790.01	c   nlp              :       0.10          0          0
1790.02/1790.01	c   trysol           :       0.21        171         82
1790.02/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.02/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.02/1790.01	c   dual LP          :     972.15     426310   10303553      24.17   10598.76
1790.02/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.02/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.02/1790.01	c   diving/probing LP:       2.60       1969      18015       9.15    6926.54
1790.02/1790.01	c   strong branching :      37.79       7676     410989      53.54   10875.70
1790.02/1790.01	c     (at root node) :          -         13       6121     470.85          -
1790.02/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.02/1790.01	c B&B Tree           :
1790.02/1790.01	c   number of runs   :          1
1790.02/1790.01	c   nodes            :     663408
1790.02/1790.01	c   nodes (total)    :     663408
1790.02/1790.01	c   nodes left       :       3278
1790.02/1790.01	c   max depth        :         86
1790.02/1790.01	c   max depth (total):         86
1790.02/1790.01	c   backtracks       :      76215 (11.5%)
1790.02/1790.01	c   delayed cutoffs  :      48921
1790.02/1790.01	c   repropagations   :    1433015 (3499739 domain reductions, 46869 cutoffs)
1790.02/1790.01	c   avg switch length:       5.72
1790.02/1790.01	c   switching time   :     202.42
1790.02/1790.01	c Solution           :
1790.02/1790.01	c   Solutions found  :        107 (26 improvements)
1790.02/1790.01	c   First Solution   : +4.26740000000000e+04   (in run 1, after 17 nodes, 7.24 seconds, depth 17, found by <trysol>)
1790.02/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 63020 nodes, 137.37 seconds, depth 27, found by <relaxation>)
1790.02/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.02/1790.01	c   Gap              :   infinite
1790.02/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.02/1790.01	c   Root Iterations  :        433
1790.12/1790.11	c Time complete: 1790.13.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705533-1278572955/watcher-2705533-1278572955 -o /tmp/evaluation-result-2705533-1278572955/solver-2705533-1278572955 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705533-1278572955.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: 0.07 0.02 0.00 2/173 21334
/proc/meminfo: memFree=28994756/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=12340 CPUtime=0
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 1945 0 0 0 0 0 0 0 24 0 1 0 25509081 12636160 1864 4089446400 4194304 10345943 140737444261584 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21334/statm: 3085 1864 429 1502 0 1578 0

[startup+0.0150171 s]
/proc/loadavg: 0.07 0.02 0.00 2/173 21334
/proc/meminfo: memFree=28994756/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=14452 CPUtime=0.01
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 2449 0 0 0 1 0 0 0 24 0 1 0 25509081 14798848 2368 4089446400 4194304 10345943 140737444261584 18446744073709551615 9027662 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21334/statm: 3613 2368 429 1502 0 2106 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14452

[startup+0.101027 s]
/proc/loadavg: 0.07 0.02 0.00 2/173 21334
/proc/meminfo: memFree=28994756/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=27416 CPUtime=0.09
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 5916 0 0 0 9 0 0 0 24 0 1 0 25509081 28073984 5481 4089446400 4194304 10345943 140737444261584 18446744073709551615 5093473 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 6854 5481 561 1502 0 5347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27416

[startup+0.300997 s]
/proc/loadavg: 0.07 0.02 0.00 2/173 21334
/proc/meminfo: memFree=28994756/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=52708 CPUtime=0.29
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 11830 0 0 0 26 3 0 0 18 0 1 0 25509081 53972992 11393 4089446400 4194304 10345943 140737444261584 18446744073709551615 6197309 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 13177 11393 760 1502 0 11670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52708

[startup+0.70093 s]
/proc/loadavg: 0.07 0.02 0.00 2/173 21334
/proc/meminfo: memFree=28994756/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=57628 CPUtime=0.69
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 13024 0 0 0 65 4 0 0 18 0 1 0 25509081 59011072 12587 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 14407 12587 783 1502 0 12900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57628

[startup+1.50078 s]
/proc/loadavg: 0.07 0.02 0.00 3/179 21345
/proc/meminfo: memFree=28907132/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=57628 CPUtime=1.49
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 13102 0 0 0 145 4 0 0 19 0 1 0 25509081 59011072 12665 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 14407 12665 784 1502 0 12900 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57628

[startup+3.10051 s]
/proc/loadavg: 0.22 0.05 0.01 3/179 21345
/proc/meminfo: memFree=28892500/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=57628 CPUtime=3.09
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 13205 0 0 0 303 6 0 0 24 0 1 0 25509081 59011072 12768 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 14407 12768 785 1502 0 12900 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57628

[startup+6.30097 s]
/proc/loadavg: 0.22 0.05 0.01 3/179 21345
/proc/meminfo: memFree=28885316/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=57628 CPUtime=6.29
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 13259 0 0 0 620 9 0 0 25 0 1 0 25509081 59011072 12822 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 14407 12822 785 1502 0 12900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57628

[startup+12.7009 s]
/proc/loadavg: 0.49 0.11 0.04 3/179 21345
/proc/meminfo: memFree=28873540/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=57628 CPUtime=12.69
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 13565 0 0 0 1254 15 0 0 25 0 1 0 25509081 59011072 13128 4089446400 4194304 10345943 140737444261584 18446744073709551615 6120528 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 14407 13128 787 1502 0 12900 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57628

[startup+25.5007 s]
/proc/loadavg: 0.73 0.17 0.06 3/179 21345
/proc/meminfo: memFree=28843196/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=62696 CPUtime=25.49
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 24631 0 0 0 2525 24 0 0 25 0 1 0 25509081 64200704 14248 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 15674 14248 803 1502 0 14167 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62696

[startup+51.1005 s]
/proc/loadavg: 1.16 0.32 0.11 3/179 21346
/proc/meminfo: memFree=28790500/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=85256 CPUtime=51.1
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 70585 0 0 0 5061 49 0 0 25 0 1 0 25509081 87302144 19464 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 21314 19464 804 1502 0 19807 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 85256

[startup+102.307 s]
/proc/loadavg: 1.66 0.60 0.21 3/179 21347
/proc/meminfo: memFree=28779492/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=87408 CPUtime=102.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 89399 0 0 0 10145 85 0 0 25 0 1 0 25509081 89505792 20400 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 21852 20400 804 1502 0 20345 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87408

[startup+162.301 s]
/proc/loadavg: 1.87 0.85 0.32 3/179 21349
/proc/meminfo: memFree=28775340/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=90028 CPUtime=162.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 137256 0 0 0 16098 132 0 0 25 0 1 0 25509081 92188672 20914 4089446400 4194304 10345943 140737444261584 18446744073709551615 6307222 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 22507 20914 806 1502 0 21000 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 90028

[startup+222.301 s]
/proc/loadavg: 1.95 1.06 0.42 3/179 21351
/proc/meminfo: memFree=28768352/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=94644 CPUtime=222.29
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 152654 0 0 0 22056 173 0 0 25 0 1 0 25509081 96915456 22212 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 23661 22212 806 1502 0 22154 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94644

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 21352
/proc/meminfo: memFree=28759112/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=99076 CPUtime=282.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 162466 0 0 0 28010 220 0 0 25 0 1 0 25509081 101453824 23199 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 24769 23199 806 1502 0 23262 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99076

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/179 21354
/proc/meminfo: memFree=28752624/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=100540 CPUtime=342.29
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 167778 0 0 0 33968 261 0 0 25 0 1 0 25509081 102952960 23628 4089446400 4194304 10345943 140737444261584 18446744073709551615 6847601 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 25135 23628 806 1502 0 23628 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 100540

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.69 3/179 21355
/proc/meminfo: memFree=28745488/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=103992 CPUtime=402.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 175824 0 0 0 39931 299 0 0 25 0 1 0 25509081 106487808 24142 4089446400 4194304 10345943 140737444261584 18446744073709551615 4564188 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 25998 24142 806 1502 0 24491 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103992

[startup+462.3 s]
/proc/loadavg: 2.05 1.59 0.78 3/179 21357
/proc/meminfo: memFree=28743092/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=103808 CPUtime=462.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 184630 0 0 0 45890 340 0 0 25 0 1 0 25509081 106299392 24418 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 25952 24418 806 1502 0 24445 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103808

[startup+522.3 s]
/proc/loadavg: 2.02 1.65 0.85 3/179 21359
/proc/meminfo: memFree=28737352/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=108152 CPUtime=522.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 190344 0 0 0 51850 380 0 0 25 0 1 0 25509081 110747648 25086 4089446400 4194304 10345943 140737444261584 18446744073709551615 6119818 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 27038 25086 806 1502 0 25531 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 108152

[startup+582.3 s]
/proc/loadavg: 2.00 1.72 0.92 3/179 21363
/proc/meminfo: memFree=28733668/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=107692 CPUtime=582.3
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 194407 0 0 0 57812 418 0 0 25 0 1 0 25509081 110276608 25191 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 26923 25191 806 1502 0 25416 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 107692

[startup+642.301 s]
/proc/loadavg: 2.00 1.77 0.98 3/179 21365
/proc/meminfo: memFree=28732672/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=107644 CPUtime=642.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 199115 0 0 0 63772 459 0 0 25 0 1 0 25509081 110227456 25159 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 26911 25159 806 1502 0 25404 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 107644

[startup+702.301 s]

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

/proc/meminfo: memFree=28722576/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=110080 CPUtime=1002.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 236340 0 0 0 99547 684 0 0 25 0 1 0 25509081 112721920 25972 4089446400 4194304 10345943 140737444261584 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 27520 25972 806 1502 0 26013 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 110080

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.34 3/179 21376
/proc/meminfo: memFree=28718820/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=113816 CPUtime=1062.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 241085 0 0 0 105510 721 0 0 25 0 1 0 25509081 116547584 26832 4089446400 4194304 10345943 140737444261584 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 28454 26832 806 1502 0 26947 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 113816

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.38 3/179 21378
/proc/meminfo: memFree=28715300/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=118020 CPUtime=1122.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 245375 0 0 0 111478 753 0 0 25 0 1 0 25509081 120852480 27598 4089446400 4194304 10345943 140737444261584 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 29505 27598 806 1502 0 27998 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 118020

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.41 3/179 21379
/proc/meminfo: memFree=28715000/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=116956 CPUtime=1182.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 249175 0 0 0 117444 787 0 0 25 0 1 0 25509081 119762944 27597 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 29239 27597 806 1502 0 27732 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 116956

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 3/179 21381
/proc/meminfo: memFree=28712348/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=121156 CPUtime=1242.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 252333 0 0 0 123412 819 0 0 25 0 1 0 25509081 124063744 28360 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 30289 28360 806 1502 0 28782 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 121156

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.48 3/179 21382
/proc/meminfo: memFree=28710572/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=121512 CPUtime=1302.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 255536 0 0 0 129382 850 0 0 25 0 1 0 25509081 124428288 28805 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 30378 28805 806 1502 0 28871 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 121512

[startup+1362.3 s]
/proc/loadavg: 2.07 1.98 1.51 3/179 21384
/proc/meminfo: memFree=28705956/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=126232 CPUtime=1362.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 257344 0 0 0 135352 880 0 0 25 0 1 0 25509081 129261568 29710 4089446400 4194304 10345943 140737444261584 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 31558 29710 806 1502 0 30051 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 126232

[startup+1422.31 s]
/proc/loadavg: 2.02 1.98 1.54 3/179 21386
/proc/meminfo: memFree=28703188/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=129548 CPUtime=1422.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 261753 0 0 0 141324 908 0 0 25 0 1 0 25509081 132657152 30485 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 32387 30485 806 1502 0 30880 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 129548

[startup+1482.3 s]
/proc/loadavg: 2.01 1.98 1.57 3/179 21387
/proc/meminfo: memFree=28702296/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=128936 CPUtime=1482.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 265069 0 0 0 147292 939 0 0 25 0 1 0 25509081 132030464 30570 4089446400 4194304 10345943 140737444261584 18446744073709551615 7583219 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 32234 30570 806 1502 0 30727 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 128936

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.59 3/179 21389
/proc/meminfo: memFree=28697908/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=132992 CPUtime=1542.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 269136 0 0 0 153266 965 0 0 25 0 1 0 25509081 136183808 31544 4089446400 4194304 10345943 140737444261584 18446744073709551615 6859152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 33248 31544 806 1502 0 31741 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 132992

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.61 3/179 21390
/proc/meminfo: memFree=28694392/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=135628 CPUtime=1602.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 270946 0 0 0 159238 994 0 0 25 0 1 0 25509081 138883072 32216 4089446400 4194304 10345943 140737444261584 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 33907 32216 806 1502 0 32400 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 135628

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 1.64 3/179 21392
/proc/meminfo: memFree=28693116/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=135144 CPUtime=1662.31
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 273424 0 0 0 165209 1022 0 0 25 0 1 0 25509081 138387456 32174 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 33786 32174 806 1502 0 32279 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 135144

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 3/179 21394
/proc/meminfo: memFree=28692720/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=135680 CPUtime=1722.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 277667 0 0 0 171178 1054 0 0 25 0 1 0 25509081 138936320 32358 4089446400 4194304 10345943 140737444261584 18446744073709551615 5026912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 33920 32358 806 1502 0 32413 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 135680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28687592/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1782.32
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 283799 0 0 0 177150 1082 0 0 25 0 1 0 25509081 142639104 33134 4089446400 4194304 10345943 140737444261584 18446744073709551615 5089580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33134 806 1502 0 33317 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 139296

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686964/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1785.52
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 283874 0 0 0 177469 1083 0 0 25 0 1 0 25509081 142639104 33209 4089446400 4194304 10345943 140737444261584 18446744073709551615 4232195 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33209 806 1502 0 33317 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 139296

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686840/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1788.72
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 283928 0 0 0 177787 1085 0 0 25 0 1 0 25509081 142639104 33263 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33263 806 1502 0 33317 0
Current children cumulated CPU time (s) 1788.72
Current children cumulated vsize (KiB) 139296

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686840/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1789.52
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 283932 0 0 0 177866 1086 0 0 25 0 1 0 25509081 142639104 33267 4089446400 4194304 10345943 140737444261584 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33267 806 1502 0 33317 0
Current children cumulated CPU time (s) 1789.52
Current children cumulated vsize (KiB) 139296

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686836/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1789.92
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 283932 0 0 0 177906 1086 0 0 25 0 1 0 25509081 142639104 33267 4089446400 4194304 10345943 140737444261584 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33267 806 1502 0 33317 0
Current children cumulated CPU time (s) 1789.92
Current children cumulated vsize (KiB) 139296

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 21395
/proc/meminfo: memFree=28686836/32951124 swapFree=67111528/67111528
[pid=21334] ppid=21332 vsize=139296 CPUtime=1790.12
/proc/21334/stat : 21334 (pbscip.linux.x8) R 21332 21334 21153 0 -1 4202496 284001 0 0 0 177926 1086 0 0 18 0 1 0 25509081 142639104 33336 4089446400 4194304 10345943 140737444261584 18446744073709551615 4750032 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21334/statm: 34824 33336 807 1502 0 33317 0
Current children cumulated CPU time (s) 1790.12
Current children cumulated vsize (KiB) 139296

Child status: 0
Real time (s): 1790.11
CPU time (s): 1790.14
CPU user time (s): 1779.27
CPU system time (s): 10.8693
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 139296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.27
system time used= 10.8693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1200

runsolver used 3.04454 second user time and 6.23905 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-08 09:09:15
IDJOB=2705533
IDBENCH=78909
IDSOLVER=1214
FILE ID=node118/2705533-1278572955
PBS_JOBID= 11240217
Free space on /tmp= 73560 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/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900579996--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705533-1278572955/watcher-2705533-1278572955 -o /tmp/evaluation-result-2705533-1278572955/solver-2705533-1278572955 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705533-1278572955.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 088560862f81f380de0695aae8f2f503
RANDOM SEED=1581053821

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28995284 kB
Buffers:        151164 kB
Cached:        3592396 kB
SwapCached:          0 kB
Active:        1247320 kB
Inactive:      2558844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28995284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13104 kB
Writeback:           0 kB
AnonPages:       62508 kB
Mapped:          14628 kB
Slab:            86496 kB
PageTables:       4508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182572 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= 73532 MiB
End job on node118 at 2010-07-08 09:39:06