Trace number 3447871

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 756.505 756.488

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM5d7330038698be4d7397c9bceea53fdc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark52.1791
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447871-1307898654.wbo>
0.00/0.02	c original problem has 1168 variables (1168 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.00/0.07	c (round 2) 0 del vars, 162 del conss, 0 add conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.00/0.08	c (round 3) 98 del vars, 162 del conss, 0 add conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 214 impls, 14 clqs
0.00/0.09	c (round 4) 98 del vars, 221 del conss, 0 add conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 214 impls, 14 clqs
0.09/0.13	c    (0.1s) probing: 101/1119 (9.0%) - 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 (5 rounds):
0.09/0.13	c  98 deleted vars, 221 deleted constraints, 0 added constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.13	c  1102 implications, 14 cliques
0.09/0.13	c presolved problem has 2007 variables (1119 bin, 0 int, 888 impl, 0 cont) and 3424 constraints
0.09/0.13	c      62 constraints of type <setppc>
0.09/0.13	c     888 constraints of type <linear>
0.09/0.13	c     888 constraints of type <indicator>
0.09/0.13	c    1586 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.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
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 = 1800
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 = 13950
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 # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
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.19/0.25	o 798
0.19/0.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c T 0.2s|     1 |     0 |     0 |     - |9332k|   0 |   - |2007 |4312 |2007 |2536 |   0 |   0 |   0 |      --      | 7.980000e+02 |    Inf 
0.19/0.27	c   0.3s|     1 |     0 |   222 |     - |8909k|   0 |  44 |2007 |4312 |2007 |2536 |   0 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   463 |     - |  10M|   0 |  34 |2007 |4357 |2007 |2561 |  25 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   483 |     - |  10M|   0 |  42 |2007 |4357 |2007 |2569 |  33 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |   517 |     - |  10M|   0 |  45 |2007 |4357 |2007 |2573 |  37 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   537 |     - |  10M|   0 |  54 |2007 |4357 |2007 |2577 |  41 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
1.09/1.19	c   1.2s|     1 |     0 |   576 |     - |  10M|   0 |  45 |2007 |4357 |2007 |2579 |  43 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
1.39/1.40	c   1.4s|     1 |     0 |   588 |     - |  10M|   0 |  52 |2007 |4357 |2007 |2582 |  46 |   0 |   0 | 0.000000e+00 | 7.980000e+02 |    Inf 
2.29/2.32	c   2.3s|     1 |     2 |  5831 |     - |  10M|   0 |  52 |2007 |4357 |2007 |2582 |  46 |   0 |   9 | 0.000000e+00 | 7.980000e+02 |    Inf 
5.19/5.23	o 255
5.19/5.23	c * 5.2s|    28 |    24 |  9633 | 335.0 |  10M|  16 |   - |2007 |4358 |2007 |2616 |  75 |   1 | 341 | 0.000000e+00 | 2.550000e+02 |    Inf 
6.69/6.77	o 231
6.69/6.77	c * 6.8s|    38 |    30 | 11125 | 284.8 |  10M|  16 |   - |2007 |4363 |2007 |2606 |  94 |   6 | 450 | 0.000000e+00 | 2.310000e+02 |    Inf 
7.89/7.97	o 142
7.89/7.97	c * 8.0s|    55 |    43 | 12222 | 215.4 |  11M|  16 |   - |2007 |4371 |2007 |2597 | 131 |  14 | 576 | 0.000000e+00 | 1.420000e+02 |    Inf 
7.89/7.99	o 122
7.89/7.99	c * 8.0s|    56 |    42 | 12273 | 212.5 |  11M|  16 |   - |2007 |4371 |2007 |2567 | 138 |  14 | 576 | 0.000000e+00 | 1.220000e+02 |    Inf 
8.59/8.69	o 91
8.59/8.69	c * 8.7s|    72 |    52 | 13705 | 184.7 |  11M|  19 |   - |2007 |4378 |2007 |2610 | 218 |  21 | 666 | 0.000000e+00 | 9.100000e+01 |    Inf 
8.59/8.70	o 77
8.59/8.70	c * 8.7s|    73 |    46 | 13713 | 182.3 |  11M|  19 |   - |2007 |4378 |2007 |2608 | 218 |  21 | 666 | 0.000000e+00 | 7.700000e+01 |    Inf 
9.59/9.61	o 75
9.59/9.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.59/9.61	c R 9.6s|    84 |    53 | 14784 | 171.0 |  11M|  19 |   - |2007 |3944 |2007 |2560 | 218 |  27 | 800 | 0.000000e+00 | 7.500000e+01 |    Inf 
9.59/9.69	o 71
9.59/9.69	c * 9.7s|    87 |    52 | 14804 | 165.3 |  11M|  19 |   - |2007 |3905 |2007 |2562 | 220 |  34 | 817 | 0.000000e+00 | 7.100000e+01 |    Inf 
9.79/9.83	o 70
9.79/9.83	c * 9.8s|    91 |    54 | 15294 | 163.4 |  12M|  19 |   - |2007 |3841 |2007 |2560 | 220 |  34 | 832 | 0.000000e+00 | 7.000000e+01 |    Inf 
9.90/9.94	o 45
9.90/9.94	c * 9.9s|    96 |    48 | 15404 | 156.0 |  12M|  19 |   - |2007 |3821 |2007 |2573 | 233 |  40 | 851 | 0.000000e+00 | 4.500000e+01 |    Inf 
11.49/11.59	o 33
11.49/11.59	c *11.6s|   105 |    46 | 16790 | 155.8 |  12M|  19 |   - |2007 |3367 |2007 |2564 | 237 |  48 |1002 | 0.000000e+00 | 3.300000e+01 |    Inf 
11.79/11.82	o 30
11.79/11.82	c R11.8s|   111 |    25 | 17185 | 150.9 |  11M|  19 |   - |2007 |3174 |2007 |2560 | 237 |  51 |1042 | 0.000000e+00 | 3.000000e+01 |    Inf 
15.89/15.92	o 21
15.89/15.92	c *15.9s|   527 |    82 | 26168 |  48.6 |  12M|  36 |   - |2007 |3517 |2007 |2561 | 238 | 466 |1357 | 0.000000e+00 | 2.100000e+01 |    Inf 
16.20/16.23	o 15
16.20/16.23	c *16.2s|   619 |    81 | 27614 |  43.7 |  12M|  36 |   - |2007 |3435 |2007 |2561 | 239 | 593 |1364 | 0.000000e+00 | 1.500000e+01 |    Inf 
20.79/20.89	o 8
20.79/20.89	c *20.9s|  1999 |   142 | 50473 |  25.0 |  13M|  36 |   - |2007 |4318 |2007 |2560 | 239 |2143 |1449 | 0.000000e+00 | 8.000000e+00 |    Inf 
48.79/48.87	c  48.9s| 10000 |   349 |196370 |  19.6 |  16M|  48 |  42 |2007 |8191 |2007 |2587 | 240 |  11k|1892 | 0.000000e+00 | 8.000000e+00 |    Inf 
80.79/80.86	c  80.9s| 20000 |   381 |376718 |  18.8 |  18M|  48 |  39 |2007 |  10k|2007 |2560 | 240 |  23k|1993 | 0.000000e+00 | 8.000000e+00 |    Inf 
115.69/115.74	c   116s| 30000 |   595 |559710 |  18.6 |  20M|  48 |   - |2007 |  12k|2007 |2560 | 240 |  35k|2529 | 0.000000e+00 | 8.000000e+00 |    Inf 
151.09/151.15	c   151s| 40000 |   711 |740694 |  18.5 |  23M|  56 |   - |2007 |  16k|   0 |   0 | 240 |  48k|3099 | 0.000000e+00 | 8.000000e+00 |    Inf 
186.49/186.58	c   187s| 50000 |   763 |925596 |  18.5 |  25M|  60 |   - |2007 |  18k|2007 |2560 | 240 |  61k|3580 | 0.000000e+00 | 8.000000e+00 |    Inf 
219.90/219.94	o 5
219.90/219.94	c * 220s| 59487 |   711 |  1099k|  18.5 |  25M|  62 |   - |2007 |  20k|2007 |2562 | 242 |  74k|3973 | 0.000000e+00 | 5.000000e+00 |    Inf 
221.79/221.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
221.79/221.81	c   222s| 60000 |   709 |  1108k|  18.5 |  24M|  62 |  22 |2007 |  18k|2007 |2560 | 242 |  74k|4011 | 0.000000e+00 | 5.000000e+00 |    Inf 
256.99/257.08	c   257s| 70000 |   708 |  1300k|  18.6 |  23M|  62 |  36 |2007 |  13k|2007 |2560 | 242 |  87k|4359 | 0.000000e+00 | 5.000000e+00 |    Inf 
291.69/291.72	c   292s| 80000 |   674 |  1489k|  18.6 |  24M|  62 |  32 |2007 |  16k|2007 |2560 | 242 | 100k|4688 | 0.000000e+00 | 5.000000e+00 |    Inf 
327.40/327.49	c   327s| 90000 |   653 |  1684k|  18.7 |  22M|  62 |  29 |2007 |  12k|2007 |2560 | 242 | 113k|5021 | 0.000000e+00 | 5.000000e+00 |    Inf 
362.09/362.16	c   362s|100000 |   649 |  1871k|  18.7 |  24M|  62 |   - |2007 |  15k|   0 |   0 | 242 | 125k|5356 | 0.000000e+00 | 5.000000e+00 |    Inf 
397.30/397.36	c   397s|110000 |   739 |  2064k|  18.8 |  25M|  69 |  33 |2007 |  16k|2007 |2560 | 242 | 139k|5706 | 0.000000e+00 | 5.000000e+00 |    Inf 
431.50/431.54	c   432s|120000 |   701 |  2252k|  18.8 |  25M|  69 |  39 |2007 |  17k|2007 |2560 | 242 | 152k|5929 | 0.000000e+00 | 5.000000e+00 |    Inf 
465.80/465.83	c   466s|130000 |   683 |  2434k|  18.7 |  25M|  69 |   - |2007 |  15k|2007 |2560 | 245 | 165k|6276 | 0.000000e+00 | 5.000000e+00 |    Inf 
500.50/500.52	c   501s|140000 |   645 |  2617k|  18.7 |  25M|  69 |   - |2007 |  17k|2007 |2560 | 245 | 177k|6591 | 0.000000e+00 | 5.000000e+00 |    Inf 
534.51/534.55	c   535s|150000 |   645 |  2800k|  18.7 |  24M|  69 |  19 |2007 |  13k|2007 |2560 | 245 | 189k|6879 | 0.000000e+00 | 5.000000e+00 |    Inf 
568.40/568.45	c   568s|160000 |   634 |  2979k|  18.6 |  26M|  69 |  35 |2007 |  18k|2007 |2560 | 245 | 202k|7175 | 0.000000e+00 | 5.000000e+00 |    Inf 
575.31/575.30	o 4
575.31/575.30	c * 575s|161931 |   501 |  3016k|  18.6 |  24M|  69 |   - |2007 |  16k|2007 |2560 | 245 | 204k|7225 | 0.000000e+00 | 4.000000e+00 |    Inf 
606.41/606.46	c   606s|170000 |   626 |  3176k|  18.7 |  27M|  69 |   - |2007 |  21k|2007 |2560 | 246 | 214k|7759 | 0.000000e+00 | 4.000000e+00 |    Inf 
641.71/641.76	c   642s|180000 |   618 |  3370k|  18.7 |  26M|  69 |   - |2007 |  17k|   0 |   0 | 247 | 226k|8054 | 0.000000e+00 | 4.000000e+00 |    Inf 
676.10/676.11	c   676s|190000 |   609 |  3557k|  18.7 |  26M|  69 |  40 |2007 |  16k|2007 |2560 | 247 | 239k|8261 | 0.000000e+00 | 4.000000e+00 |    Inf 
711.11/711.12	o 2
711.11/711.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.11/711.12	c * 711s|199678 |   555 |  3748k|  18.8 |  26M|  69 |   - |2007 |  18k|2007 |2561 | 248 | 251k|8501 | 0.000000e+00 | 2.000000e+00 |    Inf 
712.51/712.50	c   713s|200000 |   550 |  3755k|  18.8 |  25M|  69 |   - |2007 |  15k|2007 |2560 | 248 | 251k|8524 | 0.000000e+00 | 2.000000e+00 |    Inf 
747.21/747.22	c   747s|210000 |   395 |  3947k|  18.8 |  22M|  69 |   - |2007 |9222 |2007 |2560 | 248 | 264k|8790 | 0.000000e+00 | 2.000000e+00 |    Inf 
756.41/756.46	c 
756.41/756.46	c SCIP Status        : problem is solved [optimal solution found]
756.41/756.46	c Solving Time (sec) : 756.46
756.41/756.46	c Solving Nodes      : 212894
756.41/756.46	c Primal Bound       : +2.00000000000000e+00 (60 solutions)
756.41/756.46	c Dual Bound         : +2.00000000000000e+00
756.41/756.46	c Gap                : 0.00 %
756.41/756.46	s OPTIMUM FOUND
756.41/756.46	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
756.41/756.46	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
756.41/756.46	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
756.41/756.46	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
756.41/756.46	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 x130 -x129 -x128 -x127 -x126 
756.41/756.46	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
756.41/756.46	v -x104 -x103 x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
756.41/756.46	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 
756.41/756.46	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 
756.41/756.46	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 
756.41/756.46	v -x1 
756.41/756.46	c SCIP Status        : problem is solved [optimal solution found]
756.41/756.46	c Total Time         :     756.46
756.41/756.46	c   solving          :     756.46
756.41/756.46	c   presolving       :       0.11 (included in solving)
756.41/756.46	c   reading          :       0.02 (included in solving)
756.41/756.46	c Original Problem   :
756.41/756.46	c   Problem name     : HOME/instance-3447871-1307898654.wbo
756.41/756.46	c   Variables        : 1168 (1168 binary, 0 integer, 0 implicit integer, 0 continuous)
756.41/756.46	c   Constraints      : 2708 initial, 2708 maximal
756.41/756.46	c Presolved Problem  :
756.41/756.46	c   Problem name     : t_HOME/instance-3447871-1307898654.wbo
756.41/756.46	c   Variables        : 2007 (1119 binary, 0 integer, 888 implicit integer, 0 continuous)
756.41/756.46	c   Constraints      : 3424 initial, 22898 maximal
756.41/756.46	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
756.41/756.46	c   trivial          :       0.00         49          0          0          0          0          0          0          0          0
756.41/756.46	c   dualfix          :       0.00         49          0          0          0          0          0          0          0          0
756.41/756.46	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
756.41/756.46	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
756.41/756.46	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
756.41/756.46	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
756.41/756.46	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
756.41/756.46	c   setppc           :       0.00          0          0          0          0          0         59          0          0          0
756.41/756.46	c   linear           :       0.05          0          0          0        937          0        113          0         49          0
756.41/756.46	c   indicator        :       0.00          0          0          0          0          0         49          0          0          0
756.41/756.46	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
756.41/756.46	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
756.41/756.46	c   root node        :          -       1779          -          -       1779          -          -          -          -          -
756.41/756.46	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
756.41/756.46	c   integral         :          0          0          0     110699          0        154          0        319       3651          0          0     215490
756.41/756.46	c   varbound         :          0+         6     905033        216          0          0        577          0      45136        238          0          0
756.41/756.46	c   setppc           :         62          6     918025          6          0        151    1474211       5198     791192          0          0          0
756.41/756.46	c   linear           :        888+         7     912991         12          0        147    1285753       6053    1535148          0          0          0
756.41/756.46	c   indicator        :        888          0     897540        216          0        147        558          0       2786          0          0          0
756.41/756.46	c   logicor          :       1586+         6     419660         16          0         44    1099734       4330    1077594          0          0          0
756.41/756.46	c   bounddisjunction :          0+         0      54333          0          0          0          5          0          6          0          0          0
756.41/756.46	c   countsols        :          0          0          0         16          0         46          0          0          0          0          0          0
756.41/756.46	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
756.41/756.46	c   integral         :      48.52       0.00       0.00      48.52       0.00       0.00       0.00
756.41/756.46	c   varbound         :       0.74       0.00       0.73       0.00       0.00       0.00       0.00
756.41/756.46	c   setppc           :       4.42       0.00       4.08       0.00       0.00       0.00       0.34
756.41/756.46	c   linear           :      11.48       0.00      10.64       0.00       0.00       0.02       0.82
756.41/756.46	c   indicator        :       1.11       0.00       1.05       0.01       0.00       0.05       0.00
756.41/756.46	c   logicor          :      31.86       0.00      30.92       0.00       0.00       0.00       0.94
756.41/756.46	c   bounddisjunction :       0.05       0.00       0.05       0.00       0.00       0.00       0.00
756.41/756.46	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
756.41/756.46	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
756.41/756.46	c   vbounds          :      16834        684          1      15288
756.41/756.46	c   rootredcost      :         18          0          0        879
756.41/756.46	c   pseudoobj        :     919823        615         68      43859
756.41/756.46	c Propagator Timings :  TotalTime  Propagate    Resprop
756.41/756.46	c   vbounds          :       1.35       1.35       0.00
756.41/756.46	c   rootredcost      :       0.16       0.16       0.00
756.41/756.46	c   pseudoobj        :      12.55      12.55       0.01
756.41/756.46	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
756.41/756.46	c   propagation      :       0.80      15650      15597      83840       27.6        279       20.8          -
756.41/756.46	c   infeasible LP    :      14.77      91548      91543     587344       38.9        864       15.5          0
756.41/756.46	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
756.41/756.46	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
756.41/756.46	c   pseudo solution  :       0.00          3          3         11       23.8          1       13.0          -
756.41/756.46	c   applied globally :          -          -          -     268304       33.9          -          -          -
756.41/756.46	c   applied locally  :          -          -          -          0        0.0          -          -          -
756.41/756.46	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
756.41/756.46	c   cut pool         :       0.00          5          -          -         48          -    (maximal pool size: 355)
756.41/756.46	c   redcost          :       3.93     111909          0      22929          0          0
756.41/756.46	c   impliedbounds    :       0.00          6          0          0          0          0
756.41/756.46	c   intobj           :       0.00          0          0          0          0          0
756.41/756.46	c   gomory           :       0.44          6          0          0       1001          0
756.41/756.46	c   cgmip            :       0.00          0          0          0          0          0
756.41/756.46	c   closecuts        :       0.00          0          0          0          0          0
756.41/756.46	c   strongcg         :       0.43          6          0          0       1054          0
756.41/756.46	c   cmir             :       0.04          6          0          0          2          0
756.41/756.46	c   flowcover        :       0.06          6          0          0          3          0
756.41/756.46	c   clique           :       0.00          6          0          0          0          0
756.41/756.46	c   zerohalf         :       0.00          0          0          0          0          0
756.41/756.46	c   mcf              :       0.00          1          0          0          0          0
756.41/756.46	c   oddcycle         :       0.00          0          0          0          0          0
756.41/756.46	c   rapidlearning    :       0.10          1          0          0          0         45
756.41/756.46	c Pricers            :       Time      Calls       Vars
756.41/756.46	c   problem variables:       0.00          0          0
756.41/756.46	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
756.41/756.46	c   relpscost        :      48.45     110481        319       3651          0          0     215490
756.41/756.46	c   pscost           :       0.00          0          0          0          0          0          0
756.41/756.46	c   inference        :       0.00          0          0          0          0          0          0
756.41/756.46	c   mostinf          :       0.00          0          0          0          0          0          0
756.41/756.46	c   leastinf         :       0.00          0          0          0          0          0          0
756.41/756.46	c   fullstrong       :       0.00          0          0          0          0          0          0
756.41/756.46	c   allfullstrong    :       0.00          0          0          0          0          0          0
756.41/756.46	c   random           :       0.00          0          0          0          0          0          0
756.41/756.46	c Primal Heuristics  :       Time      Calls      Found
756.41/756.46	c   LP solutions     :       0.00          -         16
756.41/756.46	c   pseudo solutions :       0.00          -          0
756.41/756.46	c   oneopt           :       0.22         17          0
756.41/756.46	c   feaspump         :       0.73          1          0
756.41/756.46	c   coefdiving       :       0.88         37          0
756.41/756.46	c   pscostdiving     :       0.52         37          0
756.41/756.46	c   guideddiving     :       0.96         37          0
756.41/756.46	c   linesearchdiving :       0.43         37          0
756.41/756.46	c   veclendiving     :       0.77         37          0
756.41/756.46	c   objpscostdiving  :       0.26         19          0
756.41/756.46	c   rootsoldiving    :       0.40         19          0
756.41/756.46	c   fracdiving       :       1.05         38          0
756.41/756.46	c   crossover        :       0.65         19          0
756.41/756.46	c   trivial          :       0.00          2          0
756.41/756.46	c   shiftandpropagate:       0.11          1          1
756.41/756.46	c   simplerounding   :       0.14     110803          0
756.41/756.46	c   zirounding       :       2.48         32          0
756.41/756.46	c   rounding         :       2.29      21613          2
756.41/756.46	c   shifting         :       0.57       1468          0
756.41/756.46	c   intshifting      :       0.00          0          0
756.41/756.46	c   twoopt           :       0.00          0          0
756.41/756.46	c   fixandinfer      :       0.00          0          0
756.41/756.46	c   clique           :       0.00          0          0
756.41/756.46	c   intdiving        :       0.00          0          0
756.41/756.46	c   actconsdiving    :       0.00          0          0
756.41/756.46	c   octane           :       0.00          0          0
756.41/756.46	c   rens             :       0.03          1          0
756.41/756.46	c   rins             :       0.00          0          0
756.41/756.46	c   localbranching   :       0.00          0          0
756.41/756.46	c   mutation         :       0.00          0          0
756.41/756.46	c   dins             :       0.00          0          0
756.41/756.46	c   vbounds          :       0.00          0          0
756.41/756.46	c   undercover       :       0.00          0          0
756.41/756.46	c   subnlp           :       0.03          0          0
756.41/756.46	c   trysol           :       0.07         91         41
756.41/756.46	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
756.41/756.46	c   primal LP        :       0.00          0          0       0.00          -
756.41/756.46	c   dual LP          :     528.28     202100    3964096      19.61    7503.75
756.41/756.46	c   lex dual LP      :       0.00          0          0       0.00          -
756.41/756.46	c   barrier LP       :       0.00          0          0       0.00          -
756.41/756.46	c   diving/probing LP:       4.79       3436      27745       8.07    5798.08
756.41/756.46	c   strong branching :      46.67       8896     330275      37.13    7076.25
756.41/756.46	c     (at root node) :          -          9       1487     165.22          -
756.41/756.46	c   conflict analysis:       0.00          0          0       0.00          -
756.41/756.46	c B&B Tree           :
756.41/756.46	c   number of runs   :          1
756.41/756.46	c   nodes            :     212894
756.41/756.46	c   nodes (total)    :     212894
756.41/756.46	c   nodes left       :          0
756.41/756.46	c   max depth        :         69
756.41/756.46	c   max depth (total):         69
756.41/756.46	c   backtracks       :      24772 (11.6%)
756.41/756.46	c   delayed cutoffs  :       2328
756.41/756.46	c   repropagations   :     376098 (508629 domain reductions, 2222 cutoffs)
756.41/756.46	c   avg switch length:       5.20
756.41/756.46	c   switching time   :      34.35
756.41/756.46	c Solution           :
756.41/756.46	c   Solutions found  :         60 (19 improvements)
756.41/756.46	c   First Solution   : +7.98000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 954, found by <shiftandpropagate>)
756.41/756.46	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 199678 nodes, 711.12 seconds, depth 35, found by <relaxation>)
756.41/756.46	c   Dual Bound       : +2.00000000000000e+00
756.41/756.46	c   Gap              :       0.00 %
756.41/756.46	c   Root Dual Bound  : +0.00000000000000e+00
756.41/756.46	c   Root Iterations  :        588
756.41/756.48	c Time complete: 756.5.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447871-1307898654/watcher-3447871-1307898654 -o /var/tmp/evaluation-result-3447871-1307898654/solver-3447871-1307898654 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447871-1307898654.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.03 2/174 28542
/proc/meminfo: memFree=2377088/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 1526 0 0 0 0 0 0 0 22 0 1 0 980095871 10375168 1480 33554432000 4194304 9128323 140733875244528 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/28542/statm: 2533 1481 399 1205 0 1324 0

[startup+0.0990591 s]
/proc/loadavg: 1.00 1.00 1.03 2/174 28542
/proc/meminfo: memFree=2377088/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=28428 CPUtime=0.09 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 6121 0 0 0 9 0 0 0 22 0 1 0 980095871 29110272 5816 33554432000 4194304 9128323 140733875244528 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 7107 5816 532 1205 0 5898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28428

[startup+0.101069 s]
/proc/loadavg: 1.00 1.00 1.03 2/174 28542
/proc/meminfo: memFree=2377088/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=28428 CPUtime=0.09 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 6121 0 0 0 9 0 0 0 23 0 1 0 980095871 29110272 5816 33554432000 4194304 9128323 140733875244528 18446744073709551615 5192568 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 7107 5816 532 1205 0 5898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28428

[startup+0.301033 s]
/proc/loadavg: 1.00 1.00 1.03 2/174 28542
/proc/meminfo: memFree=2377088/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=36096 CPUtime=0.29 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 8431 0 0 0 29 0 0 0 23 0 1 0 980095871 36962304 7999 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 9024 7999 666 1205 0 7815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36096

[startup+0.700944 s]
/proc/loadavg: 1.00 1.00 1.03 2/174 28542
/proc/meminfo: memFree=2377088/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=60712 CPUtime=0.69 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 14716 0 0 0 67 2 0 0 25 0 1 0 980095871 62169088 13930 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15178 13930 729 1205 0 13969 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60712

[startup+1.5008 s]
/proc/loadavg: 1.08 1.02 1.04 3/175 28543
/proc/meminfo: memFree=2296256/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=60712 CPUtime=1.49 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 14722 0 0 0 144 5 0 0 25 0 1 0 980095871 62169088 13936 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15178 13936 731 1205 0 13969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60712

[startup+3.1005 s]
/proc/loadavg: 1.08 1.02 1.04 3/175 28543
/proc/meminfo: memFree=2296008/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=61820 CPUtime=3.09 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 15315 0 0 0 298 11 0 0 25 0 1 0 980095871 63303680 14529 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15455 14529 741 1205 0 14246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61820

[startup+6.3009 s]
/proc/loadavg: 1.08 1.02 1.04 3/175 28544
/proc/meminfo: memFree=2292204/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=61820 CPUtime=6.29 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 15316 0 0 0 606 23 0 0 25 0 1 0 980095871 63303680 14530 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15455 14530 742 1205 0 14246 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61820

[startup+12.7007 s]
/proc/loadavg: 1.22 1.05 1.05 3/175 28544
/proc/meminfo: memFree=2291608/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=61820 CPUtime=12.69 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 15316 0 0 0 1225 44 0 0 25 0 1 0 980095871 63303680 14530 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15455 14530 742 1205 0 14246 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61820

[startup+25.5003 s]
/proc/loadavg: 1.34 1.08 1.06 3/175 28544
/proc/meminfo: memFree=2292044/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=60716 CPUtime=25.49 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 21722 0 0 0 2475 74 0 0 25 0 1 0 980095871 62173184 14304 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 15179 14304 743 1205 0 13970 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60716

[startup+51.1006 s]
/proc/loadavg: 1.57 1.15 1.08 3/175 28545
/proc/meminfo: memFree=2284340/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=51.09 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 24406 0 0 0 4984 125 0 0 25 0 1 0 980095871 70397952 16300 33554432000 4194304 9128323 140733875244528 18446744073709551615 6713637 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16300 743 1205 0 15978 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68748

[startup+102.306 s]
/proc/loadavg: 1.83 1.29 1.13 3/175 28546
/proc/meminfo: memFree=2282588/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=102.3 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 25229 0 0 0 9995 235 0 0 25 0 1 0 980095871 70397952 16304 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16304 743 1205 0 15978 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68748

[startup+162.301 s]
/proc/loadavg: 1.98 1.43 1.19 3/175 28548
/proc/meminfo: memFree=2280556/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=162.29 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 25231 0 0 0 15878 351 0 0 25 0 1 0 980095871 70397952 16306 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16306 743 1205 0 15978 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68748

[startup+222.301 s]
/proc/loadavg: 1.99 1.54 1.23 3/175 28549
/proc/meminfo: memFree=2277656/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=222.29 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 27212 0 0 0 21755 474 0 0 25 0 1 0 980095871 70397952 16306 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16306 743 1205 0 15978 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 68748

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.28 3/175 28551
/proc/meminfo: memFree=2275872/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=282.3 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 33660 0 0 0 27624 606 0 0 25 0 1 0 980095871 70397952 16306 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16306 743 1205 0 15978 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 68748

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.32 3/175 28552
/proc/meminfo: memFree=2275812/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=68748 CPUtime=342.29 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 34988 0 0 0 33493 736 0 0 25 0 1 0 980095871 70397952 16306 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17187 16306 743 1205 0 15978 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 68748

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.36 3/175 28554
/proc/meminfo: memFree=2274024/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=69784 CPUtime=402.3 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 36687 0 0 0 39369 861 0 0 25 0 1 0 980095871 71458816 16553 33554432000 4194304 9128323 140733875244528 18446744073709551615 7343488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17446 16553 743 1205 0 16237 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 69784

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.40 3/175 28556
/proc/meminfo: memFree=2272616/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=70076 CPUtime=462.3 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 36756 0 0 0 45248 982 0 0 25 0 1 0 980095871 71757824 16622 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17519 16622 743 1205 0 16310 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70076

[startup+522.301 s]
/proc/loadavg: 1.99 1.82 1.43 3/175 28557
/proc/meminfo: memFree=2268460/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=71364 CPUtime=522.31 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 37087 0 0 0 51124 1107 0 0 25 0 1 0 980095871 73076736 16950 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17841 16950 743 1205 0 16632 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 71364

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.47 3/175 28559
/proc/meminfo: memFree=2265812/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=71964 CPUtime=582.31 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 48530 0 0 0 57000 1231 0 0 25 0 1 0 980095871 73691136 17094 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 17991 17094 743 1205 0 16782 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 71964

[startup+642.3 s]
/proc/loadavg: 1.99 1.87 1.50 3/175 28560
/proc/meminfo: memFree=2263904/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73352 CPUtime=642.31 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 61692 0 0 0 62872 1359 0 0 25 0 1 0 980095871 75112448 17437 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18338 17437 743 1205 0 17129 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 73352

[startup+702.3 s]
/proc/loadavg: 1.99 1.89 1.53 3/175 28562
/proc/meminfo: memFree=2261988/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73744 CPUtime=702.3 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 63402 0 0 0 68741 1489 0 0 25 0 1 0 980095871 75513856 17555 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18436 17555 743 1205 0 17227 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 73744

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

[startup+716.701 s]
/proc/loadavg: 1.99 1.90 1.53 3/175 28562
/proc/meminfo: memFree=2260744/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73536 CPUtime=716.71 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 73114 0 0 0 70150 1521 0 0 25 0 1 0 980095871 75300864 17476 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18384 17476 743 1205 0 17175 0
Current children cumulated CPU time (s) 716.71
Current children cumulated vsize (KiB) 73536

[startup+742.301 s]
/proc/loadavg: 1.99 1.91 1.54 3/175 28563
/proc/meminfo: memFree=2255512/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73792 CPUtime=742.31 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 81526 0 0 0 72649 1582 0 0 25 0 1 0 980095871 75563008 17552 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18448 17552 743 1205 0 17239 0
Current children cumulated CPU time (s) 742.31
Current children cumulated vsize (KiB) 73792

[startup+748.701 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28563
/proc/meminfo: memFree=2255512/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73792 CPUtime=748.71 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 81540 0 0 0 73274 1597 0 0 25 0 1 0 980095871 75563008 17566 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18448 17566 743 1205 0 17239 0
Current children cumulated CPU time (s) 748.71
Current children cumulated vsize (KiB) 73792

[startup+751.901 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28563
/proc/meminfo: memFree=2255388/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73792 CPUtime=751.91 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 81540 0 0 0 73589 1602 0 0 25 0 1 0 980095871 75563008 17566 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18448 17566 743 1205 0 17239 0
Current children cumulated CPU time (s) 751.91
Current children cumulated vsize (KiB) 73792

[startup+753.507 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28563
/proc/meminfo: memFree=2255504/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73792 CPUtime=753.51 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 81540 0 0 0 73746 1605 0 0 25 0 1 0 980095871 75563008 17566 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18448 17566 743 1205 0 17239 0
Current children cumulated CPU time (s) 753.51
Current children cumulated vsize (KiB) 73792

[startup+755.1 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28563
/proc/meminfo: memFree=2255628/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73672 CPUtime=755.11 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 82850 0 0 0 73903 1608 0 0 25 0 1 0 980095871 75440128 17533 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18418 17533 743 1205 0 17209 0
Current children cumulated CPU time (s) 755.11
Current children cumulated vsize (KiB) 73672

[startup+755.9 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28564
/proc/meminfo: memFree=2255628/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73836 CPUtime=755.91 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 82859 0 0 0 73981 1610 0 0 25 0 1 0 980095871 75608064 17542 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18459 17542 743 1205 0 17250 0
Current children cumulated CPU time (s) 755.91
Current children cumulated vsize (KiB) 73836

[startup+756.3 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28564
/proc/meminfo: memFree=2255628/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73836 CPUtime=756.31 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 82859 0 0 0 74021 1610 0 0 25 0 1 0 980095871 75608064 17542 33554432000 4194304 9128323 140733875244528 18446744073709551615 6530208 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18459 17542 743 1205 0 17250 0
Current children cumulated CPU time (s) 756.31
Current children cumulated vsize (KiB) 73836

[startup+756.4 s]
/proc/loadavg: 1.99 1.91 1.55 3/175 28564
/proc/meminfo: memFree=2255628/32951124 swapFree=67062556/67111528
[pid=28542] ppid=28540 vsize=73836 CPUtime=756.41 cores=1,3,5,7
/proc/28542/stat : 28542 (scip-2.0.1.4.li) R 28540 28542 27812 0 -1 4202496 82860 0 0 0 74031 1610 0 0 25 0 1 0 980095871 75608064 17543 33554432000 4194304 9128323 140733875244528 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/28542/statm: 18459 17543 743 1205 0 17250 0
Current children cumulated CPU time (s) 756.41
Current children cumulated vsize (KiB) 73836

Child status: 0
Real time (s): 756.488
CPU time (s): 756.505
CPU user time (s): 740.392
CPU system time (s): 16.1125
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 89664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 740.392
system time used= 16.1125
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82864
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= 5
involuntary context switches= 1108

runsolver used 1.00185 second user time and 2.48062 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 19:10:54
IDJOB=3447871
IDBENCH=78974
IDSOLVER=1944
FILE ID=node111/3447871-1307898654
RUNJOBID= node111-1307898654-28515
PBS_JOBID= 13559593
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447871-1307898654/watcher-3447871-1307898654 -o /var/tmp/evaluation-result-3447871-1307898654/solver-3447871-1307898654 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447871-1307898654.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5d7330038698be4d7397c9bceea53fdc
RANDOM SEED=1833051629

node111.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.849
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.69
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.849
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	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.86
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2377500 kB
Buffers:         49224 kB
Cached:       29551320 kB
SwapCached:      11248 kB
Active:       14673696 kB
Inactive:     14970776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2377500 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           24480 kB
Writeback:           0 kB
AnonPages:       42056 kB
Mapped:          12596 kB
Slab:           865536 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   202000 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 /var/tmp at the end= 2860 MiB
End job on node111 at 2011-06-12 19:23:30