Trace number 3447313

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.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563250--soft-0-100-0.wbo
MD5SUMcf1e130a7c7d84197ef06427870fc4d7
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 benchmark109.424
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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-3447313-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.00/0.05	o 135279
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.00/0.05	c presolving:
0.05/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.05/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 |   243 |     - |  17M|   0 |  42 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   367 |     - |  18M|   0 |  50 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.58/0.64	c   0.6s|     1 |     0 |   406 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2741 |  34 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   446 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2752 |  45 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.29/1.32	c   1.3s|     1 |     0 |   489 |     - |  19M|   0 |  64 |5645 |8121 |5645 |2761 |  54 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.69/1.77	c   1.8s|     1 |     0 |   513 |     - |  19M|   0 |  65 |5645 |8121 |5645 |2769 |  62 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
2.20/2.23	c   2.2s|     1 |     0 |   548 |     - |  19M|   0 |  67 |5645 |8121 |5645 |2773 |  66 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
2.79/2.89	c   2.9s|     1 |     2 |   548 |     - |  20M|   0 |  67 |5645 |8121 |5645 |2773 |  66 |   0 |  19 | 0.000000e+00 | 1.352790e+05 |    Inf 
21.69/21.74	o 980
21.69/21.74	c *21.7s|   320 |   314 | 35509 | 109.6 |  30M|  47 |   - |5645 |8121 |5645 |2965 | 898 |   0 |1275 | 0.000000e+00 | 9.800000e+02 |    Inf 
35.19/35.26	o 258
35.19/35.26	c f35.3s|   751 |   462 |105476 | 139.9 |  31M|  55 |   - |5645 |8121 |5645 |2940 |2525 |   0 |1466 | 0.000000e+00 | 2.580000e+02 |    Inf 
51.29/51.35	o 256
51.29/51.35	c v51.4s|  1462 |   959 |203658 | 139.0 |  37M|  55 |   - |5645 |8412 |5645 |2753 |3443 | 291 |1695 | 0.000000e+00 | 2.560000e+02 |    Inf 
68.79/68.87	o 251
68.79/68.87	c *68.9s|  2224 |  1473 |323462 | 145.3 |  40M|  55 |   - |5645 |8760 |5645 |2760 |4619 | 639 |1725 | 0.000000e+00 | 2.510000e+02 |    Inf 
68.89/68.91	o 249
68.89/68.91	c *68.9s|  2226 |  1470 |323531 | 145.2 |  40M|  55 |   - |5645 |8760 |5645 |2760 |4619 | 639 |1725 | 0.000000e+00 | 2.490000e+02 |    Inf 
78.59/78.65	o 221
78.59/78.65	c *78.6s|  2619 |  1629 |396693 | 151.3 |  41M|  55 |   - |5645 |8903 |5645 |2765 |5421 | 783 |1730 | 0.000000e+00 | 2.210000e+02 |    Inf 
80.69/80.73	o 93
80.69/80.73	c *80.7s|  2681 |   942 |411049 | 153.2 |  35M|  55 |   - |5645 |8926 |5645 |2969 |5706 | 806 |1730 | 0.000000e+00 | 9.300000e+01 |    Inf 
81.49/81.50	o 92
81.49/81.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
81.49/81.50	c *81.5s|  2763 |   700 |412915 | 149.3 |  34M|  55 |   - |5645 |8555 |5645 |2745 |5744 | 853 |1730 | 0.000000e+00 | 9.200000e+01 |    Inf 
86.79/86.87	o 84
86.79/86.87	c *86.9s|  3376 |   798 |427918 | 126.6 |  39M|  58 |   - |5645 |8950 |5645 |2793 |5854 |1346 |1737 | 0.000000e+00 | 8.400000e+01 |    Inf 
138.39/138.47	c   138s| 10000 |  1825 |534485 |  53.4 |  64M|  82 |  13 |5645 |8793 |5645 |2789 |7022 |6945 |1971 | 0.000000e+00 | 8.400000e+01 |    Inf 
206.09/206.14	c   206s| 20000 |  2753 |645412 |  32.2 |  84M|  86 |   - |5645 |9734 |   0 |   0 |8161 |  16k|2145 | 0.000000e+00 | 8.400000e+01 |    Inf 
274.90/274.96	c   275s| 30000 |  3446 |755825 |  25.2 | 100M| 103 |   - |5645 |9381 |   0 |   0 |9572 |  25k|2371 | 0.000000e+00 | 8.400000e+01 |    Inf 
314.09/314.14	o 77
314.09/314.14	c * 314s| 35716 |  3717 |812142 |  22.7 | 108M| 103 |   - |5645 |  10k|5645 |2756 |  10k|  32k|2471 | 0.000000e+00 | 7.700000e+01 |    Inf 
319.09/319.13	o 76
319.09/319.13	c * 319s| 36352 |  3759 |819894 |  22.5 | 108M| 103 |   - |5645 |8687 |5645 |2745 |  10k|  33k|2484 | 0.000000e+00 | 7.600000e+01 |    Inf 
327.29/327.34	o 67
327.29/327.34	c * 327s| 37688 |  3729 |830296 |  22.0 | 108M| 103 |   - |5645 |8424 |5645 |2790 |  10k|  34k|2495 | 0.000000e+00 | 6.700000e+01 |    Inf 
338.19/338.29	o 54
338.19/338.29	c * 338s| 39409 |  3675 |844890 |  21.4 | 109M| 103 |   - |5645 |8174 |5645 |2747 |  11k|  36k|2535 | 0.000000e+00 | 5.400000e+01 |    Inf 
338.39/338.48	o 48
338.39/338.48	c * 338s| 39458 |  3646 |845026 |  21.4 | 108M| 103 |   - |5645 |7510 |5645 |2746 |  11k|  36k|2535 | 0.000000e+00 | 4.800000e+01 |    Inf 
342.50/342.58	c   343s| 40000 |  3581 |852051 |  21.3 | 108M| 103 |   - |5645 |6854 |5645 |2757 |  11k|  37k|2565 | 0.000000e+00 | 4.800000e+01 |    Inf 
355.99/356.00	o 31
355.99/356.00	c * 356s| 42247 |  3168 |876096 |  20.7 |  98M| 103 |   - |5645 |7512 |5645 |2790 |  11k|  40k|2591 | 0.000000e+00 | 3.100000e+01 |    Inf 
358.50/358.51	o 14
358.50/358.51	c * 359s| 42618 |  2447 |883677 |  20.7 |  78M| 103 |   - |5645 |5987 |5645 |2753 |  11k|  40k|2593 | 0.000000e+00 | 1.400000e+01 |    Inf 
364.49/364.57	o 10
364.49/364.57	c * 365s| 43371 |  1606 |905636 |  20.9 |  66M| 103 |   - |5645 |4755 |5645 |2749 |  11k|  41k|2644 | 0.000000e+00 | 1.000000e+01 |    Inf 
364.90/364.97	o 8
364.90/364.97	c * 365s| 43418 |  1511 |907323 |  20.9 |  64M| 103 |   - |5645 |4448 |5645 |2747 |  11k|  41k|2646 | 0.000000e+00 | 8.000000e+00 |    Inf 
365.39/365.44	o 6
365.39/365.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
365.39/365.44	c * 365s| 43481 |  1227 |908941 |  20.9 |  59M| 103 |   - |5645 |4201 |5645 |2745 |  11k|  42k|2654 | 0.000000e+00 | 6.000000e+00 |    Inf 
379.20/379.22	o 5
379.20/379.22	c * 379s| 46227 |   929 |963686 |  20.8 |  55M| 103 |   - |5645 |5699 |5645 |2745 |  11k|  45k|2744 | 0.000000e+00 | 5.000000e+00 |    Inf 
379.90/379.98	o 2
379.90/379.98	c * 380s| 46406 |   824 |966240 |  20.8 |  52M| 103 |   - |5645 |5652 |5645 |2746 |  11k|  45k|2754 | 0.000000e+00 | 2.000000e+00 |    Inf 
393.40/393.43	c   393s| 50000 |   840 |  1021k|  20.4 |  53M| 103 |  23 |5645 |8049 |5645 |2789 |  11k|  50k|2825 | 0.000000e+00 | 2.000000e+00 |    Inf 
443.90/443.94	c   444s| 60000 |   814 |  1231k|  20.5 |  53M| 103 |  31 |5645 |9834 |5645 |2789 |  11k|  59k|3435 | 0.000000e+00 | 2.000000e+00 |    Inf 
504.70/504.71	c   505s| 70000 |   842 |  1489k|  21.3 |  55M| 103 |   - |5645 |  12k|5645 |2789 |  11k|  68k|4211 | 0.000000e+00 | 2.000000e+00 |    Inf 
558.71/558.76	c   559s| 80000 |   883 |  1714k|  21.4 |  55M| 103 |  44 |5645 |  12k|5645 |2789 |  11k|  78k|4764 | 0.000000e+00 | 2.000000e+00 |    Inf 
586.10/586.16	o 1
586.10/586.16	c * 586s| 85354 |   798 |  1828k|  21.4 |  53M| 103 |   - |5645 |  13k|5645 |2790 |  11k|  85k|5032 | 0.000000e+00 | 1.000000e+00 |    Inf 
605.81/605.87	c   606s| 90000 |   784 |  1905k|  21.2 |  53M| 103 |  26 |5645 |  13k|5645 |2789 |  11k|  91k|5152 | 0.000000e+00 | 1.000000e+00 |    Inf 
648.61/648.66	c   649s|100000 |   755 |  2074k|  20.7 |  53M| 103 |   - |5645 |  12k|5645 |2789 |  11k| 105k|5386 | 0.000000e+00 | 1.000000e+00 |    Inf 
689.71/689.74	c   690s|110000 |   845 |  2229k|  20.3 |  57M| 103 |   - |5645 |  19k|5645 |2789 |  11k| 119k|5559 | 0.000000e+00 | 1.000000e+00 |    Inf 
729.91/729.90	c   730s|120000 |   793 |  2370k|  19.7 |  57M| 103 |   - |5645 |  19k|5645 |2789 |  11k| 134k|5736 | 0.000000e+00 | 1.000000e+00 |    Inf 
775.31/775.35	c   775s|130000 |   639 |  2553k|  19.6 |  52M| 103 |  43 |5645 |  12k|5645 |2789 |  11k| 147k|5966 | 0.000000e+00 | 1.000000e+00 |    Inf 
819.11/819.11	c   819s|140000 |   650 |  2728k|  19.5 |  56M| 103 |  41 |5645 |  20k|5645 |2789 |  11k| 160k|6098 | 0.000000e+00 | 1.000000e+00 |    Inf 
861.81/861.87	c   862s|150000 |   613 |  2886k|  19.2 |  54M| 103 |   - |5645 |  16k|5645 |2789 |  11k| 174k|6279 | 0.000000e+00 | 1.000000e+00 |    Inf 
907.12/907.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.12/907.14	c   907s|160000 |   621 |  3064k|  19.1 |  57M| 103 |  28 |5645 |  23k|5645 |2789 |  11k| 187k|6490 | 0.000000e+00 | 1.000000e+00 |    Inf 
953.51/953.57	c   954s|170000 |   616 |  3236k|  19.0 |  60M| 103 |  35 |5645 |  29k|5645 |2789 |  11k| 200k|6602 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.82/996.80	c   997s|180000 |   632 |  3385k|  18.8 |  62M| 103 |   - |5645 |  32k|5645 |2789 |  11k| 214k|6713 | 0.000000e+00 | 1.000000e+00 |    Inf 
1041.52/1041.51	c  1042s|190000 |   611 |  3542k|  18.6 |  61M| 103 |   - |5645 |  30k|   0 |   0 |  11k| 228k|6870 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.33/1093.39	c  1093s|200000 |   617 |  3735k|  18.7 |  62M| 103 |   - |5645 |  33k|5645 |2789 |  11k| 241k|7069 | 0.000000e+00 | 1.000000e+00 |    Inf 
1141.62/1141.70	c  1142s|210000 |   658 |  3914k|  18.6 |  65M| 103 |   - |5645 |  38k|5645 |2789 |  11k| 254k|7230 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.53/1191.53	c  1192s|220000 |   594 |  4093k|  18.6 |  62M| 103 |  24 |5645 |  33k|5645 |2789 |  11k| 268k|7398 | 0.000000e+00 | 1.000000e+00 |    Inf 
1237.93/1237.92	c  1238s|230000 |   508 |  4262k|  18.5 |  58M| 103 |   - |5645 |  23k|5645 |2789 |  11k| 281k|7545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1284.43/1284.44	c  1284s|240000 |   487 |  4437k|  18.5 |  57M| 103 |  22 |5645 |  23k|5645 |2789 |  11k| 294k|7683 | 0.000000e+00 | 1.000000e+00 |    Inf 
1328.84/1328.88	c  1329s|250000 |   525 |  4603k|  18.4 |  60M| 103 |   - |5645 |  28k|   0 |   0 |  11k| 307k|7791 | 0.000000e+00 | 1.000000e+00 |    Inf 
1373.64/1373.60	c  1374s|260000 |   527 |  4763k|  18.3 |  62M| 103 |  28 |5645 |  34k|5645 |2789 |  11k| 321k|7905 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.44/1424.41	c  1424s|270000 |   574 |  4945k|  18.3 |  62M| 103 |  20 |5645 |  32k|5645 |2789 |  11k| 335k|8061 | 0.000000e+00 | 1.000000e+00 |    Inf 
1473.14/1473.10	c  1473s|280000 |   592 |  5111k|  18.3 |  64M| 103 |  49 |5645 |  36k|5645 |2789 |  11k| 348k|8191 | 0.000000e+00 | 1.000000e+00 |    Inf 
1521.44/1521.47	c  1521s|290000 |   599 |  5284k|  18.2 |  64M| 103 |  31 |5645 |  34k|5645 |2789 |  11k| 362k|8306 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.64/1572.67	c  1573s|300000 |   611 |  5468k|  18.2 |  66M| 103 |   - |5645 |  40k|   0 |   0 |  11k| 375k|8446 | 0.000000e+00 | 1.000000e+00 |    Inf 
1625.64/1625.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1625.64/1625.60	c  1626s|310000 |   614 |  5647k|  18.2 |  68M| 103 |   - |5645 |  43k|   0 |   0 |  11k| 389k|8562 | 0.000000e+00 | 1.000000e+00 |    Inf 
1679.35/1679.34	c  1679s|320000 |   644 |  5818k|  18.2 |  70M| 103 |   - |5645 |  47k|   0 |   0 |  11k| 403k|8670 | 0.000000e+00 | 1.000000e+00 |    Inf 
1730.25/1730.23	c  1730s|330000 |   678 |  5976k|  18.1 |  72M| 103 |   - |5645 |  50k|   0 |   0 |  11k| 417k|8760 | 0.000000e+00 | 1.000000e+00 |    Inf 
1780.25/1780.22	c  1780s|340000 |   739 |  6131k|  18.0 |  75M| 103 |  26 |5645 |  54k|5645 |2789 |  11k| 432k|8842 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 343839
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (548 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/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-3447313-1307900793/watcher-3447313-1307900793 -o /tmp/evaluation-result-3447313-1307900793/solver-3447313-1307900793 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447313-1307900793.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: 2.04 2.01 1.94 2/177 6374
/proc/meminfo: memFree=32435344/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 901681655 10366976 1470 33554432000 4194304 9128323 140733471797408 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6374/statm: 2531 1470 399 1205 0 1322 0

[startup+0.0588231 s]
/proc/loadavg: 2.04 2.01 1.94 2/177 6374
/proc/meminfo: memFree=32435344/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=34700 CPUtime=0.05 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 7348 0 0 0 5 0 0 0 25 0 1 0 901681655 35532800 7299 33554432000 4194304 9128323 140733471797408 18446744073709551615 5215457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 8675 7299 508 1205 0 7466 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34700

[startup+0.100812 s]
/proc/loadavg: 2.04 2.01 1.94 2/177 6374
/proc/meminfo: memFree=32435344/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901681655 36581376 7644 33554432000 4194304 9128323 140733471797408 18446744073709551615 5240706 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300775 s]
/proc/loadavg: 2.04 2.01 1.94 2/177 6374
/proc/meminfo: memFree=32435344/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=71652 CPUtime=0.29 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 17250 0 0 0 27 2 0 0 25 0 1 0 901681655 73371648 16845 33554432000 4194304 9128323 140733471797408 18446744073709551615 4815403 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 17913 16845 699 1205 0 16704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71652

[startup+0.700701 s]
/proc/loadavg: 2.04 2.01 1.94 2/177 6374
/proc/meminfo: memFree=32435344/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=55480 CPUtime=0.68 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 21836 0 0 0 66 2 0 0 25 0 1 0 901681655 56811520 12712 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 13870 12712 717 1205 0 12661 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 55480

[startup+1.50055 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32373732/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=58836 CPUtime=1.49 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 22775 0 0 0 146 3 0 0 25 0 1 0 901681655 60248064 13635 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 14709 13635 713 1205 0 13500 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58836

[startup+3.10024 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32364556/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=62500 CPUtime=3.09 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 29612 0 0 0 301 8 0 0 25 0 1 0 901681655 64000000 14361 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 15625 14361 729 1205 0 14416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62500

[startup+6.30064 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32359172/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=62920 CPUtime=6.29 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 29689 0 0 0 614 15 0 0 25 0 1 0 901681655 64430080 14438 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 15730 14438 729 1205 0 14521 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62920

[startup+12.7004 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32358664/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=63668 CPUtime=12.69 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 29790 0 0 0 1239 30 0 0 25 0 1 0 901681655 65196032 14539 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 15917 14539 729 1205 0 14708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63668

[startup+25.501 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 6375
/proc/meminfo: memFree=32333140/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=74036 CPUtime=25.49 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 38331 0 0 0 2491 58 0 0 25 0 1 0 901681655 75812864 17179 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 18509 17179 732 1205 0 17300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74036

[startup+51.1002 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 6376
/proc/meminfo: memFree=32318812/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=82448 CPUtime=51.09 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 54370 0 0 0 4996 113 0 0 25 0 1 0 901681655 84426752 19303 33554432000 4194304 9128323 140733471797408 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 20612 19303 741 1205 0 19403 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82448

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6377
/proc/meminfo: memFree=32283792/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=111684 CPUtime=102.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 83299 0 0 0 10017 213 0 0 25 0 1 0 901681655 114364416 26628 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 27921 26628 741 1205 0 26712 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111684

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6379
/proc/meminfo: memFree=32229940/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=161744 CPUtime=162.29 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 106228 0 0 0 15968 261 0 0 25 0 1 0 901681655 165625856 38844 33554432000 4194304 9128323 140733471797408 18446744073709551615 5984669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 40436 38844 741 1205 0 39227 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 161744

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6381
/proc/meminfo: memFree=32175572/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=203668 CPUtime=222.29 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 118513 0 0 0 21927 302 0 0 25 0 1 0 901681655 208556032 49115 33554432000 4194304 9128323 140733471797408 18446744073709551615 6505378 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6374/statm: 50917 49115 741 1205 0 49708 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 203668

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6382
/proc/meminfo: memFree=32141808/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=233840 CPUtime=282.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 131664 0 0 0 27879 351 0 0 25 0 1 0 901681655 239452160 56623 33554432000 4194304 9128323 140733471797408 18446744073709551615 6554097 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 58460 56623 741 1205 0 57251 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 233840

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6384
/proc/meminfo: memFree=32105920/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=264400 CPUtime=342.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 171907 0 0 0 33837 393 0 0 25 0 1 0 901681655 270745600 64215 33554432000 4194304 9128323 140733471797408 18446744073709551615 4347090 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 66100 64215 741 1205 0 64891 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264400

[startup+402.301 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 6385
/proc/meminfo: memFree=32099164/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=268540 CPUtime=402.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 211531 0 0 0 39750 480 0 0 25 0 1 0 901681655 274984960 65244 33554432000 4194304 9128323 140733471797408 18446744073709551615 4487378 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 67135 65244 741 1205 0 65926 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 268540

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6387
/proc/meminfo: memFree=32094532/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=268828 CPUtime=462.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 219518 0 0 0 45651 579 0 0 25 0 1 0 901681655 275279872 65347 33554432000 4194304 9128323 140733471797408 18446744073709551615 6857100 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 67207 65347 741 1205 0 65998 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 268828

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6389
/proc/meminfo: memFree=32068932/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=270952 CPUtime=522.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 222191 0 0 0 51551 679 0 0 25 0 1 0 901681655 277454848 65863 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 67738 65863 741 1205 0 66529 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 270952

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6390
/proc/meminfo: memFree=32048528/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=271144 CPUtime=582.3 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 222254 0 0 0 57449 781 0 0 25 0 1 0 901681655 277651456 65926 33554432000 4194304 9128323 140733471797408 18446744073709551615 7342912 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 67786 65926 741 1205 0 66577 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 271144

[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=6374] ppid=6372 vsize=275684 CPUtime=822.31 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 245441 0 0 0 81090 1141 0 0 25 0 1 0 901681655 282300416 67045 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 68921 67045 741 1205 0 67712 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 275684

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6407
/proc/meminfo: memFree=31935984/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=277808 CPUtime=882.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 245987 0 0 0 87004 1228 0 0 25 0 1 0 901681655 284475392 67591 33554432000 4194304 9128323 140733471797408 18446744073709551615 4207552 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 69452 67591 741 1205 0 68243 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 277808

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6409
/proc/meminfo: memFree=31933696/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=278100 CPUtime=942.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 246058 0 0 0 92919 1313 0 0 25 0 1 0 901681655 284774400 67662 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 69525 67662 741 1205 0 68316 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 278100

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6410
/proc/meminfo: memFree=31929928/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=280096 CPUtime=1002.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 246574 0 0 0 98839 1393 0 0 25 0 1 0 901681655 286818304 68178 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 70024 68178 741 1205 0 68815 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 280096

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6415
/proc/meminfo: memFree=31928072/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=281960 CPUtime=1062.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 249333 0 0 0 104757 1475 0 0 25 0 1 0 901681655 288727040 68628 33554432000 4194304 9128323 140733471797408 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 70490 68628 741 1205 0 69281 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 281960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6417
/proc/meminfo: memFree=31925376/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=282448 CPUtime=1122.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 249446 0 0 0 110676 1556 0 0 25 0 1 0 901681655 289226752 68741 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 70612 68741 741 1205 0 69403 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 282448

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6418
/proc/meminfo: memFree=31922612/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=284776 CPUtime=1182.32 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250040 0 0 0 116591 1641 0 0 25 0 1 0 901681655 291610624 69335 33554432000 4194304 9128323 140733471797408 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71194 69335 741 1205 0 69985 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 284776

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 6420
/proc/meminfo: memFree=31918596/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285232 CPUtime=1242.33 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250143 0 0 0 122508 1725 0 0 25 0 1 0 901681655 292077568 69438 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71308 69438 741 1205 0 70099 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 285232

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 6421
/proc/meminfo: memFree=31912448/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285232 CPUtime=1302.33 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250146 0 0 0 128425 1808 0 0 25 0 1 0 901681655 292077568 69441 33554432000 4194304 9128323 140733471797408 18446744073709551615 5207969 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71308 69441 741 1205 0 70099 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 285232

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 6423
/proc/meminfo: memFree=31909560/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285232 CPUtime=1362.33 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250146 0 0 0 134342 1891 0 0 25 0 1 0 901681655 292077568 69441 33554432000 4194304 9128323 140733471797408 18446744073709551615 7183662 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71308 69441 741 1205 0 70099 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 285232

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 6425
/proc/meminfo: memFree=31907520/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285380 CPUtime=1422.34 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250199 0 0 0 140266 1968 0 0 25 0 1 0 901681655 292229120 69494 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71345 69494 741 1205 0 70136 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 285380

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 6426
/proc/meminfo: memFree=31907100/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285380 CPUtime=1482.33 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 250199 0 0 0 146189 2044 0 0 25 0 1 0 901681655 292229120 69494 33554432000 4194304 9128323 140733471797408 18446744073709551615 7176986 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71345 69494 741 1205 0 70136 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 285380

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 6428
/proc/meminfo: memFree=31907180/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285324 CPUtime=1542.34 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 254539 0 0 0 152105 2129 0 0 25 0 1 0 901681655 292171776 69447 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71331 69447 741 1205 0 70122 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 285324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6429
/proc/meminfo: memFree=31906756/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=285952 CPUtime=1602.34 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 254707 0 0 0 158030 2204 0 0 25 0 1 0 901681655 292814848 69615 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 71488 69615 741 1205 0 70279 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 285952

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6431
/proc/meminfo: memFree=31903844/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=288064 CPUtime=1662.34 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 255232 0 0 0 163958 2276 0 0 25 0 1 0 901681655 294977536 70140 33554432000 4194304 9128323 140733471797408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 72016 70140 741 1205 0 70807 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 288064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6433
/proc/meminfo: memFree=31903288/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=288704 CPUtime=1722.35 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 255409 0 0 0 169888 2347 0 0 25 0 1 0 901681655 295632896 70306 33554432000 4194304 9128323 140733471797408 18446744073709551615 5333018 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 72176 70306 741 1205 0 70967 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 288704

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6434
/proc/meminfo: memFree=31900632/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=291332 CPUtime=1782.35 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 256028 0 0 0 175815 2420 0 0 25 0 1 0 901681655 298323968 70925 33554432000 4194304 9128323 140733471797408 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/6374/statm: 72833 70925 741 1205 0 71624 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 291332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 2/176 6436
/proc/meminfo: memFree=32190548/32951124 swapFree=67050540/67111528
[pid=6374] ppid=6372 vsize=291332 CPUtime=1800.06 cores=1,3,5,7
/proc/6374/stat : 6374 (scip-2.0.1.4.li) R 6372 6374 5088 0 -1 4202496 256044 0 0 0 177564 2442 0 0 25 0 1 0 901681655 298323968 70941 33554432000 4194304 9128323 140733471797408 18446744073709551615 4683760 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6374/statm: 72833 70941 741 1205 0 71624 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 291332

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.07
CPU user time (s): 1775.64
CPU system time (s): 24.4313
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 292664

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

runsolver used 2.69659 second user time and 5.9111 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 19:46:33
IDJOB=3447313
IDBENCH=79281
IDSOLVER=1944
FILE ID=node102/3447313-1307900793
RUNJOBID= node102-1307897188-6082
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.1900563250--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-3447313-1307900793/watcher-3447313-1307900793 -o /tmp/evaluation-result-3447313-1307900793/solver-3447313-1307900793 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447313-1307900793.wbo -t 1800 -m 15500

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

MD5SUM BENCH= cf1e130a7c7d84197ef06427870fc4d7
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:      32436144 kB
Buffers:        108372 kB
Cached:         148700 kB
SwapCached:      25148 kB
Active:         231712 kB
Inactive:        95608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32436144 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           24532 kB
Writeback:           0 kB
AnonPages:       67592 kB
Mapped:          11952 kB
Slab:           122324 kB
PageTables:       3880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251520 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