Trace number 3447421

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584219--soft-0-100-0.wbo
MD5SUM81f3c07bf85fb8fa2211498324cd1b10
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 benchmark104.093
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 689
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-3447421-1307901536.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.05	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.00/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.368420e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   390 |     - |  18M|   0 |  48 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   435 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2745 |  38 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |   462 |     - |  19M|   0 |  60 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.29/1.40	c   1.4s|     1 |     0 |   486 |     - |  19M|   0 |  61 |5645 |8121 |5645 |2759 |  52 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
1.79/1.82	c   1.8s|     1 |     0 |   514 |     - |  19M|   0 |  64 |5645 |8121 |5645 |2763 |  56 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
2.20/2.25	c   2.3s|     1 |     0 |   516 |     - |  20M|   0 |  64 |5645 |8121 |5645 |2765 |  58 |   0 |   0 | 0.000000e+00 | 1.368420e+05 |    Inf 
3.30/3.34	c   3.3s|     1 |     2 |   516 |     - |  20M|   0 |  64 |5645 |8121 |5645 |2765 |  58 |   0 |  33 | 0.000000e+00 | 1.368420e+05 |    Inf 
17.99/18.01	o 465
17.99/18.01	c *18.0s|   240 |   221 | 14269 |  57.5 |  25M|  67 |   - |5645 |8121 |5645 |2820 | 184 |   0 | 595 | 0.000000e+00 | 4.650000e+02 |    Inf 
282.40/282.48	c   282s| 10000 |  9166 |  1728k| 172.8 |  62M|  91 |   8 |5645 |  10k|5645 |2811 |  16k|2806 |2186 | 0.000000e+00 | 4.650000e+02 |    Inf 
378.31/378.33	o 464
378.31/378.33	c * 378s| 12786 | 11362 |  2300k| 179.9 |  70M|  91 |   - |5645 |  11k|5645 |2817 |  26k|4066 |2733 | 0.000000e+00 | 4.640000e+02 |    Inf 
617.40/617.43	c   617s| 20000 | 16936 |  3736k| 186.8 |  94M|  91 |  17 |5645 |  10k|5645 |2792 |  51k|7320 |3810 | 0.000000e+00 | 4.640000e+02 |    Inf 
701.91/701.98	o 457
701.91/701.98	c * 702s| 22953 | 18940 |  4226k| 184.1 | 103M| 101 |   - |5645 |  10k|5645 |2758 |  61k|9063 |4140 | 0.000000e+00 | 4.570000e+02 |    Inf 
735.02/735.03	o 451
735.02/735.03	c * 735s| 24932 | 20071 |  4412k| 177.0 | 108M| 101 |   - |5645 |  11k|5645 |2829 |  65k|  10k|4228 | 0.000000e+00 | 4.510000e+02 |    Inf 
779.51/779.57	o 432
779.51/779.57	c * 780s| 26526 | 20948 |  4674k| 176.2 | 111M| 101 |   - |5645 |  10k|5645 |2941 |  70k|  11k|4371 | 0.000000e+00 | 4.320000e+02 |    Inf 
882.81/882.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
882.81/882.87	c   883s| 30000 | 23087 |  5246k| 174.9 | 121M| 105 |   2 |5645 |  10k|5645 |2784 |  83k|  13k|4742 | 0.000000e+00 | 4.320000e+02 |    Inf 
907.02/907.05	o 415
907.02/907.05	c * 907s| 30944 | 23588 |  5379k| 173.8 | 122M| 105 |   - |5645 |  10k|5645 |2774 |  86k|  14k|4785 | 0.000000e+00 | 4.150000e+02 |    Inf 
908.42/908.41	o 414
908.42/908.41	c * 908s| 30991 | 23612 |  5387k| 173.8 | 122M| 105 |   - |5645 |  10k|5645 |2847 |  86k|  14k|4788 | 0.000000e+00 | 4.140000e+02 |    Inf 
923.81/923.89	o 365
923.81/923.89	c * 924s| 31327 | 22960 |  5472k| 174.7 | 105M| 105 |   - |5645 |  10k|5645 |2942 |  88k|  14k|4844 | 0.000000e+00 | 3.650000e+02 |    Inf 
935.61/935.63	o 361
935.61/935.63	c * 936s| 31682 | 22992 |  5542k| 174.9 | 104M| 105 |   - |5645 |9962 |5645 |2750 |  89k|  14k|4884 | 0.000000e+00 | 3.610000e+02 |    Inf 
935.71/935.71	o 347
935.71/935.71	c * 936s| 31685 | 22278 |  5542k| 174.9 |  99M| 105 |   - |5645 |9960 |5645 |2761 |  89k|  14k|4884 | 0.000000e+00 | 3.470000e+02 |    Inf 
946.51/946.51	o 316
946.51/946.51	c * 947s| 32031 | 20557 |  5603k| 174.9 |  92M| 105 |   - |5645 |9825 |5645 |2831 |  90k|  14k|4886 | 0.000000e+00 | 3.160000e+02 |    Inf 
968.61/968.67	o 304
968.61/968.67	c * 969s| 32999 | 20247 |  5725k| 173.5 |  93M| 105 |   - |5645 |9993 |5645 |2769 |  93k|  15k|4989 | 0.000000e+00 | 3.040000e+02 |    Inf 
974.31/974.35	o 302
974.31/974.35	c * 974s| 33362 | 20326 |  5755k| 172.5 |  94M| 114 |   - |5645 |9933 |5645 |2748 |  93k|  15k|4994 | 0.000000e+00 | 3.020000e+02 |    Inf 
1010.42/1010.47	o 296
1010.42/1010.47	c *1010s| 35194 | 20722 |  5935k| 168.6 |  98M| 127 |   - |5645 |  10k|5645 |2844 |  98k|  17k|5076 | 0.000000e+00 | 2.960000e+02 |    Inf 
1050.31/1050.40	o 295
1050.31/1050.40	c *1050s| 36857 | 21567 |  6186k| 167.8 | 103M| 127 |   - |5645 |9613 |5645 |2767 | 102k|  17k|5154 | 0.000000e+00 | 2.950000e+02 |    Inf 
1050.43/1050.48	o 274
1050.43/1050.48	c *1050s| 36859 | 20389 |  6186k| 167.8 |  99M| 127 |   - |5645 |9613 |5645 |2788 | 102k|  17k|5154 | 0.000000e+00 | 2.740000e+02 |    Inf 
1109.42/1109.41	c  1109s| 40000 | 21581 |  6494k| 162.4 | 111M| 127 |   3 |5645 |9807 |5645 |2743 | 109k|  20k|5329 | 0.000000e+00 | 2.740000e+02 |    Inf 
1150.02/1150.05	o 267
1150.02/1150.05	c *1150s| 42048 | 22130 |  6710k| 159.6 | 119M| 127 |   - |5645 |9765 |5645 |2746 | 113k|  21k|5411 | 0.000000e+00 | 2.670000e+02 |    Inf 
1169.02/1169.09	o 246
1169.02/1169.09	c *1169s| 42789 | 21177 |  6817k| 159.3 | 116M| 127 |   - |5645 |9704 |5645 |2793 | 115k|  22k|5475 | 0.000000e+00 | 2.460000e+02 |    Inf 
1209.33/1209.30	o 236
1209.33/1209.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1209.33/1209.30	c *1209s| 44916 | 21340 |  7020k| 156.3 | 127M| 127 |   - |5645 |9517 |5645 |2756 | 120k|  23k|5548 | 0.000000e+00 | 2.360000e+02 |    Inf 
1209.43/1209.48	o 231
1209.43/1209.48	c *1209s| 44922 | 21020 |  7020k| 156.3 | 124M| 127 |   - |5645 |9519 |5645 |2768 | 120k|  23k|5550 | 0.000000e+00 | 2.310000e+02 |    Inf 
1209.82/1209.86	o 206
1209.82/1209.86	c *1210s| 44947 | 19514 |  7021k| 156.2 | 115M| 127 |   - |5645 |9497 |5645 |2776 | 120k|  23k|5550 | 0.000000e+00 | 2.060000e+02 |    Inf 
1210.62/1210.64	o 200
1210.62/1210.64	c *1211s| 44967 | 19103 |  7025k| 156.2 | 113M| 127 |   - |5645 |9486 |5645 |2837 | 120k|  23k|5552 | 0.000000e+00 | 2.000000e+02 |    Inf 
1224.83/1224.87	o 191
1224.83/1224.87	c *1225s| 45710 | 17852 |  7097k| 155.3 |  98M| 127 |   - |5645 |9427 |5645 |2763 | 121k|  24k|5584 | 0.000000e+00 | 1.910000e+02 |    Inf 
1246.82/1246.86	o 186
1246.82/1246.86	c *1247s| 46854 | 17913 |  7222k| 154.1 | 103M| 127 |   - |5645 |9375 |5645 |2772 | 123k|  24k|5636 | 0.000000e+00 | 1.860000e+02 |    Inf 
1248.73/1248.70	o 177
1248.73/1248.70	c *1249s| 46925 | 17219 |  7233k| 154.1 | 100M| 127 |   - |5645 |9351 |5645 |2789 | 123k|  24k|5637 | 0.000000e+00 | 1.770000e+02 |    Inf 
1249.63/1249.62	o 168
1249.63/1249.62	c *1250s| 46984 | 16471 |  7237k| 154.0 |  97M| 127 |   - |5645 |9383 |5645 |2780 | 123k|  24k|5639 | 0.000000e+00 | 1.680000e+02 |    Inf 
1251.52/1251.51	o 165
1251.52/1251.51	c *1252s| 47085 | 16157 |  7246k| 153.9 |  96M| 127 |   - |5645 |9417 |5645 |2750 | 124k|  25k|5640 | 0.000000e+00 | 1.650000e+02 |    Inf 
1254.32/1254.35	o 153
1254.32/1254.35	c *1254s| 47229 | 14715 |  7257k| 153.7 |  92M| 127 |   - |5645 |9479 |5645 |2787 | 124k|  25k|5646 | 0.000000e+00 | 1.530000e+02 |    Inf 
1254.93/1254.90	o 146
1254.93/1254.90	c *1255s| 47242 | 14099 |  7259k| 153.7 |  90M| 127 |   - |5645 |9473 |5645 |2812 | 124k|  25k|5646 | 0.000000e+00 | 1.460000e+02 |    Inf 
1254.93/1254.98	o 123
1254.93/1254.98	c *1255s| 47247 | 12060 |  7259k| 153.6 |  79M| 127 |   - |5645 |9476 |5645 |2813 | 124k|  25k|5646 | 0.000000e+00 | 1.230000e+02 |    Inf 
1255.63/1255.65	o 105
1255.63/1255.65	c *1256s| 47304 | 10904 |  7260k| 153.5 |  75M| 127 |   - |5645 |9420 |5645 |2763 | 124k|  25k|5650 | 0.000000e+00 | 1.050000e+02 |    Inf 
1255.82/1255.89	o 104
1255.82/1255.89	c R1256s| 47328 | 10820 |  7261k| 153.4 |  74M| 127 |   - |5645 |9389 |5645 |2750 | 124k|  25k|5650 | 0.000000e+00 | 1.040000e+02 |    Inf 
1257.13/1257.13	o 95
1257.13/1257.13	c *1257s| 47434 |  5441 |  7263k| 153.1 |  53M| 127 |   - |5645 |9175 |5645 |2750 | 124k|  25k|5654 | 0.000000e+00 | 9.500000e+01 |    Inf 
1283.02/1283.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1283.02/1283.00	c  1283s| 50000 |  5480 |  7309k| 146.2 |  64M| 127 |   5 |5645 |9315 |5645 |2744 | 126k|  28k|5677 | 0.000000e+00 | 9.500000e+01 |    Inf 
1370.43/1370.48	c  1370s| 60000 |  5818 |  7449k| 124.1 |  84M| 127 |   4 |5645 |  10k|5645 |2743 | 133k|  40k|5762 | 0.000000e+00 | 9.500000e+01 |    Inf 
1461.83/1461.82	c  1462s| 70000 |  6233 |  7572k| 108.2 | 103M| 127 |   6 |5645 |  10k|5645 |2744 | 140k|  54k|5869 | 0.000000e+00 | 9.500000e+01 |    Inf 
1465.03/1465.01	o 71
1465.03/1465.01	c *1465s| 70310 |  5323 |  7576k| 107.7 | 100M| 127 |   - |5645 |  10k|5645 |2760 | 140k|  54k|5869 | 0.000000e+00 | 7.100000e+01 |    Inf 
1478.53/1478.56	o 48
1478.53/1478.56	c *1479s| 72115 |  4034 |  7595k| 105.3 |  93M| 127 |   - |5645 |8484 |5645 |2758 | 141k|  56k|5883 | 0.000000e+00 | 4.800000e+01 |    Inf 
1521.34/1521.39	o 47
1521.34/1521.39	c *1521s| 79891 |  3416 |  7664k|  95.9 |  96M| 127 |   - |5645 |9415 |5645 |2744 | 142k|  67k|5997 | 0.000000e+00 | 4.700000e+01 |    Inf 
1521.93/1521.93	c  1522s| 80000 |  3420 |  7665k|  95.8 |  96M| 127 |  15 |5645 |9370 |5645 |2744 | 142k|  67k|5998 | 0.000000e+00 | 4.700000e+01 |    Inf 
1527.23/1527.29	o 35
1527.23/1527.29	c *1527s| 81291 |  2978 |  7671k|  94.4 |  89M| 127 |   - |5645 |9804 |5645 |2749 | 142k|  69k|6000 | 0.000000e+00 | 3.500000e+01 |    Inf 
1562.94/1562.99	o 34
1562.94/1562.99	c *1563s| 88951 |  2522 |  7745k|  87.1 |  85M| 127 |   - |5645 |9550 |5645 |2743 | 142k|  80k|6034 | 0.000000e+00 | 3.400000e+01 |    Inf 
1567.73/1567.77	c  1568s| 90000 |  2525 |  7753k|  86.1 |  85M| 127 |   - |5645 |9502 |   0 |   0 | 142k|  81k|6046 | 0.000000e+00 | 3.400000e+01 |    Inf 
1570.63/1570.62	o 33
1570.63/1570.62	c *1571s| 90657 |  2521 |  7757k|  85.6 |  84M| 127 |   - |5645 |9180 |5645 |2743 | 142k|  82k|6046 | 0.000000e+00 | 3.300000e+01 |    Inf 
1570.73/1570.73	o 29
1570.73/1570.73	c *1571s| 90676 |  2459 |  7757k|  85.5 |  82M| 127 |   - |5645 |9040 |5645 |2747 | 142k|  82k|6046 | 0.000000e+00 | 2.900000e+01 |    Inf 
1571.93/1571.96	o 20
1571.93/1571.96	c *1572s| 90903 |  2149 |  7759k|  85.4 |  73M| 127 |   - |5645 |7834 |5645 |2746 | 142k|  82k|6046 | 0.000000e+00 | 2.000000e+01 |    Inf 
1613.14/1613.16	c  1613s|100000 |  1612 |  7873k|  78.7 |  65M| 127 |   - |5645 |7528 |5645 |2743 | 142k|  95k|6117 | 0.000000e+00 | 2.000000e+01 |    Inf 
1619.84/1619.89	o 17
1619.84/1619.89	c *1620s|101564 |  1575 |  7892k|  77.7 |  64M| 127 |   - |5645 |8809 |5645 |2745 | 142k|  97k|6117 | 0.000000e+00 | 1.700000e+01 |    Inf 
1629.64/1629.61	o 16
1629.64/1629.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1629.64/1629.61	c *1630s|103769 |  1439 |  7920k|  76.3 |  61M| 127 |   - |5645 |6530 |5645 |2743 | 142k| 100k|6120 | 0.000000e+00 | 1.600000e+01 |    Inf 
1639.34/1639.33	o 15
1639.34/1639.33	c *1639s|106026 |  1396 |  7949k|  75.0 |  61M| 127 |   - |5645 |6966 |5645 |2743 | 142k| 103k|6124 | 0.000000e+00 | 1.500000e+01 |    Inf 
1648.54/1648.59	o 14
1648.54/1648.59	c *1649s|107928 |  1309 |  7979k|  73.9 |  59M| 127 |   - |5645 |5964 |5645 |2744 | 142k| 106k|6162 | 0.000000e+00 | 1.400000e+01 |    Inf 
1658.04/1658.04	c  1658s|110000 |  1267 |  8011k|  72.8 |  59M| 127 |  29 |5645 |6992 |5645 |2743 | 142k| 109k|6168 | 0.000000e+00 | 1.400000e+01 |    Inf 
1682.84/1682.80	o 11
1682.84/1682.80	c *1683s|115239 |  1128 |  8099k|  70.3 |  57M| 127 |   - |5645 |7122 |5645 |2744 | 142k| 116k|6205 | 0.000000e+00 | 1.100000e+01 |    Inf 
1705.94/1705.93	c  1706s|120000 |  1168 |  8185k|  68.2 |  59M| 127 |  47 |5645 |9838 |5645 |2743 | 142k| 123k|6259 | 0.000000e+00 | 1.100000e+01 |    Inf 
1706.94/1706.95	o 9
1706.94/1706.95	c *1707s|120199 |  1145 |  8189k|  68.1 |  58M| 127 |   - |5645 |9962 |5645 |2744 | 142k| 123k|6263 | 0.000000e+00 | 9.000000e+00 |    Inf 
1709.64/1709.65	o 8
1709.64/1709.65	c *1710s|120788 |  1128 |  8199k|  67.9 |  57M| 127 |   - |5645 |9516 |5645 |2743 | 142k| 124k|6263 | 0.000000e+00 | 8.000000e+00 |    Inf 
1751.14/1751.11	c  1751s|130000 |  1071 |  8359k|  64.3 |  57M| 127 |  16 |5645 |8623 |5645 |2743 | 142k| 138k|6328 | 0.000000e+00 | 8.000000e+00 |    Inf 
1798.04/1798.09	c  1798s|140000 |  1047 |  8544k|  61.0 |  56M| 127 |   - |5645 |7702 |   0 |   0 | 142k| 152k|6403 | 0.000000e+00 | 8.000000e+00 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 140397
1800.04/1800.00	c Primal Bound       : +8.00000000000000e+00 (448 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/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-3447421-1307901536/watcher-3447421-1307901536 -o /tmp/evaluation-result-3447421-1307901536/solver-3447421-1307901536 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447421-1307901536.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.11 2.02 1.93 3/177 9464
/proc/meminfo: memFree=2701260/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 1566 0 0 0 0 0 0 0 25 0 1 0 901751360 10539008 1519 33554432000 4194304 9128323 140733892945072 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9464/statm: 2573 1523 399 1205 0 1364 0

[startup+0.0911701 s]
/proc/loadavg: 2.11 2.02 1.93 3/177 9464
/proc/meminfo: memFree=2701260/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=35724 CPUtime=0.08 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 7950 0 0 0 8 0 0 0 25 0 1 0 901751360 36581376 7644 33554432000 4194304 9128323 140733892945072 18446744073709551615 5973224 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35724

[startup+0.101179 s]
/proc/loadavg: 2.11 2.02 1.93 3/177 9464
/proc/meminfo: memFree=2701260/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901751360 36581376 7644 33554432000 4194304 9128323 140733892945072 18446744073709551615 5976395 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.301138 s]
/proc/loadavg: 2.11 2.02 1.93 3/177 9464
/proc/meminfo: memFree=2701260/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=72884 CPUtime=0.29 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 17550 0 0 0 28 1 0 0 25 0 1 0 901751360 74633216 17145 33554432000 4194304 9128323 140733892945072 18446744073709551615 8014554 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 18221 17145 699 1205 0 17012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72884

[startup+0.701089 s]
/proc/loadavg: 2.11 2.02 1.93 3/177 9464
/proc/meminfo: memFree=2701260/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=55900 CPUtime=0.69 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 22027 0 0 0 67 2 0 0 25 0 1 0 901751360 57241600 12903 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 13975 12903 718 1205 0 12766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55900

[startup+1.50095 s]
/proc/loadavg: 2.10 2.02 1.93 3/178 9465
/proc/meminfo: memFree=2650548/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=59972 CPUtime=1.49 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 23001 0 0 0 147 2 0 0 25 0 1 0 901751360 61411328 13870 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 14993 13870 715 1205 0 13784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59972

[startup+3.10065 s]
/proc/loadavg: 2.10 2.02 1.93 3/178 9465
/proc/meminfo: memFree=2647572/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=60824 CPUtime=3.09 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 29400 0 0 0 304 5 0 0 25 0 1 0 901751360 62283776 14141 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 15206 14141 720 1205 0 13997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60824

[startup+6.30104 s]
/proc/loadavg: 2.09 2.01 1.93 3/178 9465
/proc/meminfo: memFree=2644464/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=63676 CPUtime=6.29 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 29941 0 0 0 621 8 0 0 25 0 1 0 901751360 65204224 14682 33554432000 4194304 9128323 140733892945072 18446744073709551615 7163285 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 15919 14682 721 1205 0 14710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63676

[startup+12.7009 s]
/proc/loadavg: 2.09 2.01 1.93 3/178 9465
/proc/meminfo: memFree=2644732/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=63676 CPUtime=12.69 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 29941 0 0 0 1254 15 0 0 25 0 1 0 901751360 65204224 14682 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 15919 14682 721 1205 0 14710 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63676

[startup+25.5006 s]
/proc/loadavg: 2.07 2.01 1.93 3/178 9466
/proc/meminfo: memFree=2632316/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=76512 CPUtime=25.49 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 40979 0 0 0 2523 26 0 0 25 0 1 0 901751360 78348288 17759 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 19128 17759 733 1205 0 17919 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76512

[startup+51.1009 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 9466
/proc/meminfo: memFree=2605428/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=104316 CPUtime=51.09 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 47593 0 0 0 5058 51 0 0 25 0 1 0 901751360 106819584 24359 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 26079 24359 736 1205 0 24870 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104316

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9468
/proc/meminfo: memFree=2604120/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=101748 CPUtime=102.29 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 48605 0 0 0 10137 92 0 0 25 0 1 0 901751360 104189952 24120 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 25437 24120 737 1205 0 24228 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 101748

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9478
/proc/meminfo: memFree=2600420/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=101748 CPUtime=162.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 51036 0 0 0 16084 146 0 0 25 0 1 0 901751360 104189952 24139 33554432000 4194304 9128323 140733892945072 18446744073709551615 4234771 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 25437 24139 737 1205 0 24228 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101748

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9480
/proc/meminfo: memFree=2596040/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=105084 CPUtime=222.29 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 56776 0 0 0 22032 197 0 0 25 0 1 0 901751360 107606016 24944 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 26271 24944 737 1205 0 25062 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105084

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9481
/proc/meminfo: memFree=2587684/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=113328 CPUtime=282.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 58868 0 0 0 27983 247 0 0 25 0 1 0 901751360 116047872 27020 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 28332 27020 737 1205 0 27123 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113328

[startup+342.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 9486
/proc/meminfo: memFree=2577952/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=122316 CPUtime=342.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 61077 0 0 0 33942 288 0 0 25 0 1 0 901751360 125251584 29226 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 30579 29226 737 1205 0 29370 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122316

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 9488
/proc/meminfo: memFree=2569148/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=129844 CPUtime=402.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 74616 0 0 0 39894 336 0 0 25 0 1 0 901751360 132960256 31136 33554432000 4194304 9128323 140733892945072 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 32461 31136 737 1205 0 31252 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129844

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9489
/proc/meminfo: memFree=2562420/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=135404 CPUtime=462.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 81914 0 0 0 45848 382 0 0 25 0 1 0 901751360 138653696 32518 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 33851 32518 737 1205 0 32642 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135404

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9491
/proc/meminfo: memFree=2551952/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=145108 CPUtime=522.3 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 90246 0 0 0 51804 426 0 0 25 0 1 0 901751360 148590592 34964 33554432000 4194304 9128323 140733892945072 18446744073709551615 4911480 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 36277 34964 737 1205 0 35068 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 145108

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9492
/proc/meminfo: memFree=2543116/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=152360 CPUtime=582.31 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 92084 0 0 0 57758 473 0 0 25 0 1 0 901751360 156016640 36798 33554432000 4194304 9128323 140733892945072 18446744073709551615 7183861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 38090 36798 737 1205 0 36881 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 152360

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9499
/proc/meminfo: memFree=2495580/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=193176 CPUtime=822.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 156269 0 0 0 81585 647 0 0 25 0 1 0 901751360 197812224 46972 33554432000 4194304 9128323 140733892945072 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 48294 46972 737 1205 0 47085 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 193176

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9500
/proc/meminfo: memFree=2483752/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=202964 CPUtime=882.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 164607 0 0 0 87540 692 0 0 25 0 1 0 901751360 207835136 49394 33554432000 4194304 9128323 140733892945072 18446744073709551615 5089296 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 50741 49394 737 1205 0 49532 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 202964

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9541
/proc/meminfo: memFree=2634780/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=211644 CPUtime=942.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 180753 0 0 0 93498 734 0 0 25 0 1 0 901751360 216723456 51597 33554432000 4194304 9128323 140733892945072 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 52911 51597 737 1205 0 51702 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 211644

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9543
/proc/meminfo: memFree=2610360/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=222016 CPUtime=1002.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 211056 0 0 0 99454 778 0 0 25 0 1 0 901751360 227344384 54170 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 55504 54170 737 1205 0 54295 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 222016

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 9544
/proc/meminfo: memFree=2597784/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=228748 CPUtime=1062.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 225022 0 0 0 105405 827 0 0 25 0 1 0 901751360 234237952 55858 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 57187 55858 737 1205 0 55978 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 228748

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 9546
/proc/meminfo: memFree=2574664/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=245796 CPUtime=1122.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 241808 0 0 0 111363 869 0 0 25 0 1 0 901751360 251695104 60038 33554432000 4194304 9128323 140733892945072 18446744073709551615 4528519 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 61449 60038 737 1205 0 60240 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 245796

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9547
/proc/meminfo: memFree=2549936/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=259764 CPUtime=1182.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 255410 0 0 0 117320 912 0 0 25 0 1 0 901751360 265998336 63457 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 64941 63457 737 1205 0 63732 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 259764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9549
/proc/meminfo: memFree=2520608/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=280952 CPUtime=1242.32 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 280653 0 0 0 123277 955 0 0 25 0 1 0 901751360 287694848 68582 33554432000 4194304 9128323 140733892945072 18446744073709551615 4692805 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 70238 68582 737 1205 0 69029 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 280952

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9551
/proc/meminfo: memFree=2481624/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=312664 CPUtime=1302.33 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 300499 0 0 0 129254 979 0 0 25 0 1 0 901751360 320167936 76474 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 78166 76474 737 1205 0 76957 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 312664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9552
/proc/meminfo: memFree=2455292/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=332212 CPUtime=1362.33 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 307560 0 0 0 135237 996 0 0 25 0 1 0 901751360 340185088 81356 33554432000 4194304 9128323 140733892945072 18446744073709551615 6712667 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 83053 81356 737 1205 0 81844 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 332212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9554
/proc/meminfo: memFree=2412336/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=358392 CPUtime=1422.33 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 319620 0 0 0 141221 1012 0 0 25 0 1 0 901751360 366993408 87742 33554432000 4194304 9128323 140733892945072 18446744073709551615 5105556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 89598 87742 737 1205 0 88389 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 358392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9555
/proc/meminfo: memFree=2375324/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=379412 CPUtime=1482.33 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 336943 0 0 0 147205 1028 0 0 25 0 1 0 901751360 388517888 92995 33554432000 4194304 9128323 140733892945072 18446744073709551615 6509504 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 94853 92995 737 1205 0 93644 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 379412

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 9557
/proc/meminfo: memFree=2361756/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=395076 CPUtime=1542.33 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 378617 0 0 0 153183 1050 0 0 25 0 1 0 901751360 404557824 96762 33554432000 4194304 9128323 140733892945072 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 98769 96793 749 1205 0 97560 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 395076

[startup+1602.3 s]
/proc/loadavg: 1.56 1.89 1.91 2/172 9583
/proc/meminfo: memFree=2520008/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=393240 CPUtime=1602.34 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 430203 0 0 0 159157 1077 0 0 25 0 1 0 901751360 402677760 96352 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 98310 96352 751 1205 0 97101 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 393240

[startup+1662.3 s]
/proc/loadavg: 1.20 1.72 1.85 2/172 9584
/proc/meminfo: memFree=2519464/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=394176 CPUtime=1662.34 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 495961 0 0 0 165124 1110 0 0 25 0 1 0 901751360 403636224 96568 33554432000 4194304 9128323 140733892945072 18446744073709551615 7183569 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 98544 96568 752 1205 0 97335 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 394176

[startup+1722.3 s]
/proc/loadavg: 1.07 1.59 1.79 2/172 9586
/proc/meminfo: memFree=2517064/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=396816 CPUtime=1722.34 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 552491 0 0 0 171086 1148 0 0 25 0 1 0 901751360 406339584 97123 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 99204 97123 752 1205 0 97995 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 396816

[startup+1782.3 s]
/proc/loadavg: 1.02 1.48 1.74 2/172 9587
/proc/meminfo: memFree=2516656/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=397368 CPUtime=1782.34 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 570244 0 0 0 177048 1186 0 0 25 0 1 0 901751360 406904832 97281 33554432000 4194304 9128323 140733892945072 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9464/statm: 99342 97281 752 1205 0 98133 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 397368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.02 1.45 1.72 2/172 9588
/proc/meminfo: memFree=2516644/32951124 swapFree=67076880/67111528
[pid=9464] ppid=9462 vsize=397368 CPUtime=1800.04 cores=0,2,4,6
/proc/9464/stat : 9464 (scip-2.0.1.4.li) R 9462 9464 8865 0 -1 4202496 570256 0 0 0 178809 1195 0 0 25 0 1 0 901751360 406904832 97293 33554432000 4194304 9128323 140733892945072 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9464/statm: 99342 97293 752 1205 0 98133 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 397368

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1788.1
CPU system time (s): 11.9742
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 421540

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

runsolver used 2.82257 second user time and 5.48616 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 19:58:56
IDJOB=3447421
IDBENCH=79314
IDSOLVER=1944
FILE ID=node139/3447421-1307901536
RUNJOBID= node139-1307898232-9191
PBS_JOBID= 13559516
Free space on /tmp= 2680 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.1900584219--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-3447421-1307901536/watcher-3447421-1307901536 -o /tmp/evaluation-result-3447421-1307901536/solver-3447421-1307901536 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447421-1307901536.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 81f3c07bf85fb8fa2211498324cd1b10
RANDOM SEED=20672146

node139.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.852
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.70
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.852
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.75
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:     32951124 kB
MemFree:       2701440 kB
Buffers:         55320 kB
Cached:       29049244 kB
SwapCached:       3400 kB
Active:       14585784 kB
Inactive:     14745896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2701440 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           12076 kB
Writeback:           0 kB
AnonPages:      224456 kB
Mapped:          17136 kB
Slab:           853708 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   404208 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= 2680 MiB
End job on node139 at 2011-06-12 20:28:58