Trace number 3447372

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.4MSAT (TO) 1800.13 1800.08

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
MD5SUMda8b4d3fc4733201ddcbc92154231f9d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark119.676
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447372-1307901369.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.06	o 136624
0.00/0.06	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.00/0.06	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.06/0.07	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (3 rounds):
0.09/0.13	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.13	c  2707 implications, 0 cliques
0.09/0.13	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.13	c    2707 constraints of type <linear>
0.09/0.13	c    2707 constraints of type <indicator>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.4
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1800
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   373 |     - |  18M|   0 |  24 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   485 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2754 |  47 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.89/0.94	c   0.9s|     1 |     0 |   527 |     - |  19M|   0 |  43 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |   574 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2771 |  64 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.59/1.60	c   1.6s|     1 |     0 |   606 |     - |  19M|   0 |  44 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
1.89/1.95	c   2.0s|     1 |     0 |   649 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2781 |  74 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
2.90/2.99	c   3.0s|     1 |     2 |   649 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2781 |  74 |   0 |  33 | 0.000000e+00 | 1.366240e+05 |    Inf 
25.59/25.61	o 989
25.59/25.61	c *25.6s|   441 |   425 | 56727 | 127.5 |  30M|  47 |   - |5645 |8121 |5645 |2798 | 482 |   0 |1254 | 0.000000e+00 | 9.890000e+02 |    Inf 
81.30/81.39	o 309
81.30/81.39	c *81.4s|  2423 |  1957 |365529 | 150.7 |  35M|  83 |   - |5645 |8180 |5645 |2812 |5103 |  59 |1720 | 0.000000e+00 | 3.090000e+02 |    Inf 
113.99/114.02	o 272
113.99/114.02	c * 114s|  3580 |  2830 |569854 | 159.0 |  39M|  83 |   - |5645 |8418 |5645 |2849 |6884 | 297 |1811 | 0.000000e+00 | 2.720000e+02 |    Inf 
131.39/131.41	o 270
131.39/131.41	c * 131s|  4166 |  3294 |670067 | 160.7 |  42M|  83 |   - |5645 |8591 |5645 |2834 |7805 | 470 |1924 | 0.000000e+00 | 2.700000e+02 |    Inf 
154.10/154.19	o 264
154.10/154.19	c * 154s|  4956 |  3910 |792502 | 159.8 |  44M|  83 |   - |5645 |8798 |5645 |2755 |9274 | 677 |2081 | 0.000000e+00 | 2.640000e+02 |    Inf 
181.69/181.73	o 255
181.69/181.73	c * 182s|  5898 |  4597 |940946 | 159.5 |  48M|  83 |   - |5645 |9086 |5645 |2837 |  11k| 965 |2303 | 0.000000e+00 | 2.550000e+02 |    Inf 
181.69/181.76	o 208
181.69/181.76	c * 182s|  5899 |  3969 |940989 | 159.4 |  44M|  83 |   - |5645 |9086 |5645 |2837 |  11k| 965 |2303 | 0.000000e+00 | 2.080000e+02 |    Inf 
182.51/182.58	o 201
182.51/182.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.51/182.58	c * 183s|  5939 |  3946 |944274 | 158.9 |  44M|  83 |   - |5645 |9106 |5645 |2762 |  11k| 985 |2309 | 0.000000e+00 | 2.010000e+02 |    Inf 
191.30/191.33	o 186
191.30/191.33	c * 191s|  6303 |  4049 |985834 | 156.3 |  45M|  83 |   - |5645 |9250 |5645 |2785 |  12k|1136 |2429 | 0.000000e+00 | 1.860000e+02 |    Inf 
203.90/203.95	o 172
203.90/203.95	c * 204s|  6777 |  4183 |  1051k| 155.0 |  47M|  83 |   - |5645 |9458 |5645 |2769 |  13k|1378 |2492 | 0.000000e+00 | 1.720000e+02 |    Inf 
203.90/203.98	o 153
203.90/203.98	c * 204s|  6778 |  3878 |  1051k| 155.0 |  45M|  83 |   - |5645 |9458 |5645 |2772 |  13k|1378 |2492 | 0.000000e+00 | 1.530000e+02 |    Inf 
205.80/205.89	o 150
205.80/205.89	c * 206s|  6859 |  3884 |  1060k| 154.5 |  46M|  83 |   - |5645 |9529 |5645 |2755 |  13k|1452 |2516 | 0.000000e+00 | 1.500000e+02 |    Inf 
205.90/205.97	o 143
205.90/205.97	c * 206s|  6864 |  3794 |  1060k| 154.4 |  45M|  83 |   - |5645 |9533 |5645 |2758 |  13k|1456 |2516 | 0.000000e+00 | 1.430000e+02 |    Inf 
210.29/210.38	o 130
210.29/210.38	c * 210s|  7028 |  3714 |  1082k| 153.9 |  46M|  83 |   - |5645 |9604 |5645 |2783 |  13k|1535 |2567 | 0.000000e+00 | 1.300000e+02 |    Inf 
210.59/210.63	o 83
210.59/210.63	c * 211s|  7033 |  2798 |  1082k| 153.9 |  40M|  83 |   - |5645 |9607 |5645 |2827 |  13k|1540 |2567 | 0.000000e+00 | 8.300000e+01 |    Inf 
211.70/211.76	o 74
211.70/211.76	c * 212s|  7126 |  2346 |  1085k| 152.3 |  40M|  83 |   - |5645 |8704 |5645 |2767 |  13k|1601 |2581 | 0.000000e+00 | 7.400000e+01 |    Inf 
211.90/211.94	o 59
211.90/211.94	c * 212s|  7132 |  1934 |  1086k| 152.3 |  38M|  83 |   - |5645 |8069 |5645 |2761 |  13k|1606 |2581 | 0.000000e+00 | 5.900000e+01 |    Inf 
211.90/211.97	o 32
211.90/211.97	c * 212s|  7133 |  1442 |  1086k| 152.2 |  36M|  83 |   - |5645 |8069 |5645 |2762 |  13k|1606 |2581 | 0.000000e+00 | 3.200000e+01 |    Inf 
212.30/212.34	o 31
212.30/212.34	c * 212s|  7148 |  1443 |  1087k| 152.0 |  36M|  83 |   - |5645 |5418 |5645 |2755 |  13k|1638 |2583 | 0.000000e+00 | 3.100000e+01 |    Inf 
212.49/212.57	o 27
212.49/212.57	c R 213s|  7164 |  1360 |  1088k| 151.8 |  36M|  83 |   - |5645 |5345 |5645 |2762 |  13k|1657 |2584 | 0.000000e+00 | 2.700000e+01 |    Inf 
212.69/212.76	o 19
212.69/212.76	c * 213s|  7174 |   801 |  1088k| 151.7 |  34M|  83 |   - |5645 |4965 |5645 |2771 |  13k|1670 |2586 | 0.000000e+00 | 1.900000e+01 |    Inf 
224.59/224.68	o 16
224.59/224.68	c * 225s|  8622 |   560 |  1129k| 130.9 |  36M|  83 |   - |5645 |6047 |5645 |2748 |  13k|3318 |2653 | 0.000000e+00 | 1.600000e+01 |    Inf 
232.60/232.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
232.60/232.66	c   233s| 10000 |   577 |  1151k| 115.1 |  36M|  83 |   1 |5645 |6823 |5645 |2746 |  13k|4969 |2704 | 0.000000e+00 | 1.600000e+01 |    Inf 
235.90/235.94	o 12
235.90/235.94	c * 236s| 10675 |   579 |  1159k| 108.6 |  37M|  83 |   - |5645 |7572 |5645 |2746 |  13k|5830 |2731 | 0.000000e+00 | 1.200000e+01 |    Inf 
236.30/236.33	o 8
236.30/236.33	c * 236s| 10728 |   560 |  1160k| 108.1 |  36M|  83 |   - |5645 |6893 |5645 |2746 |  13k|5920 |2739 | 0.000000e+00 | 8.000000e+00 |    Inf 
246.60/246.62	o 3
246.60/246.62	c * 247s| 12432 |   526 |  1196k|  96.2 |  36M|  83 |   - |5645 |4874 |5645 |2747 |  13k|7838 |2864 | 0.000000e+00 | 3.000000e+00 |    Inf 
286.20/286.22	c   286s| 20000 |   518 |  1341k|  67.0 |  37M|  83 |  26 |5645 |6813 |5645 |2762 |  13k|  17k|3143 | 0.000000e+00 | 3.000000e+00 |    Inf 
334.60/334.64	c   335s| 30000 |   552 |  1512k|  50.4 |  40M|  83 |   - |5645 |  11k|   0 |   0 |  13k|  30k|3504 | 0.000000e+00 | 3.000000e+00 |    Inf 
352.00/352.06	o 2
352.00/352.06	c * 352s| 33909 |   544 |  1575k|  46.5 |  41M|  83 |   - |5645 |  12k|5645 |2762 |  13k|  35k|3553 | 0.000000e+00 | 2.000000e+00 |    Inf 
382.50/382.57	c   383s| 40000 |   552 |  1678k|  41.9 |  41M|  83 |  36 |5645 |  11k|5645 |2746 |  13k|  43k|3858 | 0.000000e+00 | 2.000000e+00 |    Inf 
436.10/436.11	c   436s| 50000 |   477 |  1880k|  37.6 |  39M|  83 |   - |5645 |7659 |   0 |   0 |  13k|  56k|4156 | 0.000000e+00 | 2.000000e+00 |    Inf 
486.41/486.47	c   486s| 60000 |   455 |  2064k|  34.4 |  41M|  83 |   - |5645 |  12k|5645 |2762 |  13k|  69k|4463 | 0.000000e+00 | 2.000000e+00 |    Inf 
535.11/535.12	c   535s| 70000 |   459 |  2239k|  32.0 |  42M|  83 |  31 |5645 |  14k|5645 |2746 |  13k|  82k|4690 | 0.000000e+00 | 2.000000e+00 |    Inf 
588.41/588.47	c   588s| 80000 |   441 |  2433k|  30.4 |  43M|  83 |  26 |5645 |  16k|5645 |2762 |  13k|  95k|5058 | 0.000000e+00 | 2.000000e+00 |    Inf 
641.01/641.03	c   641s| 90000 |   437 |  2625k|  29.2 |  44M|  83 |  34 |5645 |  18k|5645 |2762 |  13k| 109k|5329 | 0.000000e+00 | 2.000000e+00 |    Inf 
692.31/692.30	c   692s|100000 |   382 |  2810k|  28.1 |  43M|  83 |   - |5645 |  15k|5645 |2762 |  13k| 121k|5624 | 0.000000e+00 | 2.000000e+00 |    Inf 
742.21/742.22	c   742s|110000 |   411 |  2983k|  27.1 |  46M|  83 |   - |5645 |  22k|   0 |   0 |  13k| 134k|5875 | 0.000000e+00 | 2.000000e+00 |    Inf 
790.42/790.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
790.42/790.45	c   790s|120000 |   341 |  3145k|  26.2 |  42M|  83 |  36 |5645 |  13k|5645 |2762 |  13k| 147k|6107 | 0.000000e+00 | 2.000000e+00 |    Inf 
843.42/843.42	c   843s|130000 |   352 |  3335k|  25.7 |  45M|  83 |   - |5645 |  19k|   0 |   0 |  13k| 161k|6308 | 0.000000e+00 | 2.000000e+00 |    Inf 
896.92/896.95	c   897s|140000 |   361 |  3529k|  25.2 |  44M|  83 |   - |5645 |  17k|5645 |2762 |  13k| 173k|6534 | 0.000000e+00 | 2.000000e+00 |    Inf 
948.72/948.76	c   949s|150000 |   320 |  3718k|  24.8 |  45M|  83 |   - |5645 |  19k|5645 |2762 |  13k| 187k|6737 | 0.000000e+00 | 2.000000e+00 |    Inf 
999.12/999.19	c   999s|160000 |   417 |  3888k|  24.3 |  47M|  83 |  33 |5645 |  22k|5645 |2762 |  13k| 199k|6967 | 0.000000e+00 | 2.000000e+00 |    Inf 
1048.33/1048.31	c  1048s|170000 |   338 |  4047k|  23.8 |  46M|  83 |   - |5645 |  22k|   0 |   0 |  13k| 213k|7230 | 0.000000e+00 | 2.000000e+00 |    Inf 
1098.83/1098.82	c  1099s|180000 |   321 |  4220k|  23.4 |  47M|  83 |  22 |5645 |  23k|5645 |2762 |  13k| 225k|7381 | 0.000000e+00 | 2.000000e+00 |    Inf 
1151.33/1151.33	c  1151s|190000 |   340 |  4407k|  23.2 |  46M|  83 |   - |5645 |  19k|   0 |   0 |  13k| 239k|7536 | 0.000000e+00 | 2.000000e+00 |    Inf 
1203.63/1203.68	c  1204s|200000 |   278 |  4590k|  22.9 |  45M|  83 |  26 |5645 |  18k|5645 |2746 |  13k| 252k|7714 | 0.000000e+00 | 2.000000e+00 |    Inf 
1251.33/1251.38	c  1251s|210000 |   238 |  4757k|  22.7 |  44M|  83 |   - |5645 |  16k|5645 |2762 |  13k| 264k|7938 | 0.000000e+00 | 2.000000e+00 |    Inf 
1300.53/1300.57	c  1301s|220000 |   270 |  4932k|  22.4 |  46M|  83 |   - |5645 |  22k|   0 |   0 |  13k| 277k|8100 | 0.000000e+00 | 2.000000e+00 |    Inf 
1352.94/1352.95	c  1353s|230000 |   229 |  5122k|  22.3 |  46M|  83 |  25 |5645 |  22k|5645 |2762 |  13k| 290k|8246 | 0.000000e+00 | 2.000000e+00 |    Inf 
1407.03/1407.00	c  1407s|240000 |   213 |  5318k|  22.2 |  45M|  83 |   - |5645 |  20k|5645 |2762 |  13k| 303k|8445 | 0.000000e+00 | 2.000000e+00 |    Inf 
1461.34/1461.35	c  1461s|250000 |   193 |  5515k|  22.1 |  44M|  83 |   - |5645 |  18k|5645 |2762 |  13k| 316k|8669 | 0.000000e+00 | 2.000000e+00 |    Inf 
1513.93/1513.97	c  1514s|260000 |   230 |  5702k|  21.9 |  45M|  83 |  41 |5645 |  19k|5645 |2762 |  13k| 330k|8837 | 0.000000e+00 | 2.000000e+00 |    Inf 
1564.14/1564.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1564.14/1564.20	c  1564s|270000 |   137 |  5889k|  21.8 |  42M|  83 |  31 |5645 |  17k|5645 |2762 |  13k| 343k|8944 | 0.000000e+00 | 2.000000e+00 |    Inf 
1616.24/1616.25	c  1616s|280000 |   148 |  6078k|  21.7 |  44M|  85 |   - |5645 |  21k|5645 |2762 |  13k| 357k|9115 | 0.000000e+00 | 2.000000e+00 |    Inf 
1665.45/1665.42	c  1665s|290000 |   172 |  6245k|  21.5 |  46M|  85 |  38 |5645 |  24k|5645 |2762 |  13k| 371k|9329 | 0.000000e+00 | 2.000000e+00 |    Inf 
1715.64/1715.60	c  1716s|300000 |   256 |  6417k|  21.4 |  50M|  85 |   - |5645 |  30k|5645 |2762 |  13k| 385k|9385 | 0.000000e+00 | 2.000000e+00 |    Inf 
1770.35/1770.32	c  1770s|310000 |   357 |  6604k|  21.3 |  53M|  92 |  51 |5645 |  34k|5645 |2762 |  13k| 401k|9568 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1800.01
1800.05/1800.01	c Solving Nodes      : 315681
1800.05/1800.01	c Primal Bound       : +2.00000000000000e+00 (157 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.01	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 x169 -x168 
1800.05/1800.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
1800.05/1800.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.01	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.01	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1800.05/1800.01	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 x55 -x54 
1800.05/1800.01	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.01	v -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.01	v -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Total Time         :    1800.01
1800.05/1800.01	c   solving          :    1800.01
1800.05/1800.01	c   presolving       :       0.10 (included in solving)
1800.05/1800.01	c   reading          :       0.02 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3447372-1307901369.wbo
1800.05/1800.01	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3447372-1307901369.wbo
1800.05/1800.01	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 5414 initial, 34949 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -       5350          -          -       5350          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     180726          0       2022          0        351       3275          0          0     329486
1800.05/1800.01	c   varbound         :          0+         6    1625521      13739          1          0       4318          0     395852      13777          0          0
1800.05/1800.01	c   linear           :       2707          6    1629086         20          1       2018    5097684      50531    6791983          0          0          0
1800.05/1800.01	c   indicator        :       2707          0    1575599      13739          1       2009       5924          0       8677          0          0          0
1800.05/1800.01	c   logicor          :          0+         0     495322          0          0          0    1254089       6691     314285          0          0          0
1800.05/1800.01	c   bounddisjunction :          0+         0     112485          0          0          0         86          9         88          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0         25          1        134          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :      87.52       0.00       0.00      87.50       0.00       0.02       0.00
1800.05/1800.01	c   varbound         :       5.11       0.00       3.81       1.30       0.00       0.00       0.00
1800.05/1800.01	c   linear           :      93.14       0.00      89.01       0.00       0.00       0.52       3.62
1800.05/1800.01	c   indicator        :      13.85       0.01       5.38       4.95       0.00       3.51       0.00
1800.05/1800.01	c   logicor          :      71.15       0.00      69.04       0.00       0.00       0.00       2.12
1800.05/1800.01	c   bounddisjunction :       0.31       0.00       0.31       0.00       0.00       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :      29306       1263          9      90908
1800.05/1800.01	c   rootredcost      :         26          0          0       2675
1800.05/1800.01	c   pseudoobj        :    1629967       4347       1038     391574
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       8.76       8.76       0.00
1800.05/1800.01	c   rootredcost      :       0.34       0.34       0.00
1800.05/1800.01	c   pseudoobj        :      68.58      68.44       0.14
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       4.27      58278      58188     340813       31.7       1563       24.1          -
1800.05/1800.01	c   infeasible LP    :      46.05     100129     100126     709395       39.5       1593       14.6          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          3          3         10       17.5          1        5.0          -
1800.05/1800.01	c   applied globally :          -          -          -     410537       32.5          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -          9          -    (maximal pool size: 99)
1800.05/1800.01	c   redcost          :      18.32     172188          0      98803          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.61          6          0          0       1478          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.53          6          0          0       1081          0
1800.05/1800.01	c   cmir             :       0.19          6          0          0          1          0
1800.05/1800.01	c   flowcover        :       0.14          6          0          0          3          0
1800.05/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.21          1          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      87.32     166985        351       3275          0          0     329486
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.02          -         25
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   feaspump         :       0.01          0          0
1800.05/1800.01	c   oneopt           :       0.46         23          0
1800.05/1800.01	c   crossover        :       1.22         18          1
1800.05/1800.01	c   linesearchdiving :       4.62        107          0
1800.05/1800.01	c   guideddiving     :       6.00        107          0
1800.05/1800.01	c   objpscostdiving  :       3.78         54          0
1800.05/1800.01	c   rootsoldiving    :       5.59         54          0
1800.05/1800.01	c   coefdiving       :       6.13        108          0
1800.05/1800.01	c   pscostdiving     :       4.39        108          0
1800.05/1800.01	c   fracdiving       :       5.74        108          0
1800.05/1800.01	c   veclendiving     :       3.32        108          0
1800.05/1800.01	c   trivial          :       0.01          2          1
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       1.68     167487          0
1800.05/1800.01	c   zirounding       :       0.40       1000          0
1800.05/1800.01	c   rounding         :       2.62      19134          1
1800.05/1800.01	c   shifting         :       1.45       1782          0
1800.05/1800.01	c   intshifting      :       0.01          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.06          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.08          0          0
1800.05/1800.01	c   trysol           :       0.36       1456        129
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.50          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :    1089.79     280845    6537085      23.28    5998.50
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:      29.01       7533     167839      22.28    5786.43
1800.05/1800.01	c   strong branching :      83.66       9616     486953      50.64    5820.84
1800.05/1800.01	c     (at root node) :          -         33       8005     242.58          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     315681
1800.05/1800.01	c   nodes (total)    :     315681
1800.05/1800.01	c   nodes left       :        298
1800.05/1800.01	c   max depth        :         92
1800.05/1800.01	c   max depth (total):         92
1800.05/1800.01	c   backtracks       :      32009 (10.1%)
1800.05/1800.01	c   delayed cutoffs  :       8183
1800.05/1800.01	c   repropagations   :     720812 (1001214 domain reductions, 7183 cutoffs)
1800.05/1800.01	c   avg switch length:       5.95
1800.05/1800.01	c   switching time   :     106.98
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        157 (27 improvements)
1800.05/1800.01	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 33909 nodes, 352.06 seconds, depth 27, found by <relaxation>)
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :        649
1800.05/1800.07	c Time complete: 1800.12.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 31274
/proc/meminfo: memFree=1259956/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 980367601 10539008 1519 33554432000 4194304 9128323 140737080222368 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31274/statm: 2573 1523 399 1205 0 1364 0

[startup+0.071493 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 31274
/proc/meminfo: memFree=1259956/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=34700 CPUtime=0.06 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 7610 0 0 0 6 0 0 0 25 0 1 0 980367601 35532800 7304 33554432000 4194304 9128323 140737080222368 18446744073709551615 5192562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 8675 7304 513 1205 0 7466 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34700

[startup+0.100489 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 31274
/proc/meminfo: memFree=1259956/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 980367601 36581376 7644 33554432000 4194304 9128323 140737080222368 18446744073709551615 5973104 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.30033 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 31274
/proc/meminfo: memFree=1259956/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=53120 CPUtime=0.29 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 12480 0 0 0 28 1 0 0 25 0 1 0 980367601 54394880 12075 33554432000 4194304 9128323 140737080222368 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 13280 12097 688 1205 0 12071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53120

[startup+0.700254 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 31274
/proc/meminfo: memFree=1259956/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=51276 CPUtime=0.69 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 20915 0 0 0 67 2 0 0 25 0 1 0 980367601 52506624 11791 33554432000 4194304 9128323 140737080222368 18446744073709551615 6695881 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 12819 11791 719 1205 0 11610 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51276

[startup+1.50015 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 31275
/proc/meminfo: memFree=1214080/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=54856 CPUtime=1.49 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 21702 0 0 0 147 2 0 0 25 0 1 0 980367601 56172544 12571 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 13714 12571 712 1205 0 12505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54856

[startup+3.10081 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 31275
/proc/meminfo: memFree=1204160/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=65132 CPUtime=3.09 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 30228 0 0 0 304 5 0 0 25 0 1 0 980367601 66695168 14933 33554432000 4194304 9128323 140737080222368 18446744073709551615 7315315 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 16283 14933 724 1205 0 15074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65132

[startup+6.30035 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 31276
/proc/meminfo: memFree=1201592/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=65456 CPUtime=6.29 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 30349 0 0 0 621 8 0 0 25 0 1 0 980367601 67026944 15054 33554432000 4194304 9128323 140737080222368 18446744073709551615 7343488 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 16364 15054 724 1205 0 15155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65456

[startup+12.7012 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 31276
/proc/meminfo: memFree=1200844/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=66388 CPUtime=12.69 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 30502 0 0 0 1257 12 0 0 25 0 1 0 980367601 67981312 15207 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 16597 15207 724 1205 0 15388 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66388

[startup+25.5009 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 31276
/proc/meminfo: memFree=1189668/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=76240 CPUtime=25.49 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 38840 0 0 0 2527 22 0 0 25 0 1 0 980367601 78069760 17686 33554432000 4194304 9128323 140737080222368 18446744073709551615 7162928 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 19060 17686 725 1205 0 17851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76240

[startup+51.1012 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 31277
/proc/meminfo: memFree=1181152/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=80016 CPUtime=51.09 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 47964 0 0 0 5065 44 0 0 25 0 1 0 980367601 81936384 18651 33554432000 4194304 9128323 140737080222368 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 20004 18651 728 1205 0 18795 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80016

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31278
/proc/meminfo: memFree=1170452/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=87960 CPUtime=102.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 68294 0 0 0 10147 83 0 0 25 0 1 0 980367601 90071040 20666 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 21990 20666 737 1205 0 20781 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 87960

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31280
/proc/meminfo: memFree=1156488/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=95460 CPUtime=162.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 82203 0 0 0 16102 128 0 0 25 0 1 0 980367601 97751040 22598 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 23865 22598 737 1205 0 22656 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95460

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 1.94 3/178 31281
/proc/meminfo: memFree=1128664/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=114444 CPUtime=222.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 99174 0 0 0 22065 165 0 0 25 0 1 0 980367601 117190656 27362 33554432000 4194304 9128323 140737080222368 18446744073709551615 7217045 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 28611 27362 737 1205 0 27402 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 114444

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 31283
/proc/meminfo: memFree=1114856/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=118548 CPUtime=282.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 139467 0 0 0 28027 203 0 0 25 0 1 0 980367601 121393152 28416 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 29637 28416 737 1205 0 28428 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 118548

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31294
/proc/meminfo: memFree=1086456/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=122656 CPUtime=342.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 142691 0 0 0 33995 235 0 0 25 0 1 0 980367601 125599744 29450 33554432000 4194304 9128323 140737080222368 18446744073709551615 5201008 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 30664 29450 737 1205 0 29455 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122656

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31295
/proc/meminfo: memFree=1054680/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=123440 CPUtime=402.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 163779 0 0 0 39963 267 0 0 25 0 1 0 980367601 126402560 29632 33554432000 4194304 9128323 140737080222368 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 30860 29632 737 1205 0 29651 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123440

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 31297
/proc/meminfo: memFree=1034156/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=124340 CPUtime=462.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 166016 0 0 0 45931 299 0 0 25 0 1 0 980367601 127324160 29850 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 31085 29850 737 1205 0 29876 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 124340

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 31298
/proc/meminfo: memFree=1030872/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=125780 CPUtime=522.3 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 172229 0 0 0 51897 333 0 0 25 0 1 0 980367601 128798720 30149 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 31445 30149 737 1205 0 30236 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 125780

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 31300
/proc/meminfo: memFree=1026116/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=127208 CPUtime=582.31 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 172619 0 0 0 57866 365 0 0 25 0 1 0 980367601 130260992 30539 33554432000 4194304 9128323 140737080222368 18446744073709551615 4487378 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 31802 30539 737 1205 0 30593 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 127208

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31306
/proc/meminfo: memFree=1017072/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=131840 CPUtime=822.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 179488 0 0 0 81744 488 0 0 25 0 1 0 980367601 135004160 31700 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 32960 31700 737 1205 0 31751 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 131840

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31308
/proc/meminfo: memFree=1015544/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=131576 CPUtime=882.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 181605 0 0 0 87713 519 0 0 25 0 1 0 980367601 134733824 31668 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 32894 31668 737 1205 0 31685 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 131576

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31309
/proc/meminfo: memFree=1011644/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=132976 CPUtime=942.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 181922 0 0 0 93681 551 0 0 25 0 1 0 980367601 136167424 31985 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 33244 31985 737 1205 0 32035 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 132976

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31311
/proc/meminfo: memFree=1009864/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=132976 CPUtime=1002.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 181933 0 0 0 99655 577 0 0 25 0 1 0 980367601 136167424 31996 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 33244 31996 737 1205 0 32035 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 132976

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31313
/proc/meminfo: memFree=1009308/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=132976 CPUtime=1062.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 181970 0 0 0 105629 603 0 0 25 0 1 0 980367601 136167424 32033 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 33244 32033 737 1205 0 32035 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 132976

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31314
/proc/meminfo: memFree=1007896/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=134048 CPUtime=1122.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 182231 0 0 0 111601 631 0 0 25 0 1 0 980367601 137265152 32294 33554432000 4194304 9128323 140737080222368 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 33512 32294 737 1205 0 32303 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 134048

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31316
/proc/meminfo: memFree=1004996/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=136696 CPUtime=1182.32 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 182885 0 0 0 117571 661 0 0 25 0 1 0 980367601 139976704 32948 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34174 32948 737 1205 0 32965 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 136696

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 31317
/proc/meminfo: memFree=1004572/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=137176 CPUtime=1242.33 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 182984 0 0 0 123539 694 0 0 25 0 1 0 980367601 140468224 33043 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34294 33043 737 1205 0 33085 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 137176

[startup+1302.3 s]
/proc/loadavg: 2.09 2.03 1.96 3/178 31319
/proc/meminfo: memFree=1004256/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=137176 CPUtime=1302.33 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 182985 0 0 0 129509 724 0 0 25 0 1 0 980367601 140468224 33044 33554432000 4194304 9128323 140737080222368 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34294 33044 737 1205 0 33085 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 137176

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/178 31321
/proc/meminfo: memFree=1003452/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=137312 CPUtime=1362.33 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 183025 0 0 0 135480 753 0 0 25 0 1 0 980367601 140607488 33084 33554432000 4194304 9128323 140737080222368 18446744073709551615 7192161 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34328 33084 737 1205 0 33119 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 137312

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.96 3/178 31322
/proc/meminfo: memFree=1002916/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=137324 CPUtime=1422.34 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 188906 0 0 0 141451 783 0 0 25 0 1 0 980367601 140619776 33091 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34331 33091 737 1205 0 33122 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 137324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 31324
/proc/meminfo: memFree=1001000/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=137640 CPUtime=1482.33 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189004 0 0 0 147420 813 0 0 25 0 1 0 980367601 140943360 33189 33554432000 4194304 9128323 140737080222368 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34410 33189 737 1205 0 33201 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 137640

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31326
/proc/meminfo: memFree=1000052/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=138284 CPUtime=1542.34 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189135 0 0 0 153390 844 0 0 25 0 1 0 980367601 141602816 33320 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34571 33320 737 1205 0 33362 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 138284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31327
/proc/meminfo: memFree=997984/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=138284 CPUtime=1602.33 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189146 0 0 0 159358 875 0 0 25 0 1 0 980367601 141602816 33331 33554432000 4194304 9128323 140737080222368 18446744073709551615 5333032 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34571 33331 737 1205 0 33362 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 138284

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31329
/proc/meminfo: memFree=994712/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=138996 CPUtime=1662.34 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189317 0 0 0 165329 905 0 0 25 0 1 0 980367601 142331904 33502 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34749 33502 737 1205 0 33540 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 138996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 31330
/proc/meminfo: memFree=993536/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=139844 CPUtime=1722.34 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189538 0 0 0 171302 932 0 0 25 0 1 0 980367601 143200256 33723 33554432000 4194304 9128323 140737080222368 18446744073709551615 5200895 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 34961 33723 737 1205 0 33752 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 139844

[startup+1782.3 s]
/proc/loadavg: 1.37 1.82 1.89 2/172 31357
/proc/meminfo: memFree=1215184/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=141480 CPUtime=1782.34 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189925 0 0 0 177275 959 0 0 25 0 1 0 980367601 144875520 34110 33554432000 4194304 9128323 140737080222368 18446744073709551615 6581536 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 35370 34110 737 1205 0 34161 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 141480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.26 1.76 1.87 2/172 31357
/proc/meminfo: memFree=1215164/32950928 swapFree=67051812/67111528
[pid=31274] ppid=31272 vsize=141480 CPUtime=1800.05 cores=0,2,4,6
/proc/31274/stat : 31274 (scip-2.0.1.4.li) R 31272 31274 29668 0 -1 4202496 189935 0 0 0 179038 967 0 0 25 0 1 0 980367601 144875520 34120 33554432000 4194304 9128323 140737080222368 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/31274/statm: 35370 34120 737 1205 0 34161 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 141480

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.13
CPU user time (s): 1790.45
CPU system time (s): 9.68353
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 161984

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

runsolver used 2.81957 second user time and 5.78412 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-12 19:56:09
IDJOB=3447372
IDBENCH=79306
IDSOLVER=1944
FILE ID=node116/3447372-1307901369
RUNJOBID= node116-1307897212-30854
PBS_JOBID= 13559589
Free space on /var/tmp= 2872 MiB

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

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

MD5SUM BENCH= da8b4d3fc4733201ddcbc92154231f9d
RANDOM SEED=1540390598

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.77
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.826
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.826
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.75
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.826
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:       1260384 kB
Buffers:         54496 kB
Cached:       30585728 kB
SwapCached:      12792 kB
Active:       16140252 kB
Inactive:     14598152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1260384 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           16152 kB
Writeback:           0 kB
AnonPages:       95544 kB
Mapped:          12552 kB
Slab:           888560 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   290316 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= 2872 MiB
End job on node116 at 2011-06-12 20:26:11