Trace number 3447299

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.1 1800.03

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
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 benchmark64.4622
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-3447299-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.00/0.05	o 136842
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.368420e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.05/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   271 |     - |  17M|   0 |  10 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   498 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2728 |  21 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.59/0.66	c   0.7s|     1 |     0 |   603 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2757 |  50 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |   624 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.10/1.19	c   1.2s|     1 |     0 |   632 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2764 |  57 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |   643 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.69/1.79	c   1.8s|     1 |     0 |   644 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2771 |  64 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
2.59/2.63	c   2.6s|     1 |     2 |   644 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2771 |  64 |   0 |  33 | 0.000000e+00 | 1.368420e+05 |    Inf 
16.39/16.41	o 440
16.39/16.41	c *16.4s|   322 |   321 | 11900 |  35.1 |  25M| 137 |   - |5645 |8121 |5645 |2804 | 109 |   0 | 917 | 0.000000e+00 | 4.400000e+02 |    Inf 
229.20/229.28	c   229s| 10000 |  6573 |  1241k| 124.1 |  53M| 189 |   - |5645 |  10k|5645 |2794 |  16k|4164 |2274 | 0.000000e+00 | 4.400000e+02 |    Inf 
320.80/320.80	o 436
320.80/320.80	c * 321s| 15753 |  9273 |  1610k| 102.2 |  63M| 189 |   - |5645 |9493 |5645 |2801 |  28k|7577 |2860 | 0.000000e+00 | 4.360000e+02 |    Inf 
320.80/320.85	o 386
320.80/320.85	c * 321s| 15756 |  9245 |  1610k| 102.2 |  62M| 189 |   - |5645 |9489 |5645 |2801 |  28k|7577 |2862 | 0.000000e+00 | 3.860000e+02 |    Inf 
418.01/418.07	c   418s| 20000 | 11572 |  2128k| 106.4 |  70M| 189 |   7 |5645 |8985 |5645 |2773 |  37k|9795 |3449 | 0.000000e+00 | 3.860000e+02 |    Inf 
478.71/478.79	o 383
478.71/478.79	c * 479s| 23936 | 13554 |  2385k|  99.6 |  76M| 189 |   - |5645 |9088 |5645 |2781 |  45k|  11k|3838 | 0.000000e+00 | 3.830000e+02 |    Inf 
535.01/535.03	o 381
535.01/535.03	c * 535s| 26179 | 14977 |  2705k| 103.3 |  82M| 189 |   - |5645 |8957 |5645 |2913 |  50k|  12k|4167 | 0.000000e+00 | 3.810000e+02 |    Inf 
609.91/609.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
609.91/609.96	c   610s| 30000 | 17373 |  3135k| 104.5 |  92M| 189 |   1 |5645 |8987 |5645 |2804 |  57k|  14k|4496 | 0.000000e+00 | 3.810000e+02 |    Inf 
610.82/610.82	o 378
610.82/610.82	c * 611s| 30069 | 17410 |  3140k| 104.4 |  92M| 189 |   - |5645 |9011 |5645 |2768 |  57k|  14k|4497 | 0.000000e+00 | 3.780000e+02 |    Inf 
620.62/620.62	o 371
620.62/620.62	c * 621s| 30650 | 17755 |  3191k| 104.1 |  93M| 189 |   - |5645 |9043 |5645 |2779 |  57k|  15k|4574 | 0.000000e+00 | 3.710000e+02 |    Inf 
621.42/621.49	o 343
621.42/621.49	c * 621s| 30722 | 17620 |  3195k| 104.0 |  90M| 189 |   - |5645 |9033 |5645 |2785 |  57k|  15k|4578 | 0.000000e+00 | 3.430000e+02 |    Inf 
627.81/627.84	o 337
627.81/627.84	c * 628s| 31028 | 17741 |  3234k| 104.2 |  90M| 189 |   - |5645 |9035 |5645 |2771 |  58k|  15k|4593 | 0.000000e+00 | 3.370000e+02 |    Inf 
647.22/647.25	o 336
647.22/647.25	c * 647s| 32228 | 18379 |  3330k| 103.3 |  95M| 189 |   - |5645 |9113 |5645 |2779 |  60k|  16k|4686 | 0.000000e+00 | 3.360000e+02 |    Inf 
657.32/657.30	o 334
657.32/657.30	c * 657s| 33023 | 18764 |  3378k| 102.3 |  96M| 189 |   - |5645 |9066 |5645 |2796 |  60k|  16k|4706 | 0.000000e+00 | 3.340000e+02 |    Inf 
659.52/659.56	o 327
659.52/659.56	c * 660s| 33244 | 18751 |  3391k| 102.0 |  96M| 189 |   - |5645 |9075 |5645 |2782 |  60k|  16k|4706 | 0.000000e+00 | 3.270000e+02 |    Inf 
670.42/670.41	o 293
670.42/670.41	c * 670s| 33688 | 18218 |  3452k| 102.5 |  90M| 189 |   - |5645 |8899 |5645 |2850 |  62k|  17k|4750 | 0.000000e+00 | 2.930000e+02 |    Inf 
670.52/670.51	o 291
670.52/670.51	c * 671s| 33693 | 18150 |  3452k| 102.5 |  90M| 189 |   - |5645 |8897 |5645 |2841 |  62k|  17k|4750 | 0.000000e+00 | 2.910000e+02 |    Inf 
674.62/674.69	o 282
674.62/674.69	c * 675s| 33858 | 17921 |  3477k| 102.7 |  87M| 189 |   - |5645 |8869 |5645 |2789 |  62k|  17k|4784 | 0.000000e+00 | 2.820000e+02 |    Inf 
694.51/694.58	o 250
694.51/694.58	c * 695s| 34867 | 16863 |  3599k| 103.2 |  82M| 189 |   - |5645 |8975 |5645 |2825 |  63k|  17k|4822 | 0.000000e+00 | 2.500000e+02 |    Inf 
716.02/716.08	o 245
716.02/716.08	c * 716s| 35628 | 16922 |  3718k| 104.4 |  84M| 189 |   - |5645 |8923 |5645 |2813 |  65k|  18k|4926 | 0.000000e+00 | 2.450000e+02 |    Inf 
723.62/723.68	o 243
723.62/723.68	c * 724s| 36040 | 16983 |  3763k| 104.4 |  85M| 189 |   - |5645 |8973 |5645 |2798 |  66k|  18k|4931 | 0.000000e+00 | 2.430000e+02 |    Inf 
730.02/730.02	o 227
730.02/730.02	c * 730s| 36332 | 16377 |  3801k| 104.6 |  82M| 189 |   - |5645 |8992 |5645 |2864 |  66k|  18k|4953 | 0.000000e+00 | 2.270000e+02 |    Inf 
734.92/734.90	o 206
734.92/734.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
734.92/734.90	c * 735s| 36557 | 15175 |  3824k| 104.6 |  78M| 189 |   - |5645 |8991 |5645 |2833 |  67k|  18k|4990 | 0.000000e+00 | 2.060000e+02 |    Inf 
735.42/735.48	o 202
735.42/735.48	c * 735s| 36578 | 14951 |  3826k| 104.6 |  77M| 189 |   - |5645 |8978 |5645 |2847 |  67k|  18k|4994 | 0.000000e+00 | 2.020000e+02 |    Inf 
738.52/738.55	o 195
738.52/738.55	c * 739s| 36768 | 14660 |  3842k| 104.5 |  76M| 189 |   - |5645 |8932 |5645 |2780 |  67k|  18k|5032 | 0.000000e+00 | 1.950000e+02 |    Inf 
745.02/745.04	o 187
745.02/745.04	c * 745s| 37290 | 14221 |  3871k| 103.8 |  75M| 189 |   - |5645 |9003 |5645 |2779 |  67k|  19k|5061 | 0.000000e+00 | 1.870000e+02 |    Inf 
745.22/745.24	o 183
745.22/745.24	c * 745s| 37306 | 13993 |  3871k| 103.8 |  74M| 189 |   - |5645 |8993 |5645 |2776 |  67k|  19k|5061 | 0.000000e+00 | 1.830000e+02 |    Inf 
745.62/745.61	o 181
745.62/745.61	c * 746s| 37324 | 13825 |  3874k| 103.8 |  74M| 189 |   - |5645 |8996 |5645 |2769 |  67k|  19k|5061 | 0.000000e+00 | 1.810000e+02 |    Inf 
752.22/752.24	o 174
752.22/752.24	c * 752s| 37807 | 13534 |  3914k| 103.5 |  74M| 189 |   - |5645 |8859 |5645 |2770 |  68k|  19k|5066 | 0.000000e+00 | 1.740000e+02 |    Inf 
760.02/760.05	o 170
760.02/760.05	c * 760s| 38369 | 13519 |  3952k| 103.0 |  76M| 189 |   - |5645 |8937 |5645 |2787 |  68k|  19k|5073 | 0.000000e+00 | 1.700000e+02 |    Inf 
763.43/763.44	o 165
763.43/763.44	c * 763s| 38631 | 13219 |  3969k| 102.7 |  76M| 189 |   - |5645 |8945 |5645 |2773 |  68k|  19k|5084 | 0.000000e+00 | 1.650000e+02 |    Inf 
767.33/767.33	o 146
767.33/767.33	c * 767s| 38984 | 12074 |  3984k| 102.2 |  72M| 189 |   - |5645 |8902 |5645 |2796 |  68k|  20k|5099 | 0.000000e+00 | 1.460000e+02 |    Inf 
768.32/768.39	o 141
768.32/768.39	c * 768s| 39036 | 11667 |  3990k| 102.2 |  71M| 189 |   - |5645 |8916 |5645 |2773 |  68k|  20k|5110 | 0.000000e+00 | 1.410000e+02 |    Inf 
771.22/771.22	o 138
771.22/771.22	c * 771s| 39313 | 11174 |  4002k| 101.8 |  71M| 189 |   - |5645 |8913 |5645 |2772 |  68k|  20k|5121 | 0.000000e+00 | 1.380000e+02 |    Inf 
771.22/771.29	o 136
771.22/771.29	c * 771s| 39325 | 11058 |  4002k| 101.8 |  71M| 189 |   - |5645 |8934 |5645 |2771 |  68k|  20k|5121 | 0.000000e+00 | 1.360000e+02 |    Inf 
771.72/771.79	o 132
771.72/771.79	c * 772s| 39378 | 10935 |  4003k| 101.7 |  71M| 189 |   - |5645 |8950 |5645 |2782 |  68k|  20k|5121 | 0.000000e+00 | 1.320000e+02 |    Inf 
772.32/772.31	o 131
772.32/772.31	c * 772s| 39414 | 10908 |  4005k| 101.6 |  71M| 189 |   - |5645 |8974 |5645 |2797 |  68k|  20k|5124 | 0.000000e+00 | 1.310000e+02 |    Inf 
772.32/772.33	o 125
772.32/772.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.32/772.33	c * 772s| 39415 | 10668 |  4005k| 101.6 |  70M| 189 |   - |5645 |8974 |5645 |2797 |  68k|  20k|5124 | 0.000000e+00 | 1.250000e+02 |    Inf 
777.52/777.59	o 104
777.52/777.59	c * 778s| 39896 |  9867 |  4021k| 100.8 |  69M| 189 |   - |5645 |8912 |5645 |2800 |  68k|  20k|5142 | 0.000000e+00 | 1.040000e+02 |    Inf 
778.32/778.39	o 103
778.32/778.39	c * 778s| 39996 |  9831 |  4022k| 100.6 |  70M| 189 |   - |5645 |8910 |5645 |2768 |  68k|  20k|5143 | 0.000000e+00 | 1.030000e+02 |    Inf 
778.42/778.44	o 95
778.42/778.44	c * 778s| 39998 |  6881 |  4022k| 100.6 |  57M| 189 |   - |5645 |8909 |5645 |2774 |  68k|  20k|5143 | 0.000000e+00 | 9.500000e+01 |    Inf 
778.42/778.48	c   778s| 40000 |  6881 |  4022k| 100.6 |  56M| 189 |   1 |5645 |8535 |5645 |2767 |  68k|  20k|5143 | 0.000000e+00 | 9.500000e+01 |    Inf 
858.73/858.74	c   859s| 50000 |  7910 |  4189k|  83.8 |  93M| 189 |   - |5645 |9939 |   0 |   0 |  70k|  30k|5314 | 0.000000e+00 | 9.500000e+01 |    Inf 
936.42/936.42	c   936s| 60000 |  8567 |  4330k|  72.2 | 117M| 189 |  18 |5645 |9330 |5645 |2767 |  72k|  40k|5423 | 0.000000e+00 | 9.500000e+01 |    Inf 
1009.74/1009.78	c  1010s| 70000 |  9018 |  4449k|  63.6 | 135M| 189 |   9 |5645 |9765 |5645 |2767 |  73k|  51k|5488 | 0.000000e+00 | 9.500000e+01 |    Inf 
1091.83/1091.88	c  1092s| 80000 |  9395 |  4576k|  57.2 | 149M| 189 |   - |5645 |9885 |   0 |   0 |  75k|  63k|5585 | 0.000000e+00 | 9.500000e+01 |    Inf 
1168.24/1168.26	c  1168s| 90000 |  9811 |  4703k|  52.3 | 160M| 189 |  18 |5645 |  11k|5645 |2767 |  76k|  73k|5692 | 0.000000e+00 | 9.500000e+01 |    Inf 
1252.54/1252.51	c  1253s|100000 | 10397 |  4857k|  48.6 | 177M| 189 |  12 |5645 |  10k|5645 |2767 |  78k|  85k|5758 | 0.000000e+00 | 9.500000e+01 |    Inf 
1341.84/1341.86	c  1342s|110000 | 11964 |  5076k|  46.1 | 202M| 189 |  12 |5645 |  11k|5645 |2772 |  80k|  98k|5902 | 0.000000e+00 | 9.500000e+01 |    Inf 
1413.64/1413.60	o 87
1413.64/1413.60	c *1414s|118322 | 12192 |  5203k|  44.0 | 213M| 189 |   - |5645 |  10k|5645 |2768 |  83k| 109k|6010 | 0.000000e+00 | 8.700000e+01 |    Inf 
1429.64/1429.65	c  1430s|120000 | 12218 |  5226k|  43.5 | 214M| 189 |   - |5645 |  10k|   0 |   0 |  84k| 112k|6036 | 0.000000e+00 | 8.700000e+01 |    Inf 
1433.25/1433.23	o 81
1433.25/1433.23	c *1433s|120471 | 11823 |  5231k|  43.4 | 211M| 189 |   - |5645 |  10k|5645 |2777 |  84k| 112k|6036 | 0.000000e+00 | 8.100000e+01 |    Inf 
1434.64/1434.61	o 76
1434.64/1434.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1434.64/1434.61	c *1435s|120687 | 11700 |  5233k|  43.4 | 211M| 189 |   - |5645 |  10k|5645 |2778 |  84k| 113k|6036 | 0.000000e+00 | 7.600000e+01 |    Inf 
1510.26/1510.25	c  1510s|130000 | 11903 |  5359k|  41.2 | 221M| 189 |   - |5645 |8383 |5645 |2769 |  85k| 125k|6139 | 0.000000e+00 | 7.600000e+01 |    Inf 
1587.45/1587.41	c  1587s|140000 | 12527 |  5504k|  39.3 | 235M| 189 |   - |5645 |9490 |   0 |   0 |  87k| 138k|6224 | 0.000000e+00 | 7.600000e+01 |    Inf 
1665.95/1665.93	c  1666s|150000 | 12690 |  5635k|  37.6 | 244M| 189 |   - |5645 |8491 |   0 |   0 |  89k| 152k|6320 | 0.000000e+00 | 7.600000e+01 |    Inf 
1736.56/1736.53	c  1737s|160000 | 12908 |  5749k|  35.9 | 252M| 189 |   - |5645 |9143 |   0 |   0 |  90k| 165k|6388 | 0.000000e+00 | 7.600000e+01 |    Inf 
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 167980
1800.06/1800.00	c Primal Bound       : +7.60000000000000e+01 (331 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447299-1307900786/watcher-3447299-1307900786 -o /var/tmp/evaluation-result-3447299-1307900786/solver-3447299-1307900786 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447299-1307900786.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: 1.96 2.00 1.94 1/175 13198
/proc/meminfo: memFree=1116544/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 980309232 10539008 1520 33554432000 4194304 9128323 140734833720960 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13198/statm: 2573 1523 399 1205 0 1364 0

[startup+0.062599 s]
/proc/loadavg: 1.96 2.00 1.94 1/175 13198
/proc/meminfo: memFree=1116544/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=34700 CPUtime=0.05 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 7609 0 0 0 5 0 0 0 25 0 1 0 980309232 35532800 7304 33554432000 4194304 9128323 140734833720960 18446744073709551615 5266676 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 8675 7304 513 1205 0 7466 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34700

[startup+0.100588 s]
/proc/loadavg: 1.96 2.00 1.94 1/175 13198
/proc/meminfo: memFree=1116544/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 980309232 36581376 7644 33554432000 4194304 9128323 140734833720960 18446744073709551615 5240756 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300552 s]
/proc/loadavg: 1.96 2.00 1.94 1/175 13198
/proc/meminfo: memFree=1116544/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=80864 CPUtime=0.29 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 19249 0 0 0 27 2 0 0 25 0 1 0 980309232 82804736 18819 33554432000 4194304 9128323 140734833720960 18446744073709551615 4347072 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 20216 18819 683 1205 0 19007 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80864

[startup+0.700474 s]
/proc/loadavg: 1.96 2.00 1.94 1/175 13198
/proc/meminfo: memFree=1116544/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=52660 CPUtime=0.69 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 21223 0 0 0 67 2 0 0 25 0 1 0 980309232 53923840 12080 33554432000 4194304 9128323 140734833720960 18446744073709551615 6694354 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 13165 12080 709 1205 0 11956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52660

[startup+1.50033 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=997940/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=58708 CPUtime=1.49 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 22610 0 0 0 147 2 0 0 25 0 1 0 980309232 60116992 13467 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 14677 13467 746 1205 0 13468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58708

[startup+3.10102 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=1018896/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=60516 CPUtime=3.09 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 28854 0 0 0 305 4 0 0 25 0 1 0 980309232 61968384 13938 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 15129 13938 719 1205 0 13920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60516

[startup+6.30041 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13237
/proc/meminfo: memFree=1014360/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=60884 CPUtime=6.29 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 28919 0 0 0 623 6 0 0 25 0 1 0 980309232 62345216 14003 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 15221 14003 719 1205 0 14012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60884

[startup+12.7012 s]
/proc/loadavg: 1.96 2.00 1.94 3/178 13238
/proc/meminfo: memFree=1014484/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=61688 CPUtime=12.7 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 29080 0 0 0 1259 11 0 0 25 0 1 0 980309232 63168512 14164 33554432000 4194304 9128323 140734833720960 18446744073709551615 6712601 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 15422 14164 719 1205 0 14213 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 61688

[startup+25.5008 s]
/proc/loadavg: 1.97 2.00 1.94 3/178 13238
/proc/meminfo: memFree=988896/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=77392 CPUtime=25.49 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 41090 0 0 0 2529 20 0 0 25 0 1 0 980309232 79249408 17989 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 19348 17989 732 1205 0 18139 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77392

[startup+51.1009 s]
/proc/loadavg: 1.98 2.00 1.94 3/178 13239
/proc/meminfo: memFree=982100/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=81596 CPUtime=51.09 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 48311 0 0 0 5067 42 0 0 25 0 1 0 980309232 83554304 19091 33554432000 4194304 9128323 140734833720960 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 20399 19091 732 1205 0 19190 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81596

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13240
/proc/meminfo: memFree=973028/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=85840 CPUtime=102.3 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 55312 0 0 0 10147 83 0 0 25 0 1 0 980309232 87900160 20138 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 21460 20138 732 1205 0 20251 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85840

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13242
/proc/meminfo: memFree=948540/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=95352 CPUtime=162.3 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 63759 0 0 0 16100 130 0 0 25 0 1 0 980309232 97640448 22555 33554432000 4194304 9128323 140734833720960 18446744073709551615 8012251 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 23838 22555 732 1205 0 22629 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95352

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13243
/proc/meminfo: memFree=934692/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=106580 CPUtime=222.3 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 72570 0 0 0 22071 159 0 0 25 0 1 0 980309232 109137920 25362 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 26645 25362 732 1205 0 25436 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 106580

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13245
/proc/meminfo: memFree=919032/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=119012 CPUtime=282.3 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 81621 0 0 0 28037 193 0 0 25 0 1 0 980309232 121868288 28461 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 29753 28461 732 1205 0 28544 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 119012

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13246
/proc/meminfo: memFree=900740/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=134196 CPUtime=342.3 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 101562 0 0 0 34007 223 0 0 25 0 1 0 980309232 137416704 32292 33554432000 4194304 9128323 140734833720960 18446744073709551615 5992434 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 33549 32292 732 1205 0 32340 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134196

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13248
/proc/meminfo: memFree=890116/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=143144 CPUtime=402.31 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 109656 0 0 0 39959 272 0 0 25 0 1 0 980309232 146579456 34532 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 35786 34532 732 1205 0 34577 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 143144

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13250
/proc/meminfo: memFree=882624/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=150648 CPUtime=462.31 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 117467 0 0 0 45922 309 0 0 25 0 1 0 980309232 154263552 36403 33554432000 4194304 9128323 140734833720960 18446744073709551615 7191211 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 37662 36403 732 1205 0 36453 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 150648

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13251
/proc/meminfo: memFree=868804/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=162952 CPUtime=522.32 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 134257 0 0 0 51886 346 0 0 25 0 1 0 980309232 166862848 39469 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 40738 39469 732 1205 0 39529 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 162952

[startup+582.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/178 13253
/proc/meminfo: memFree=855612/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=175064 CPUtime=582.31 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 154737 0 0 0 57840 391 0 0 25 0 1 0 980309232 179265536 42489 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 43766 42489 732 1205 0 42557 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 175064

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 13259
/proc/meminfo: memFree=763652/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=263864 CPUtime=822.33 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 290730 0 0 0 81687 546 0 0 25 0 1 0 980309232 270196736 64488 33554432000 4194304 9128323 140734833720960 18446744073709551615 5984556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 65966 64488 740 1205 0 64757 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 263864

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 13270
/proc/meminfo: memFree=722780/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=305892 CPUtime=882.32 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 308746 0 0 0 87667 565 0 0 25 0 1 0 980309232 313233408 74536 33554432000 4194304 9128323 140734833720960 18446744073709551615 5089450 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 76473 74536 750 1205 0 75264 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 305892

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 13271
/proc/meminfo: memFree=688216/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=342468 CPUtime=942.32 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 317472 0 0 0 93648 584 0 0 25 0 1 0 980309232 350687232 83248 33554432000 4194304 9128323 140734833720960 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 85617 83248 750 1205 0 84408 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 342468

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13273
/proc/meminfo: memFree=658500/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=372096 CPUtime=1002.33 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 326813 0 0 0 99634 599 0 0 25 0 1 0 980309232 381026304 90397 33554432000 4194304 9128323 140734833720960 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 93024 90397 750 1205 0 91815 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 372096

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13275
/proc/meminfo: memFree=635612/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=395380 CPUtime=1062.33 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 332441 0 0 0 105621 612 0 0 25 0 1 0 980309232 404869120 96019 33554432000 4194304 9128323 140734833720960 18446744073709551615 5090093 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 98845 96019 750 1205 0 97636 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 395380

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13276
/proc/meminfo: memFree=611016/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=419584 CPUtime=1122.33 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 338489 0 0 0 111607 626 0 0 25 0 1 0 980309232 429654016 102052 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 104896 102052 751 1205 0 103687 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 419584

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 13278
/proc/meminfo: memFree=589136/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=441680 CPUtime=1182.34 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 346081 0 0 0 117590 644 0 0 25 0 1 0 980309232 452280320 107412 33554432000 4194304 9128323 140734833720960 18446744073709551615 6581570 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 110420 107412 751 1205 0 109211 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 441680

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 13279
/proc/meminfo: memFree=566204/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=464012 CPUtime=1242.34 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 351719 0 0 0 123575 659 0 0 25 0 1 0 980309232 475148288 113044 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 116003 113044 751 1205 0 114794 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 464012

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 13281
/proc/meminfo: memFree=537632/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=491560 CPUtime=1302.34 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 358666 0 0 0 129555 679 0 0 25 0 1 0 980309232 503357440 119964 33554432000 4194304 9128323 140734833720960 18446744073709551615 7414736 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 122890 119964 750 1205 0 121681 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 491560

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 13283
/proc/meminfo: memFree=521324/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=508236 CPUtime=1362.34 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 362866 0 0 0 135540 694 0 0 25 0 1 0 980309232 520433664 124154 33554432000 4194304 9128323 140734833720960 18446744073709551615 5992584 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 127059 124154 750 1205 0 125850 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 508236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13284
/proc/meminfo: memFree=498528/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=531072 CPUtime=1422.35 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 372258 0 0 0 141523 712 0 0 25 0 1 0 980309232 543817728 129449 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 132768 129449 750 1205 0 131559 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 531072

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13286
/proc/meminfo: memFree=490492/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=538948 CPUtime=1482.34 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 394014 0 0 0 147505 729 0 0 25 0 1 0 980309232 551882752 131418 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 134737 131418 750 1205 0 133528 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 538948

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=521768/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=554828 CPUtime=1542.35 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 402090 0 0 0 153485 750 0 0 25 0 1 0 980309232 568143872 135408 33554432000 4194304 9128323 140734833720960 18446744073709551615 6712964 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 138707 135408 750 1205 0 137498 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 554828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13327
/proc/meminfo: memFree=473744/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=565932 CPUtime=1602.35 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 404934 0 0 0 159471 764 0 0 25 0 1 0 980309232 579514368 138251 33554432000 4194304 9128323 140734833720960 18446744073709551615 5235696 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 141483 138251 749 1205 0 140274 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 565932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13367
/proc/meminfo: memFree=506860/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=579620 CPUtime=1662.35 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 412630 0 0 0 165452 783 0 0 25 0 1 0 980309232 593530880 141565 33554432000 4194304 9128323 140734833720960 18446744073709551615 7191234 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 144905 141565 749 1205 0 143696 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 579620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13368
/proc/meminfo: memFree=482656/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=589752 CPUtime=1722.35 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 415298 0 0 0 171437 798 0 0 25 0 1 0 980309232 603906048 144229 33554432000 4194304 9128323 140734833720960 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 147438 144229 749 1205 0 146229 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 589752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13370
/proc/meminfo: memFree=464200/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=598396 CPUtime=1782.36 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 417532 0 0 0 177420 816 0 0 25 0 1 0 980309232 612757504 146463 33554432000 4194304 9128323 140734833720960 18446744073709551615 5984494 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13198/statm: 149599 146463 749 1205 0 148390 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 598396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13370
/proc/meminfo: memFree=456972/32950928 swapFree=67056212/67111528
[pid=13198] ppid=13196 vsize=601764 CPUtime=1800.06 cores=0,2,4,6
/proc/13198/stat : 13198 (scip-2.0.1.4.li) R 13196 13198 11872 0 -1 4202496 418347 0 0 0 179186 820 0 0 25 0 1 0 980309232 616206336 147278 33554432000 4194304 9128323 140734833720960 18446744073709551615 4693444 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13198/statm: 150441 147278 749 1205 0 149232 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 601764

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.03
CPU time (s): 1800.1
CPU user time (s): 1791.87
CPU system time (s): 8.23075
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 601764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.87
system time used= 8.23075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418347
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= 1297

runsolver used 3.05354 second user time and 5.88711 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 19:46:26
IDJOB=3447299
IDBENCH=79274
IDSOLVER=1944
FILE ID=node115/3447299-1307900786
RUNJOBID= node115-1307897170-12488
PBS_JOBID= 13559590
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.1900556231--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-3447299-1307900786/watcher-3447299-1307900786 -o /var/tmp/evaluation-result-3447299-1307900786/solver-3447299-1307900786 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447299-1307900786.wbo -t 1800 -m 15500

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=1528651963

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1117228 kB
Buffers:         56160 kB
Cached:       30794960 kB
SwapCached:       9240 kB
Active:       16003344 kB
Inactive:     14868400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1117228 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           12152 kB
Writeback:           0 kB
AnonPages:       18004 kB
Mapped:          13236 kB
Slab:           895660 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   221476 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= 2860 MiB
End job on node115 at 2011-06-12 20:16:28