Trace number 2705613

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.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-66-100-0.wbo
MD5SUMb79c8ce52bbf55b2415ca4df8d18f0c8
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 benchmark53.7388
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2705613-1278572959.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.00/0.08	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.00/0.08	c (round 4) 104 del vars, 233 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  104 deleted vars, 233 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.12	c  1910 implications, 14 cliques
0.09/0.12	c presolved problem has 1939 variables (1085 bin, 0 int, 854 impl, 0 cont) and 3381 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      51 constraints of type <setppc>
0.09/0.12	c     854 constraints of type <linear>
0.09/0.12	c     854 constraints of type <indicator>
0.09/0.12	c    1621 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    33 |     - |8862k|   0 |  21 |1939 |3381 |1939 |1673 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    55 |     - |9007k|   0 |  29 |1939 |3390 |1939 |1691 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.30	c   0.3s|     1 |     0 |    87 |     - |9369k|   0 |  38 |1939 |3390 |1939 |1698 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   151 |     - |9847k|   0 |  38 |1939 |3390 |1939 |1702 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   210 |     - |9850k|   0 |  56 |1939 |3390 |1939 |1706 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.5s|     1 |     0 |   295 |     - |9911k|   0 |  53 |1939 |3390 |1939 |1710 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   309 |     - |9914k|   0 |  38 |1939 |3390 |1939 |1712 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.72	c   1.7s|     1 |     2 |   309 |     - |9915k|   0 |  38 |1939 |3390 |1939 |1712 |  39 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
2.89/2.95	o 42102
2.89/2.95	c y 2.9s|    17 |    16 |  1271 |  60.1 |  10M|  15 |   - |1939 |3390 |   0 |   0 |  45 |   0 | 107 | 0.000000e+00 | 4.210200e+04 |    Inf 
9.58/9.69	o 864
9.58/9.69	c * 9.7s|   182 |   173 |  6682 |  35.2 |  10M|  18 |   - |1939 |3406 |1939 |1705 | 127 |  16 | 973 | 0.000000e+00 | 8.640000e+02 |    Inf 
9.89/9.98	o 625
9.89/9.98	c *10.0s|   245 |   205 |  7798 |  30.7 |  11M|  26 |   - |1939 |3420 |1939 |1705 | 144 |  30 | 994 | 0.000000e+00 | 6.250000e+02 |    Inf 
10.09/10.18	o 578
10.09/10.18	c *10.2s|   292 |   238 |  8437 |  27.9 |  11M|  31 |   - |1939 |3427 |1939 |1705 | 167 |  37 |1013 | 0.000000e+00 | 5.780000e+02 |    Inf 
10.19/10.24	o 548
10.19/10.24	c *10.2s|   317 |   245 |  8581 |  26.2 |  11M|  35 |   - |1939 |3453 |1939 |1722 | 184 |  63 |1016 | 0.000000e+00 | 5.480000e+02 |    Inf 
10.29/10.34	o 422
10.29/10.34	c *10.3s|   367 |   241 |  8904 |  23.5 |  11M|  35 |   - |1939 |3478 |1939 |1716 | 209 |  88 |1018 | 0.000000e+00 | 4.220000e+02 |    Inf 
10.49/10.52	o 389
10.49/10.52	c *10.5s|   451 |   243 |  9622 |  20.7 |  12M|  35 |   - |1939 |3565 |1939 |1713 | 250 | 175 |1026 | 0.000000e+00 | 3.890000e+02 |    Inf 
10.69/10.79	o 313
10.69/10.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.69/10.79	c *10.8s|   571 |   243 | 10590 |  18.0 |  12M|  35 |   - |1939 |3672 |1939 |1718 | 295 | 295 |1045 | 0.000000e+00 | 3.130000e+02 |    Inf 
10.79/10.81	o 193
10.79/10.81	c *10.8s|   582 |   202 | 10606 |  17.7 |  12M|  37 |   - |1939 |3671 |1939 |1712 | 296 | 295 |1045 | 0.000000e+00 | 1.930000e+02 |    Inf 
12.29/12.38	o 116
12.29/12.38	c *12.4s|  1204 |   311 | 17834 |  14.6 |  12M|  42 |   - |1939 |4071 |1939 |1711 | 445 | 919 |1104 | 0.000000e+00 | 1.160000e+02 |    Inf 
17.09/17.17	o 113
17.09/17.17	c *17.1s|  3458 |   540 | 39318 |  11.3 |  15M|  49 |   - |1939 |4905 |1939 |1723 | 885 |3235 |1204 | 0.000000e+00 | 1.130000e+02 |    Inf 
20.39/20.46	o 111
20.39/20.46	c *20.4s|  5211 |   822 | 54108 |  10.3 |  18M|  61 |   - |1939 |5109 |1939 |1713 |1206 |5093 |1215 | 0.000000e+00 | 1.110000e+02 |    Inf 
20.39/20.46	o 95
20.39/20.46	c *20.4s|  5212 |   797 | 54111 |  10.3 |  18M|  61 |   - |1939 |5109 |1939 |1713 |1206 |5093 |1215 | 0.000000e+00 | 9.500000e+01 |    Inf 
29.49/29.51	o 70
29.49/29.51	c *29.5s|  9556 |  1276 | 96522 |  10.1 |  23M|  61 |   - |1939 |5563 |1939 |1707 |1996 |9591 |1308 | 0.000000e+00 | 7.000000e+01 |    Inf 
30.49/30.58	c  30.6s| 10000 |  1290 |102327 |  10.2 |  23M|  61 |  16 |1939 |4662 |1939 |1712 |2057 |  10k|1324 | 0.000000e+00 | 7.000000e+01 |    Inf 
47.79/47.82	o 29
47.79/47.82	c *47.8s| 18443 |  1076 |185593 |  10.0 |  21M|  61 |   - |1939 |6634 |1939 |1719 |3425 |  20k|1572 | 0.000000e+00 | 2.900000e+01 |    Inf 
49.59/49.61	o 19
49.59/49.61	c *49.6s| 19428 |  1027 |196060 |  10.1 |  21M|  61 |   - |1939 |6372 |1939 |1712 |3626 |  21k|1572 | 0.000000e+00 | 1.900000e+01 |    Inf 
50.60/50.67	c  50.6s| 20000 |   993 |202313 |  10.1 |  21M|  61 |   - |1939 |5943 |1939 |1705 |3759 |  22k|1572 | 0.000000e+00 | 1.900000e+01 |    Inf 
58.99/59.00	o 14
58.99/59.00	c *59.0s| 24503 |   824 |255167 |  10.4 |  20M|  61 |   - |1939 |6409 |1939 |1719 |4382 |  27k|1572 | 0.000000e+00 | 1.400000e+01 |    Inf 
64.99/65.00	o 8
64.99/65.00	c *65.0s| 27667 |   735 |295102 |  10.7 |  20M|  61 |   - |1939 |7609 |1939 |1705 |4843 |  32k|1572 | 0.000000e+00 | 8.000000e+00 |    Inf 
69.69/69.71	c  69.7s| 30000 |   786 |328922 |  11.0 |  21M|  61 |   - |1939 |8813 |   0 |   0 |5167 |  34k|1572 | 0.000000e+00 | 8.000000e+00 |    Inf 
90.19/90.22	c  90.2s| 40000 |   800 |465158 |  11.6 |  23M|  61 |   - |1939 |  11k|   0 |   0 |6775 |  48k|1777 | 0.000000e+00 | 8.000000e+00 |    Inf 
112.10/112.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.10/112.15	c   112s| 50000 |   860 |604699 |  12.1 |  24M|  61 |   - |1939 |  11k|1939 |1713 |8043 |  61k|2161 | 0.000000e+00 | 8.000000e+00 |    Inf 
134.19/134.28	c   134s| 60000 |  1090 |750194 |  12.5 |  27M|  61 |  26 |1939 |  15k|1939 |1711 |9137 |  74k|2450 | 0.000000e+00 | 8.000000e+00 |    Inf 
157.20/157.21	c   157s| 70000 |  1051 |895257 |  12.8 |  27M|  61 |   - |1939 |  15k|   0 |   0 |  10k|  88k|2819 | 0.000000e+00 | 8.000000e+00 |    Inf 
179.69/179.71	c   180s| 80000 |  1396 |  1042k|  13.0 |  31M|  61 |   1 |1939 |  20k|1939 |1705 |  11k| 101k|3126 | 0.000000e+00 | 8.000000e+00 |    Inf 
195.70/195.75	o 1
195.70/195.75	c * 196s| 86876 |  1326 |  1145k|  13.2 |  30M|  61 |   - |1939 |  22k|1939 |1705 |  12k| 111k|3266 | 0.000000e+00 | 1.000000e+00 |    Inf 
203.19/203.20	c   203s| 90000 |  1321 |  1192k|  13.2 |  30M|  61 |  19 |1939 |  20k|1939 |1705 |  12k| 115k|3366 | 0.000000e+00 | 1.000000e+00 |    Inf 
227.09/227.12	c   227s|100000 |  1329 |  1349k|  13.5 |  31M|  61 |  10 |1939 |  23k|1939 |1713 |  14k| 129k|3594 | 0.000000e+00 | 1.000000e+00 |    Inf 
250.90/250.99	c   251s|110000 |  1271 |  1499k|  13.6 |  32M|  63 |  16 |1939 |  23k|1939 |1705 |  15k| 143k|3806 | 0.000000e+00 | 1.000000e+00 |    Inf 
275.79/275.86	c   276s|120000 |  1275 |  1655k|  13.8 |  31M|  63 |  12 |1939 |  20k|1939 |1714 |  16k| 157k|4052 | 0.000000e+00 | 1.000000e+00 |    Inf 
300.60/300.67	c   301s|130000 |  1246 |  1815k|  14.0 |  31M|  63 |  20 |1939 |  21k|1939 |1705 |  16k| 170k|4255 | 0.000000e+00 | 1.000000e+00 |    Inf 
325.00/325.09	c   325s|140000 |  1266 |  1975k|  14.1 |  33M|  63 |   - |1939 |  24k|   0 |   0 |  18k| 185k|4426 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.81/349.86	c   350s|150000 |  1252 |  2130k|  14.2 |  33M|  63 |  30 |1939 |  23k|1939 |1713 |  19k| 199k|4635 | 0.000000e+00 | 1.000000e+00 |    Inf 
376.21/376.29	c   376s|160000 |  1291 |  2299k|  14.4 |  35M|  72 |  18 |1939 |  26k|1939 |1714 |  20k| 213k|4854 | 0.000000e+00 | 1.000000e+00 |    Inf 
401.20/401.26	c   401s|170000 |  1215 |  2455k|  14.4 |  31M|  72 |   - |1939 |  18k|1939 |1719 |  21k| 227k|4979 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.90/424.95	c   425s|180000 |  1220 |  2600k|  14.4 |  31M|  72 |  25 |1939 |  16k|1939 |1705 |  22k| 241k|5290 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.90/448.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.90/448.95	c   449s|190000 |  1203 |  2748k|  14.5 |  31M|  72 |   - |1939 |  15k|   0 |   0 |  24k| 254k|5597 | 0.000000e+00 | 1.000000e+00 |    Inf 
469.90/469.98	c   470s|200000 |  1620 |  2873k|  14.4 |  34M|  72 |  15 |1939 |  19k|1939 |1705 |  25k| 267k|5745 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.00/491.03	c   491s|210000 |  1784 |  2992k|  14.2 |  35M|  72 |  14 |1939 |  19k|1939 |1716 |  26k| 280k|5874 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.10/512.18	c   512s|220000 |  2065 |  3112k|  14.1 |  38M|  72 |   - |1939 |  22k|1939 |1712 |  27k| 294k|5960 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.30/534.34	c   534s|230000 |  2175 |  3238k|  14.1 |  39M|  72 |  15 |1939 |  20k|1939 |1705 |  27k| 309k|6053 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.41/555.46	c   555s|240000 |  2131 |  3359k|  14.0 |  39M|  72 |   - |1939 |  21k|   0 |   0 |  29k| 323k|6135 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.41/577.47	c   577s|250000 |  2214 |  3488k|  14.0 |  41M|  72 |   - |1939 |  23k|1939 |1719 |  30k| 337k|6245 | 0.000000e+00 | 1.000000e+00 |    Inf 
599.21/599.27	c   599s|260000 |  2242 |  3612k|  13.9 |  41M|  73 |   - |1939 |  23k|   0 |   0 |  31k| 351k|6363 | 0.000000e+00 | 1.000000e+00 |    Inf 
620.80/620.85	c   621s|270000 |  2187 |  3734k|  13.8 |  41M|  73 |   - |1939 |  23k|   0 |   0 |  32k| 365k|6467 | 0.000000e+00 | 1.000000e+00 |    Inf 
642.70/642.74	c   643s|280000 |  2129 |  3857k|  13.8 |  41M|  73 |   - |1939 |  22k|   0 |   0 |  33k| 379k|6548 | 0.000000e+00 | 1.000000e+00 |    Inf 
665.10/665.15	c   665s|290000 |  2092 |  3984k|  13.7 |  40M|  73 |   - |1939 |  20k|   0 |   0 |  34k| 393k|6640 | 0.000000e+00 | 1.000000e+00 |    Inf 
687.31/687.39	c   687s|300000 |  2045 |  4111k|  13.7 |  41M|  73 |  20 |1939 |  21k|1939 |1711 |  34k| 407k|6718 | 0.000000e+00 | 1.000000e+00 |    Inf 
708.00/708.09	c   708s|310000 |  2047 |  4221k|  13.6 |  42M|  73 |   - |1939 |  23k|   0 |   0 |  36k| 420k|6800 | 0.000000e+00 | 1.000000e+00 |    Inf 
730.10/730.16	c   730s|320000 |  1928 |  4346k|  13.6 |  42M|  73 |  28 |1939 |  25k|1939 |1712 |  37k| 435k|6875 | 0.000000e+00 | 1.000000e+00 |    Inf 
752.41/752.44	c   752s|330000 |  1552 |  4466k|  13.5 |  38M|  73 |  15 |1939 |  23k|1939 |1705 |  38k| 449k|6967 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.91/775.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
774.91/775.00	c   775s|340000 |  1353 |  4584k|  13.5 |  35M|  73 |  20 |1939 |  21k|1939 |1705 |  39k| 463k|7152 | 0.000000e+00 | 1.000000e+00 |    Inf 
797.81/797.83	c   798s|350000 |  1612 |  4724k|  13.5 |  38M|  73 |   - |1939 |  24k|   0 |   0 |  40k| 477k|7265 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.21/821.25	c   821s|360000 |  1849 |  4863k|  13.5 |  39M|  73 |  17 |1939 |  25k|1939 |1705 |  41k| 490k|7388 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.70/845.73	c   846s|370000 |  1871 |  5009k|  13.5 |  40M|  73 |   - |1939 |  25k|1939 |1714 |  42k| 504k|7496 | 0.000000e+00 | 1.000000e+00 |    Inf 
868.61/868.63	c   869s|380000 |  1914 |  5141k|  13.5 |  42M|  73 |  18 |1939 |  28k|1939 |1711 |  43k| 518k|7587 | 0.000000e+00 | 1.000000e+00 |    Inf 
892.11/892.18	c   892s|390000 |  1928 |  5276k|  13.5 |  42M|  73 |   - |1939 |  26k|1939 |1705 |  45k| 532k|7671 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.21/916.22	c   916s|400000 |  2205 |  5415k|  13.5 |  44M|  73 |   - |1939 |  28k|   0 |   0 |  45k| 546k|7765 | 0.000000e+00 | 1.000000e+00 |    Inf 
940.71/940.76	c   941s|410000 |  2363 |  5550k|  13.5 |  45M|  73 |  10 |1939 |  29k|1939 |1705 |  46k| 559k|7830 | 0.000000e+00 | 1.000000e+00 |    Inf 
965.12/965.12	c   965s|420000 |  2540 |  5691k|  13.5 |  48M|  73 |   8 |1939 |  32k|1939 |1705 |  47k| 574k|7906 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.62/989.65	c   990s|430000 |  2530 |  5827k|  13.6 |  47M|  73 |   - |1939 |  29k|   0 |   0 |  49k| 588k|7994 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.02/1013.01	c  1013s|440000 |  2530 |  5961k|  13.5 |  49M|  73 |  21 |1939 |  31k|1939 |1718 |  49k| 601k|8073 | 0.000000e+00 | 1.000000e+00 |    Inf 
1037.41/1037.45	c  1037s|450000 |  2474 |  6095k|  13.5 |  49M|  73 |   - |1939 |  31k|   0 |   0 |  50k| 616k|8157 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.22/1061.22	c  1061s|460000 |  2480 |  6224k|  13.5 |  49M|  73 |   - |1939 |  32k|1939 |1716 |  51k| 630k|8234 | 0.000000e+00 | 1.000000e+00 |    Inf 
1086.22/1086.27	c  1086s|470000 |  2460 |  6363k|  13.5 |  49M|  73 |   - |1939 |  31k|1939 |1713 |  52k| 644k|8372 | 0.000000e+00 | 1.000000e+00 |    Inf 
1109.92/1109.95	c  1110s|480000 |  2418 |  6496k|  13.5 |  48M|  73 |   - |1939 |  29k|   0 |   0 |  54k| 658k|8430 | 0.000000e+00 | 1.000000e+00 |    Inf 
1134.62/1134.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1134.62/1134.61	c  1135s|490000 |  2386 |  6636k|  13.5 |  49M|  73 |   - |1939 |  31k|   0 |   0 |  55k| 672k|8517 | 0.000000e+00 | 1.000000e+00 |    Inf 
1159.33/1159.40	c  1159s|500000 |  2427 |  6766k|  13.5 |  50M|  73 |  19 |1939 |  32k|1939 |1714 |  56k| 685k|8595 | 0.000000e+00 | 1.000000e+00 |    Inf 
1185.72/1185.74	c  1186s|510000 |  2425 |  6904k|  13.5 |  51M|  73 |  14 |1939 |  34k|1939 |1705 |  57k| 699k|8660 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.82/1210.87	c  1211s|520000 |  2365 |  7042k|  13.5 |  50M|  73 |  17 |1939 |  32k|1939 |1716 |  58k| 713k|8731 | 0.000000e+00 | 1.000000e+00 |    Inf 
1236.92/1236.99	c  1237s|530000 |  2386 |  7189k|  13.6 |  50M|  73 |   - |1939 |  30k|   0 |   0 |  59k| 727k|8809 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.13/1267.19	c  1267s|540000 |  2510 |  7364k|  13.6 |  51M|  73 |   - |1939 |  31k|   0 |   0 |  60k| 740k|8910 | 0.000000e+00 | 1.000000e+00 |    Inf 
1297.93/1297.94	c  1298s|550000 |  2447 |  7538k|  13.7 |  51M|  73 |  35 |1939 |  32k|1939 |1705 |  60k| 754k|9003 | 0.000000e+00 | 1.000000e+00 |    Inf 
1324.62/1324.61	c  1325s|560000 |  2318 |  7694k|  13.7 |  50M|  73 |   - |1939 |  30k|1939 |1714 |  61k| 768k|9088 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.42/1349.44	c  1349s|570000 |  2318 |  7835k|  13.7 |  50M|  73 |   - |1939 |  31k|   0 |   0 |  62k| 782k|9156 | 0.000000e+00 | 1.000000e+00 |    Inf 
1375.73/1375.71	c  1376s|580000 |  2616 |  7989k|  13.8 |  54M|  73 |   - |1939 |  37k|1939 |1714 |  63k| 796k|9241 | 0.000000e+00 | 1.000000e+00 |    Inf 
1402.12/1402.16	c  1402s|590000 |  2641 |  8139k|  13.8 |  54M|  73 |   - |1939 |  36k|   0 |   0 |  64k| 810k|9310 | 0.000000e+00 | 1.000000e+00 |    Inf 
1429.52/1429.54	c  1430s|600000 |  2695 |  8300k|  13.8 |  55M|  73 |   - |1939 |  37k|1939 |1725 |  64k| 824k|9394 | 0.000000e+00 | 1.000000e+00 |    Inf 
1455.72/1455.75	c  1456s|610000 |  2601 |  8449k|  13.9 |  55M|  73 |  34 |1939 |  35k|1939 |1714 |  65k| 839k|9466 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.43/1483.42	c  1483s|620000 |  2613 |  8611k|  13.9 |  55M|  73 |  32 |1939 |  36k|1939 |1714 |  66k| 852k|9544 | 0.000000e+00 | 1.000000e+00 |    Inf 
1509.92/1509.96	c  1510s|630000 |  2520 |  8759k|  13.9 |  53M|  73 |   - |1939 |  32k|   0 |   0 |  67k| 866k|9604 | 0.000000e+00 | 1.000000e+00 |    Inf 
1535.12/1535.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1535.12/1535.12	c  1535s|640000 |  2570 |  8892k|  13.9 |  55M|  73 |  29 |1939 |  36k|1939 |1705 |  67k| 879k|9643 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.33/1562.39	c  1562s|650000 |  2328 |  9037k|  13.9 |  51M|  73 |  17 |1939 |  30k|1939 |1705 |  68k| 893k|9735 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.83/1588.88	c  1589s|660000 |  1878 |  9190k|  13.9 |  45M|  73 |   - |1939 |  29k|   0 |   0 |  69k| 907k|9823 | 0.000000e+00 | 1.000000e+00 |    Inf 
1617.72/1617.77	c  1618s|670000 |  2253 |  9360k|  14.0 |  49M|  73 |  27 |1939 |  34k|1939 |1713 |  70k| 922k|9895 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.93/1645.97	c  1646s|680000 |  2321 |  9526k|  14.0 |  50M|  73 |   9 |1939 |  32k|1939 |1713 |  70k| 936k|9964 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.03/1674.07	c  1674s|690000 |  2335 |  9686k|  14.0 |  50M|  73 |  33 |1939 |  32k|1939 |1713 |  71k| 951k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1700.93/1700.92	c  1701s|700000 |  2653 |  9836k|  14.1 |  53M|  73 |   9 |1939 |  37k|1939 |1713 |  72k| 965k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1727.33/1727.37	c  1727s|710000 |  2739 |  9977k|  14.1 |  55M|  73 |   - |1939 |  38k|1939 |1713 |  73k| 979k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1754.23/1754.25	c  1754s|720000 |  2933 | 10118k|  14.1 |  56M|  73 |   - |1939 |  37k|1939 |1722 |  74k| 994k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1781.23/1781.20	c  1781s|730000 |  2995 | 10261k|  14.1 |  56M|  73 |  30 |1939 |  35k|1939 |1718 |  75k|1008k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 733404
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (56 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705613-1278572959.wbo
1790.03/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705613-1278572959.wbo
1790.03/1790.01	c   Variables        : 1939 (1085 binary, 0 integer, 854 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3381 initial, 40307 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0         68          0          0
1790.03/1790.01	c   linear           :       0.04          0          0          0        906          0        113         52          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1708          -          -       1708          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     407957          0        313       2680          0          0     782954
1790.03/1790.01	c   knapsack         :          1          6    3250345      14015          1      46495    6802608          2          0          0
1790.03/1790.01	c   setppc           :         51          6    3209601      13991          1      50560    2699637          0          0          0
1790.03/1790.01	c   linear           :        854+         7    3159440      14061          1      55561    4105533      75380          0          0
1790.03/1790.01	c   indicator        :        854          0     378314       3337          0        421     850405          0          0          0
1790.03/1790.01	c   logicor          :       1621+         6    1683298       1024          1     100461    6216296          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     350602          0          0         22        316          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       1024          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      39.92       0.00       0.00      39.92       0.00
1790.03/1790.01	c   knapsack         :      28.71       0.00      28.70       0.01       0.00
1790.03/1790.01	c   setppc           :      16.47       0.00      16.46       0.01       0.00
1790.03/1790.01	c   linear           :      41.65       0.00      41.21       0.43       0.00
1790.03/1790.01	c   indicator        :       3.27       0.00       3.15       0.12       0.00
1790.03/1790.01	c   logicor          :     225.51       0.00     225.50       0.01       0.00
1790.03/1790.01	c   bounddisjunction :       0.68       0.00       0.68       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.53      11859          0        440
1790.03/1790.01	c   rootredcost      :       0.49         19          0        854
1790.03/1790.01	c   pseudoobj        :      39.42    3259205       2835     927531
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       9.79     255934     255332    1485675       29.4       7786       25.1          -
1790.03/1790.01	c   infeasible LP    :      22.82     130522     130519     975607       49.7       1039       16.4          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1013673       31.8          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          5          -          -         38          -    (maximal pool size: 369)
1790.03/1790.01	c   redcost          :      13.10     408652          0      12630          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.16          6          0          0       1088          0
1790.03/1790.01	c   strongcg         :       0.15          6          0          0       1387          0
1790.03/1790.01	c   cmir             :       0.03          6          0          0          1          0
1790.03/1790.01	c   flowcover        :       0.05          6          0          0          1          0
1790.03/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.07          1          0          0          0          9
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      39.63     393887        313       2680          0          0     782954
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.15       1007          0          0          0          0       2014
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         18
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   oneopt           :       0.26         18          0
1790.03/1790.01	c   feaspump         :       0.03          1          0
1790.03/1790.01	c   crossover        :       0.60         18          0
1790.03/1790.01	c   guideddiving     :       0.50        120          0
1790.03/1790.01	c   pscostdiving     :       0.36        120          0
1790.03/1790.01	c   fracdiving       :       0.54        120          0
1790.03/1790.01	c   veclendiving     :       0.39        120          0
1790.03/1790.01	c   coefdiving       :       0.63        121          0
1790.03/1790.01	c   linesearchdiving :       0.34        121          0
1790.03/1790.01	c   rootsoldiving    :       0.57         61          0
1790.03/1790.01	c   objpscostdiving  :       0.55         61          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.53     393950          0
1790.03/1790.01	c   zirounding       :       0.23       1000          0
1790.03/1790.01	c   rounding         :       0.80       8897          0
1790.03/1790.01	c   shifting         :       0.79       2782          0
1790.03/1790.01	c   intshifting      :       0.02          0          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.02          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.11          0          0
1790.03/1790.01	c   trysol           :       0.18         73         38
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :    1006.90     535555   10292476      19.22   10221.95
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       2.62       1896      17068       9.00    6511.99
1790.03/1790.01	c   strong branching :      35.72      10322     371071      35.95   10389.54
1790.03/1790.01	c     (at root node) :          -         13       8339     641.46          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     733404
1790.03/1790.01	c   nodes (total)    :     733404
1790.03/1790.01	c   nodes left       :       3134
1790.03/1790.01	c   max depth        :         73
1790.03/1790.01	c   max depth (total):         73
1790.03/1790.01	c   backtracks       :     103483 (14.1%)
1790.03/1790.01	c   delayed cutoffs  :      47280
1790.03/1790.01	c   repropagations   :    1203372 (3973728 domain reductions, 44948 cutoffs)
1790.03/1790.01	c   avg switch length:       4.96
1790.03/1790.01	c   switching time   :     191.48
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         56 (19 improvements)
1790.03/1790.01	c   First Solution   : +4.21020000000000e+04   (in run 1, after 16 nodes, 2.92 seconds, depth 16, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 86876 nodes, 195.72 seconds, depth 54, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        309
1790.03/1790.09	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-2705613-1278572959/watcher-2705613-1278572959 -o /tmp/evaluation-result-2705613-1278572959/solver-2705613-1278572959 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705613-1278572959.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.45 0.11 0.04 4/178 23056
/proc/meminfo: memFree=29498300/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=12340 CPUtime=0
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 1947 0 0 0 0 0 0 0 25 0 1 0 25508707 12636160 1866 4089446400 4194304 10345943 140735769132080 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23056/statm: 3085 1866 429 1502 0 1578 0

[startup+0.0906591 s]
/proc/loadavg: 0.45 0.11 0.04 4/178 23056
/proc/meminfo: memFree=29498300/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=27428 CPUtime=0.08
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 5920 0 0 0 8 0 0 0 25 0 1 0 25508707 28086272 5485 4089446400 4194304 10345943 140735769132080 18446744073709551615 4288140 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 6857 5485 561 1502 0 5350 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27428

[startup+0.10065 s]
/proc/loadavg: 0.45 0.11 0.04 4/178 23056
/proc/meminfo: memFree=29498300/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=27564 CPUtime=0.09
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 5974 0 0 0 9 0 0 0 25 0 1 0 25508707 28225536 5539 4089446400 4194304 10345943 140735769132080 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 6891 5539 570 1502 0 5384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27564

[startup+0.300621 s]
/proc/loadavg: 0.45 0.11 0.04 4/178 23056
/proc/meminfo: memFree=29498300/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=0.29
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 11765 0 0 0 26 3 0 0 25 0 1 0 25508707 53633024 11330 4089446400 4194304 10345943 140735769132080 18446744073709551615 5841437 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11330 760 1502 0 11587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52376

[startup+0.700547 s]
/proc/loadavg: 0.45 0.11 0.04 4/178 23056
/proc/meminfo: memFree=29498300/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=0.69
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 12637 0 0 0 66 3 0 0 25 0 1 0 25508707 53633024 11805 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11805 777 1502 0 11587 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52376

[startup+1.50041 s]
/proc/loadavg: 0.45 0.11 0.04 3/179 23057
/proc/meminfo: memFree=29453280/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=1.49
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 12732 0 0 0 145 4 0 0 25 0 1 0 25508707 53633024 11900 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11900 777 1502 0 11587 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52376

[startup+3.10112 s]
/proc/loadavg: 0.45 0.11 0.04 3/179 23057
/proc/meminfo: memFree=29453280/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=3.09
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 12772 0 0 0 304 5 0 0 25 0 1 0 25508707 53633024 11940 4089446400 4194304 10345943 140735769132080 18446744073709551615 7569440 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11940 783 1502 0 11587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52376

[startup+6.30055 s]
/proc/loadavg: 0.57 0.14 0.05 3/179 23057
/proc/meminfo: memFree=29449808/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=6.29
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 12795 0 0 0 620 9 0 0 25 0 1 0 25508707 53633024 11963 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11963 783 1502 0 11587 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52376

[startup+12.7004 s]
/proc/loadavg: 0.68 0.17 0.06 3/179 23057
/proc/meminfo: memFree=29443064/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=52376 CPUtime=12.69
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 15484 0 0 0 1254 15 0 0 25 0 1 0 25508707 53633024 11986 4089446400 4194304 10345943 140735769132080 18446744073709551615 5926615 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 13094 11986 792 1502 0 11587 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52376

[startup+25.5011 s]
/proc/loadavg: 0.97 0.26 0.09 3/179 23058
/proc/meminfo: memFree=29419500/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=68408 CPUtime=25.49
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 42174 0 0 0 2522 27 0 0 25 0 1 0 25508707 70049792 15584 4089446400 4194304 10345943 140735769132080 18446744073709551615 4882007 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 17102 15584 792 1502 0 15595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68408

[startup+51.1006 s]
/proc/loadavg: 1.32 0.40 0.14 3/179 23059
/proc/meminfo: memFree=29378500/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=90156 CPUtime=51.09
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 73442 0 0 0 5064 45 0 0 25 0 1 0 25508707 92319744 21195 4089446400 4194304 10345943 140735769132080 18446744073709551615 7569616 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 22539 21195 804 1502 0 21032 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90156

[startup+102.307 s]
/proc/loadavg: 1.70 0.64 0.23 3/179 23060
/proc/meminfo: memFree=29363828/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=96300 CPUtime=102.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 102057 0 0 0 10146 84 0 0 25 0 1 0 25508707 98611200 22518 4089446400 4194304 10345943 140735769132080 18446744073709551615 4469728 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 24075 22518 804 1502 0 22568 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96300

[startup+162.301 s]
/proc/loadavg: 1.93 0.90 0.34 3/179 23061
/proc/meminfo: memFree=29355568/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=101104 CPUtime=162.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 114844 0 0 0 16103 127 0 0 25 0 1 0 25508707 103530496 23410 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 25276 23410 804 1502 0 23769 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101104

[startup+222.3 s]
/proc/loadavg: 1.97 1.10 0.44 3/179 23063
/proc/meminfo: memFree=29344688/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=106384 CPUtime=222.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 131853 0 0 0 22059 171 0 0 25 0 1 0 25508707 108937216 24707 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 26596 24707 804 1502 0 25089 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106384

[startup+282.301 s]
/proc/loadavg: 1.99 1.26 0.54 3/179 23065
/proc/meminfo: memFree=29339304/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=107532 CPUtime=282.29
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 147935 0 0 0 28013 216 0 0 25 0 1 0 25508707 110112768 25194 4089446400 4194304 10345943 140735769132080 18446744073709551615 6189651 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 26883 25194 805 1502 0 25376 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107532

[startup+342.3 s]
/proc/loadavg: 1.99 1.39 0.63 3/179 23067
/proc/meminfo: memFree=29335660/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=106392 CPUtime=342.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 166587 0 0 0 33970 260 0 0 25 0 1 0 25508707 108945408 25117 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 26598 25117 805 1502 0 25091 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106392

[startup+402.301 s]
/proc/loadavg: 1.99 1.50 0.71 3/179 23068
/proc/meminfo: memFree=29328268/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=110896 CPUtime=402.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 175491 0 0 0 39930 300 0 0 25 0 1 0 25508707 113557504 26100 4089446400 4194304 10345943 140735769132080 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 27724 26100 805 1502 0 26217 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110896

[startup+462.301 s]
/proc/loadavg: 1.99 1.59 0.79 3/179 23069
/proc/meminfo: memFree=29323628/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=111544 CPUtime=462.31
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 190711 0 0 0 45890 341 0 0 25 0 1 0 25508707 114221056 26284 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 27886 26284 805 1502 0 26379 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 111544

[startup+522.301 s]
/proc/loadavg: 1.99 1.66 0.86 3/179 23071
/proc/meminfo: memFree=29313768/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=116940 CPUtime=522.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 200021 0 0 0 51853 377 0 0 25 0 1 0 25508707 119746560 27592 4089446400 4194304 10345943 140735769132080 18446744073709551615 6120260 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 29235 27592 805 1502 0 27728 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116940

[startup+582.301 s]
/proc/loadavg: 2.06 1.74 0.94 3/179 23076
/proc/meminfo: memFree=29307272/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=118864 CPUtime=582.3
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 204546 0 0 0 57818 412 0 0 25 0 1 0 25508707 121716736 28199 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 29716 28199 805 1502 0 28209 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 118864

[startup+642.3 s]
/proc/loadavg: 2.02 1.78 1.00 3/179 23078
/proc/meminfo: memFree=29305260/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=119424 CPUtime=642.31
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 209465 0 0 0 63785 446 0 0 25 0 1 0 25508707 122290176 28254 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 29856 28254 807 1502 0 28349 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 119424

[startup+702.301 s]

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

/proc/meminfo: memFree=29279632/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=126568 CPUtime=1062.32
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 267077 0 0 0 105528 704 0 0 25 0 1 0 25508707 129605632 30037 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 31642 30037 807 1502 0 30135 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 126568

[startup+1122.3 s]
/proc/loadavg: 2.02 1.96 1.39 3/179 23090
/proc/meminfo: memFree=29276832/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=129604 CPUtime=1122.31
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 271800 0 0 0 111494 737 0 0 25 0 1 0 25508707 132714496 30609 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 32401 30609 807 1502 0 30894 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 129604

[startup+1182.3 s]
/proc/loadavg: 2.01 1.97 1.43 3/179 23092
/proc/meminfo: memFree=29273424/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=131096 CPUtime=1182.31
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 280404 0 0 0 117461 770 0 0 25 0 1 0 25508707 134242304 30855 4089446400 4194304 10345943 140735769132080 18446744073709551615 7509949 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 32774 30855 807 1502 0 31267 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 131096

[startup+1242.3 s]
/proc/loadavg: 2.08 1.99 1.47 3/179 23094
/proc/meminfo: memFree=29270964/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=131712 CPUtime=1242.32
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 286956 0 0 0 123426 806 0 0 25 0 1 0 25508707 134873088 31147 4089446400 4194304 10345943 140735769132080 18446744073709551615 8160436 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 32928 31147 807 1502 0 31421 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 131712

[startup+1302.3 s]
/proc/loadavg: 2.03 1.99 1.50 3/179 23095
/proc/meminfo: memFree=29266424/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=135432 CPUtime=1302.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 289326 0 0 0 129389 844 0 0 25 0 1 0 25508707 138682368 31856 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 33858 31856 807 1502 0 32351 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 135432

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.53 3/179 23096
/proc/meminfo: memFree=29264768/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=135424 CPUtime=1362.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 289689 0 0 0 135357 876 0 0 25 0 1 0 25508707 138674176 31983 4089446400 4194304 10345943 140735769132080 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 33856 31983 807 1502 0 32349 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 135424

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.55 3/179 23098
/proc/meminfo: memFree=29261208/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=134328 CPUtime=1422.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 293303 0 0 0 141319 914 0 0 25 0 1 0 25508707 137551872 31987 4089446400 4194304 10345943 140735769132080 18446744073709551615 6119562 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 33582 31987 807 1502 0 32075 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 134328

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/179 23100
/proc/meminfo: memFree=29259064/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=136112 CPUtime=1482.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 300229 0 0 0 147282 951 0 0 25 0 1 0 25508707 139378688 32097 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34028 32097 807 1502 0 32521 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 136112

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 3/179 23102
/proc/meminfo: memFree=29255864/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=134520 CPUtime=1542.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 304468 0 0 0 153250 983 0 0 25 0 1 0 25508707 137748480 32061 4089446400 4194304 10345943 140735769132080 18446744073709551615 6068892 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 33630 32061 807 1502 0 32123 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 134520

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 3/179 23103
/proc/meminfo: memFree=29253216/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=136732 CPUtime=1602.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 310291 0 0 0 159213 1020 0 0 25 0 1 0 25508707 140013568 32274 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34183 32274 807 1502 0 32676 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 136732

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.65 3/179 23104
/proc/meminfo: memFree=29248576/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=135440 CPUtime=1662.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 316872 0 0 0 165178 1055 0 0 25 0 1 0 25508707 138690560 32173 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 33860 32173 807 1502 0 32353 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 135440

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.67 3/179 23106
/proc/meminfo: memFree=29245668/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=136080 CPUtime=1722.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 325248 0 0 0 171143 1090 0 0 25 0 1 0 25508707 139345920 32326 4089446400 4194304 10345943 140735769132080 18446744073709551615 4217108 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34020 32326 807 1502 0 32513 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 136080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23108
/proc/meminfo: memFree=29241268/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=138648 CPUtime=1782.33
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 329419 0 0 0 177110 1123 0 0 25 0 1 0 25508707 141975552 33021 4089446400 4194304 10345943 140735769132080 18446744073709551615 4218202 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34662 33021 807 1502 0 33155 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 138648

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 2/174 23125
/proc/meminfo: memFree=29416136/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=138640 CPUtime=1785.53
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 329820 0 0 0 177428 1125 0 0 25 0 1 0 25508707 141967360 33015 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34660 33015 807 1502 0 33153 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 138640

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/175 23130
/proc/meminfo: memFree=29407720/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=139160 CPUtime=1787.13
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 330159 0 0 0 177586 1127 0 0 25 0 1 0 25508707 142499840 33027 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34790 33027 807 1502 0 33283 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 139160

[startup+1788.7 s]
/proc/loadavg: 2.08 2.02 1.69 3/179 23135
/proc/meminfo: memFree=29371108/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=139680 CPUtime=1788.73
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 330356 0 0 0 177745 1128 0 0 25 0 1 0 25508707 143032320 33081 4089446400 4194304 10345943 140735769132080 18446744073709551615 6785408 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34920 33081 807 1502 0 33413 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 139680

[startup+1789.5 s]
/proc/loadavg: 2.08 2.02 1.69 3/179 23135
/proc/meminfo: memFree=29371108/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=139680 CPUtime=1789.53
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 330373 0 0 0 177825 1128 0 0 25 0 1 0 25508707 143032320 33098 4089446400 4194304 10345943 140735769132080 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34920 33098 807 1502 0 33413 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 139680

[startup+1789.9 s]
/proc/loadavg: 2.08 2.02 1.69 3/179 23135
/proc/meminfo: memFree=29370860/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=139680 CPUtime=1789.93
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 330374 0 0 0 177865 1128 0 0 25 0 1 0 25508707 143032320 33099 4089446400 4194304 10345943 140735769132080 18446744073709551615 6119686 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34920 33099 807 1502 0 33413 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 139680

[startup+1790 s]
/proc/loadavg: 2.08 2.02 1.69 3/179 23135
/proc/meminfo: memFree=29370860/32951124 swapFree=67111528/67111528
[pid=23056] ppid=23054 vsize=139680 CPUtime=1790.03
/proc/23056/stat : 23056 (pbscip.linux.x8) R 23054 23056 22881 0 -1 4202496 330374 0 0 0 177875 1128 0 0 25 0 1 0 25508707 143032320 33099 4089446400 4194304 10345943 140735769132080 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23056/statm: 34920 33099 807 1502 0 33413 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 139680

Child status: 0
Real time (s): 1790.1
CPU time (s): 1790.14
CPU user time (s): 1778.84
CPU system time (s): 11.2923
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 140768

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

runsolver used 3.17652 second user time and 6.597 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 09:09:19
IDJOB=2705613
IDBENCH=78949
IDSOLVER=1214
FILE ID=node140/2705613-1278572959
PBS_JOBID= 11240175
Free space on /tmp= 73688 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.1900554420--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-2705613-1278572959/watcher-2705613-1278572959 -o /tmp/evaluation-result-2705613-1278572959/solver-2705613-1278572959 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705613-1278572959.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b79c8ce52bbf55b2415ca4df8d18f0c8
RANDOM SEED=982638039

node140.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	: 5261.06
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29499200 kB
Buffers:        152832 kB
Cached:        3036968 kB
SwapCached:          0 kB
Active:        1227580 kB
Inactive:      2059312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29499200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25840 kB
Writeback:           0 kB
AnonPages:       96888 kB
Mapped:          17640 kB
Slab:           101556 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240668 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= 73676 MiB
End job on node140 at 2010-07-08 09:39:09