Trace number 3447343

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900575442--soft-0-100-0.wbo
MD5SUMf554cc9691e9826ab6aa59c7fc9c497b
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 benchmark31.1083
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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-3447343-1307901075.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.00/0.05	o 136179
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.00/0.05	c presolving:
0.00/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.00/0.06	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.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	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.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	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.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   379 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   582 |     - |  19M|   0 |  42 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.80/0.87	c   0.9s|     1 |     0 |   639 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.19/1.25	c   1.3s|     1 |     0 |   676 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.59/1.63	c   1.6s|     1 |     0 |   724 |     - |  19M|   0 |  51 |5645 |8121 |5645 |2789 |  82 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
1.99/2.03	c   2.0s|     1 |     0 |   746 |     - |  19M|   0 |  53 |5645 |8121 |5645 |2794 |  87 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
3.19/3.23	c   3.2s|     1 |     2 |   746 |     - |  20M|   0 |  53 |5645 |8121 |5645 |2794 |  87 |   0 |  26 | 0.000000e+00 | 1.361790e+05 |    Inf 
14.59/14.60	o 727
14.59/14.60	c *14.6s|   140 |   139 |  6093 |  38.5 |  23M|  73 |   - |5645 |8121 |5645 |2835 | 139 |   0 | 592 | 0.000000e+00 | 7.270000e+02 |    Inf 
16.50/16.57	o 508
16.50/16.57	c *16.6s|   214 |   209 | 11948 |  52.6 |  26M|  73 |   - |5645 |8121 |5645 |2847 | 230 |   0 | 721 | 0.000000e+00 | 5.080000e+02 |    Inf 
16.50/16.59	o 474
16.50/16.59	c *16.6s|   215 |   206 | 11955 |  52.4 |  26M|  73 |   - |5645 |8121 |5645 |2845 | 232 |   0 | 721 | 0.000000e+00 | 4.740000e+02 |    Inf 
73.50/73.59	o 155
73.50/73.59	c *73.6s|  1950 |  1153 |273196 | 139.8 |  35M|  73 |   - |5645 |8448 |5645 |2908 |7504 | 327 |1514 | 0.000000e+00 | 1.550000e+02 |    Inf 
84.49/84.50	o 153
84.49/84.50	c *84.5s|  2267 |  1361 |334866 | 147.4 |  37M|  73 |   - |5645 |8587 |5645 |2787 |8349 | 466 |1609 | 0.000000e+00 | 1.530000e+02 |    Inf 
84.49/84.52	o 151
84.49/84.52	c *84.5s|  2268 |  1348 |334867 | 147.4 |  37M|  73 |   - |5645 |8587 |5645 |2787 |8349 | 466 |1609 | 0.000000e+00 | 1.510000e+02 |    Inf 
89.10/89.14	o 106
89.10/89.14	c *89.1s|  2451 |  1203 |357661 | 145.7 |  37M|  73 |   - |5645 |8673 |5645 |2840 |8694 | 552 |1625 | 0.000000e+00 | 1.060000e+02 |    Inf 
91.20/91.25	o 96
91.20/91.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.20/91.25	c *91.3s|  2551 |  1134 |366212 | 143.3 |  39M|  73 |   - |5645 |8742 |5645 |2789 |8842 | 621 |1632 | 0.000000e+00 | 9.600000e+01 |    Inf 
98.00/98.09	o 87
98.00/98.09	c *98.1s|  2870 |  1251 |404443 | 140.7 |  42M|  73 |   - |5645 |8599 |5645 |2790 |9119 | 797 |1640 | 0.000000e+00 | 8.700000e+01 |    Inf 
98.10/98.18	o 86
98.10/98.18	c *98.2s|  2876 |  1231 |404801 | 140.5 |  41M|  73 |   - |5645 |8103 |5645 |2784 |9119 | 801 |1640 | 0.000000e+00 | 8.600000e+01 |    Inf 
99.60/99.60	o 85
99.60/99.60	c *99.6s|  3015 |  1276 |410861 | 136.1 |  43M|  73 |   - |5645 |8135 |5645 |2786 |9125 | 898 |1640 | 0.000000e+00 | 8.500000e+01 |    Inf 
99.70/99.73	o 73
99.70/99.73	c *99.7s|  3017 |  1144 |411190 | 136.1 |  39M|  73 |   - |5645 |8074 |5645 |2804 |9144 | 898 |1640 | 0.000000e+00 | 7.300000e+01 |    Inf 
100.20/100.25	o 62
100.20/100.25	c * 100s|  3044 |  1057 |412854 | 135.4 |  37M|  73 |   - |5645 |7380 |5645 |2791 |9183 | 907 |1640 | 0.000000e+00 | 6.200000e+01 |    Inf 
100.59/100.60	o 55
100.59/100.60	c * 101s|  3066 |  1001 |413549 | 134.7 |  37M|  73 |   - |5645 |6779 |5645 |2789 |9224 | 925 |1640 | 0.000000e+00 | 5.500000e+01 |    Inf 
100.70/100.79	o 14
100.70/100.79	c * 101s|  3068 |   575 |414083 | 134.8 |  34M|  73 |   - |5645 |6410 |5645 |2823 |9263 | 925 |1640 | 0.000000e+00 | 1.400000e+01 |    Inf 
100.90/100.98	o 11
100.90/100.98	c * 101s|  3077 |   352 |415203 | 134.7 |  32M|  73 |   - |5645 |4073 |5645 |2747 |9265 | 927 |1640 | 0.000000e+00 | 1.100000e+01 |    Inf 
114.70/114.70	o 7
114.70/114.70	c * 115s|  4887 |   538 |474856 |  97.0 |  35M|  73 |   - |5645 |5575 |5645 |2787 |9270 |2691 |1688 | 0.000000e+00 | 7.000000e+00 |    Inf 
148.50/148.58	c   149s| 10000 |   588 |610844 |  61.0 |  37M|  73 |   - |5645 |8070 |   0 |   0 |9271 |8074 |1840 | 0.000000e+00 | 7.000000e+00 |    Inf 
153.10/153.13	o 5
153.10/153.13	c * 153s| 10710 |   538 |629643 |  58.7 |  36M|  73 |   - |5645 |7894 |5645 |2784 |9271 |8777 |1857 | 0.000000e+00 | 5.000000e+00 |    Inf 
174.10/174.18	o 4
174.10/174.18	c * 174s| 13980 |   487 |720472 |  51.5 |  36M|  73 |   - |5645 |6393 |5645 |2784 |9272 |  11k|2090 | 0.000000e+00 | 4.000000e+00 |    Inf 
174.40/174.44	o 3
174.40/174.44	c * 174s| 14010 |   451 |721128 |  51.4 |  35M|  73 |   - |5645 |6188 |5645 |2784 |9272 |  11k|2103 | 0.000000e+00 | 3.000000e+00 |    Inf 
175.30/175.31	o 2
175.30/175.31	c * 175s| 14185 |   454 |724270 |  51.0 |  35M|  73 |   - |5645 |6042 |5645 |2784 |9274 |  12k|2113 | 0.000000e+00 | 2.000000e+00 |    Inf 
203.70/203.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.70/203.71	c   204s| 20000 |   438 |836129 |  41.8 |  37M|  73 |  37 |5645 |9493 |5645 |2784 |9277 |  19k|2440 | 0.000000e+00 | 2.000000e+00 |    Inf 
254.80/254.87	c   255s| 30000 |   400 |  1037k|  34.6 |  37M|  73 |  32 |5645 |  10k|5645 |2784 |9279 |  32k|3029 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.40/262.41	o 1
262.40/262.41	c * 262s| 31652 |   386 |  1070k|  33.8 |  38M|  73 |   - |5645 |  11k|5645 |2784 |9279 |  34k|3048 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.61/303.68	c   304s| 40000 |   379 |  1234k|  30.8 |  39M|  73 |   - |5645 |  14k|5645 |2784 |9279 |  44k|3466 | 0.000000e+00 | 1.000000e+00 |    Inf 
354.61/354.66	c   355s| 50000 |   353 |  1442k|  28.8 |  39M|  73 |  46 |5645 |  13k|5645 |2785 |9279 |  57k|3950 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.61/404.64	c   405s| 60000 |   235 |  1647k|  27.4 |  36M|  73 |  19 |5645 |9122 |5645 |2784 |9279 |  69k|4314 | 0.000000e+00 | 1.000000e+00 |    Inf 
453.01/453.05	c   453s| 70000 |   268 |  1843k|  26.3 |  40M|  73 |   - |5645 |  17k|   0 |   0 |9279 |  82k|4757 | 0.000000e+00 | 1.000000e+00 |    Inf 
502.91/502.99	c   503s| 80000 |   246 |  2050k|  25.6 |  39M|  73 |  45 |5645 |  16k|5645 |2784 |9279 |  95k|5041 | 0.000000e+00 | 1.000000e+00 |    Inf 
552.91/552.90	c   553s| 90000 |   224 |  2255k|  25.1 |  41M|  73 |  27 |5645 |  19k|5645 |2784 |9279 | 107k|5348 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.92/603.99	c   604s|100000 |   209 |  2460k|  24.6 |  42M|  73 |   - |5645 |  21k|5645 |2784 |9279 | 121k|5696 | 0.000000e+00 | 1.000000e+00 |    Inf 
654.81/654.81	c   655s|110000 |   196 |  2666k|  24.2 |  41M|  73 |  28 |5645 |  19k|5645 |2784 |9279 | 133k|6038 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.61/703.62	c   704s|120000 |   189 |  2861k|  23.8 |  42M|  73 |  31 |5645 |  21k|5645 |2784 |9279 | 146k|6310 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.32/753.37	c   753s|130000 |   191 |  3066k|  23.6 |  43M|  73 |  23 |5645 |  23k|5645 |2784 |9279 | 159k|6593 | 0.000000e+00 | 1.000000e+00 |    Inf 
803.13/803.11	c   803s|140000 |   174 |  3267k|  23.3 |  44M|  73 |   - |5645 |  24k|5645 |2784 |9279 | 172k|6875 | 0.000000e+00 | 1.000000e+00 |    Inf 
854.53/854.55	c   855s|150000 |   181 |  3479k|  23.2 |  47M|  73 |   - |5645 |  30k|5645 |2784 |9279 | 185k|7112 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.23/905.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
905.23/905.29	c   905s|160000 |   165 |  3685k|  23.0 |  44M|  73 |   - |5645 |  24k|5645 |2784 |9279 | 197k|7342 | 0.000000e+00 | 1.000000e+00 |    Inf 
957.43/957.47	c   957s|170000 |   168 |  3899k|  22.9 |  43M|  73 |   - |5645 |  22k|   0 |   0 |9279 | 210k|7586 | 0.000000e+00 | 1.000000e+00 |    Inf 
1010.54/1010.57	c  1011s|180000 |   145 |  4122k|  22.9 |  45M|  73 |   - |5645 |  26k|5645 |2784 |9279 | 222k|7792 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.44/1061.48	c  1061s|190000 |   136 |  4327k|  22.8 |  45M|  73 |   - |5645 |  27k|5645 |2784 |9279 | 235k|7995 | 0.000000e+00 | 1.000000e+00 |    Inf 
1110.94/1110.94	c  1111s|200000 |   265 |  4528k|  22.6 |  46M|  73 |   - |5645 |  26k|5645 |2745 |9279 | 247k|8198 | 0.000000e+00 | 1.000000e+00 |    Inf 
1160.34/1160.39	c  1160s|210000 |   108 |  4721k|  22.5 |  41M|  73 |  41 |5645 |  18k|5645 |2784 |9279 | 260k|8420 | 0.000000e+00 | 1.000000e+00 |    Inf 
1210.84/1210.82	c  1211s|220000 |   125 |  4933k|  22.4 |  43M|  73 |  40 |5645 |  21k|5645 |2784 |9279 | 273k|8618 | 0.000000e+00 | 1.000000e+00 |    Inf 
1261.34/1261.39	c  1261s|230000 |   105 |  5138k|  22.3 |  42M|  73 |   - |5645 |  20k|5645 |2784 |9279 | 286k|8781 | 0.000000e+00 | 1.000000e+00 |    Inf 
1311.05/1311.01	c  1311s|240000 |    94 |  5341k|  22.3 |  44M|  73 |   - |5645 |  25k|5645 |2784 |9279 | 298k|8946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1361.45/1361.40	c  1361s|250000 |   101 |  5542k|  22.2 |  47M|  73 |  24 |5645 |  31k|5645 |2784 |9279 | 311k|9098 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.35/1411.35	c  1411s|260000 |   134 |  5742k|  22.1 |  49M|  73 |  38 |5645 |  33k|5645 |2784 |9279 | 324k|9246 | 0.000000e+00 | 1.000000e+00 |    Inf 
1464.06/1464.02	c  1464s|270000 |   119 |  5950k|  22.0 |  49M|  73 |   - |5645 |  34k|5645 |2784 |9279 | 337k|9465 | 0.000000e+00 | 1.000000e+00 |    Inf 
1517.35/1517.38	c  1517s|280000 |   170 |  6163k|  22.0 |  53M|  73 |   - |5645 |  40k|5645 |2784 |9279 | 350k|9662 | 0.000000e+00 | 1.000000e+00 |    Inf 
1570.35/1570.36	c  1570s|290000 |   172 |  6371k|  22.0 |  53M|  73 |   - |5645 |  41k|5645 |2784 |9279 | 363k|9845 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.76/1623.73	c  1624s|300000 |   141 |  6583k|  21.9 |  55M|  74 |   - |5645 |  44k|5645 |2784 |9279 | 376k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1676.06/1676.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.06/1676.06	c  1676s|310000 |   290 |  6786k|  21.9 |  57M|  79 |  39 |5645 |  47k|5645 |2784 |9279 | 390k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1728.26/1728.28	c  1728s|320000 |   260 |  6988k|  21.8 |  57M|  85 |  28 |5645 |  46k|5645 |2784 |9279 | 405k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1781.06/1781.03	c  1781s|330000 |   188 |  7193k|  21.8 |  58M|  85 |   - |5645 |  48k|5645 |2784 |9279 | 419k|  10k| 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      : 333624
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+00 (205 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 /var/tmp/evaluation-result-3447343-1307901075/watcher-3447343-1307901075 -o /var/tmp/evaluation-result-3447343-1307901075/solver-3447343-1307901075 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447343-1307901075.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.92 1.98 1.87 2/177 23782
/proc/meminfo: memFree=1314952/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 901704571 10539008 1516 33554432000 4194304 9128323 140733560854128 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23782/statm: 2573 1516 399 1205 0 1364 0

[startup+0.094093 s]
/proc/loadavg: 1.92 1.98 1.87 2/177 23782
/proc/meminfo: memFree=1314952/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=35724 CPUtime=0.08 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 7950 0 0 0 8 0 0 0 25 0 1 0 901704571 36581376 7644 33554432000 4194304 9128323 140733560854128 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.101093 s]
/proc/loadavg: 1.92 1.98 1.87 2/177 23782
/proc/meminfo: memFree=1314952/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901704571 36581376 7644 33554432000 4194304 9128323 140733560854128 18446744073709551615 5973116 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.301053 s]
/proc/loadavg: 1.92 1.98 1.87 2/177 23782
/proc/meminfo: memFree=1314952/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=71820 CPUtime=0.29 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 17269 0 0 0 28 1 0 0 18 0 1 0 901704571 73543680 16864 33554432000 4194304 9128323 140733560854128 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 17955 16864 699 1205 0 16746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71820

[startup+0.700977 s]
/proc/loadavg: 1.92 1.98 1.87 2/177 23782
/proc/meminfo: memFree=1314952/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=56052 CPUtime=0.69 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 22084 0 0 0 67 2 0 0 18 0 1 0 901704571 57397248 12960 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 14013 12960 718 1205 0 12804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56052

[startup+1.50083 s]
/proc/loadavg: 1.92 1.98 1.87 3/178 23783
/proc/meminfo: memFree=1262764/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=62956 CPUtime=1.49 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 23677 0 0 0 146 3 0 0 19 0 1 0 901704571 64466944 14546 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 15739 14546 711 1205 0 14530 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62956

[startup+3.10051 s]
/proc/loadavg: 1.92 1.98 1.87 3/178 23783
/proc/meminfo: memFree=1257268/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=64372 CPUtime=3.09 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 30302 0 0 0 301 8 0 0 24 0 1 0 901704571 65916928 15044 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 16093 15044 730 1205 0 14884 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64372

[startup+6.3009 s]
/proc/loadavg: 1.93 1.98 1.87 3/178 23783
/proc/meminfo: memFree=1255532/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=67328 CPUtime=6.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 30883 0 0 0 614 16 0 0 25 0 1 0 901704571 68943872 15625 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 16832 15625 731 1205 0 15623 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 67328

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.87 3/178 23783
/proc/meminfo: memFree=1255376/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=67328 CPUtime=12.69 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 30900 0 0 0 1236 33 0 0 25 0 1 0 901704571 68943872 15642 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 16832 15642 731 1205 0 15623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67328

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.87 3/178 23784
/proc/meminfo: memFree=1239272/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=83772 CPUtime=25.5 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 46919 0 0 0 2496 54 0 0 25 0 1 0 901704571 85782528 19646 33554432000 4194304 9128323 140733560854128 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 20943 19646 742 1205 0 19734 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 83772

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.88 3/178 23784
/proc/meminfo: memFree=1236268/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=87004 CPUtime=51.09 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 47678 0 0 0 5005 104 0 0 25 0 1 0 901704571 89092096 20405 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 21751 20405 742 1205 0 20542 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87004

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.88 3/178 23786
/proc/meminfo: memFree=1211596/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=109568 CPUtime=102.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 54602 0 0 0 10030 200 0 0 25 0 1 0 901704571 112197632 26161 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 27392 26161 742 1205 0 26183 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109568

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.89 3/178 23787
/proc/meminfo: memFree=1210680/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=109568 CPUtime=162.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 69268 0 0 0 15941 289 0 0 25 0 1 0 901704571 112197632 26176 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 27392 26176 742 1205 0 26183 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109568

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.89 3/178 23789
/proc/meminfo: memFree=1207900/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=110976 CPUtime=222.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 87909 0 0 0 21838 392 0 0 25 0 1 0 901704571 113639424 26517 33554432000 4194304 9128323 140733560854128 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 27744 26517 742 1205 0 26535 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110976

[startup+282.301 s]
/proc/loadavg: 2.04 2.00 1.90 3/178 23790
/proc/meminfo: memFree=1203144/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=114044 CPUtime=282.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 102602 0 0 0 27735 495 0 0 25 0 1 0 901704571 116781056 27264 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 28511 27264 742 1205 0 27302 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 114044

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 23792
/proc/meminfo: memFree=1199748/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=116180 CPUtime=342.3 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 110843 0 0 0 33633 597 0 0 25 0 1 0 901704571 118968320 27769 33554432000 4194304 9128323 140733560854128 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 29045 27769 742 1205 0 27836 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116180

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23794
/proc/meminfo: memFree=1199076/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=116876 CPUtime=402.31 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 113222 0 0 0 39536 695 0 0 25 0 1 0 901704571 119681024 27944 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 29219 27944 742 1205 0 28010 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 116876

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23795
/proc/meminfo: memFree=1198532/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=117172 CPUtime=462.31 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 113313 0 0 0 45432 799 0 0 25 0 1 0 901704571 119984128 28035 33554432000 4194304 9128323 140733560854128 18446744073709551615 6547200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 29293 28035 742 1205 0 28084 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 117172

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23797
/proc/meminfo: memFree=1197004/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=118728 CPUtime=522.32 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 119554 0 0 0 51330 902 0 0 25 0 1 0 901704571 121577472 28420 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 29682 28420 742 1205 0 28473 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 118728

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 23798
/proc/meminfo: memFree=1194340/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=120828 CPUtime=582.32 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 120087 0 0 0 57231 1001 0 0 25 0 1 0 901704571 123727872 28953 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 30207 28953 742 1205 0 28998 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 120828

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23817
/proc/meminfo: memFree=1186832/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=123232 CPUtime=822.32 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 123103 0 0 0 80849 1383 0 0 25 0 1 0 901704571 126189568 29585 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 30808 29585 742 1205 0 29599 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 123232

[startup+882.301 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 23818
/proc/meminfo: memFree=1182900/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=127076 CPUtime=882.33 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124070 0 0 0 86762 1471 0 0 25 0 1 0 901704571 130125824 30552 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 31769 30552 742 1205 0 30560 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 127076

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 23820
/proc/meminfo: memFree=1182472/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=127076 CPUtime=942.33 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124075 0 0 0 92663 1570 0 0 25 0 1 0 901704571 130125824 30557 33554432000 4194304 9128323 140733560854128 18446744073709551615 5984604 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 31769 30557 742 1205 0 30560 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 127076

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23822
/proc/meminfo: memFree=1181816/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=127076 CPUtime=1002.33 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124084 0 0 0 98572 1661 0 0 25 0 1 0 901704571 130125824 30566 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 31769 30566 742 1205 0 30560 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 127076

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23823
/proc/meminfo: memFree=1181644/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=127076 CPUtime=1062.34 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124084 0 0 0 104484 1750 0 0 25 0 1 0 901704571 130125824 30566 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 31769 30566 742 1205 0 30560 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 127076

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23825
/proc/meminfo: memFree=1179504/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=128872 CPUtime=1122.34 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124521 0 0 0 110389 1845 0 0 25 0 1 0 901704571 131964928 31003 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32218 31003 742 1205 0 31009 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 128872

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23826
/proc/meminfo: memFree=1177492/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=130488 CPUtime=1182.33 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124819 0 0 0 116289 1944 0 0 25 0 1 0 901704571 133619712 31301 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32622 31301 742 1205 0 31413 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 130488

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23828
/proc/meminfo: memFree=1173724/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=130488 CPUtime=1242.34 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 124823 0 0 0 122192 2042 0 0 25 0 1 0 901704571 133619712 31305 33554432000 4194304 9128323 140733560854128 18446744073709551615 6521171 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32622 31305 742 1205 0 31413 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 130488

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 23830
/proc/meminfo: memFree=1169352/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=130860 CPUtime=1302.35 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 127195 0 0 0 128100 2135 0 0 25 0 1 0 901704571 134000640 31379 33554432000 4194304 9128323 140733560854128 18446744073709551615 5872958 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32715 31379 742 1205 0 31506 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 130860

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/178 23831
/proc/meminfo: memFree=1168816/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=131156 CPUtime=1362.35 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 127259 0 0 0 134009 2226 0 0 25 0 1 0 901704571 134303744 31443 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32789 31443 742 1205 0 31580 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 131156

[startup+1422.31 s]
/proc/loadavg: 1.98 2.00 1.91 3/178 23872
/proc/meminfo: memFree=1252860/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=131652 CPUtime=1422.36 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 127376 0 0 0 139895 2341 0 0 25 0 1 0 901704571 134811648 31560 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32913 31560 742 1205 0 31704 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 131652

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23873
/proc/meminfo: memFree=1242096/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=131652 CPUtime=1482.35 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 127380 0 0 0 145772 2463 0 0 25 0 1 0 901704571 134811648 31564 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 32913 31564 742 1205 0 31704 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 131652

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23875
/proc/meminfo: memFree=1229784/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=135016 CPUtime=1542.36 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 128217 0 0 0 151648 2588 0 0 25 0 1 0 901704571 138256384 32401 33554432000 4194304 9128323 140733560854128 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 33754 32401 742 1205 0 32545 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 135016

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23877
/proc/meminfo: memFree=1221556/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=135616 CPUtime=1602.36 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 128352 0 0 0 157532 2704 0 0 25 0 1 0 901704571 138870784 32536 33554432000 4194304 9128323 140733560854128 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 33904 32536 742 1205 0 32695 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 135616

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23878
/proc/meminfo: memFree=1209604/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=138820 CPUtime=1662.35 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 129165 0 0 0 163412 2823 0 0 25 0 1 0 901704571 142151680 33349 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 34705 33349 742 1205 0 33496 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 138820

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23880
/proc/meminfo: memFree=1199628/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=140068 CPUtime=1722.36 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 129505 0 0 0 169297 2939 0 0 25 0 1 0 901704571 143429632 33681 33554432000 4194304 9128323 140733560854128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 35017 33681 742 1205 0 33808 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 140068

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23881
/proc/meminfo: memFree=1189900/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=140488 CPUtime=1782.36 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 129610 0 0 0 175184 3052 0 0 25 0 1 0 901704571 143859712 33786 33554432000 4194304 9128323 140733560854128 18446744073709551615 6549330 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23782/statm: 35122 33786 742 1205 0 33913 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 140488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 23882
/proc/meminfo: memFree=1189388/32950928 swapFree=67053956/67111528
[pid=23782] ppid=23780 vsize=140488 CPUtime=1800.07 cores=1,3,5,7
/proc/23782/stat : 23782 (scip-2.0.1.4.li) R 23780 23782 22833 0 -1 4202496 129618 0 0 0 176924 3083 0 0 18 0 1 0 901704571 143859712 33794 33554432000 4194304 9128323 140733560854128 18446744073709551615 8003684 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23782/statm: 35122 33794 742 1205 0 33913 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 140488

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.01
CPU time (s): 1800.08
CPU user time (s): 1769.24
CPU system time (s): 30.8443
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 140488

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

runsolver used 2.92755 second user time and 6.47401 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 19:51:15
IDJOB=3447343
IDBENCH=79296
IDSOLVER=1944
FILE ID=node148/3447343-1307901075
RUNJOBID= node148-1307898941-23583
PBS_JOBID= 13559561
Free space on /var/tmp= 2888 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.1900575442--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 /var/tmp/evaluation-result-3447343-1307901075/watcher-3447343-1307901075 -o /var/tmp/evaluation-result-3447343-1307901075/solver-3447343-1307901075 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447343-1307901075.wbo -t 1800 -m 15500

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

MD5SUM BENCH= f554cc9691e9826ab6aa59c7fc9c497b
RANDOM SEED=1254376909

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1315752 kB
Buffers:         53784 kB
Cached:       30501184 kB
SwapCached:      10188 kB
Active:       15728708 kB
Inactive:     14954396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1315752 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           12152 kB
Writeback:           0 kB
AnonPages:      125292 kB
Mapped:          16292 kB
Slab:           888128 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   323892 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= 2876 MiB
End job on node148 at 2011-06-12 20:21:17