Trace number 3447319

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571761--soft-0-100-0.wbo
MD5SUMc1a8bf15a5939881d6e0f7761d224808
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 benchmark170.65
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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-3447319-1307900827.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.04/0.05	o 137972
0.04/0.05	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.04/0.05	c presolving:
0.04/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.04/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.49/0.50	c   0.5s|     1 |     0 |   579 |     - |  18M|   0 |  30 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |   718 |     - |  18M|   0 |  56 |5645 |8121 |5645 |2768 |  61 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   764 |     - |  19M|   0 |  57 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.10/1.16	c   1.2s|     1 |     0 |   792 |     - |  19M|   0 |  55 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.49/1.54	c   1.5s|     1 |     0 |   799 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2789 |  82 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.89/1.93	c   1.9s|     1 |     0 |   816 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2790 |  83 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
3.19/3.28	c   3.3s|     1 |     2 |   816 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2790 |  83 |   0 |  33 | 0.000000e+00 | 1.379720e+05 |    Inf 
19.89/19.90	o 513
19.89/19.90	c *19.9s|   184 |   173 | 25070 | 132.5 |  26M|  54 |   - |5645 |8121 |5645 |2882 | 561 |   0 | 798 | 0.000000e+00 | 5.130000e+02 |    Inf 
233.90/233.96	o 495
233.90/233.96	c * 234s|  6009 |  5935 |  1363k| 226.8 |  48M|  67 |   - |5645 |8414 |5645 |2796 |  19k| 293 |2317 | 0.000000e+00 | 4.950000e+02 |    Inf 
396.91/396.91	c   397s| 10000 |  9860 |  2393k| 239.3 |  60M|  71 |   2 |5645 |8789 |5645 |2778 |  33k| 674 |3136 | 0.000000e+00 | 4.950000e+02 |    Inf 
595.41/595.45	o 384
595.41/595.45	c g 595s| 14837 | 14209 |  3587k| 241.8 |  71M|  73 |   - |5645 |9402 |5645 |2936 |  54k|1343 |3913 | 0.000000e+00 | 3.840000e+02 |    Inf 
618.42/618.43	o 369
618.42/618.43	c * 618s| 15401 | 14588 |  3719k| 241.5 |  72M|  73 |   - |5645 |9507 |5645 |2840 |  57k|1468 |4005 | 0.000000e+00 | 3.690000e+02 |    Inf 
628.22/628.22	o 348
628.22/628.22	c v 628s| 15589 | 14593 |  3777k| 242.3 |  72M|  73 |   - |5645 |9543 |5645 |2932 |  58k|1509 |4041 | 0.000000e+00 | 3.480000e+02 |    Inf 
631.22/631.21	o 341
631.22/631.21	c * 631s| 15624 | 14543 |  3789k| 242.5 |  72M|  73 |   - |5645 |9540 |5645 |2898 |  59k|1512 |4046 | 0.000000e+00 | 3.410000e+02 |    Inf 
648.12/648.18	o 332
648.12/648.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
648.12/648.18	c * 648s| 15935 | 14748 |  3885k| 243.8 |  73M|  73 |   - |5645 |9621 |5645 |2818 |  61k|1621 |4123 | 0.000000e+00 | 3.320000e+02 |    Inf 
700.22/700.26	o 314
700.22/700.26	c * 700s| 17075 | 15532 |  4201k| 246.0 |  77M|  73 |   - |5645 |9891 |5645 |2848 |  66k|1997 |4304 | 0.000000e+00 | 3.140000e+02 |    Inf 
700.32/700.38	o 247
700.32/700.38	c * 700s| 17077 | 14487 |  4201k| 246.0 |  72M|  73 |   - |5645 |9889 |5645 |2866 |  66k|1997 |4304 | 0.000000e+00 | 2.470000e+02 |    Inf 
707.52/707.52	o 229
707.52/707.52	c * 708s| 17212 | 14131 |  4249k| 246.8 |  71M|  73 |   - |5645 |9921 |5645 |2876 |  67k|2046 |4311 | 0.000000e+00 | 2.290000e+02 |    Inf 
713.62/713.63	o 192
713.62/713.63	c * 714s| 17422 | 13130 |  4284k| 245.9 |  69M|  73 |   - |5645 |9988 |5645 |2841 |  67k|2142 |4315 | 0.000000e+00 | 1.920000e+02 |    Inf 
716.03/716.03	o 184
716.03/716.03	c * 716s| 17498 | 12826 |  4298k| 245.6 |  69M|  73 |   - |5645 |  10k|5645 |2858 |  68k|2174 |4332 | 0.000000e+00 | 1.840000e+02 |    Inf 
735.53/735.55	o 163
735.53/735.55	c * 736s| 18125 | 12115 |  4406k| 243.1 |  70M|  73 |   - |5645 |  10k|5645 |2794 |  70k|2525 |4430 | 0.000000e+00 | 1.630000e+02 |    Inf 
736.23/736.20	o 130
736.23/736.20	c * 736s| 18153 |  9630 |  4409k| 242.9 |  62M|  73 |   - |5645 |  10k|5645 |2821 |  70k|2533 |4431 | 0.000000e+00 | 1.300000e+02 |    Inf 
736.52/736.56	o 127
736.52/736.56	c * 737s| 18176 |  9533 |  4411k| 242.7 |  62M|  73 |   - |5645 |  10k|5645 |2784 |  70k|2542 |4432 | 0.000000e+00 | 1.270000e+02 |    Inf 
737.03/737.01	o 125
737.03/737.01	c * 737s| 18205 |  9431 |  4413k| 242.4 |  62M|  73 |   - |5645 |  10k|5645 |2763 |  70k|2561 |4432 | 0.000000e+00 | 1.250000e+02 |    Inf 
737.82/737.82	o 123
737.82/737.82	c * 738s| 18253 |  9344 |  4416k| 241.9 |  62M|  73 |   - |5645 |  10k|5645 |2785 |  70k|2588 |4433 | 0.000000e+00 | 1.230000e+02 |    Inf 
738.03/738.04	o 91
738.03/738.04	c * 738s| 18258 |  6699 |  4416k| 241.9 |  53M|  73 |   - |5645 |  10k|5645 |2823 |  70k|2588 |4434 | 0.000000e+00 | 9.100000e+01 |    Inf 
738.42/738.45	o 87
738.42/738.45	c * 738s| 18278 |  6577 |  4418k| 241.7 |  53M|  73 |   - |5645 |9516 |5645 |2786 |  70k|2590 |4435 | 0.000000e+00 | 8.700000e+01 |    Inf 
739.33/739.30	o 78
739.33/739.30	c * 739s| 18372 |  5742 |  4421k| 240.6 |  51M|  73 |   - |5645 |9309 |5645 |2775 |  70k|2642 |4436 | 0.000000e+00 | 7.800000e+01 |    Inf 
740.52/740.51	o 77
740.52/740.51	c * 741s| 18480 |  5709 |  4425k| 239.4 |  51M|  73 |   - |5645 |8810 |5645 |2766 |  70k|2729 |4436 | 0.000000e+00 | 7.700000e+01 |    Inf 
740.52/740.54	o 70
740.52/740.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
740.52/740.54	c * 741s| 18481 |  4683 |  4425k| 239.4 |  48M|  73 |   - |5645 |8810 |5645 |2776 |  70k|2729 |4436 | 0.000000e+00 | 7.000000e+01 |    Inf 
741.22/741.21	o 67
741.22/741.21	c * 741s| 18528 |  1953 |  4426k| 238.9 |  41M|  73 |   - |5645 |7974 |5645 |2784 |  70k|2778 |4436 | 0.000000e+00 | 6.700000e+01 |    Inf 
753.82/753.87	c   754s| 20000 |  1991 |  4450k| 222.5 |  50M|  73 |   - |5645 |8819 |   0 |   0 |  70k|4435 |4466 | 0.000000e+00 | 6.700000e+01 |    Inf 
765.83/765.87	o 62
765.83/765.87	c * 766s| 21247 |  1973 |  4468k| 210.3 |  53M|  80 |   - |5645 |9479 |5645 |2789 |  71k|6058 |4499 | 0.000000e+00 | 6.200000e+01 |    Inf 
813.63/813.62	o 30
813.63/813.62	c * 814s| 26980 |  2341 |  4587k| 170.0 |  63M|  88 |   - |5645 |9181 |5645 |2811 |  71k|  13k|4624 | 0.000000e+00 | 3.000000e+01 |    Inf 
835.43/835.41	c   835s| 30000 |  1912 |  4647k| 154.9 |  62M|  88 |   8 |5645 |6950 |5645 |2783 |  71k|  17k|4717 | 0.000000e+00 | 3.000000e+01 |    Inf 
837.13/837.10	o 26
837.13/837.10	c * 837s| 30227 |  1813 |  4651k| 153.9 |  61M|  88 |   - |5645 |7105 |5645 |2784 |  71k|  18k|4724 | 0.000000e+00 | 2.600000e+01 |    Inf 
845.03/845.04	o 22
845.03/845.04	c * 845s| 31359 |  1582 |  4672k| 149.0 |  58M|  88 |   - |5645 |6223 |5645 |2783 |  71k|  19k|4758 | 0.000000e+00 | 2.200000e+01 |    Inf 
864.54/864.55	o 17
864.54/864.55	c * 865s| 34198 |  1327 |  4728k| 138.2 |  55M|  88 |   - |5645 |6394 |5645 |2784 |  72k|  23k|4880 | 0.000000e+00 | 1.700000e+01 |    Inf 
864.93/864.93	o 15
864.93/864.93	c * 865s| 34283 |  1269 |  4728k| 137.9 |  53M|  88 |   - |5645 |6047 |5645 |2783 |  72k|  23k|4880 | 0.000000e+00 | 1.500000e+01 |    Inf 
865.43/865.41	o 6
865.43/865.41	c * 865s| 34408 |  1143 |  4730k| 137.5 |  49M|  88 |   - |5645 |5983 |5645 |2785 |  72k|  23k|4880 | 0.000000e+00 | 6.000000e+00 |    Inf 
892.93/892.94	c   893s| 40000 |   595 |  4845k| 121.1 |  42M|  88 |  26 |5645 |5664 |5645 |2783 |  72k|  30k|4905 | 0.000000e+00 | 6.000000e+00 |    Inf 
941.73/941.73	c   942s| 50000 |   518 |  5041k| 100.8 |  43M|  88 |   - |5645 |9896 |5645 |2783 |  72k|  41k|5220 | 0.000000e+00 | 6.000000e+00 |    Inf 
992.24/992.24	c   992s| 60000 |   502 |  5236k|  87.3 |  45M|  88 |   - |5645 |  11k|5645 |2783 |  72k|  53k|5536 | 0.000000e+00 | 6.000000e+00 |    Inf 
1038.94/1038.99	c  1039s| 70000 |   495 |  5410k|  77.3 |  45M|  88 |  46 |5645 |  11k|5645 |2783 |  72k|  65k|5787 | 0.000000e+00 | 6.000000e+00 |    Inf 
1084.54/1084.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.54/1084.59	c  1085s| 80000 |   547 |  5578k|  69.7 |  46M|  88 |  26 |5645 |  13k|5645 |2783 |  72k|  78k|5912 | 0.000000e+00 | 6.000000e+00 |    Inf 
1131.55/1131.55	c  1132s| 90000 |   473 |  5761k|  64.0 |  45M|  88 |   - |5645 |  11k|5645 |2783 |  72k|  89k|6137 | 0.000000e+00 | 6.000000e+00 |    Inf 
1133.24/1133.28	o 3
1133.24/1133.28	c *1133s| 90347 |   444 |  5767k|  63.8 |  44M|  88 |   - |5645 |  11k|5645 |2783 |  72k|  90k|6154 | 0.000000e+00 | 3.000000e+00 |    Inf 
1175.95/1175.94	c  1176s|100000 |   444 |  5935k|  59.3 |  45M|  88 |   - |5645 |  13k|5645 |2783 |  72k| 102k|6282 | 0.000000e+00 | 3.000000e+00 |    Inf 
1223.15/1223.14	c  1223s|110000 |   438 |  6124k|  55.7 |  45M|  88 |  45 |5645 |  13k|5645 |2783 |  72k| 116k|6467 | 0.000000e+00 | 3.000000e+00 |    Inf 
1271.25/1271.24	c  1271s|120000 |   433 |  6318k|  52.6 |  46M|  88 |  35 |5645 |  15k|5645 |2783 |  72k| 129k|6657 | 0.000000e+00 | 3.000000e+00 |    Inf 
1319.65/1319.62	c  1320s|130000 |   438 |  6514k|  50.1 |  46M|  88 |  40 |5645 |  14k|5645 |2783 |  72k| 142k|6780 | 0.000000e+00 | 3.000000e+00 |    Inf 
1367.36/1367.37	c  1367s|140000 |   441 |  6708k|  47.9 |  46M|  88 |  28 |5645 |  15k|5645 |2783 |  72k| 156k|6914 | 0.000000e+00 | 3.000000e+00 |    Inf 
1415.46/1415.41	c  1415s|150000 |   439 |  6899k|  46.0 |  48M|  88 |   - |5645 |  18k|   0 |   0 |  72k| 169k|7119 | 0.000000e+00 | 3.000000e+00 |    Inf 
1461.46/1461.49	c  1461s|160000 |   395 |  7087k|  44.3 |  46M|  88 |  28 |5645 |  14k|5645 |2783 |  72k| 182k|7261 | 0.000000e+00 | 3.000000e+00 |    Inf 
1505.26/1505.27	c  1505s|170000 |   324 |  7260k|  42.7 |  44M|  88 |   - |5645 |  12k|5645 |2783 |  72k| 196k|7401 | 0.000000e+00 | 3.000000e+00 |    Inf 
1552.77/1552.78	c  1553s|180000 |   330 |  7454k|  41.4 |  45M|  88 |   - |5645 |  15k|5645 |2783 |  72k| 210k|7572 | 0.000000e+00 | 3.000000e+00 |    Inf 
1600.06/1600.04	c  1600s|190000 |   261 |  7647k|  40.2 |  43M|  88 |   - |5645 |  11k|   0 |   0 |  72k| 223k|7741 | 0.000000e+00 | 3.000000e+00 |    Inf 
1645.27/1645.29	c  1645s|200000 |   286 |  7836k|  39.2 |  44M|  88 |  37 |5645 |  13k|5645 |2783 |  72k| 237k|7906 | 0.000000e+00 | 3.000000e+00 |    Inf 
1695.37/1695.37	c  1695s|210000 |   276 |  8048k|  38.3 |  45M|  88 |   - |5645 |  16k|   0 |   0 |  72k| 251k|8071 | 0.000000e+00 | 3.000000e+00 |    Inf 
1743.17/1743.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1743.17/1743.14	c  1743s|220000 |   259 |  8236k|  37.4 |  46M|  88 |   - |5645 |  18k|5645 |2783 |  72k| 265k|8229 | 0.000000e+00 | 3.000000e+00 |    Inf 
1788.48/1788.41	o 2
1788.48/1788.41	c *1788s|228556 |   258 |  8429k|  36.9 |  48M|  88 |   - |5645 |  22k|5645 |2783 |  72k| 276k|8310 | 0.000000e+00 | 2.000000e+00 |    Inf 
1795.77/1795.77	c  1796s|230000 |   256 |  8459k|  36.8 |  47M|  88 |   - |5645 |  21k|   0 |   0 |  72k| 278k|8345 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.07/1800.00	c Solving Time (sec) : 1800.00
1800.07/1800.00	c Solving Nodes      : 230853
1800.07/1800.00	c Primal Bound       : +2.00000000000000e+00 (365 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447319-1307900827/watcher-3447319-1307900827 -o /tmp/evaluation-result-3447319-1307900827/solver-3447319-1307900827 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447319-1307900827.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.03 2.01 1.93 3/177 16791
/proc/meminfo: memFree=32452420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=10124 CPUtime=0 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 1533 0 0 0 0 0 0 0 25 0 1 0 901679417 10366976 1486 33554432000 4194304 9128323 140733610714896 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16791/statm: 2531 1486 399 1205 0 1322 0

[startup+0.046477 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 16791
/proc/meminfo: memFree=32452420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=30032 CPUtime=0.04 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 6265 0 0 0 4 0 0 0 25 0 1 0 901679417 30752768 6216 33554432000 4194304 9128323 140733610714896 18446744073709551615 4819253 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 7508 6216 474 1205 0 6299 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30032

[startup+0.100464 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 16791
/proc/meminfo: memFree=32452420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901679417 36581376 7644 33554432000 4194304 9128323 140733610714896 18446744073709551615 5973216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300424 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 16791
/proc/meminfo: memFree=32452420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=71656 CPUtime=0.28 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 17249 0 0 0 28 0 0 0 25 0 1 0 901679417 73375744 16844 33554432000 4194304 9128323 140733610714896 18446744073709551615 8011977 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 17914 16844 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71656

[startup+0.700342 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 16791
/proc/meminfo: memFree=32452420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=53172 CPUtime=0.69 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 21366 0 0 0 68 1 0 0 25 0 1 0 901679417 54448128 12241 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 13293 12241 717 1205 0 12084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53172

[startup+1.50118 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 16792
/proc/meminfo: memFree=32380784/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=63220 CPUtime=1.49 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 23787 0 0 0 147 2 0 0 25 0 1 0 901679417 64737280 14656 33554432000 4194304 9128323 140733610714896 18446744073709551615 6700247 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 15805 14656 711 1205 0 14596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63220

[startup+3.10086 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32367020/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=63880 CPUtime=3.09 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 30147 0 0 0 305 4 0 0 25 0 1 0 901679417 65413120 14927 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 15970 14927 728 1205 0 14761 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63880

[startup+6.30023 s]
/proc/loadavg: 2.03 2.01 1.93 4/178 16792
/proc/meminfo: memFree=32362800/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=66716 CPUtime=6.29 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 30701 0 0 0 622 7 0 0 25 0 1 0 901679417 68317184 15481 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 16679 15481 729 1205 0 15470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66716

[startup+12.701 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32362240/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=66716 CPUtime=12.69 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 30723 0 0 0 1256 13 0 0 25 0 1 0 901679417 68317184 15503 33554432000 4194304 9128323 140733610714896 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 16679 15503 729 1205 0 15470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66716

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 1.93 4/178 16793
/proc/meminfo: memFree=32338200/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=77320 CPUtime=25.49 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 33378 0 0 0 2526 23 0 0 25 0 1 0 901679417 79175680 18147 33554432000 4194304 9128323 140733610714896 18446744073709551615 4683918 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 19330 18147 741 1205 0 18121 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77320

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 1.93 4/178 16793
/proc/meminfo: memFree=32327204/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=82028 CPUtime=51.1 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 38989 0 0 0 5067 43 0 0 25 0 1 0 901679417 83996672 19351 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 20507 19351 741 1205 0 19298 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 82028

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16795
/proc/meminfo: memFree=32299628/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=86688 CPUtime=102.3 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 46209 0 0 0 10149 81 0 0 25 0 1 0 901679417 88768512 20537 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 21672 20537 741 1205 0 20463 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86688

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16796
/proc/meminfo: memFree=32238464/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=93256 CPUtime=162.3 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 53809 0 0 0 16102 128 0 0 25 0 1 0 901679417 95494144 22162 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 23314 22162 741 1205 0 22105 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 93256

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16798
/proc/meminfo: memFree=32190160/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=98268 CPUtime=222.3 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 55114 0 0 0 22056 174 0 0 25 0 1 0 901679417 100626432 23467 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 24567 23467 741 1205 0 23358 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98268

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16799
/proc/meminfo: memFree=32155252/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=103076 CPUtime=282.3 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 68175 0 0 0 28010 220 0 0 25 0 1 0 901679417 105549824 24618 33554432000 4194304 9128323 140733610714896 18446744073709551615 6416589 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 25769 24618 741 1205 0 24560 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 103076

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16801
/proc/meminfo: memFree=32125320/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=107856 CPUtime=342.31 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 75306 0 0 0 33962 269 0 0 25 0 1 0 901679417 110444544 25811 33554432000 4194304 9128323 140733610714896 18446744073709551615 7097376 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 26964 25811 741 1205 0 25755 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 107856

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16803
/proc/meminfo: memFree=32095132/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=112628 CPUtime=402.31 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 82613 0 0 0 39914 317 0 0 25 0 1 0 901679417 115331072 27048 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 28157 27048 741 1205 0 26948 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 112628

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16804
/proc/meminfo: memFree=32060124/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=118840 CPUtime=462.31 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 84184 0 0 0 45872 359 0 0 25 0 1 0 901679417 121692160 28619 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 29710 28619 741 1205 0 28501 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 118840

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16806
/proc/meminfo: memFree=32047912/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=123396 CPUtime=522.31 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 91242 0 0 0 51830 401 0 0 25 0 1 0 901679417 126357504 29782 33554432000 4194304 9128323 140733610714896 18446744073709551615 7343048 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 30849 29782 741 1205 0 29640 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 123396

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16807
/proc/meminfo: memFree=32042152/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=128276 CPUtime=582.32 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 92514 0 0 0 57788 444 0 0 25 0 1 0 901679417 131354624 31044 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 32069 31044 741 1205 0 30860 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 128276

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16814
/proc/meminfo: memFree=31959924/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=204864 CPUtime=822.33 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 170871 0 0 0 81639 594 0 0 25 0 1 0 901679417 209780736 50095 33554432000 4194304 9128323 140733610714896 18446744073709551615 5992620 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 51216 50095 752 1205 0 50007 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 204864

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16824
/proc/meminfo: memFree=31948784/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=213984 CPUtime=882.33 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 226781 0 0 0 87607 626 0 0 25 0 1 0 901679417 219119616 52382 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 53496 52382 753 1205 0 52287 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 213984

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16826
/proc/meminfo: memFree=31947616/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=214972 CPUtime=942.34 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 238864 0 0 0 93573 661 0 0 25 0 1 0 901679417 220131328 52651 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 53743 52651 753 1205 0 52534 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 214972

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16828
/proc/meminfo: memFree=31945844/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=216564 CPUtime=1002.33 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 245162 0 0 0 99539 694 0 0 25 0 1 0 901679417 221761536 53050 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54141 53050 753 1205 0 52932 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 216564

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16832
/proc/meminfo: memFree=31945144/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=216564 CPUtime=1062.33 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 245190 0 0 0 105507 726 0 0 25 0 1 0 901679417 221761536 53078 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54141 53078 753 1205 0 52932 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 216564

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16834
/proc/meminfo: memFree=31944272/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=216936 CPUtime=1122.34 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 251138 0 0 0 111477 757 0 0 25 0 1 0 901679417 222142464 53163 33554432000 4194304 9128323 140733610714896 18446744073709551615 6807240 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54234 53163 753 1205 0 53025 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 216936

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16835
/proc/meminfo: memFree=31941604/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=217324 CPUtime=1182.34 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 280384 0 0 0 117441 793 0 0 25 0 1 0 901679417 222539776 53272 33554432000 4194304 9128323 140733610714896 18446744073709551615 6546896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54331 53272 753 1205 0 53122 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 217324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16837
/proc/meminfo: memFree=31941164/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=217692 CPUtime=1242.34 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 286294 0 0 0 123406 828 0 0 25 0 1 0 901679417 222916608 53346 33554432000 4194304 9128323 140733610714896 18446744073709551615 6505853 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54423 53346 753 1205 0 53214 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 217692

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16839
/proc/meminfo: memFree=31939616/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=218964 CPUtime=1302.36 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 292422 0 0 0 129377 859 0 0 25 0 1 0 901679417 224219136 53669 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54741 53669 753 1205 0 53532 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 218964

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16840
/proc/meminfo: memFree=31939420/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=219160 CPUtime=1362.35 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 292460 0 0 0 135343 892 0 0 25 0 1 0 901679417 224419840 53707 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54790 53707 753 1205 0 53581 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 219160

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16842
/proc/meminfo: memFree=31938008/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=219536 CPUtime=1422.36 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 298385 0 0 0 141310 926 0 0 25 0 1 0 901679417 224804864 53816 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 54884 53816 753 1205 0 53675 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 219536

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16843
/proc/meminfo: memFree=31935344/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=220284 CPUtime=1482.36 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 298554 0 0 0 147281 955 0 0 25 0 1 0 901679417 225570816 53985 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55071 53985 753 1205 0 53862 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 220284

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 16845
/proc/meminfo: memFree=31931076/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=220284 CPUtime=1542.37 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 298564 0 0 0 153251 986 0 0 25 0 1 0 901679417 225570816 53995 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55071 53995 753 1205 0 53862 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 220284

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.93 4/178 16847
/proc/meminfo: memFree=31927300/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=220476 CPUtime=1602.36 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 298585 0 0 0 159221 1015 0 0 25 0 1 0 901679417 225767424 54016 33554432000 4194304 9128323 140733610714896 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55119 54016 753 1205 0 53910 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 220476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16848
/proc/meminfo: memFree=31926388/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=220528 CPUtime=1662.36 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 304409 0 0 0 165187 1049 0 0 25 0 1 0 901679417 225820672 54032 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55132 54032 753 1205 0 53923 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 220528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16850
/proc/meminfo: memFree=31926348/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=220528 CPUtime=1722.37 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 304419 0 0 0 171156 1081 0 0 25 0 1 0 901679417 225820672 54042 33554432000 4194304 9128323 140733610714896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55132 54042 753 1205 0 53923 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 220528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 16851
/proc/meminfo: memFree=31925432/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=221400 CPUtime=1782.37 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 304651 0 0 0 177124 1113 0 0 25 0 1 0 901679417 226713600 54274 33554432000 4194304 9128323 140733610714896 18446744073709551615 7192179 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16791/statm: 55350 54274 753 1205 0 54141 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 221400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 2/176 16853
/proc/meminfo: memFree=32262084/32950928 swapFree=67053884/67111528
[pid=16791] ppid=16789 vsize=221620 CPUtime=1800.08 cores=0,2,4,6
/proc/16791/stat : 16791 (scip-2.0.1.4.li) R 16789 16791 15316 0 -1 4202496 310579 0 0 0 178884 1124 0 0 25 0 1 0 901679417 226938880 54349 33554432000 4194304 9128323 140733610714896 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16791/statm: 55405 54349 753 1205 0 54196 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 221620

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.1
CPU user time (s): 1788.84
CPU system time (s): 11.2583
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 241416

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

runsolver used 2.77458 second user time and 5.61615 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 19:47:07
IDJOB=3447319
IDBENCH=79284
IDSOLVER=1944
FILE ID=node149/3447319-1307900827
RUNJOBID= node149-1307897222-16499
PBS_JOBID= 13559560
Free space on /tmp= 74048 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.1900571761--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447319-1307900827/watcher-3447319-1307900827 -o /tmp/evaluation-result-3447319-1307900827/solver-3447319-1307900827 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447319-1307900827.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c1a8bf15a5939881d6e0f7761d224808
RANDOM SEED=1796977483

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      32452476 kB
Buffers:        110084 kB
Cached:         143616 kB
SwapCached:      22544 kB
Active:         229184 kB
Inactive:        84508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32452476 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           24272 kB
Writeback:           0 kB
AnonPages:       56588 kB
Mapped:          11304 kB
Slab:           120732 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   237480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74048 MiB
End job on node149 at 2011-06-12 20:17:09