Trace number 3447274

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark115.464
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-3447274-1307900486.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.05	o 135279
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.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.352790e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   465 |     - |  18M|   0 |  23 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   556 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   579 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.19/1.27	c   1.3s|     1 |     0 |   602 |     - |  19M|   0 |  50 |5645 |8121 |5645 |2789 |  82 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.58/1.64	c   1.6s|     1 |     0 |   625 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2794 |  87 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.99/2.01	c   2.0s|     1 |     0 |   649 |     - |  20M|   0 |  53 |5645 |8121 |5645 |2799 |  92 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
2.99/3.07	c   3.1s|     1 |     2 |   649 |     - |  20M|   0 |  53 |5645 |8121 |5645 |2799 |  92 |   0 |  33 | 0.000000e+00 | 1.352790e+05 |    Inf 
22.09/22.10	o 533
22.09/22.10	c *22.1s|   301 |   300 | 45414 | 149.2 |  28M|  59 |   - |5645 |8121 |5645 |3002 |1013 |   0 |1175 | 0.000000e+00 | 5.330000e+02 |    Inf 
45.99/46.02	o 508
45.99/46.02	c c46.0s|   763 |   762 |166756 | 218.0 |  33M|  67 |   - |5645 |8124 |5645 |2908 |4157 |   3 |1602 | 0.000000e+00 | 5.080000e+02 |    Inf 
197.00/197.06	o 309
197.00/197.06	c * 197s|  5684 |  5134 |  1175k| 206.7 |  45M|  75 |   - |5645 |9004 |5645 |2921 |  16k| 883 |2722 | 0.000000e+00 | 3.090000e+02 |    Inf 
219.80/219.83	o 293
219.80/219.83	c * 220s|  6294 |  5535 |  1324k| 210.4 |  48M|  75 |   - |5645 |9286 |5645 |2800 |  17k|1169 |2862 | 0.000000e+00 | 2.930000e+02 |    Inf 
224.79/224.83	o 284
224.79/224.83	c * 225s|  6451 |  5588 |  1358k| 210.6 |  48M|  75 |   - |5645 |9355 |5645 |2778 |  18k|1240 |2882 | 0.000000e+00 | 2.840000e+02 |    Inf 
230.80/230.85	o 269
230.80/230.85	c * 231s|  6676 |  5611 |  1391k| 208.3 |  49M|  75 |   - |5645 |9454 |5645 |2798 |  18k|1349 |2944 | 0.000000e+00 | 2.690000e+02 |    Inf 
230.80/230.86	o 268
230.80/230.86	c R 231s|  6677 |  5598 |  1391k| 208.3 |  49M|  75 |   - |5645 |9454 |5645 |2773 |  18k|1349 |2944 | 0.000000e+00 | 2.680000e+02 |    Inf 
231.60/231.64	o 267
231.60/231.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
231.60/231.64	c * 232s|  6692 |  5607 |  1396k| 208.6 |  49M|  75 |   - |5645 |9460 |5645 |2767 |  19k|1356 |2956 | 0.000000e+00 | 2.670000e+02 |    Inf 
231.60/231.67	o 264
231.60/231.67	c * 232s|  6694 |  5582 |  1396k| 208.5 |  49M|  75 |   - |5645 |9460 |5645 |2768 |  19k|1356 |2956 | 0.000000e+00 | 2.640000e+02 |    Inf 
231.60/231.68	o 263
231.60/231.68	c * 232s|  6695 |  5578 |  1396k| 208.5 |  49M|  75 |   - |5645 |9460 |5645 |2767 |  19k|1356 |2956 | 0.000000e+00 | 2.630000e+02 |    Inf 
234.31/234.34	o 259
234.31/234.34	c * 234s|  6746 |  5578 |  1411k| 209.2 |  49M|  75 |   - |5645 |9524 |5645 |2802 |  19k|1421 |2964 | 0.000000e+00 | 2.590000e+02 |    Inf 
251.00/251.01	o 256
251.00/251.01	c * 251s|  7346 |  5868 |  1516k| 206.4 |  52M|  75 |   - |5645 |9879 |5645 |2755 |  20k|1819 |3089 | 0.000000e+00 | 2.560000e+02 |    Inf 
269.29/269.39	o 250
269.29/269.39	c * 269s|  7969 |  6175 |  1630k| 204.5 |  54M|  75 |   - |5645 |  10k|5645 |2760 |  22k|2170 |3212 | 0.000000e+00 | 2.500000e+02 |    Inf 
269.41/269.41	o 243
269.41/269.41	c * 269s|  7970 |  6102 |  1630k| 204.5 |  54M|  75 |   - |5645 |  10k|5645 |2760 |  22k|2170 |3212 | 0.000000e+00 | 2.430000e+02 |    Inf 
274.70/274.77	o 239
274.70/274.77	c * 275s|  8128 |  6166 |  1658k| 204.0 |  54M|  75 |   - |5645 |  10k|5645 |2774 |  22k|2266 |3242 | 0.000000e+00 | 2.390000e+02 |    Inf 
279.70/279.79	o 203
279.70/279.79	c * 280s|  8346 |  5849 |  1685k| 201.9 |  52M|  75 |   - |5645 |  10k|5645 |2792 |  23k|2373 |3261 | 0.000000e+00 | 2.030000e+02 |    Inf 
283.81/283.86	o 188
283.81/283.86	c * 284s|  8534 |  5672 |  1714k| 200.8 |  52M|  75 |   - |5645 |  10k|5645 |2780 |  23k|2438 |3271 | 0.000000e+00 | 1.880000e+02 |    Inf 
284.40/284.46	o 179
284.40/284.46	c * 284s|  8544 |  5351 |  1717k| 201.0 |  50M|  75 |   - |5645 |  10k|5645 |2817 |  23k|2443 |3277 | 0.000000e+00 | 1.790000e+02 |    Inf 
287.40/287.46	o 170
287.40/287.46	c * 287s|  8637 |  5154 |  1734k| 200.7 |  50M|  75 |   - |5645 |  10k|5645 |2773 |  23k|2518 |3308 | 0.000000e+00 | 1.700000e+02 |    Inf 
291.59/291.62	o 161
291.59/291.62	c * 292s|  8807 |  5107 |  1758k| 199.7 |  52M|  75 |   - |5645 |  10k|5645 |2763 |  23k|2616 |3331 | 0.000000e+00 | 1.610000e+02 |    Inf 
292.10/292.18	o 143
292.10/292.18	c * 292s|  8822 |  4551 |  1761k| 199.6 |  50M|  75 |   - |5645 |  10k|5645 |2785 |  23k|2631 |3341 | 0.000000e+00 | 1.430000e+02 |    Inf 
294.20/294.23	o 134
294.20/294.23	c * 294s|  8899 |  4434 |  1772k| 199.1 |  51M|  75 |   - |5645 |  10k|5645 |2771 |  23k|2691 |3359 | 0.000000e+00 | 1.340000e+02 |    Inf 
295.30/295.30	o 112
295.30/295.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.30/295.30	c * 295s|  8957 |  3577 |  1777k| 198.4 |  46M|  75 |   - |5645 |  10k|5645 |2772 |  23k|2742 |3362 | 0.000000e+00 | 1.120000e+02 |    Inf 
301.00/301.08	o 110
301.00/301.08	c * 301s|  9458 |  3644 |  1793k| 189.6 |  49M|  83 |   - |5645 |  10k|5645 |2756 |  24k|3200 |3387 | 0.000000e+00 | 1.100000e+02 |    Inf 
304.30/304.33	o 99
304.30/304.33	c * 304s|  9717 |  3117 |  1801k| 185.3 |  49M|  88 |   - |5645 |  10k|5645 |2766 |  24k|3391 |3404 | 0.000000e+00 | 9.900000e+01 |    Inf 
306.39/306.42	c   306s| 10000 |  3145 |  1806k| 180.6 |  50M|  88 |   - |5645 |  10k|   0 |   0 |  24k|3574 |3404 | 0.000000e+00 | 9.900000e+01 |    Inf 
308.20/308.22	o 92
308.20/308.22	c * 308s| 10165 |  1624 |  1811k| 178.1 |  44M|  88 |   - |5645 |9843 |5645 |2753 |  24k|3680 |3409 | 0.000000e+00 | 9.200000e+01 |    Inf 
376.80/376.86	c   377s| 20000 |  2265 |  1920k|  96.0 |  66M| 118 |   7 |5645 |9325 |5645 |2752 |  27k|  12k|3516 | 0.000000e+00 | 9.200000e+01 |    Inf 
439.30/439.35	c   439s| 30000 |  2912 |  2001k|  66.7 |  82M| 118 |   5 |5645 |  10k|5645 |2753 |  28k|  21k|3597 | 0.000000e+00 | 9.200000e+01 |    Inf 
498.80/498.82	c   499s| 40000 |  3588 |  2083k|  52.1 |  96M| 118 |   - |5645 |  10k|   0 |   0 |  30k|  29k|3707 | 0.000000e+00 | 9.200000e+01 |    Inf 
555.61/555.64	c   556s| 50000 |  4164 |  2150k|  43.0 | 109M| 118 |   - |5645 |9739 |   0 |   0 |  32k|  39k|3788 | 0.000000e+00 | 9.200000e+01 |    Inf 
618.11/618.16	c   618s| 60000 |  4738 |  2220k|  37.0 | 123M| 118 |   1 |5645 |  10k|5645 |2751 |  36k|  50k|3900 | 0.000000e+00 | 9.200000e+01 |    Inf 
676.52/676.57	c   677s| 70000 |  5122 |  2283k|  32.6 | 134M| 118 |   1 |5645 |  11k|5645 |2751 |  39k|  60k|3964 | 0.000000e+00 | 9.200000e+01 |    Inf 
728.41/728.43	c   728s| 80000 |  5563 |  2336k|  29.2 | 145M| 118 |   1 |5645 |  12k|5645 |2751 |  41k|  70k|4017 | 0.000000e+00 | 9.200000e+01 |    Inf 
785.62/785.67	c   786s| 90000 |  5973 |  2402k|  26.7 | 157M| 118 |   - |5645 |  10k|   0 |   0 |  43k|  80k|4111 | 0.000000e+00 | 9.200000e+01 |    Inf 
847.32/847.34	c   847s|100000 |  6455 |  2470k|  24.7 | 170M| 118 |   6 |5645 |  10k|5645 |2778 |  48k|  91k|4177 | 0.000000e+00 | 9.200000e+01 |    Inf 
881.92/881.90	o 68
881.92/881.90	c * 882s|104990 |  6489 |  2509k|  23.9 | 179M| 118 |   - |5645 |  10k|5645 |2762 |  49k|  96k|4238 | 0.000000e+00 | 6.800000e+01 |    Inf 
906.62/906.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.62/906.63	c   907s|110000 |  6487 |  2537k|  23.1 | 181M| 118 |   - |5645 |8736 |   0 |   0 |  50k| 101k|4278 | 0.000000e+00 | 6.800000e+01 |    Inf 
960.92/960.90	c   961s|120000 |  6727 |  2603k|  21.7 | 189M| 118 |   1 |5645 |9827 |5645 |2751 |  51k| 111k|4366 | 0.000000e+00 | 6.800000e+01 |    Inf 
982.72/982.72	o 67
982.72/982.72	c * 983s|124464 |  6734 |  2628k|  21.1 | 192M| 118 |   - |5645 |9526 |5645 |2767 |  51k| 115k|4395 | 0.000000e+00 | 6.700000e+01 |    Inf 
1000.22/1000.20	o 62
1000.22/1000.20	c *1000s|127303 |  6768 |  2649k|  20.8 | 195M| 118 |   - |5645 |8782 |5645 |2756 |  52k| 118k|4425 | 0.000000e+00 | 6.200000e+01 |    Inf 
1012.32/1012.38	o 60
1012.32/1012.38	c *1012s|129385 |  6798 |  2663k|  20.6 | 197M| 118 |   - |5645 |8665 |5645 |2756 |  52k| 120k|4432 | 0.000000e+00 | 6.000000e+01 |    Inf 
1015.12/1015.19	c  1015s|130000 |  6829 |  2665k|  20.5 | 197M| 118 |   1 |5645 |8331 |5645 |2769 |  52k| 121k|4434 | 0.000000e+00 | 6.000000e+01 |    Inf 
1020.62/1020.69	o 53
1020.62/1020.69	c *1021s|131132 |  6683 |  2673k|  20.4 | 195M| 118 |   - |5645 |8391 |5645 |2756 |  52k| 122k|4441 | 0.000000e+00 | 5.300000e+01 |    Inf 
1020.83/1020.85	o 37
1020.83/1020.85	c *1021s|131147 |  6156 |  2673k|  20.4 | 179M| 118 |   - |5645 |7921 |5645 |2758 |  52k| 122k|4441 | 0.000000e+00 | 3.700000e+01 |    Inf 
1021.02/1021.04	o 34
1021.02/1021.04	c *1021s|131173 |  6083 |  2673k|  20.4 | 175M| 118 |   - |5645 |6950 |5645 |2753 |  52k| 122k|4441 | 0.000000e+00 | 3.400000e+01 |    Inf 
1021.73/1021.77	o 15
1021.73/1021.77	c *1022s|131322 |  4007 |  2674k|  20.4 | 125M| 118 |   - |5645 |6767 |5645 |2760 |  52k| 122k|4441 | 0.000000e+00 | 1.500000e+01 |    Inf 
1025.02/1025.08	o 13
1025.02/1025.08	c *1025s|131759 |  2899 |  2685k|  20.4 | 109M| 118 |   - |5645 |4652 |5645 |2751 |  52k| 123k|4455 | 0.000000e+00 | 1.300000e+01 |    Inf 
1029.12/1029.10	o 6
1029.12/1029.10	c *1029s|132431 |  1431 |  2700k|  20.4 |  74M| 118 |   - |5645 |4664 |5645 |2781 |  52k| 123k|4464 | 0.000000e+00 | 6.000000e+00 |    Inf 
1064.42/1064.40	o 5
1064.42/1064.40	c *1064s|139633 |   848 |  2838k|  20.3 |  61M| 118 |   - |5645 |8301 |5645 |2778 |  52k| 132k|4554 | 0.000000e+00 | 5.000000e+00 |    Inf 
1066.42/1066.40	c  1066s|140000 |   842 |  2847k|  20.3 |  61M| 118 |   - |5645 |8400 |5645 |2778 |  52k| 132k|4554 | 0.000000e+00 | 5.000000e+00 |    Inf 
1097.73/1097.74	o 4
1097.73/1097.74	c *1098s|146818 |   648 |  2969k|  20.2 |  55M| 118 |   - |5645 |8854 |5645 |2755 |  52k| 141k|4612 | 0.000000e+00 | 4.000000e+00 |    Inf 
1110.73/1110.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.73/1110.75	c  1111s|150000 |   642 |  3018k|  20.1 |  55M| 118 |   - |5645 |9569 |   0 |   0 |  52k| 145k|4660 | 0.000000e+00 | 4.000000e+00 |    Inf 
1158.63/1158.64	c  1159s|160000 |   513 |  3205k|  20.0 |  51M| 118 |   - |5645 |  10k|5645 |2778 |  52k| 157k|4761 | 0.000000e+00 | 4.000000e+00 |    Inf 
1205.33/1205.31	c  1205s|170000 |   581 |  3384k|  19.9 |  54M| 118 |   - |5645 |  13k|5645 |2778 |  52k| 170k|4864 | 0.000000e+00 | 4.000000e+00 |    Inf 
1254.03/1254.02	c  1254s|180000 |   699 |  3562k|  19.8 |  58M| 118 |  30 |5645 |  16k|5645 |2778 |  52k| 184k|5048 | 0.000000e+00 | 4.000000e+00 |    Inf 
1301.63/1301.69	c  1302s|190000 |   645 |  3734k|  19.7 |  56M| 118 |  29 |5645 |  14k|5645 |2778 |  52k| 199k|5202 | 0.000000e+00 | 4.000000e+00 |    Inf 
1346.83/1346.89	c  1347s|200000 |   748 |  3902k|  19.5 |  60M| 118 |   - |5645 |  18k|   0 |   0 |  52k| 211k|5324 | 0.000000e+00 | 4.000000e+00 |    Inf 
1351.24/1351.27	o 2
1351.24/1351.27	c *1351s|201032 |   417 |  3918k|  19.5 |  49M| 118 |   - |5645 |  18k|5645 |2780 |  52k| 213k|5324 | 0.000000e+00 | 2.000000e+00 |    Inf 
1394.53/1394.54	c  1395s|210000 |   272 |  4102k|  19.5 |  43M| 118 |   - |5645 |9232 |5645 |2778 |  52k| 222k|5493 | 0.000000e+00 | 2.000000e+00 |    Inf 
1442.53/1442.59	c  1443s|220000 |   242 |  4307k|  19.6 |  43M| 118 |   - |5645 |  10k|5645 |2778 |  52k| 232k|5800 | 0.000000e+00 | 2.000000e+00 |    Inf 
1487.83/1487.85	c  1488s|230000 |   225 |  4499k|  19.6 |  44M| 118 |  27 |5645 |  14k|5645 |2778 |  52k| 241k|6037 | 0.000000e+00 | 2.000000e+00 |    Inf 
1539.94/1540.00	c  1540s|240000 |   221 |  4720k|  19.7 |  45M| 118 |   - |5645 |  16k|   0 |   0 |  52k| 252k|6426 | 0.000000e+00 | 2.000000e+00 |    Inf 
1589.94/1589.94	c  1590s|250000 |   218 |  4938k|  19.8 |  45M| 118 |  36 |5645 |  16k|5645 |2778 |  52k| 262k|6676 | 0.000000e+00 | 2.000000e+00 |    Inf 
1637.24/1637.23	c  1637s|260000 |   159 |  5139k|  19.8 |  43M| 118 |   - |5645 |  13k|   0 |   0 |  52k| 273k|6844 | 0.000000e+00 | 2.000000e+00 |    Inf 
1686.45/1686.47	c  1686s|270000 |   155 |  5346k|  19.8 |  44M| 118 |  48 |5645 |  14k|5645 |2778 |  52k| 284k|7116 | 0.000000e+00 | 2.000000e+00 |    Inf 
1739.35/1739.39	c  1739s|280000 |   157 |  5576k|  19.9 |  44M| 118 |  34 |5645 |  15k|5645 |2778 |  52k| 294k|7406 | 0.000000e+00 | 2.000000e+00 |    Inf 
1797.95/1797.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1797.95/1797.92	c  1798s|290000 |   155 |  5823k|  20.1 |  46M| 118 |   - |5645 |  19k|5645 |2778 |  52k| 304k|7805 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 290299
1800.05/1800.00	c Primal Bound       : +2.00000000000000e+00 (500 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 20631
/proc/meminfo: memFree=1358312/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 1515 0 0 0 0 0 0 0 25 0 1 0 882464119 10371072 1468 33554432000 4194304 9128323 140735417382640 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20631/statm: 2532 1468 399 1205 0 1323 0

[startup+0.029925 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 20631
/proc/meminfo: memFree=1358312/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=19072 CPUtime=0.02 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 3735 0 0 0 2 0 0 0 25 0 1 0 882464119 19529728 3687 33554432000 4194304 9128323 140735417382640 18446744073709551615 4817315 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 4768 3689 433 1205 0 3559 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19072

[startup+0.100914 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 20631
/proc/meminfo: memFree=1358312/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 882464119 36585472 7644 33554432000 4194304 9128323 140735417382640 18446744073709551615 5089432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.30088 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 20631
/proc/meminfo: memFree=1358312/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=71660 CPUtime=0.29 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 17249 0 0 0 28 1 0 0 18 0 1 0 882464119 73379840 16844 33554432000 4194304 9128323 140735417382640 18446744073709551615 5189279 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 17915 16844 699 1205 0 16706 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71660

[startup+0.700803 s]
/proc/loadavg: 1.95 1.98 1.94 3/177 20631
/proc/meminfo: memFree=1358312/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=51064 CPUtime=0.69 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 20852 0 0 0 68 1 0 0 18 0 1 0 882464119 52289536 11727 33554432000 4194304 9128323 140735417382640 18446744073709551615 8008910 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 12766 11727 717 1205 0 11557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51064

[startup+1.50065 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20632
/proc/meminfo: memFree=1309976/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=58496 CPUtime=1.49 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 22542 0 0 0 147 2 0 0 19 0 1 0 882464119 59899904 13411 33554432000 4194304 9128323 140735417382640 18446744073709551615 6632501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 14624 13411 711 1205 0 13415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58496

[startup+3.10038 s]
/proc/loadavg: 1.95 1.98 1.94 4/178 20632
/proc/meminfo: memFree=1304768/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=61164 CPUtime=3.09 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 29330 0 0 0 303 6 0 0 24 0 1 0 882464119 62631936 14123 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 15291 14123 731 1205 0 14082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61164

[startup+6.30079 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20632
/proc/meminfo: memFree=1303576/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=61840 CPUtime=6.29 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 29445 0 0 0 615 14 0 0 25 0 1 0 882464119 63324160 14238 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 15460 14238 731 1205 0 14251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61840

[startup+12.7006 s]
/proc/loadavg: 1.95 1.98 1.94 3/178 20632
/proc/meminfo: memFree=1300648/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=63848 CPUtime=12.69 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 29820 0 0 0 1243 26 0 0 25 0 1 0 882464119 65380352 14613 33554432000 4194304 9128323 140735417382640 18446744073709551615 4683912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 15962 14613 731 1205 0 14753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63848

[startup+25.5003 s]
/proc/loadavg: 1.96 1.98 1.94 3/178 20633
/proc/meminfo: memFree=1281548/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=72516 CPUtime=25.49 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 37844 0 0 0 2498 51 0 0 25 0 1 0 882464119 74256384 16715 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 18129 16715 734 1205 0 16920 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72516

[startup+51.1006 s]
/proc/loadavg: 1.97 1.98 1.94 4/178 20633
/proc/meminfo: memFree=1274688/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=77324 CPUtime=51.09 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 41117 0 0 0 5008 101 0 0 25 0 1 0 882464119 79179776 17945 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 19331 17945 742 1205 0 18122 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77324

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20635
/proc/meminfo: memFree=1260316/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=83868 CPUtime=102.3 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 60798 0 0 0 9999 231 0 0 25 0 1 0 882464119 85880832 19594 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 20967 19594 742 1205 0 19758 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83868

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20636
/proc/meminfo: memFree=1246592/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=89244 CPUtime=162.29 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 68263 0 0 0 15857 372 0 0 25 0 1 0 882464119 91385856 20997 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 22311 20997 742 1205 0 21102 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89244

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 20638
/proc/meminfo: memFree=1233260/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=96660 CPUtime=222.29 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 82230 0 0 0 21724 505 0 0 25 0 1 0 882464119 98979840 22851 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 24165 22851 742 1205 0 22956 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96660

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20639
/proc/meminfo: memFree=1210756/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=113036 CPUtime=282.3 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 106580 0 0 0 27595 635 0 0 25 0 1 0 882464119 115748864 27026 33554432000 4194304 9128323 140735417382640 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 28259 27026 742 1205 0 27050 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113036

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20641
/proc/meminfo: memFree=1158992/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=159476 CPUtime=342.3 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 146790 0 0 0 33527 703 0 0 25 0 1 0 882464119 163303424 38406 33554432000 4194304 9128323 140735417382640 18446744073709551615 7163272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 39869 38406 743 1205 0 38660 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 159476

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20643
/proc/meminfo: memFree=1103628/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=211828 CPUtime=402.31 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 163806 0 0 0 39493 738 0 0 25 0 1 0 882464119 216911872 51222 33554432000 4194304 9128323 140735417382640 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 52957 51222 744 1205 0 51748 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 211828

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20644
/proc/meminfo: memFree=1062036/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=250044 CPUtime=462.3 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 173102 0 0 0 45460 770 0 0 25 0 1 0 882464119 256045056 60500 33554432000 4194304 9128323 140735417382640 18446744073709551615 5993084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 62511 60500 747 1205 0 61302 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250044

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20646
/proc/meminfo: memFree=1036928/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=274760 CPUtime=522.3 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 181492 0 0 0 51428 802 0 0 25 0 1 0 882464119 281354240 66612 33554432000 4194304 9128323 140735417382640 18446744073709551615 7097360 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 68690 66612 742 1205 0 67481 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 274760

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20647
/proc/meminfo: memFree=1013688/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=297436 CPUtime=582.31 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 187025 0 0 0 57395 836 0 0 25 0 1 0 882464119 304574464 72135 33554432000 4194304 9128323 140735417382640 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 74359 72135 742 1205 0 73150 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 297436

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20654
/proc/meminfo: memFree=925672/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=383620 CPUtime=822.32 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 212601 0 0 0 81269 963 0 0 25 0 1 0 882464119 392826880 93234 33554432000 4194304 9128323 140735417382640 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 95905 93234 743 1205 0 94696 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 383620

[startup+882.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 20655
/proc/meminfo: memFree=892504/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=417328 CPUtime=882.32 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 220653 0 0 0 87236 996 0 0 25 0 1 0 882464119 427343872 101268 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 104332 101268 743 1205 0 103123 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 417328

[startup+942.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20657
/proc/meminfo: memFree=878188/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=431048 CPUtime=942.32 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 236752 0 0 0 93201 1031 0 0 25 0 1 0 882464119 441393152 104745 33554432000 4194304 9128323 140735417382640 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 107762 104745 743 1205 0 106553 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 431048

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20659
/proc/meminfo: memFree=862252/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=446124 CPUtime=1002.32 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 250627 0 0 0 99169 1063 0 0 25 0 1 0 882464119 456830976 108551 33554432000 4194304 9128323 140735417382640 18446744073709551615 4526448 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 111531 108551 743 1205 0 110322 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 446124

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20660
/proc/meminfo: memFree=856360/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=452020 CPUtime=1062.32 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 294450 0 0 0 105092 1140 0 0 25 0 1 0 882464119 462868480 110055 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 113005 110055 743 1205 0 111796 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 452020

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20662
/proc/meminfo: memFree=855432/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=452640 CPUtime=1122.33 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 328641 0 0 0 110997 1236 0 0 25 0 1 0 882464119 463503360 110223 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 113160 110223 743 1205 0 111951 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 452640

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.94 4/178 20672
/proc/meminfo: memFree=854284/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=453244 CPUtime=1182.33 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 339256 0 0 0 116908 1325 0 0 25 0 1 0 882464119 464121856 110393 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 113311 110393 754 1205 0 112102 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 453244

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/178 20674
/proc/meminfo: memFree=852508/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=454532 CPUtime=1242.33 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 344266 0 0 0 122803 1430 0 0 25 0 1 0 882464119 465440768 110707 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 113633 110707 754 1205 0 112424 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 454532

[startup+1302.3 s]
/proc/loadavg: 2.14 2.02 1.95 3/178 20676
/proc/meminfo: memFree=850580/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=456460 CPUtime=1302.33 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 344754 0 0 0 128700 1533 0 0 25 0 1 0 882464119 467415040 111195 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114115 111195 754 1205 0 112906 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 456460

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.95 4/178 20677
/proc/meminfo: memFree=849620/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=456412 CPUtime=1362.33 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 363355 0 0 0 134589 1644 0 0 25 0 1 0 882464119 467365888 111192 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114103 111192 754 1205 0 112894 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 456412

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 1.95 4/178 20679
/proc/meminfo: memFree=849164/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=456672 CPUtime=1422.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 376058 0 0 0 140467 1767 0 0 25 0 1 0 882464119 467632128 111246 33554432000 4194304 9128323 140735417382640 18446744073709551615 4246435 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114168 111246 754 1205 0 112959 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 456672

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 20718
/proc/meminfo: memFree=820688/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=456836 CPUtime=1482.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 378243 0 0 0 146352 1882 0 0 25 0 1 0 882464119 467800064 111286 33554432000 4194304 9128323 140735417382640 18446744073709551615 7216792 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114209 111286 754 1205 0 113000 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 456836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20720
/proc/meminfo: memFree=818668/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=456984 CPUtime=1542.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 378279 0 0 0 152262 1972 0 0 25 0 1 0 882464119 467951616 111322 33554432000 4194304 9128323 140735417382640 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114246 111322 754 1205 0 113037 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 456984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20722
/proc/meminfo: memFree=800200/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=457604 CPUtime=1602.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 380365 0 0 0 158155 2079 0 0 25 0 1 0 882464119 468586496 111519 33554432000 4194304 9128323 140735417382640 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114401 111519 754 1205 0 113192 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 457604

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20723
/proc/meminfo: memFree=786380/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=457604 CPUtime=1662.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 380368 0 0 0 164043 2191 0 0 25 0 1 0 882464119 468586496 111522 33554432000 4194304 9128323 140735417382640 18446744073709551615 6857415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114401 111522 754 1205 0 113192 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 457604

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20725
/proc/meminfo: memFree=770316/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=457604 CPUtime=1722.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 380368 0 0 0 169931 2303 0 0 25 0 1 0 882464119 468586496 111522 33554432000 4194304 9128323 140735417382640 18446744073709551615 18446744073699065863 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114401 111522 754 1205 0 113192 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 457604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20726
/proc/meminfo: memFree=763660/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=457604 CPUtime=1782.34 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 380368 0 0 0 175823 2411 0 0 25 0 1 0 882464119 468586496 111522 33554432000 4194304 9128323 140735417382640 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20631/statm: 114401 111522 754 1205 0 113192 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 457604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20727
/proc/meminfo: memFree=762652/32951124 swapFree=67053956/67111528
[pid=20631] ppid=20629 vsize=457604 CPUtime=1800.06 cores=1,3,5,7
/proc/20631/stat : 20631 (scip-2.0.1.4.li) R 20629 20631 19313 0 -1 4202496 380368 0 0 0 177564 2442 0 0 25 0 1 0 882464119 468586496 111522 33554432000 4194304 9128323 140735417382640 18446744073709551615 4347145 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20631/statm: 114401 111522 754 1205 0 113192 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 457604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1775.64
CPU system time (s): 24.4383
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 480592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.64
system time used= 24.4383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380368
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= 6
involuntary context switches= 1647

runsolver used 2.73458 second user time and 6.88095 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-12 19:41:26
IDJOB=3447274
IDBENCH=79263
IDSOLVER=1944
FILE ID=node142/3447274-1307900486
RUNJOBID= node142-1307898654-19600
PBS_JOBID= 13559566
Free space on /var/tmp= 2900 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.1900568706--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447274-1307900486/watcher-3447274-1307900486 -o /var/tmp/evaluation-result-3447274-1307900486/solver-3447274-1307900486 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447274-1307900486.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=274906303

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:       1358864 kB
Buffers:         54544 kB
Cached:       30509852 kB
SwapCached:      10176 kB
Active:       15989564 kB
Inactive:     14650876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1358864 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           24744 kB
Writeback:           0 kB
AnonPages:       74708 kB
Mapped:          15720 kB
Slab:           887748 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   268044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2888 MiB
End job on node142 at 2011-06-12 20:11:29