Trace number 3447311

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.4? (TO) 1800.08 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900544484--soft-0-100-0.wbo
MD5SUMe3f6753fad3114c64a2e1439cb62c0aa
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark40.3689
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 constraints2707
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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-3447311-1307900793.wbo>
0.00/0.02	c original problem has 2938 variables (2938 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.02/0.06	o 137945
0.02/0.06	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.02/0.06	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.07	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c    (0.1s) probing: 101/2938 (3.4%) - 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 (3 rounds):
0.09/0.12	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.12	c  2707 implications, 0 cliques
0.09/0.12	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.12	c    2707 constraints of type <linear>
0.09/0.12	c    2707 constraints of type <indicator>
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 2.0.1.4
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 = 1800
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 = 13950
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 # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
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.13	c 
0.09/0.17	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.17	c t 0.2s|     1 |     0 |   271 |     - |  17M|   0 |  10 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |   574 |     - |  18M|   0 |  38 |5645 |8121 |5645 |2728 |  21 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   747 |     - |  18M|   0 |  47 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   788 |     - |  19M|   0 |  66 |5645 |8121 |5645 |2797 |  90 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.39/1.48	c   1.5s|     1 |     0 |   816 |     - |  19M|   0 |  64 |5645 |8121 |5645 |2798 |  91 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
1.89/1.98	c   2.0s|     1 |     0 |   839 |     - |  19M|   0 |  64 |5645 |8121 |5645 |2803 |  96 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
2.39/2.48	c   2.5s|     1 |     0 |   890 |     - |  19M|   0 |  62 |5645 |8121 |5645 |2808 | 101 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
5.19/5.22	c   5.2s|     1 |     2 |   890 |     - |  20M|   0 |  62 |5645 |8121 |5645 |2808 | 101 |   0 |  62 | 0.000000e+00 | 1.379450e+05 |    Inf 
18.49/18.53	o 466
18.49/18.53	c *18.5s|   232 |   231 |  6412 |  23.9 |  24M| 197 |   - |5645 |8121 |5645 |2862 | 205 |   0 | 579 | 0.000000e+00 | 4.660000e+02 |    Inf 
20.19/20.28	o 299
20.19/20.28	c *20.3s|   388 |   381 |  8133 |  18.7 |  26M| 200 |   - |5645 |8121 |5645 |2851 | 528 |   0 | 608 | 0.000000e+00 | 2.990000e+02 |    Inf 
39.89/39.91	o 298
39.89/39.91	c *39.9s|  1251 |   796 | 47873 |  37.6 |  34M| 200 |   - |5645 |8435 |5645 |2849 |4353 | 316 | 794 | 0.000000e+00 | 2.980000e+02 |    Inf 
57.20/57.22	o 297
57.20/57.22	c *57.2s|  1895 |  1123 |108514 |  56.8 |  36M| 200 |   - |5645 |8717 |5645 |2849 |6786 | 625 |1004 | 0.000000e+00 | 2.970000e+02 |    Inf 
239.70/239.80	o 259
239.70/239.80	c * 240s|  9492 |  3568 |497532 |  52.3 |  46M| 200 |   - |5645 |8917 |5645 |2850 |  46k|4709 |1767 | 0.000000e+00 | 2.590000e+02 |    Inf 
250.30/250.30	c   250s| 10000 |  3648 |522897 |  52.2 |  46M| 200 |   - |5645 |8916 |5645 |2772 |  48k|4945 |1767 | 0.000000e+00 | 2.590000e+02 |    Inf 
304.90/304.94	o 248
304.90/304.94	c * 305s| 12223 |  4160 |641182 |  52.4 |  48M| 200 |   - |5645 |8912 |5645 |2776 |  60k|6230 |1984 | 0.000000e+00 | 2.480000e+02 |    Inf 
305.20/305.21	o 247
305.20/305.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.20/305.21	c * 305s| 12230 |  4159 |643511 |  52.5 |  49M| 200 |   - |5645 |8908 |5645 |2758 |  60k|6233 |1984 | 0.000000e+00 | 2.470000e+02 |    Inf 
350.40/350.44	o 243
350.40/350.44	c * 350s| 13900 |  4478 |739184 |  53.1 |  50M| 200 |   - |5645 |9052 |5645 |2771 |  70k|7152 |2260 | 0.000000e+00 | 2.430000e+02 |    Inf 
495.61/495.65	o 242
495.61/495.65	c R 496s| 19363 |  5375 |  1064k|  54.9 |  55M| 200 |   - |5645 |8901 |5645 |2758 | 104k|9948 |3108 | 0.000000e+00 | 2.420000e+02 |    Inf 
495.71/495.79	o 233
495.71/495.79	c * 496s| 19366 |  5370 |  1064k|  54.9 |  54M| 200 |   - |5645 |8895 |5645 |2777 | 104k|9950 |3108 | 0.000000e+00 | 2.330000e+02 |    Inf 
510.21/510.29	c   510s| 20000 |  5511 |  1095k|  54.7 |  55M| 200 |   4 |5645 |8937 |5645 |2764 | 107k|  10k|3181 | 0.000000e+00 | 2.330000e+02 |    Inf 
511.31/511.34	o 223
511.31/511.34	c * 511s| 20075 |  5527 |  1097k|  54.6 |  55M| 200 |   - |5645 |8906 |5645 |2799 | 107k|  10k|3188 | 0.000000e+00 | 2.230000e+02 |    Inf 
511.52/511.58	o 220
511.52/511.58	c * 512s| 20086 |  5525 |  1097k|  54.6 |  55M| 200 |   - |5645 |8909 |5645 |2765 | 107k|  10k|3189 | 0.000000e+00 | 2.200000e+02 |    Inf 
511.71/511.72	o 215
511.71/511.72	c * 512s| 20092 |  5506 |  1098k|  54.6 |  55M| 200 |   - |5645 |8900 |5645 |2767 | 107k|  10k|3189 | 0.000000e+00 | 2.150000e+02 |    Inf 
518.61/518.67	o 187
518.61/518.67	c * 519s| 20509 |  5425 |  1122k|  54.7 |  53M| 200 |   - |5645 |8800 |5645 |2840 | 108k|  10k|3241 | 0.000000e+00 | 1.870000e+02 |    Inf 
523.71/523.75	o 186
523.71/523.75	c * 524s| 20728 |  5541 |  1149k|  55.4 |  55M| 200 |   - |5645 |8815 |5645 |2770 | 108k|  10k|3332 | 0.000000e+00 | 1.860000e+02 |    Inf 
524.91/524.95	o 177
524.91/524.95	c * 525s| 20839 |  5407 |  1154k|  55.4 |  54M| 200 |   - |5645 |8837 |5645 |2775 | 108k|  10k|3366 | 0.000000e+00 | 1.770000e+02 |    Inf 
533.12/533.15	o 154
533.12/533.15	c * 533s| 21490 |  5217 |  1181k|  54.9 |  53M| 200 |   - |5645 |8735 |5645 |2810 | 109k|  11k|3411 | 0.000000e+00 | 1.540000e+02 |    Inf 
537.91/537.95	o 147
537.91/537.95	c * 538s| 21896 |  5201 |  1194k|  54.5 |  54M| 200 |   - |5645 |8825 |5645 |2767 | 109k|  11k|3431 | 0.000000e+00 | 1.470000e+02 |    Inf 
541.22/541.21	o 145
541.22/541.21	c * 541s| 22196 |  5247 |  1202k|  54.1 |  56M| 200 |   - |5645 |8901 |5645 |2829 | 110k|  11k|3449 | 0.000000e+00 | 1.450000e+02 |    Inf 
548.82/548.87	o 128
548.82/548.87	c * 549s| 23075 |  5026 |  1225k|  53.1 |  55M| 200 |   - |5645 |8993 |5645 |2779 | 110k|  12k|3516 | 0.000000e+00 | 1.280000e+02 |    Inf 
560.61/560.63	o 118
560.61/560.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
560.61/560.63	c * 561s| 24406 |  5329 |  1260k|  51.6 |  60M| 200 |   - |5645 |9177 |5645 |2772 | 111k|  13k|3532 | 0.000000e+00 | 1.180000e+02 |    Inf 
561.01/561.07	o 109
561.01/561.07	c * 561s| 24450 |  5152 |  1261k|  51.6 |  59M| 200 |   - |5645 |9180 |5645 |2772 | 111k|  13k|3532 | 0.000000e+00 | 1.090000e+02 |    Inf 
581.41/581.42	o 99
581.41/581.42	c * 581s| 26396 |  5317 |  1305k|  49.4 |  66M| 200 |   - |5645 |9448 |5645 |2772 | 112k|  14k|3599 | 0.000000e+00 | 9.900000e+01 |    Inf 
602.02/602.06	o 87
602.02/602.06	c * 602s| 28378 |  4997 |  1355k|  47.7 |  70M| 200 |   - |5645 |9120 |5645 |2772 | 113k|  16k|3662 | 0.000000e+00 | 8.700000e+01 |    Inf 
605.71/605.70	o 84
605.71/605.70	c * 606s| 28815 |  4212 |  1361k|  47.2 |  67M| 200 |   - |5645 |8535 |5645 |2761 | 114k|  16k|3671 | 0.000000e+00 | 8.400000e+01 |    Inf 
616.12/616.18	c   616s| 30000 |  4339 |  1382k|  46.0 |  71M| 200 |   - |5645 |8406 |   0 |   0 | 114k|  17k|3678 | 0.000000e+00 | 8.400000e+01 |    Inf 
682.42/682.46	o 82
682.42/682.46	c * 682s| 38703 |  5029 |  1481k|  38.2 |  91M| 200 |   - |5645 |8559 |5645 |2758 | 117k|  26k|3838 | 0.000000e+00 | 8.200000e+01 |    Inf 
692.32/692.37	c   692s| 40000 |  5170 |  1498k|  37.4 |  94M| 200 |   - |5645 |9253 |   0 |   0 | 117k|  27k|3855 | 0.000000e+00 | 8.200000e+01 |    Inf 
706.51/706.57	o 77
706.51/706.57	c * 707s| 41835 |  5222 |  1519k|  36.3 |  96M| 200 |   - |5645 |9544 |5645 |2763 | 118k|  29k|3870 | 0.000000e+00 | 7.700000e+01 |    Inf 
706.51/706.59	o 66
706.51/706.59	c * 707s| 41836 |  4955 |  1519k|  36.3 |  91M| 200 |   - |5645 |9544 |5645 |2764 | 118k|  29k|3870 | 0.000000e+00 | 6.600000e+01 |    Inf 
707.92/707.96	o 64
707.92/707.96	c * 708s| 42051 |  4916 |  1521k|  36.2 |  91M| 200 |   - |5645 |8336 |5645 |2758 | 118k|  30k|3870 | 0.000000e+00 | 6.400000e+01 |    Inf 
743.02/743.07	o 43
743.02/743.07	c * 743s| 47078 |  4478 |  1571k|  33.4 |  90M| 200 |   - |5645 |8043 |5645 |2778 | 119k|  36k|3974 | 0.000000e+00 | 4.300000e+01 |    Inf 
762.23/762.25	c   762s| 50000 |  4358 |  1604k|  32.1 |  93M| 200 |   7 |5645 |6904 |5645 |2753 | 119k|  40k|4038 | 0.000000e+00 | 4.300000e+01 |    Inf 
766.12/766.10	o 40
766.12/766.10	c * 766s| 50608 |  4221 |  1611k|  31.8 |  91M| 200 |   - |5645 |6981 |5645 |2758 | 119k|  41k|4044 | 0.000000e+00 | 4.000000e+01 |    Inf 
766.22/766.29	o 39
766.22/766.29	c * 766s| 50627 |  4214 |  1611k|  31.8 |  91M| 200 |   - |5645 |6780 |5645 |2762 | 119k|  41k|4044 | 0.000000e+00 | 3.900000e+01 |    Inf 
769.42/769.48	o 29
769.42/769.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
769.42/769.48	c * 769s| 51083 |  4037 |  1617k|  31.6 |  88M| 200 |   - |5645 |6326 |5645 |2768 | 120k|  42k|4048 | 0.000000e+00 | 2.900000e+01 |    Inf 
772.52/772.54	o 24
772.52/772.54	c * 773s| 51606 |  3860 |  1624k|  31.5 |  87M| 200 |   - |5645 |5401 |5645 |2766 | 120k|  42k|4051 | 0.000000e+00 | 2.400000e+01 |    Inf 
773.52/773.54	o 23
773.52/773.54	c * 774s| 51765 |  3817 |  1626k|  31.4 |  86M| 200 |   - |5645 |5098 |5645 |2753 | 120k|  42k|4051 | 0.000000e+00 | 2.300000e+01 |    Inf 
775.12/775.19	o 17
775.12/775.19	c * 775s| 52031 |  3493 |  1630k|  31.3 |  82M| 200 |   - |5645 |4887 |5645 |2762 | 120k|  43k|4055 | 0.000000e+00 | 1.700000e+01 |    Inf 
780.02/780.02	o 9
780.02/780.02	c * 780s| 52762 |  2887 |  1645k|  31.2 |  75M| 200 |   - |5645 |4585 |5645 |2763 | 120k|  44k|4061 | 0.000000e+00 | 9.000000e+00 |    Inf 
798.32/798.36	o 7
798.32/798.36	c * 798s| 56578 |  2325 |  1705k|  30.1 |  67M| 200 |   - |5645 |5101 |5645 |2754 | 120k|  49k|4145 | 0.000000e+00 | 7.000000e+00 |    Inf 
799.42/799.47	o 2
799.42/799.47	c * 799s| 56804 |  1929 |  1709k|  30.1 |  60M| 200 |   - |5645 |4844 |5645 |2757 | 120k|  49k|4145 | 0.000000e+00 | 2.000000e+00 |    Inf 
813.72/813.75	c   814s| 60000 |  1706 |  1762k|  29.4 |  59M| 200 |   - |5645 |5299 |5645 |2758 | 120k|  53k|4216 | 0.000000e+00 | 2.000000e+00 |    Inf 
855.02/855.08	c   855s| 70000 |  1703 |  1907k|  27.2 |  62M| 200 |   - |5645 |  11k|5645 |2753 | 120k|  66k|4346 | 0.000000e+00 | 2.000000e+00 |    Inf 
897.93/897.94	c   898s| 80000 |  1669 |  2054k|  25.7 |  62M| 200 |  28 |5645 |  10k|5645 |2758 | 120k|  79k|4521 | 0.000000e+00 | 2.000000e+00 |    Inf 
939.72/939.73	c   940s| 90000 |  1666 |  2194k|  24.4 |  64M| 200 |   - |5645 |  13k|5645 |2758 | 120k|  94k|4656 | 0.000000e+00 | 2.000000e+00 |    Inf 
982.73/982.71	c   983s|100000 |  1587 |  2338k|  23.4 |  62M| 200 |  36 |5645 |8889 |5645 |2753 | 120k| 107k|4825 | 0.000000e+00 | 2.000000e+00 |    Inf 
1028.53/1028.52	c  1029s|110000 |  1585 |  2501k|  22.7 |  63M| 200 |  24 |5645 |  10k|5645 |2758 | 120k| 120k|4998 | 0.000000e+00 | 2.000000e+00 |    Inf 
1075.03/1075.04	c  1075s|120000 |  1654 |  2664k|  22.2 |  67M| 200 |   - |5645 |  17k|   0 |   0 | 120k| 134k|5143 | 0.000000e+00 | 2.000000e+00 |    Inf 
1123.83/1123.85	c  1124s|130000 |  1681 |  2832k|  21.8 |  68M| 200 |  42 |5645 |  16k|5645 |2758 | 120k| 147k|5297 | 0.000000e+00 | 2.000000e+00 |    Inf 
1170.13/1170.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1170.13/1170.16	c  1170s|140000 |  1690 |  2987k|  21.3 |  68M| 200 |   - |5645 |  15k|5645 |2758 | 120k| 161k|5465 | 0.000000e+00 | 2.000000e+00 |    Inf 
1217.74/1217.71	c  1218s|150000 |  1711 |  3137k|  20.9 |  70M| 200 |  30 |5645 |  21k|5645 |2758 | 120k| 174k|5620 | 0.000000e+00 | 2.000000e+00 |    Inf 
1264.34/1264.34	c  1264s|160000 |  1738 |  3273k|  20.5 |  74M| 200 |   - |5645 |  28k|5645 |2758 | 120k| 186k|5714 | 0.000000e+00 | 2.000000e+00 |    Inf 
1317.84/1317.83	c  1318s|170000 |  1856 |  3433k|  20.2 |  78M| 200 |   - |5645 |  33k|5645 |2758 | 120k| 201k|5848 | 0.000000e+00 | 2.000000e+00 |    Inf 
1370.74/1370.79	c  1371s|180000 |  1903 |  3587k|  19.9 |  79M| 200 |   - |5645 |  34k|5645 |2758 | 120k| 217k|6013 | 0.000000e+00 | 2.000000e+00 |    Inf 
1408.24/1408.27	o 1
1408.24/1408.27	c *1408s|187097 |  1840 |  3698k|  19.8 |  77M| 200 |   - |5645 |  32k|5645 |2758 | 120k| 228k|6096 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.14/1424.14	c  1424s|190000 |  1734 |  3748k|  19.7 |  69M| 200 |   - |5645 |  14k|5645 |2753 | 120k| 232k|6187 | 0.000000e+00 | 1.000000e+00 |    Inf 
1466.75/1466.77	c  1467s|200000 |  1803 |  3890k|  19.4 |  72M| 200 |   - |5645 |  16k|   0 |   0 | 120k| 245k|6296 | 0.000000e+00 | 1.000000e+00 |    Inf 
1513.34/1513.37	c  1513s|210000 |  1817 |  4045k|  19.3 |  75M| 200 |  28 |5645 |  22k|5645 |2758 | 120k| 260k|6399 | 0.000000e+00 | 1.000000e+00 |    Inf 
1560.85/1560.85	c  1561s|220000 |  1798 |  4204k|  19.1 |  74M| 200 |  33 |5645 |  20k|5645 |2758 | 120k| 273k|6508 | 0.000000e+00 | 1.000000e+00 |    Inf 
1611.55/1611.57	c  1612s|230000 |  1786 |  4379k|  19.0 |  74M| 200 |  38 |5645 |  20k|5645 |2758 | 120k| 287k|6656 | 0.000000e+00 | 1.000000e+00 |    Inf 
1657.45/1657.42	c  1657s|240000 |  1757 |  4537k|  18.9 |  70M| 200 |   - |5645 |  11k|5645 |2758 | 120k| 300k|6823 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.76/1703.74	c  1704s|250000 |  1705 |  4705k|  18.8 |  70M| 200 |  38 |5645 |  10k|5645 |2758 | 120k| 314k|6947 | 0.000000e+00 | 1.000000e+00 |    Inf 
1748.85/1748.80	c  1749s|260000 |  1881 |  4859k|  18.7 |  74M| 200 |   - |5645 |  18k|   0 |   0 | 120k| 327k|7084 | 0.000000e+00 | 1.000000e+00 |    Inf 
1796.36/1796.35	c  1796s|270000 |  1825 |  5019k|  18.6 |  71M| 200 |  42 |5645 |  10k|5645 |2758 | 120k| 341k|7222 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 270739
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+00 (571 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

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 /tmp/evaluation-result-3447311-1307900793/watcher-3447311-1307900793 -o /tmp/evaluation-result-3447311-1307900793/solver-3447311-1307900793 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447311-1307900793.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 2.04 2.01 1.94 2/174 6343
/proc/meminfo: memFree=32475660/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 1515 0 0 0 0 0 0 0 25 0 1 0 901681633 10362880 1469 33554432000 4194304 9128323 140736270770096 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6343/statm: 2530 1469 399 1205 0 1321 0

[startup+0.0348119 s]
/proc/loadavg: 2.04 2.01 1.94 2/174 6343
/proc/meminfo: memFree=32475660/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=22052 CPUtime=0.02 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 4468 0 0 0 2 0 0 0 25 0 1 0 901681633 22581248 4421 33554432000 4194304 9128323 140736270770096 18446744073709551615 4592897 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 5546 4454 446 1205 0 4337 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22052

[startup+0.100764 s]
/proc/loadavg: 2.04 2.01 1.94 2/174 6343
/proc/meminfo: memFree=32475660/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=35720 CPUtime=0.09 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 7948 0 0 0 9 0 0 0 25 0 1 0 901681633 36577280 7643 33554432000 4194304 9128323 140736270770096 18446744073709551615 5973112 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.300828 s]
/proc/loadavg: 2.04 2.01 1.94 2/174 6343
/proc/meminfo: memFree=32475660/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=71852 CPUtime=0.29 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 17172 0 0 0 27 2 0 0 25 0 1 0 901681633 73576448 16743 33554432000 4194304 9128323 140736270770096 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 17963 16774 683 1205 0 16754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71852

[startup+0.700752 s]
/proc/loadavg: 2.04 2.01 1.94 2/174 6343
/proc/meminfo: memFree=32475660/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=54120 CPUtime=0.69 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 21604 0 0 0 66 3 0 0 25 0 1 0 901681633 55418880 12463 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 13530 12463 709 1205 0 12321 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54120

[startup+1.5006 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32376336/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=62672 CPUtime=1.49 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 23508 0 0 0 145 4 0 0 25 0 1 0 901681633 64176128 14367 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 15668 14367 709 1205 0 14459 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62672

[startup+3.10023 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32364556/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=65480 CPUtime=3.09 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 30505 0 0 0 304 5 0 0 25 0 1 0 901681633 67051520 15189 33554432000 4194304 9128323 140736270770096 18446744073709551615 7049656 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 16370 15189 728 1205 0 15161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65480

[startup+6.30068 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32359296/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=68164 CPUtime=6.29 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 31038 0 0 0 621 8 0 0 25 0 1 0 901681633 69799936 15722 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 17041 15722 729 1205 0 15832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68164

[startup+12.7005 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32358664/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=68164 CPUtime=12.69 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 31038 0 0 0 1255 14 0 0 25 0 1 0 901681633 69799936 15722 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 17041 15722 729 1205 0 15832 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68164

[startup+25.501 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32333140/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=83536 CPUtime=25.5 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 43216 0 0 0 2528 22 0 0 25 0 1 0 901681633 85540864 19427 33554432000 4194304 9128323 140736270770096 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 20884 19427 740 1205 0 19675 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 83536

[startup+51.1012 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 6376
/proc/meminfo: memFree=32319060/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=89612 CPUtime=51.09 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 57020 0 0 0 5072 37 0 0 25 0 1 0 901681633 91762688 20967 33554432000 4194304 9128323 140736270770096 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 22403 20967 740 1205 0 21194 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89612

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6377
/proc/meminfo: memFree=32283916/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=94972 CPUtime=102.3 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 70041 0 0 0 10174 56 0 0 25 0 1 0 901681633 97251328 22368 33554432000 4194304 9128323 140736270770096 18446744073709551615 7028721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 23743 22368 740 1205 0 22534 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94972

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6379
/proc/meminfo: memFree=32230064/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=101360 CPUtime=162.3 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 83658 0 0 0 16150 80 0 0 25 0 1 0 901681633 103792640 23939 33554432000 4194304 9128323 140736270770096 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 25340 23939 740 1205 0 24131 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101360

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6381
/proc/meminfo: memFree=32175572/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=112800 CPUtime=222.3 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 88810 0 0 0 22128 102 0 0 25 0 1 0 901681633 115507200 26829 33554432000 4194304 9128323 140736270770096 18446744073709551615 5992600 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 28200 26829 740 1205 0 26991 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112800

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6382
/proc/meminfo: memFree=32141932/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=117332 CPUtime=282.3 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 104007 0 0 0 28106 124 0 0 25 0 1 0 901681633 120147968 27974 33554432000 4194304 9128323 140736270770096 18446744073709551615 6712632 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 29333 27974 740 1205 0 28124 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 117332

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6384
/proc/meminfo: memFree=32105920/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=122112 CPUtime=342.31 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 113146 0 0 0 34083 148 0 0 25 0 1 0 901681633 125042688 29148 33554432000 4194304 9128323 140736270770096 18446744073709551615 4787061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 30528 29148 740 1205 0 29319 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 122112

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 6385
/proc/meminfo: memFree=32099164/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=124552 CPUtime=402.3 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 137802 0 0 0 40059 171 0 0 25 0 1 0 901681633 127541248 29758 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 31138 29758 740 1205 0 29929 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124552

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6387
/proc/meminfo: memFree=32094532/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=129172 CPUtime=462.31 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 144929 0 0 0 46037 194 0 0 25 0 1 0 901681633 132272128 30934 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 32293 30934 740 1205 0 31084 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 129172

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6389
/proc/meminfo: memFree=32068932/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=154052 CPUtime=522.31 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 150844 0 0 0 52011 220 0 0 25 0 1 0 901681633 157749248 36845 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 38513 36845 740 1205 0 37304 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 154052

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6390
/proc/meminfo: memFree=32048652/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=173304 CPUtime=582.31 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 186182 0 0 0 57985 246 0 0 25 0 1 0 901681633 177463296 41942 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 43326 41942 751 1205 0 42117 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 173304

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6397
/proc/meminfo: memFree=31941536/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=276600 CPUtime=822.32 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 330982 0 0 0 81896 336 0 0 25 0 1 0 901681633 283238400 67332 33554432000 4194304 9128323 140736270770096 18446744073709551615 6712632 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 69150 67332 751 1205 0 67941 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 276600

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6407
/proc/meminfo: memFree=31935984/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=278644 CPUtime=882.32 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 343058 0 0 0 87865 367 0 0 25 0 1 0 901681633 285331456 67806 33554432000 4194304 9128323 140736270770096 18446744073709551615 6732472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 69661 67806 751 1205 0 68452 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 278644

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6409
/proc/meminfo: memFree=31933696/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=280464 CPUtime=942.32 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 349386 0 0 0 93834 398 0 0 25 0 1 0 901681633 287195136 68337 33554432000 4194304 9128323 140736270770096 18446744073709551615 5206589 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 70116 68337 751 1205 0 68907 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 280464

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6410
/proc/meminfo: memFree=31930300/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=282268 CPUtime=1002.33 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 349805 0 0 0 99804 429 0 0 25 0 1 0 901681633 289042432 68756 33554432000 4194304 9128323 140736270770096 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 70567 68756 751 1205 0 69358 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 282268

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6415
/proc/meminfo: memFree=31928072/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=282852 CPUtime=1062.32 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 355868 0 0 0 105776 456 0 0 25 0 1 0 901681633 289640448 68927 33554432000 4194304 9128323 140736270770096 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 70713 68927 751 1205 0 69504 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 282852

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6417
/proc/meminfo: memFree=31925376/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=285188 CPUtime=1122.33 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 356435 0 0 0 111752 481 0 0 25 0 1 0 901681633 292032512 69492 33554432000 4194304 9128323 140736270770096 18446744073709551615 6732552 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 71297 69492 751 1205 0 70088 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 285188

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6418
/proc/meminfo: memFree=31922612/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=285544 CPUtime=1182.33 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 356556 0 0 0 117726 507 0 0 25 0 1 0 901681633 292397056 69613 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 71386 69613 751 1205 0 70177 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 285544

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6420
/proc/meminfo: memFree=31918596/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=288832 CPUtime=1242.34 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 357344 0 0 0 123701 533 0 0 25 0 1 0 901681633 295763968 70401 33554432000 4194304 9128323 140736270770096 18446744073709551615 7313460 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 72208 70401 751 1205 0 70999 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 288832

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 6421
/proc/meminfo: memFree=31912572/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=294900 CPUtime=1302.34 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 361141 0 0 0 129677 557 0 0 25 0 1 0 901681633 301977600 71889 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 73725 71889 751 1205 0 72516 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 294900

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6423
/proc/meminfo: memFree=31909684/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=297608 CPUtime=1362.34 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 361826 0 0 0 135652 582 0 0 25 0 1 0 901681633 304750592 72574 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74402 72574 751 1205 0 73193 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 297608

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 6425
/proc/meminfo: memFree=31907520/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299316 CPUtime=1422.35 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 375853 0 0 0 141625 610 0 0 25 0 1 0 901681633 306499584 73007 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74829 73007 751 1205 0 73620 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 299316

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 6426
/proc/meminfo: memFree=31907100/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299460 CPUtime=1482.34 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 389332 0 0 0 147594 640 0 0 25 0 1 0 901681633 306647040 73025 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74865 73025 751 1205 0 73656 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 299460

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 6428
/proc/meminfo: memFree=31907180/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299628 CPUtime=1542.34 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 391713 0 0 0 153567 667 0 0 25 0 1 0 901681633 306819072 73076 33554432000 4194304 9128323 140736270770096 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74907 73076 751 1205 0 73698 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 299628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6429
/proc/meminfo: memFree=31906756/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299628 CPUtime=1602.35 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 391714 0 0 0 159538 697 0 0 25 0 1 0 901681633 306819072 73077 33554432000 4194304 9128323 140736270770096 18446744073709551615 7343116 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74907 73077 751 1205 0 73698 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 299628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6431
/proc/meminfo: memFree=31903844/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299900 CPUtime=1662.35 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 396273 0 0 0 165509 726 0 0 25 0 1 0 901681633 307097600 73122 33554432000 4194304 9128323 140736270770096 18446744073709551615 4207536 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74975 73122 751 1205 0 73766 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 299900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6433
/proc/meminfo: memFree=31903288/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=299900 CPUtime=1722.35 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 396286 0 0 0 171477 758 0 0 25 0 1 0 901681633 307097600 73135 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 74975 73135 751 1205 0 73766 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 299900

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6434
/proc/meminfo: memFree=31900632/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=300356 CPUtime=1782.35 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 396416 0 0 0 177448 787 0 0 25 0 1 0 901681633 307564544 73265 33554432000 4194304 9128323 140736270770096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 75089 73265 751 1205 0 73880 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 300356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6435
/proc/meminfo: memFree=31900372/32951124 swapFree=67050540/67111528
[pid=6343] ppid=6341 vsize=300356 CPUtime=1800.06 cores=0,2,4,6
/proc/6343/stat : 6343 (scip-2.0.1.4.li) R 6341 6343 5088 0 -1 4202496 396421 0 0 0 179209 797 0 0 25 0 1 0 901681633 307564544 73270 33554432000 4194304 9128323 140736270770096 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6343/statm: 75089 73270 751 1205 0 73880 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 300356

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.08
CPU user time (s): 1792.1
CPU system time (s): 7.98679
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 322868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.1
system time used= 7.98679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 396421
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= 6
involuntary context switches= 21493

runsolver used 2.79757 second user time and 5.60215 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 19:46:33
IDJOB=3447311
IDBENCH=79280
IDSOLVER=1944
FILE ID=node102/3447311-1307900793
RUNJOBID= node102-1307897188-6081
PBS_JOBID= 13559600
Free space on /tmp= 74124 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--soft-0-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 /tmp/evaluation-result-3447311-1307900793/watcher-3447311-1307900793 -o /tmp/evaluation-result-3447311-1307900793/solver-3447311-1307900793 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447311-1307900793.wbo -t 1800 -m 15500

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

MD5SUM BENCH= e3f6753fad3114c64a2e1439cb62c0aa
RANDOM SEED=1192511127

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      32476112 kB
Buffers:        108328 kB
Cached:         149132 kB
SwapCached:      25148 kB
Active:         192432 kB
Inactive:        95600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32476112 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           12504 kB
Writeback:           0 kB
AnonPages:       28404 kB
Mapped:           8848 kB
Slab:           122064 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192436 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= 74112 MiB
End job on node102 at 2011-06-12 20:16:35