Trace number 3447269

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM24569843aeaad08e546ecaba09eee200
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 benchmark98.1011
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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-3447269-1307900484.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 136613
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.366130e+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.366130e+05 |    Inf 
0.39/0.50	c   0.5s|     1 |     0 |   490 |     - |  18M|   0 |  34 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   577 |     - |  18M|   0 |  46 |5645 |8121 |5645 |2765 |  58 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   602 |     - |  18M|   0 |  48 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
1.19/1.21	c   1.2s|     1 |     0 |   647 |     - |  19M|   0 |  47 |5645 |8121 |5645 |2776 |  69 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
1.49/1.53	c   1.5s|     1 |     0 |   686 |     - |  19M|   0 |  48 |5645 |8121 |5645 |2779 |  72 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
1.79/1.86	c   1.9s|     1 |     0 |   717 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2784 |  77 |   0 |   0 | 0.000000e+00 | 1.366130e+05 |    Inf 
2.89/2.97	c   3.0s|     1 |     2 |   717 |     - |  19M|   0 |  49 |5645 |8121 |5645 |2784 |  77 |   0 |  33 | 0.000000e+00 | 1.366130e+05 |    Inf 
15.29/15.35	o 1044
15.29/15.35	c *15.4s|   209 |   208 | 16131 |  74.1 |  24M|  71 |   - |5645 |8121 |5645 |2781 | 129 |   0 |1357 | 0.000000e+00 | 1.044000e+03 |    Inf 
18.79/18.81	o 810
18.79/18.81	c *18.8s|   302 |   287 | 28958 |  93.8 |  27M|  71 |   - |5645 |8121 |5645 |2793 | 262 |   0 |1521 | 0.000000e+00 | 8.100000e+02 |    Inf 
18.79/18.85	o 722
18.79/18.85	c *18.9s|   303 |   286 | 29000 |  93.7 |  27M|  71 |   - |5645 |8121 |5645 |2792 | 278 |   0 |1521 | 0.000000e+00 | 7.220000e+02 |    Inf 
352.90/352.95	c   353s| 10000 |  9828 |  1848k| 184.8 |  60M|  75 |  11 |5645 |8768 |5645 |2748 |  27k| 663 |3793 | 0.000000e+00 | 7.220000e+02 |    Inf 
433.80/433.82	o 559
433.80/433.82	c f 434s| 11974 | 11495 |  2291k| 191.3 |  63M|  75 |   - |5645 |8835 |5645 |2761 |  34k| 748 |4184 | 0.000000e+00 | 5.590000e+02 |    Inf 
434.00/434.02	o 458
434.00/434.02	c g 434s| 11991 | 11060 |  2292k| 191.1 |  62M|  75 |   - |5645 |8838 |5645 |2764 |  34k| 752 |4184 | 0.000000e+00 | 4.580000e+02 |    Inf 
434.70/434.73	o 146
434.70/434.73	c * 435s| 11994 |  5054 |  2294k| 191.3 |  46M|  75 |   - |5645 |8838 |5645 |2866 |  34k| 752 |4185 | 0.000000e+00 | 1.460000e+02 |    Inf 
443.21/443.22	o 126
443.21/443.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
443.21/443.22	c * 443s| 12660 |  4355 |  2329k| 183.9 |  47M|  75 |   - |5645 |9348 |5645 |2760 |  34k|1286 |4213 | 0.000000e+00 | 1.260000e+02 |    Inf 
444.20/444.21	o 122
444.20/444.21	c l 444s| 12732 |  4180 |  2332k| 183.2 |  48M|  75 |   - |5645 |9376 |5645 |2762 |  34k|1326 |4215 | 0.000000e+00 | 1.220000e+02 |    Inf 
448.70/448.77	o 108
448.70/448.77	c * 449s| 13028 |  3802 |  2347k| 180.2 |  48M|  85 |   - |5645 |9518 |5645 |2784 |  35k|1540 |4221 | 0.000000e+00 | 1.080000e+02 |    Inf 
449.00/449.00	o 86
449.00/449.00	c * 449s| 13047 |  3069 |  2348k| 180.0 |  45M|  85 |   - |5645 |9530 |5645 |2753 |  35k|1554 |4221 | 0.000000e+00 | 8.600000e+01 |    Inf 
450.30/450.37	o 67
450.30/450.37	c * 450s| 13196 |  1957 |  2350k| 178.1 |  41M|  85 |   - |5645 |8804 |5645 |2752 |  35k|1702 |4221 | 0.000000e+00 | 6.700000e+01 |    Inf 
493.40/493.45	c   493s| 20000 |  2184 |  2403k| 120.2 |  52M| 107 |   - |5645 |8633 |   0 |   0 |  35k|8213 |4321 | 0.000000e+00 | 6.700000e+01 |    Inf 
549.60/549.69	c   550s| 30000 |  2348 |  2458k|  81.9 |  60M| 107 |   - |5645 |9574 |5645 |2750 |  36k|  17k|4371 | 0.000000e+00 | 6.700000e+01 |    Inf 
600.51/600.55	c   601s| 40000 |  2579 |  2509k|  62.7 |  69M| 107 |   1 |5645 |  10k|5645 |2746 |  36k|  26k|4405 | 0.000000e+00 | 6.700000e+01 |    Inf 
657.10/657.11	c   657s| 50000 |  2728 |  2560k|  51.2 |  75M| 113 |   1 |5645 |  10k|5645 |2745 |  37k|  37k|4458 | 0.000000e+00 | 6.700000e+01 |    Inf 
697.41/697.45	o 58
697.41/697.45	c * 697s| 57330 |  2457 |  2595k|  45.3 |  76M| 113 |   - |5645 |  10k|5645 |2748 |  37k|  46k|4479 | 0.000000e+00 | 5.800000e+01 |    Inf 
709.21/709.27	c   709s| 60000 |  2442 |  2606k|  43.4 |  76M| 113 |   - |5645 |9357 |   0 |   0 |  37k|  48k|4482 | 0.000000e+00 | 5.800000e+01 |    Inf 
764.11/764.14	c   764s| 70000 |  2430 |  2661k|  38.0 |  77M| 113 |   - |5645 |  10k|   0 |   0 |  38k|  58k|4556 | 0.000000e+00 | 5.800000e+01 |    Inf 
820.41/820.41	c   820s| 80000 |  2460 |  2715k|  33.9 |  81M| 113 |   - |5645 |  11k|   0 |   0 |  38k|  69k|4602 | 0.000000e+00 | 5.800000e+01 |    Inf 
875.51/875.56	c   876s| 90000 |  2463 |  2769k|  30.8 |  82M| 113 |   - |5645 |  11k|   0 |   0 |  39k|  80k|4657 | 0.000000e+00 | 5.800000e+01 |    Inf 
925.41/925.44	o 51
925.41/925.44	c * 925s| 98878 |  2496 |  2814k|  28.5 |  86M| 113 |   - |5645 |  12k|5645 |2757 |  39k|  91k|4718 | 0.000000e+00 | 5.100000e+01 |    Inf 
930.81/930.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
930.81/930.86	c   931s|100000 |  2495 |  2818k|  28.2 |  86M| 113 |  17 |5645 |  11k|5645 |2745 |  39k|  92k|4720 | 0.000000e+00 | 5.100000e+01 |    Inf 
983.11/983.12	c   983s|110000 |  2459 |  2874k|  26.1 |  87M| 113 |   - |5645 |  10k|   0 |   0 |  39k| 103k|4778 | 0.000000e+00 | 5.100000e+01 |    Inf 
1033.82/1033.89	c  1034s|120000 |  2550 |  2928k|  24.4 |  91M| 113 |   - |5645 |  12k|   0 |   0 |  39k| 115k|4805 | 0.000000e+00 | 5.100000e+01 |    Inf 
1087.92/1087.97	c  1088s|130000 |  2563 |  2985k|  23.0 |  92M| 113 |  12 |5645 |  13k|5645 |2745 |  39k| 127k|4841 | 0.000000e+00 | 5.100000e+01 |    Inf 
1144.92/1144.90	c  1145s|140000 |  2599 |  3048k|  21.8 |  94M| 113 |  13 |5645 |  15k|5645 |2745 |  40k| 138k|4887 | 0.000000e+00 | 5.100000e+01 |    Inf 
1159.43/1159.49	o 47
1159.43/1159.49	c *1159s|142477 |  2555 |  3063k|  21.5 |  94M| 113 |   - |5645 |  16k|5645 |2748 |  40k| 141k|4901 | 0.000000e+00 | 4.700000e+01 |    Inf 
1200.21/1200.29	c  1200s|150000 |  2589 |  3113k|  20.8 |  94M| 113 |   7 |5645 |  12k|5645 |2755 |  40k| 152k|4931 | 0.000000e+00 | 4.700000e+01 |    Inf 
1201.61/1201.61	o 40
1201.61/1201.61	c *1202s|150207 |  2467 |  3114k|  20.7 |  93M| 113 |   - |5645 |  12k|5645 |2755 |  40k| 152k|4932 | 0.000000e+00 | 4.000000e+01 |    Inf 
1252.72/1252.80	c  1253s|160000 |  2447 |  3179k|  19.9 |  94M| 113 |   - |5645 |  13k|   0 |   0 |  40k| 164k|4961 | 0.000000e+00 | 4.000000e+01 |    Inf 
1309.72/1309.73	c  1310s|170000 |  2495 |  3247k|  19.1 |  96M| 113 |   1 |5645 |  14k|5645 |2755 |  40k| 176k|5023 | 0.000000e+00 | 4.000000e+01 |    Inf 
1370.92/1370.91	c  1371s|180000 |  2602 |  3328k|  18.5 |  99M| 113 |  25 |5645 |  16k|5645 |2755 |  41k| 189k|5074 | 0.000000e+00 | 4.000000e+01 |    Inf 
1429.93/1429.93	o 39
1429.93/1429.93	c *1430s|189624 |  2652 |  3408k|  18.0 | 100M| 113 |   - |5645 |  14k|5645 |2755 |  41k| 202k|5126 | 0.000000e+00 | 3.900000e+01 |    Inf 
1432.03/1432.05	c  1432s|190000 |  2649 |  3411k|  18.0 |  99M| 113 |   - |5645 |  14k|5645 |2755 |  41k| 202k|5127 | 0.000000e+00 | 3.900000e+01 |    Inf 
1484.72/1484.72	c  1485s|200000 |  2645 |  3471k|  17.4 | 100M| 113 |   - |5645 |  15k|   0 |   0 |  41k| 214k|5189 | 0.000000e+00 | 3.900000e+01 |    Inf 
1534.53/1534.51	o 38
1534.53/1534.51	c *1535s|209043 |  2608 |  3527k|  16.9 | 101M| 113 |   - |5645 |  15k|5645 |2745 |  41k| 226k|5222 | 0.000000e+00 | 3.800000e+01 |    Inf 
1539.53/1539.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.53/1539.51	c  1540s|210000 |  2609 |  3531k|  16.8 | 100M| 113 |   - |5645 |  14k|   0 |   0 |  41k| 227k|5230 | 0.000000e+00 | 3.800000e+01 |    Inf 
1562.53/1562.52	o 36
1562.53/1562.52	c *1563s|214762 |  2607 |  3553k|  16.5 | 100M| 113 |   - |5645 |  14k|5645 |2752 |  42k| 233k|5265 | 0.000000e+00 | 3.600000e+01 |    Inf 
1562.53/1562.54	o 31
1562.53/1562.54	c *1563s|214763 |  2389 |  3553k|  16.5 |  96M| 113 |   - |5645 |  14k|5645 |2752 |  42k| 233k|5265 | 0.000000e+00 | 3.100000e+01 |    Inf 
1589.32/1589.35	c  1589s|220000 |  2318 |  3600k|  16.4 |  94M| 113 |   - |5645 |  11k|   0 |   0 |  42k| 240k|5308 | 0.000000e+00 | 3.100000e+01 |    Inf 
1644.63/1644.67	c  1645s|230000 |  2468 |  3696k|  16.1 |  97M| 113 |   3 |5645 |  12k|5645 |2755 |  42k| 253k|5357 | 0.000000e+00 | 3.100000e+01 |    Inf 
1694.33/1694.30	c  1694s|240000 |  2448 |  3781k|  15.8 |  98M| 113 |  31 |5645 |  13k|5645 |2755 |  42k| 266k|5441 | 0.000000e+00 | 3.100000e+01 |    Inf 
1734.64/1734.68	o 29
1734.64/1734.68	c *1735s|247424 |  2403 |  3849k|  15.6 |  98M| 113 |   - |5645 |  13k|5645 |2747 |  42k| 275k|5490 | 0.000000e+00 | 2.900000e+01 |    Inf 
1748.33/1748.35	c  1748s|250000 |  2379 |  3876k|  15.5 |  97M| 113 |   1 |5645 |  12k|5645 |2755 |  42k| 279k|5495 | 0.000000e+00 | 2.900000e+01 |    Inf 
1766.23/1766.27	o 25
1766.23/1766.27	c *1766s|253194 |  2292 |  3910k|  15.4 |  95M| 113 |   - |5645 |  13k|5645 |2759 |  42k| 283k|5513 | 0.000000e+00 | 2.500000e+01 |    Inf 
1767.23/1767.24	o 19
1767.23/1767.24	c *1767s|253349 |  2106 |  3912k|  15.4 |  89M| 113 |   - |5645 |  13k|5645 |2755 |  42k| 283k|5517 | 0.000000e+00 | 1.900000e+01 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 259277
1800.03/1800.00	c Primal Bound       : +1.90000000000000e+01 (741 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s SATISFIABLE
1800.03/1800.00	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.00	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1800.03/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.03/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.03/1800.00	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.00	v -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.03/1800.00	v -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.03/1800.00	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1800.03/1800.00	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
1800.03/1800.00	v -x2 x1 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Total Time         :    1800.00
1800.03/1800.00	c   solving          :    1800.00
1800.03/1800.00	c   presolving       :       0.09 (included in solving)
1800.03/1800.00	c   reading          :       0.02 (included in solving)
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-3447269-1307900484.wbo
1800.03/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-3447269-1307900484.wbo
1800.03/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.03/1800.00	c   Constraints      : 5414 initial, 17721 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -       4476          -          -       4476          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     187892          0       8479          0         19        393          0          0     289906
1800.04/1800.00	c   varbound         :          0+         6    1861579      42547          1          0     140945         59   14472604      42597          0          0
1800.04/1800.00	c   linear           :       2707          6    1861695          8          1       8475    2951492      39760    7751942          0          0          0
1800.04/1800.00	c   indicator        :       2707          0    1822007      42547          1       8430     255284          0     276957          0          0          0
1800.04/1800.00	c   logicor          :          0+         0     491125          0          0          0     666986      15118     418150          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     214420          0          0          0       3236        275       4350          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0         19          1        724          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      48.20       0.00       0.00      48.11       0.00       0.09       0.00
1800.04/1800.00	c   varbound         :      56.77       0.00      53.16       3.54       0.00       0.00       0.08
1800.04/1800.00	c   linear           :      92.86       0.00      86.69       0.00       0.00       2.86       3.31

Verifier Data

OK	19

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-3447269-1307900484/watcher-3447269-1307900484 -o /var/tmp/evaluation-result-3447269-1307900484/solver-3447269-1307900484 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447269-1307900484.wbo -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.98 1.99 1.84 2/177 9995
/proc/meminfo: memFree=1234224/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=10292 CPUtime=0 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 1571 0 0 0 0 0 0 0 25 0 1 0 357657853 10539008 1525 33554432000 4194304 9128323 140734841629568 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9995/statm: 2573 1525 399 1205 0 1364 0

[startup+0.073114 s]
/proc/loadavg: 1.98 1.99 1.84 2/177 9995
/proc/meminfo: memFree=1234224/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=35724 CPUtime=0.06 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 7883 0 0 0 6 0 0 0 25 0 1 0 357657853 36581376 7578 33554432000 4194304 9128323 140734841629568 18446744073709551615 5266489 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 8931 7578 520 1205 0 7722 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35724

[startup+0.101114 s]
/proc/loadavg: 1.98 1.99 1.84 2/177 9995
/proc/meminfo: memFree=1234224/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=35724 CPUtime=0.09 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 7949 0 0 0 9 0 0 0 25 0 1 0 357657853 36581376 7644 33554432000 4194304 9128323 140734841629568 18446744073709551615 5973220 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.30108 s]
/proc/loadavg: 1.98 1.99 1.84 2/177 9995
/proc/meminfo: memFree=1234224/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=72884 CPUtime=0.29 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 17525 0 0 0 28 1 0 0 25 0 1 0 357657853 74633216 17121 33554432000 4194304 9128323 140734841629568 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 18221 17121 699 1205 0 17012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72884

[startup+0.701003 s]
/proc/loadavg: 1.98 1.99 1.84 2/177 9995
/proc/meminfo: memFree=1234224/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=50812 CPUtime=0.69 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 20679 0 0 0 67 2 0 0 25 0 1 0 357657853 52031488 11555 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 12703 11555 717 1205 0 11494 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50812

[startup+1.50086 s]
/proc/loadavg: 1.98 1.99 1.84 3/178 9996
/proc/meminfo: memFree=1189600/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=51940 CPUtime=1.49 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 20929 0 0 0 146 3 0 0 25 0 1 0 357657853 53186560 11799 33554432000 4194304 9128323 140734841629568 18446744073709551615 8008895 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 12985 11799 711 1205 0 11776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51940

[startup+3.10057 s]
/proc/loadavg: 1.98 1.99 1.84 3/178 9996
/proc/meminfo: memFree=1187244/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=55328 CPUtime=3.09 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 27873 0 0 0 304 5 0 0 25 0 1 0 357657853 56655872 12587 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 13832 12587 724 1205 0 12623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55328

[startup+6.301 s]
/proc/loadavg: 1.98 1.99 1.85 3/178 9996
/proc/meminfo: memFree=1184676/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=55880 CPUtime=6.29 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 28007 0 0 0 621 8 0 0 25 0 1 0 357657853 57221120 12721 33554432000 4194304 9128323 140734841629568 18446744073709551615 7176881 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 13970 12721 724 1205 0 12761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55880

[startup+12.7009 s]
/proc/loadavg: 1.99 1.99 1.85 3/178 9996
/proc/meminfo: memFree=1180396/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=57376 CPUtime=12.69 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 28447 0 0 0 1257 12 0 0 25 0 1 0 357657853 58753024 13158 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 14344 13158 724 1205 0 13135 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57376

[startup+25.5006 s]
/proc/loadavg: 1.99 1.99 1.85 3/178 9997
/proc/meminfo: memFree=1168620/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=68500 CPUtime=25.49 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 43048 0 0 0 2527 22 0 0 25 0 1 0 357657853 70144000 15843 33554432000 4194304 9128323 140734841629568 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/9995/statm: 17125 15843 737 1205 0 15916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68500

[startup+51.101 s]
/proc/loadavg: 1.99 1.99 1.85 3/178 9997
/proc/meminfo: memFree=1155016/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=74904 CPUtime=51.09 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 50740 0 0 0 5072 37 0 0 25 0 1 0 357657853 76701696 17495 33554432000 4194304 9128323 140734841629568 18446744073709551615 5105556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 18726 17495 737 1205 0 17517 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74904

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.85 3/178 9999
/proc/meminfo: memFree=1124340/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=95172 CPUtime=102.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 56142 0 0 0 10156 74 0 0 25 0 1 0 357657853 97456128 22320 33554432000 4194304 9128323 140734841629568 18446744073709551615 5105556 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 23793 22320 737 1205 0 22584 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95172

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.86 3/178 10000
/proc/meminfo: memFree=1106196/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=95172 CPUtime=162.29 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 58720 0 0 0 16111 118 0 0 25 0 1 0 357657853 97456128 22585 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 23793 22585 737 1205 0 22584 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95172

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.87 3/178 10002
/proc/meminfo: memFree=1086448/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=95172 CPUtime=222.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 58733 0 0 0 22066 164 0 0 25 0 1 0 357657853 97456128 22598 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 23793 22598 737 1205 0 22584 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95172

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.87 3/178 10004
/proc/meminfo: memFree=1067936/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=97888 CPUtime=282.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 64116 0 0 0 28025 205 0 0 25 0 1 0 357657853 100237312 23249 33554432000 4194304 9128323 140734841629568 18446744073709551615 7216907 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 24472 23249 737 1205 0 23263 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97888

[startup+342.301 s]
/proc/loadavg: 1.99 1.99 1.88 3/178 10005
/proc/meminfo: memFree=1047440/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=101536 CPUtime=342.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 65052 0 0 0 33980 250 0 0 25 0 1 0 357657853 103972864 24179 33554432000 4194304 9128323 140734841629568 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 25384 24179 737 1205 0 24175 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 101536

[startup+402.301 s]
/proc/loadavg: 1.99 1.99 1.88 3/178 10007
/proc/meminfo: memFree=1024216/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=106620 CPUtime=402.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 66309 0 0 0 39939 291 0 0 25 0 1 0 357657853 109178880 25436 33554432000 4194304 9128323 140734841629568 18446744073709551615 7342922 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 26655 25436 737 1205 0 25446 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 106620

[startup+462.301 s]
/proc/loadavg: 1.99 1.99 1.89 3/178 10008
/proc/meminfo: memFree=986608/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=131072 CPUtime=462.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 91278 0 0 0 45900 330 0 0 25 0 1 0 357657853 134217728 31542 33554432000 4194304 9128323 140734841629568 18446744073709551615 6732472 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 32768 31542 737 1205 0 31559 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131072

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.90 3/178 10010
/proc/meminfo: memFree=935860/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=165940 CPUtime=522.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 107919 0 0 0 51886 344 0 0 25 0 1 0 357657853 169922560 40231 33554432000 4194304 9128323 140734841629568 18446744073709551615 7217039 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 41485 40231 737 1205 0 40276 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 165940

[startup+582.301 s]
/proc/loadavg: 1.99 1.99 1.90 3/178 10012
/proc/meminfo: memFree=893920/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=191440 CPUtime=582.3 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 116285 0 0 0 57873 357 0 0 25 0 1 0 357657853 196034560 46414 33554432000 4194304 9128323 140734841629568 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 47860 46414 737 1205 0 46651 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 191440

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10018
/proc/meminfo: memFree=754112/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=262328 CPUtime=822.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 163838 0 0 0 81826 405 0 0 25 0 1 0 357657853 268623872 64040 33554432000 4194304 9128323 140734841629568 18446744073709551615 4557549 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 65582 64040 740 1205 0 64373 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 262328

[startup+882.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10020
/proc/meminfo: memFree=726048/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=270376 CPUtime=882.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 171382 0 0 0 87814 417 0 0 25 0 1 0 357657853 276865024 66093 33554432000 4194304 9128323 140734841629568 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 67594 66093 752 1205 0 66385 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 270376

[startup+942.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10021
/proc/meminfo: memFree=700096/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=280956 CPUtime=942.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 190872 0 0 0 93803 428 0 0 25 0 1 0 357657853 287698944 68763 33554432000 4194304 9128323 140734841629568 18446744073709551615 5984494 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 70239 68763 752 1205 0 69030 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 280956

[startup+1002.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10023
/proc/meminfo: memFree=676124/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=286064 CPUtime=1002.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 201443 0 0 0 99789 442 0 0 25 0 1 0 357657853 292929536 70021 33554432000 4194304 9128323 140734841629568 18446744073709551615 6571514 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 71516 70021 752 1205 0 70307 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 286064

[startup+1062.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10024
/proc/meminfo: memFree=656240/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=292740 CPUtime=1062.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 207808 0 0 0 105777 454 0 0 25 0 1 0 357657853 299765760 71597 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 73185 71597 752 1205 0 71976 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 292740

[startup+1122.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10026
/proc/meminfo: memFree=636608/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=298528 CPUtime=1122.32 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 209241 0 0 0 111765 467 0 0 25 0 1 0 357657853 305692672 73030 33554432000 4194304 9128323 140734841629568 18446744073709551615 6416582 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 74632 73030 752 1205 0 73423 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 298528

[startup+1182.3 s]
/proc/loadavg: 1.99 1.99 1.91 2/176 10038
/proc/meminfo: memFree=1193652/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=303752 CPUtime=1182.32 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 221372 0 0 0 117752 480 0 0 25 0 1 0 357657853 311042048 74387 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 75938 74387 752 1205 0 74729 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 303752

[startup+1242.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10077
/proc/meminfo: memFree=1025400/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=306620 CPUtime=1242.31 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 242537 0 0 0 123735 496 0 0 25 0 1 0 357657853 313978880 75109 33554432000 4194304 9128323 140734841629568 18446744073709551615 5993029 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 76655 75109 752 1205 0 75446 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 306620

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10079
/proc/meminfo: memFree=1021244/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=310612 CPUtime=1302.32 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 245637 0 0 0 129725 507 0 0 25 0 1 0 357657853 318066688 75985 33554432000 4194304 9128323 140734841629568 18446744073709551615 4528457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 77653 75985 751 1205 0 76444 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 310612

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10080
/proc/meminfo: memFree=1017128/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=314316 CPUtime=1362.32 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 252093 0 0 0 135710 522 0 0 25 0 1 0 357657853 321859584 76954 33554432000 4194304 9128323 140734841629568 18446744073709551615 4209346 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 78579 76954 751 1205 0 77370 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 314316

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.91 3/178 10082
/proc/meminfo: memFree=1010496/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=317808 CPUtime=1422.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 252966 0 0 0 141699 534 0 0 25 0 1 0 357657853 325435392 77827 33554432000 4194304 9128323 140734841629568 18446744073709551615 4528457 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 79452 77827 751 1205 0 78243 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 317808

[startup+1482.3 s]
/proc/loadavg: 2.15 2.02 1.92 3/178 10084
/proc/meminfo: memFree=994924/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=319608 CPUtime=1482.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 270954 0 0 0 147684 549 0 0 25 0 1 0 357657853 327278592 78309 33554432000 4194304 9128323 140734841629568 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 79902 78309 751 1205 0 78693 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 319608

[startup+1542.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/178 10085
/proc/meminfo: memFree=982744/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=322924 CPUtime=1542.32 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 283582 0 0 0 153670 562 0 0 25 0 1 0 357657853 330674176 79028 33554432000 4194304 9128323 140734841629568 18446744073709551615 4859487 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 80731 79028 751 1205 0 79522 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 322924

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 10087
/proc/meminfo: memFree=973452/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=324064 CPUtime=1602.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 307764 0 0 0 159652 581 0 0 25 0 1 0 357657853 331841536 79269 33554432000 4194304 9128323 140734841629568 18446744073709551615 7192144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 81016 79269 751 1205 0 79807 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 324064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10088
/proc/meminfo: memFree=950112/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=327756 CPUtime=1662.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 310647 0 0 0 165637 596 0 0 25 0 1 0 357657853 335622144 80223 33554432000 4194304 9128323 140734841629568 18446744073709551615 5089499 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 81939 80223 751 1205 0 80730 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 327756

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10090
/proc/meminfo: memFree=923332/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=329604 CPUtime=1722.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 313322 0 0 0 171618 615 0 0 25 0 1 0 357657853 337514496 80683 33554432000 4194304 9128323 140734841629568 18446744073709551615 7177444 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 82401 80683 751 1205 0 81192 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 329604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 10092
/proc/meminfo: memFree=905348/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=330780 CPUtime=1782.33 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 353202 0 0 0 177592 641 0 0 25 0 1 0 357657853 338718720 80973 33554432000 4194304 9128323 140734841629568 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9995/statm: 82695 80973 754 1205 0 81486 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 330780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 4/178 10092
/proc/meminfo: memFree=901092/32950928 swapFree=67054688/67111528
[pid=9995] ppid=9993 vsize=330948 CPUtime=1800.04 cores=0,2,4,6
/proc/9995/stat : 9995 (scip-2.0.1.4.li) R 9993 9995 8717 0 -1 4202496 359122 0 0 0 179356 648 0 0 25 0 1 0 357657853 338890752 81023 33554432000 4194304 9128323 140734841629568 18446744073709551615 8002306 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9995/statm: 82737 81023 754 1205 0 81528 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 330948

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.06
CPU user time (s): 1793.56
CPU system time (s): 6.49901
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 355336

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

runsolver used 3.13152 second user time and 5.80412 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-12 19:41:24
IDJOB=3447269
IDBENCH=79261
IDSOLVER=1944
FILE ID=node112/3447269-1307900484
RUNJOBID= node112-1307898654-9268
PBS_JOBID= 13559592
Free space on /var/tmp= 2872 MiB

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

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

MD5SUM BENCH= 24569843aeaad08e546ecaba09eee200
RANDOM SEED=328016295

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1234776 kB
Buffers:         54728 kB
Cached:       30435364 kB
SwapCached:      10436 kB
Active:       15975356 kB
Inactive:     14790740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1234776 kB
SwapTotal:    67111528 kB
SwapFree:     67054688 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:      273724 kB
Mapped:          12288 kB
Slab:           886172 kB
PageTables:       5228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   471312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node112 at 2011-06-12 20:11:26