Trace number 3447303

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.06 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
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 benchmark130.802
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-3447303-1307900786.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.05	o 135714
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.357140e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.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.08/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.11	c presolving (3 rounds):
0.08/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.08/0.11	c  2707 implications, 0 cliques
0.08/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.08/0.11	c    2707 constraints of type <linear>
0.08/0.11	c    2707 constraints of type <indicator>
0.08/0.11	c transformed objective value is always integral (scale: 1)
0.08/0.11	c Presolving Time: 0.09
0.08/0.11	c - non default parameters ----------------------------------------------------------------------
0.08/0.11	c # SCIP version 2.0.1.4
0.08/0.11	c 
0.08/0.11	c # frequency for displaying node information lines
0.08/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.11	c display/freq = 10000
0.08/0.11	c 
0.08/0.11	c # maximal time in seconds to run
0.08/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.11	c limits/time = 1800
0.08/0.11	c 
0.08/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.11	c limits/memory = 13950
0.08/0.11	c 
0.08/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.08/0.11	c # [type: int, range: [1,2], default: 1]
0.08/0.11	c timing/clocktype = 2
0.08/0.11	c 
0.08/0.11	c # belongs reading time to solving time?
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c timing/reading = TRUE
0.08/0.11	c 
0.08/0.11	c # should presolving try to simplify inequalities
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/linear/simplifyinequalities = TRUE
0.08/0.11	c 
0.08/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/indicator/addCouplingCons = TRUE
0.08/0.11	c 
0.08/0.11	c # should presolving try to simplify knapsacks
0.08/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.08/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.08/0.11	c 
0.08/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.08/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.08/0.11	c separating/rapidlearning/freq = 0
0.08/0.11	c 
0.08/0.11	c -----------------------------------------------------------------------------------------------
0.08/0.11	c start solving
0.08/0.12	c 
0.08/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.08/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   436 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   531 |     - |  18M|   0 |  40 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   837 |     - |  18M|   0 |   0 |5645 |8121 |5645 |2765 |  58 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |   974 |     - |  18M|   0 |  38 |5645 |8121 |5645 |2808 | 101 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.09/1.12	c   1.1s|     1 |     0 |  1013 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2825 | 118 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.39/1.48	c   1.5s|     1 |     0 |  1040 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2829 | 122 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
1.79/1.85	c   1.8s|     1 |     0 |  1056 |     - |  19M|   0 |  57 |5645 |8121 |5645 |2833 | 126 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
2.19/2.25	c   2.2s|     1 |     0 |  1115 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2834 | 127 |   0 |   0 | 0.000000e+00 | 1.357140e+05 |    Inf 
3.19/3.21	c   3.2s|     1 |     2 |  1115 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2834 | 127 |   0 |  33 | 0.000000e+00 | 1.357140e+05 |    Inf 
20.79/20.83	o 454
20.79/20.83	c *20.8s|   190 |   188 | 39961 | 205.5 |  24M|  39 |   - |5645 |8121 |5645 |2907 | 362 |   0 |1115 | 0.000000e+00 | 4.540000e+02 |    Inf 
51.79/51.83	o 219
51.79/51.83	c g51.8s|  1600 |  1216 |206805 | 128.6 |  35M|  53 |   - |5645 |8394 |5645 |2912 |2484 | 273 |1510 | 0.000000e+00 | 2.190000e+02 |    Inf 
68.50/68.52	o 208
68.50/68.52	c *68.5s|  2033 |  1506 |301562 | 147.9 |  37M|  73 |   - |5645 |8589 |5645 |2947 |3930 | 468 |1671 | 0.000000e+00 | 2.080000e+02 |    Inf 
71.99/72.03	o 203
71.99/72.03	c *72.0s|  2115 |  1545 |319564 | 150.6 |  37M|  73 |   - |5645 |8619 |5645 |2880 |4440 | 498 |1679 | 0.000000e+00 | 2.030000e+02 |    Inf 
75.79/75.80	o 189
75.79/75.80	c *75.8s|  2223 |  1587 |342187 | 153.5 |  38M|  73 |   - |5645 |8655 |5645 |2823 |4909 | 534 |1685 | 0.000000e+00 | 1.890000e+02 |    Inf 
80.09/80.12	o 163
80.09/80.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.09/80.12	c *80.1s|  2376 |  1532 |366276 | 153.8 |  38M|  73 |   - |5645 |8705 |5645 |2926 |5404 | 584 |1689 | 0.000000e+00 | 1.630000e+02 |    Inf 
94.60/94.66	o 158
94.60/94.66	c *94.7s|  2842 |  1886 |457659 | 160.7 |  40M|  73 |   - |5645 |8838 |5645 |2842 |6814 | 717 |1699 | 0.000000e+00 | 1.580000e+02 |    Inf 
95.70/95.72	o 90
95.70/95.72	c *95.7s|  2857 |  1314 |461566 | 161.2 |  36M|  73 |   - |5645 |8839 |5645 |2885 |7013 | 718 |1699 | 0.000000e+00 | 9.000000e+01 |    Inf 
95.80/95.87	o 42
95.80/95.87	c *95.9s|  2859 |   840 |461832 | 161.2 |  34M|  73 |   - |5645 |8282 |5645 |2847 |7047 | 718 |1699 | 0.000000e+00 | 4.200000e+01 |    Inf 
95.90/95.90	o 31
95.90/95.90	c *95.9s|  2860 |   371 |461866 | 161.2 |  32M|  73 |   - |5645 |8282 |5645 |2815 |7049 | 718 |1699 | 0.000000e+00 | 3.100000e+01 |    Inf 
107.69/107.80	o 30
107.69/107.80	c * 108s|  4506 |   680 |505575 | 112.0 |  34M|  73 |   - |5645 |6411 |5645 |2802 |7135 |2383 |1751 | 0.000000e+00 | 3.000000e+01 |    Inf 
120.69/120.73	o 27
120.69/120.73	c * 121s|  6465 |   702 |536915 |  82.9 |  36M|  73 |   - |5645 |7052 |5645 |2806 |7231 |4719 |1785 | 0.000000e+00 | 2.700000e+01 |    Inf 
134.79/134.85	o 20
134.79/134.85	c * 135s|  8996 |   690 |568580 |  63.1 |  37M|  73 |   - |5645 |6720 |5645 |2783 |7377 |7749 |1869 | 0.000000e+00 | 2.000000e+01 |    Inf 
136.80/136.83	o 19
136.80/136.83	c * 137s|  9322 |   686 |573077 |  61.4 |  37M|  73 |   - |5645 |6079 |5645 |2802 |7388 |8137 |1888 | 0.000000e+00 | 1.900000e+01 |    Inf 
137.19/137.24	o 16
137.19/137.24	c * 137s|  9400 |   676 |574193 |  61.0 |  36M|  73 |   - |5645 |5987 |5645 |2802 |7390 |8237 |1889 | 0.000000e+00 | 1.600000e+01 |    Inf 
140.80/140.83	c   141s| 10000 |   662 |583718 |  58.3 |  37M|  73 |   - |5645 |5909 |   0 |   0 |7398 |9098 |1905 | 0.000000e+00 | 1.600000e+01 |    Inf 
144.19/144.29	o 14
144.19/144.29	c * 144s| 10675 |   640 |593494 |  55.5 |  37M|  73 |   - |5645 |5572 |5645 |2802 |7409 |9912 |1916 | 0.000000e+00 | 1.400000e+01 |    Inf 
146.00/146.09	o 12
146.00/146.09	c * 146s| 11019 |   618 |599120 |  54.3 |  36M|  73 |   - |5645 |5251 |5645 |2802 |7409 |  10k|1916 | 0.000000e+00 | 1.200000e+01 |    Inf 
150.59/150.66	o 6
150.59/150.66	c * 151s| 11754 |   588 |615296 |  52.3 |  35M|  73 |   - |5645 |5042 |5645 |2784 |7413 |  11k|1931 | 0.000000e+00 | 6.000000e+00 |    Inf 
163.29/163.32	o 4
163.29/163.32	c * 163s| 13963 |   521 |660269 |  47.2 |  35M|  73 |   - |5645 |5982 |5645 |2802 |7414 |  14k|2136 | 0.000000e+00 | 4.000000e+00 |    Inf 
165.39/165.45	o 1
165.39/165.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.39/165.45	c * 165s| 14472 |   481 |667776 |  46.1 |  35M|  73 |   - |5645 |6166 |5645 |2802 |7414 |  14k|2155 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.69/188.72	c   189s| 20000 |   525 |755202 |  37.7 |  37M|  73 |  36 |5645 |9720 |5645 |2802 |7414 |  22k|2333 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.39/231.48	c   231s| 30000 |   439 |913415 |  30.4 |  37M|  73 |   - |5645 |8062 |5645 |2802 |7414 |  35k|2741 | 0.000000e+00 | 1.000000e+00 |    Inf 
272.99/273.02	c   273s| 40000 |   484 |  1065k|  26.6 |  40M|  73 |  20 |5645 |  13k|5645 |2802 |7414 |  50k|3190 | 0.000000e+00 | 1.000000e+00 |    Inf 
316.20/316.28	c   316s| 50000 |   507 |  1228k|  24.5 |  42M|  73 |  33 |5645 |  15k|5645 |2802 |7414 |  64k|3510 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.40/360.41	c   360s| 60000 |   487 |  1391k|  23.2 |  42M|  73 |   - |5645 |  16k|5645 |2802 |7414 |  78k|3806 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.71/404.76	c   405s| 70000 |   662 |  1557k|  22.2 |  46M|  76 |  21 |5645 |  21k|5645 |2802 |7414 |  92k|4149 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.10/448.17	c   448s| 80000 |   783 |  1714k|  21.4 |  49M|  91 |  35 |5645 |  24k|5645 |2802 |7414 | 107k|4332 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.70/492.70	c   493s| 90000 |   824 |  1874k|  20.8 |  50M|  91 |  43 |5645 |  24k|5645 |2802 |7414 | 121k|4575 | 0.000000e+00 | 1.000000e+00 |    Inf 
537.30/537.33	c   537s|100000 |   813 |  2033k|  20.3 |  50M|  91 |   - |5645 |  23k|   0 |   0 |7414 | 136k|4830 | 0.000000e+00 | 1.000000e+00 |    Inf 
580.31/580.39	c   580s|110000 |   664 |  2183k|  19.8 |  48M|  91 |   - |5645 |  23k|   0 |   0 |7414 | 151k|5064 | 0.000000e+00 | 1.000000e+00 |    Inf 
624.40/624.40	c   624s|120000 |   620 |  2343k|  19.5 |  49M|  91 |  30 |5645 |  25k|5645 |2802 |7414 | 166k|5262 | 0.000000e+00 | 1.000000e+00 |    Inf 
669.11/669.11	c   669s|130000 |   559 |  2505k|  19.3 |  49M|  91 |  30 |5645 |  25k|5645 |2802 |7414 | 180k|5440 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.51/711.54	c   712s|140000 |   536 |  2657k|  19.0 |  49M|  91 |   - |5645 |  26k|5645 |2802 |7414 | 194k|5605 | 0.000000e+00 | 1.000000e+00 |    Inf 
755.72/755.79	c   756s|150000 |   515 |  2816k|  18.8 |  50M|  91 |  24 |5645 |  27k|5645 |2802 |7414 | 208k|5762 | 0.000000e+00 | 1.000000e+00 |    Inf 
800.11/800.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
800.11/800.16	c   800s|160000 |   495 |  2977k|  18.6 |  50M|  91 |  34 |5645 |  29k|5645 |2802 |7414 | 222k|5953 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.11/845.19	c   845s|170000 |   465 |  3137k|  18.5 |  48M|  91 |   - |5645 |  26k|5645 |2802 |7414 | 237k|6141 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.51/890.53	c   891s|180000 |   445 |  3303k|  18.3 |  48M|  91 |  38 |5645 |  24k|5645 |2802 |7414 | 251k|6323 | 0.000000e+00 | 1.000000e+00 |    Inf 
937.71/937.72	c   938s|190000 |   435 |  3477k|  18.3 |  50M|  91 |  32 |5645 |  27k|5645 |2802 |7414 | 265k|6528 | 0.000000e+00 | 1.000000e+00 |    Inf 
983.42/983.44	c   983s|200000 |   430 |  3638k|  18.2 |  52M|  91 |   - |5645 |  32k|5645 |2802 |7414 | 278k|6695 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.22/1030.20	c  1030s|210000 |   409 |  3807k|  18.1 |  48M|  91 |  21 |5645 |  23k|5645 |2802 |7414 | 292k|6951 | 0.000000e+00 | 1.000000e+00 |    Inf 
1076.42/1076.40	c  1076s|220000 |   488 |  3971k|  18.0 |  52M|  91 |   - |5645 |  30k|5645 |2802 |7414 | 306k|7087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1124.23/1124.22	c  1124s|230000 |   410 |  4139k|  18.0 |  51M|  91 |   - |5645 |  30k|5645 |2802 |7414 | 319k|7284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1171.92/1171.90	c  1172s|240000 |   366 |  4306k|  17.9 |  44M|  91 |   - |5645 |  14k|5645 |2802 |7414 | 333k|7505 | 0.000000e+00 | 1.000000e+00 |    Inf 
1218.12/1218.17	c  1218s|250000 |   330 |  4493k|  18.0 |  44M|  91 |   - |5645 |  14k|5645 |2781 |7414 | 346k|7677 | 0.000000e+00 | 1.000000e+00 |    Inf 
1262.02/1262.01	c  1262s|260000 |   296 |  4662k|  17.9 |  43M|  91 |   - |5645 |  12k|5645 |2802 |7414 | 359k|7821 | 0.000000e+00 | 1.000000e+00 |    Inf 
1304.63/1304.67	c  1305s|270000 |   376 |  4823k|  17.9 |  47M|  91 |   - |5645 |  18k|5645 |2781 |7414 | 373k|7971 | 0.000000e+00 | 1.000000e+00 |    Inf 
1347.82/1347.86	c  1348s|280000 |   321 |  4985k|  17.8 |  47M|  91 |  36 |5645 |  20k|5645 |2802 |7414 | 388k|8148 | 0.000000e+00 | 1.000000e+00 |    Inf 
1393.52/1393.60	c  1394s|290000 |   299 |  5161k|  17.8 |  46M|  91 |   - |5645 |  18k|5645 |2802 |7414 | 401k|8294 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.72/1435.74	c  1436s|300000 |   294 |  5319k|  17.7 |  47M|  91 |  31 |5645 |  21k|5645 |2802 |7414 | 415k|8419 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.83/1481.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.83/1481.86	c  1482s|310000 |   346 |  5504k|  17.8 |  49M|  91 |  38 |5645 |  23k|5645 |2802 |7414 | 429k|8541 | 0.000000e+00 | 1.000000e+00 |    Inf 
1526.23/1526.26	c  1526s|320000 |   336 |  5674k|  17.7 |  50M|  91 |  34 |5645 |  25k|5645 |2802 |7414 | 443k|8633 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.53/1572.52	c  1573s|330000 |   273 |  5854k|  17.7 |  45M|  91 |  29 |5645 |  16k|5645 |2781 |7414 | 457k|8746 | 0.000000e+00 | 1.000000e+00 |    Inf 
1617.23/1617.21	c  1617s|340000 |   324 |  6030k|  17.7 |  46M|  91 |  26 |5645 |  17k|5645 |2802 |7414 | 470k|8950 | 0.000000e+00 | 1.000000e+00 |    Inf 
1660.33/1660.37	c  1660s|350000 |   321 |  6197k|  17.7 |  48M|  91 |   - |5645 |  21k|5645 |2802 |7414 | 483k|9084 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.93/1705.90	c  1706s|360000 |   259 |  6377k|  17.7 |  46M|  91 |  39 |5645 |  19k|5645 |2802 |7414 | 497k|9216 | 0.000000e+00 | 1.000000e+00 |    Inf 
1749.84/1749.87	c  1750s|370000 |   263 |  6545k|  17.7 |  46M|  91 |   - |5645 |  17k|5645 |2781 |7414 | 510k|9315 | 0.000000e+00 | 1.000000e+00 |    Inf 
1793.43/1793.46	c  1793s|380000 |   240 |  6708k|  17.7 |  47M|  91 |  21 |5645 |  21k|5645 |2802 |7414 | 523k|9472 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 381441
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+00 (223 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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-3447303-1307900786/watcher-3447303-1307900786 -o /var/tmp/evaluation-result-3447303-1307900786/solver-3447303-1307900786 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447303-1307900786.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.00 2.00 1.94 2/175 17158
/proc/meminfo: memFree=3379284/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 901677371 10366976 1470 33554432000 4194304 9128323 140736028579408 18446744073709551615 4402527 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17158/statm: 2531 1470 399 1205 0 1322 0

[startup+0.027675 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 17158
/proc/meminfo: memFree=3379284/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=16416 CPUtime=0.02 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 2960 0 0 0 2 0 0 0 25 0 1 0 901677371 16809984 2913 33554432000 4194304 9128323 140736028579408 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 4104 2931 431 1205 0 2895 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16416

[startup+0.100667 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 17158
/proc/meminfo: memFree=3379284/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=35724 CPUtime=0.08 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 7950 0 0 0 8 0 0 0 25 0 1 0 901677371 36581376 7644 33554432000 4194304 9128323 140736028579408 18446744073709551615 5973224 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.300632 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 17158
/proc/meminfo: memFree=3379284/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 17220 0 0 0 27 2 0 0 25 0 1 0 901677371 73375744 16815 33554432000 4194304 9128323 140736028579408 18446744073709551615 4496904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 17914 16815 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700558 s]
/proc/loadavg: 2.00 2.00 1.94 2/175 17158
/proc/meminfo: memFree=3379284/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=51656 CPUtime=0.69 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 20922 0 0 0 67 2 0 0 25 0 1 0 901677371 52895744 11798 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 12914 11798 718 1205 0 11705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51656

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17197
/proc/meminfo: memFree=3259712/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=57396 CPUtime=1.49 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 22219 0 0 0 145 4 0 0 25 0 1 0 901677371 58773504 13088 33554432000 4194304 9128323 140736028579408 18446744073709551615 4311810 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 14349 13088 716 1205 0 13140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57396

[startup+3.10013 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17197
/proc/meminfo: memFree=3278904/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=58316 CPUtime=3.09 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 28656 0 0 0 302 7 0 0 25 0 1 0 901677371 59715584 13516 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 14579 13516 730 1205 0 13370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58316

[startup+6.30057 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3271220/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=60348 CPUtime=6.29 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 29009 0 0 0 614 15 0 0 25 0 1 0 901677371 61796352 13869 33554432000 4194304 9128323 140736028579408 18446744073709551615 7315464 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 15087 13869 731 1205 0 13878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60348

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3270232/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=61684 CPUtime=12.69 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 29163 0 0 0 1240 29 0 0 25 0 1 0 901677371 63164416 14023 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 15421 14023 731 1205 0 14212 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61684

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17198
/proc/meminfo: memFree=3247192/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=75480 CPUtime=25.49 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 34979 0 0 0 2494 55 0 0 25 0 1 0 901677371 77291520 17582 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 18870 17582 742 1205 0 17661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75480

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17199
/proc/meminfo: memFree=3236156/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=80444 CPUtime=51.09 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 44505 0 0 0 4990 119 0 0 25 0 1 0 901677371 82374656 18880 33554432000 4194304 9128323 140736028579408 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 20111 18880 742 1205 0 18902 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80444

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17200
/proc/meminfo: memFree=3219240/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=88576 CPUtime=102.3 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 59138 0 0 0 9978 252 0 0 25 0 1 0 901677371 90701824 20890 33554432000 4194304 9128323 140736028579408 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 22144 20890 742 1205 0 20935 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88576

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 17202
/proc/meminfo: memFree=3200704/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=100704 CPUtime=162.3 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 132440 0 0 0 15879 351 0 0 25 0 1 0 901677371 103120896 23994 33554432000 4194304 9128323 140736028579408 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 25176 23994 753 1205 0 23967 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100704

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 17203
/proc/meminfo: memFree=3196064/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=103876 CPUtime=222.29 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 171477 0 0 0 21755 474 0 0 25 0 1 0 901677371 106369024 24785 33554432000 4194304 9128323 140736028579408 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 25969 24785 753 1205 0 24760 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 103876

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 1.95 3/178 17205
/proc/meminfo: memFree=3190816/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=107020 CPUtime=282.29 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 177754 0 0 0 27639 590 0 0 25 0 1 0 901677371 109588480 25552 33554432000 4194304 9128323 140736028579408 18446744073709551615 7216739 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 26755 25552 753 1205 0 25546 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107020

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/178 17207
/proc/meminfo: memFree=3187176/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=108804 CPUtime=342.29 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 178195 0 0 0 33525 704 0 0 25 0 1 0 901677371 111415296 25993 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 27201 25993 753 1205 0 25992 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 108804

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 17208
/proc/meminfo: memFree=3176840/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=113684 CPUtime=402.3 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 184962 0 0 0 39410 820 0 0 25 0 1 0 901677371 116412416 27215 33554432000 4194304 9128323 140736028579408 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 28421 27215 753 1205 0 27212 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113684

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 17210
/proc/meminfo: memFree=3171828/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=115460 CPUtime=462.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 185432 0 0 0 45306 925 0 0 25 0 1 0 901677371 118231040 27685 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 28865 27685 753 1205 0 27656 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 115460

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17211
/proc/meminfo: memFree=3167964/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=118872 CPUtime=522.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 186270 0 0 0 51191 1040 0 0 25 0 1 0 901677371 121724928 28515 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 29718 28515 753 1205 0 28509 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 118872

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17213
/proc/meminfo: memFree=3166912/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=119032 CPUtime=582.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 186323 0 0 0 57085 1146 0 0 25 0 1 0 901677371 121888768 28568 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 29758 28568 753 1205 0 28549 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 119032

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.03 1.96 3/178 17219
/proc/meminfo: memFree=3160064/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=123168 CPUtime=822.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 193155 0 0 0 80647 1584 0 0 25 0 1 0 901677371 126124032 29584 33554432000 4194304 9128323 140736028579408 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 30792 29584 753 1205 0 29583 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 123168

[startup+882.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/178 17230
/proc/meminfo: memFree=3156420/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=124776 CPUtime=882.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 193545 0 0 0 86541 1690 0 0 25 0 1 0 901677371 127770624 29974 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 31194 29974 753 1205 0 29985 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 124776

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 17232
/proc/meminfo: memFree=3152148/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=125204 CPUtime=942.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 193676 0 0 0 92451 1780 0 0 25 0 1 0 901677371 128208896 30105 33554432000 4194304 9128323 140736028579408 18446744073709551615 7176918 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 31301 30105 753 1205 0 30092 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 125204

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 17233
/proc/meminfo: memFree=3149252/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=127656 CPUtime=1002.31 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 194225 0 0 0 98367 1864 0 0 25 0 1 0 901677371 130719744 30654 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 31914 30654 753 1205 0 30705 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 127656

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17235
/proc/meminfo: memFree=3146116/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=128432 CPUtime=1062.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 194475 0 0 0 104286 1946 0 0 25 0 1 0 901677371 131514368 30904 33554432000 4194304 9128323 140736028579408 18446744073709551615 6547178 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32108 30904 753 1205 0 30899 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 128432

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17239
/proc/meminfo: memFree=3144084/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=128428 CPUtime=1122.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200253 0 0 0 110199 2033 0 0 25 0 1 0 901677371 131510272 30917 33554432000 4194304 9128323 140736028579408 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32107 30917 753 1205 0 30898 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 128428

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17241
/proc/meminfo: memFree=3142804/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=129452 CPUtime=1182.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200494 0 0 0 116114 2118 0 0 25 0 1 0 901677371 132558848 31157 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32363 31157 753 1205 0 31154 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 129452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17243
/proc/meminfo: memFree=3142256/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=129736 CPUtime=1242.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200550 0 0 0 122019 2213 0 0 25 0 1 0 901677371 132849664 31213 33554432000 4194304 9128323 140736028579408 18446744073709551615 7177479 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32434 31213 753 1205 0 31225 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 129736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17244
/proc/meminfo: memFree=3142092/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=129736 CPUtime=1302.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200553 0 0 0 127929 2303 0 0 25 0 1 0 901677371 132849664 31216 33554432000 4194304 9128323 140736028579408 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32434 31216 753 1205 0 31225 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 129736

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 17246
/proc/meminfo: memFree=3140456/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=129736 CPUtime=1362.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200553 0 0 0 133838 2394 0 0 25 0 1 0 901677371 132849664 31216 33554432000 4194304 9128323 140736028579408 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32434 31216 753 1205 0 31225 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 129736

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 17247
/proc/meminfo: memFree=3139052/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=130192 CPUtime=1422.33 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200662 0 0 0 139747 2486 0 0 25 0 1 0 901677371 133316608 31325 33554432000 4194304 9128323 140736028579408 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32548 31325 753 1205 0 31339 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 130192

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 17249
/proc/meminfo: memFree=3138384/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=130620 CPUtime=1482.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200777 0 0 0 145652 2580 0 0 25 0 1 0 901677371 133754880 31440 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32655 31440 753 1205 0 31446 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 130620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17251
/proc/meminfo: memFree=3137600/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=130892 CPUtime=1542.32 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200821 0 0 0 151562 2670 0 0 25 0 1 0 901677371 134033408 31484 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32723 31484 753 1205 0 31514 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 130892

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17252
/proc/meminfo: memFree=3136456/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=131380 CPUtime=1602.33 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 200951 0 0 0 157472 2761 0 0 25 0 1 0 901677371 134533120 31614 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32845 31614 753 1205 0 31636 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 131380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17254
/proc/meminfo: memFree=3134808/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=131824 CPUtime=1662.33 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 201060 0 0 0 163383 2850 0 0 25 0 1 0 901677371 134987776 31723 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32956 31723 753 1205 0 31747 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 131824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17255
/proc/meminfo: memFree=3133280/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=131824 CPUtime=1722.34 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 201070 0 0 0 169291 2943 0 0 25 0 1 0 901677371 134987776 31733 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 32956 31733 753 1205 0 31747 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 131824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17257
/proc/meminfo: memFree=3130032/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=132176 CPUtime=1782.33 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 201146 0 0 0 175200 3033 0 0 25 0 1 0 901677371 135348224 31809 33554432000 4194304 9128323 140736028579408 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17158/statm: 33044 31809 753 1205 0 31835 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 132176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17257
/proc/meminfo: memFree=3130136/32950928 swapFree=67052124/67111528
[pid=17158] ppid=17156 vsize=132176 CPUtime=1800.04 cores=1,3,5,7
/proc/17158/stat : 17158 (scip-2.0.1.4.li) R 17156 17158 14010 0 -1 4202496 201146 0 0 0 176945 3059 0 0 25 0 1 0 901677371 135348224 31809 33554432000 4194304 9128323 140736028579408 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17158/statm: 33044 31809 753 1205 0 31835 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 132176

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.06
CPU user time (s): 1769.45
CPU system time (s): 30.6043
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 142180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.45
system time used= 30.6043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201146
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3868

runsolver used 2.57061 second user time and 6.12907 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-12 19:46:26
IDJOB=3447303
IDBENCH=79276
IDSOLVER=1944
FILE ID=node120/3447303-1307900786
RUNJOBID= node120-1307897144-14737
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 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.1900576927--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-3447303-1307900786/watcher-3447303-1307900786 -o /var/tmp/evaluation-result-3447303-1307900786/solver-3447303-1307900786 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447303-1307900786.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=2955113

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:       3380092 kB
Buffers:         53504 kB
Cached:       28595492 kB
SwapCached:      11612 kB
Active:       13796636 kB
Inactive:     14871964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3380092 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           12152 kB
Writeback:           4 kB
AnonPages:       17048 kB
Mapped:           9132 kB
Slab:           839424 kB
PageTables:       4316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   222468 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= 2868 MiB
End job on node120 at 2011-06-12 20:16:28