Trace number 2692744

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.12 1800.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-66-100-0.wbo
MD5SUM763c02f50955b910cbe48f7840773e4a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark56.3114
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692744-1277900284.wbo>
0.01/0.03	c original problem has 2043 variables (1137 bin, 0 int, 0 impl, 906 cont) and 3614 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.04	c presolving:
0.01/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1118 impls, 12 clqs
0.01/0.08	c (round 2) 0 del vars, 115 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 0 upgd conss, 1118 impls, 12 clqs
0.01/0.10	c (round 3) 55 del vars, 170 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 1118 impls, 12 clqs
0.09/0.11	c (round 4) 110 del vars, 170 del conss, 906 chg bounds, 55 chg sides, 0 chg coeffs, 1742 upgd conss, 1118 impls, 12 clqs
0.09/0.15	c    (0.1s) probing: 101/1082 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (5 rounds):
0.09/0.15	c  110 deleted vars, 170 deleted constraints, 906 tightened bounds, 0 added holes, 55 changed sides, 0 changed coefficients
0.09/0.15	c  1118 implications, 12 cliques
0.09/0.15	c presolved problem has 1933 variables (1082 bin, 0 int, 0 impl, 851 cont) and 3444 constraints
0.09/0.15	c     851 constraints of type <indicator>
0.09/0.15	c      12 constraints of type <setppc>
0.09/0.15	c     851 constraints of type <linear>
0.09/0.15	c    1730 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.11
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    46 |     - |8736k|   0 |  36 |1933 |3444 |1933 |1742 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   778 |     - |9060k|   0 |  42 |1933 |3444 |1933 |1757 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   800 |     - |9290k|   0 |  46 |1933 |3444 |1933 |1767 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   813 |     - |9295k|   0 |  50 |1933 |3444 |1933 |1773 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   819 |     - |9297k|   0 |  51 |1933 |3444 |1933 |1775 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.19	c   1.1s|     1 |     2 |   819 |     - |9300k|   0 |  51 |1933 |3444 |1933 |1775 |  33 |   0 |  33 | 0.000000e+00 |      --      |    Inf 
2.09/2.14	o 41732
2.09/2.14	c y 2.1s|    18 |    17 |  1101 |  16.6 |9429k|  16 |   - |1933 |3444 |   0 |   0 |  56 |   0 | 250 | 0.000000e+00 | 4.173200e+04 |    Inf 
10.39/10.43	o 200
10.39/10.43	c *10.2s|  3274 |  1968 |  6968 |   1.9 |  15M|  83 |   - |1933 |3461 |1933 |1777 | 709 |  17 |1353 | 0.000000e+00 | 2.000000e+02 |    Inf 
10.39/10.43	o 145
10.39/10.43	c *10.2s|  3275 |  1458 |  6968 |   1.9 |  15M|  83 |   - |1933 |3461 |1933 |1777 | 709 |  17 |1353 | 0.000000e+00 | 1.450000e+02 |    Inf 
10.49/10.56	o 102
10.49/10.56	c *10.3s|  3336 |  1047 |  7166 |   1.9 |  14M|  83 |   - |1933 |3461 |1933 |1772 | 747 |  17 |1353 | 0.000000e+00 | 1.020000e+02 |    Inf 
10.59/10.63	o 65
10.59/10.63	c *10.4s|  3365 |   611 |  7277 |   1.9 |  14M|  83 |   - |1933 |3476 |1933 |1771 | 764 |  32 |1356 | 0.000000e+00 | 6.500000e+01 |    Inf 
10.69/10.70	o 56
10.69/10.70	c *10.5s|  3415 |   553 |  7304 |   1.9 |  14M|  83 |   - |1933 |3192 |1933 |1774 | 769 |  39 |1356 | 0.000000e+00 | 5.600000e+01 |    Inf 
10.90/10.91	o 23
10.90/10.91	c *10.7s|  3435 |   293 |  7589 |   2.0 |  13M|  83 |   - |1933 |3113 |1933 |1779 | 781 |  39 |1394 | 0.000000e+00 | 2.300000e+01 |    Inf 
10.90/10.92	o 6
10.90/10.92	c *10.7s|  3436 |    74 |  7590 |   2.0 |  12M|  83 |   - |1933 |3113 |1933 |1779 | 781 |  39 |1394 | 0.000000e+00 | 6.000000e+00 |    Inf 
27.19/27.22	c  26.7s| 10000 |   173 | 72817 |   7.2 |  15M|  83 |   - |1933 |8143 |1933 |1777 |2419 |8621 |1836 | 0.000000e+00 | 6.000000e+00 |    Inf 
49.40/49.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.40/49.49	c  48.6s| 20000 |   293 |159487 |   7.9 |  18M|  83 |   - |1933 |  12k|   0 |   0 |4268 |  21k|1899 | 0.000000e+00 | 6.000000e+00 |    Inf 
72.89/72.90	c  71.6s| 30000 |   414 |239016 |   7.9 |  20M|  83 |   - |1933 |  15k|1933 |1777 |7097 |  35k|2250 | 0.000000e+00 | 6.000000e+00 |    Inf 
96.70/96.71	c  95.1s| 40000 |   485 |317874 |   7.9 |  22M|  83 |   - |1933 |  19k|   0 |   0 |9942 |  49k|2553 | 0.000000e+00 | 6.000000e+00 |    Inf 
121.09/121.16	c   119s| 50000 |   427 |396650 |   7.9 |  22M|  83 |  20 |1933 |  16k|1933 |1767 |  13k|  63k|2878 | 0.000000e+00 | 6.000000e+00 |    Inf 
145.20/145.22	c   143s| 60000 |   638 |476632 |   7.9 |  24M|  83 |  22 |1933 |  18k|1933 |1767 |  16k|  77k|3101 | 0.000000e+00 | 6.000000e+00 |    Inf 
170.20/170.20	c   167s| 70000 |   641 |559025 |   8.0 |  25M|  83 |  27 |1933 |  20k|1933 |1767 |  20k|  91k|3352 | 0.000000e+00 | 6.000000e+00 |    Inf 
175.50/175.52	o 5
175.50/175.52	c * 173s| 72167 |   644 |575200 |   8.0 |  25M|  83 |   - |1933 |  21k|1933 |1773 |  21k|  94k|3423 | 0.000000e+00 | 5.000000e+00 |    Inf 
193.99/194.05	c   191s| 80000 |   677 |634451 |   7.9 |  24M|  83 |  24 |1933 |  17k|1933 |1767 |  23k| 105k|3607 | 0.000000e+00 | 5.000000e+00 |    Inf 
217.70/217.76	c   214s| 90000 |   723 |714357 |   7.9 |  26M|  83 |   - |1933 |  20k|   0 |   0 |  26k| 120k|3789 | 0.000000e+00 | 5.000000e+00 |    Inf 
228.59/228.70	o 1
228.59/228.70	c * 225s| 94257 |   510 |747890 |   7.9 |  23M|  83 |   - |1933 |  16k|1933 |1770 |  28k| 126k|3975 | 0.000000e+00 | 1.000000e+00 |    Inf 
241.40/241.48	c   238s|100000 |   503 |791101 |   7.9 |  23M|  83 |   - |1933 |  16k|   0 |   0 |  30k| 134k|4048 | 0.000000e+00 | 1.000000e+00 |    Inf 
263.80/263.89	c   260s|110000 |   634 |863275 |   7.8 |  26M|  83 |  15 |1933 |  22k|1933 |1767 |  34k| 148k|4196 | 0.000000e+00 | 1.000000e+00 |    Inf 
288.50/288.57	c   284s|120000 |   624 |938331 |   7.8 |  28M|  83 |   - |1933 |  25k|   0 |   0 |  37k| 162k|4357 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.89/314.91	c   310s|130000 |   719 |  1015k|   7.8 |  28M|  83 |  27 |1933 |  25k|1933 |1773 |  41k| 176k|4550 | 0.000000e+00 | 1.000000e+00 |    Inf 
341.49/341.57	c   336s|140000 |   743 |  1092k|   7.8 |  30M|  83 |  23 |1933 |  30k|1933 |1767 |  44k| 191k|4700 | 0.000000e+00 | 1.000000e+00 |    Inf 
370.00/370.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.00/370.03	c   364s|150000 |   720 |  1175k|   7.8 |  32M|  83 |   - |1933 |  33k|1933 |1771 |  50k| 206k|4843 | 0.000000e+00 | 1.000000e+00 |    Inf 
399.00/399.01	c   393s|160000 |   607 |  1263k|   7.9 |  27M|  83 |   - |1933 |  22k|   0 |   0 |  55k| 220k|5068 | 0.000000e+00 | 1.000000e+00 |    Inf 
424.00/424.02	c   417s|170000 |   560 |  1341k|   7.9 |  27M|  83 |  23 |1933 |  22k|1933 |1767 |  58k| 235k|5207 | 0.000000e+00 | 1.000000e+00 |    Inf 
448.60/448.63	c   442s|180000 |   512 |  1419k|   7.9 |  27M|  83 |   - |1933 |  23k|   0 |   0 |  62k| 249k|5356 | 0.000000e+00 | 1.000000e+00 |    Inf 
474.80/474.80	c   467s|190000 |   485 |  1500k|   7.9 |  27M|  83 |   - |1933 |  21k|   0 |   0 |  66k| 263k|5490 | 0.000000e+00 | 1.000000e+00 |    Inf 
500.10/500.11	c   492s|200000 |   503 |  1582k|   7.9 |  27M|  83 |   - |1933 |  22k|1933 |1770 |  71k| 277k|5624 | 0.000000e+00 | 1.000000e+00 |    Inf 
525.30/525.38	c   517s|210000 |   425 |  1661k|   7.9 |  26M|  83 |   - |1933 |  19k|   0 |   0 |  75k| 292k|5768 | 0.000000e+00 | 1.000000e+00 |    Inf 
549.80/549.81	c   541s|220000 |   415 |  1740k|   7.9 |  26M|  83 |  20 |1933 |  20k|1933 |1767 |  78k| 305k|5911 | 0.000000e+00 | 1.000000e+00 |    Inf 
576.20/576.22	c   567s|230000 |   383 |  1826k|   7.9 |  27M|  83 |   9 |1933 |  23k|1933 |1767 |  82k| 320k|6008 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.01/602.05	c   593s|240000 |   425 |  1909k|   8.0 |  28M|  83 |   - |1933 |  25k|   0 |   0 |  86k| 334k|6157 | 0.000000e+00 | 1.000000e+00 |    Inf 
629.90/629.93	c   620s|250000 |   420 |  1999k|   8.0 |  29M|  83 |   - |1933 |  29k|   0 |   0 |  90k| 349k|6301 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.51/659.55	c   650s|260000 |   478 |  2089k|   8.0 |  32M|  83 |   - |1933 |  34k|1933 |1775 |  95k| 364k|6401 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.51/688.57	c   678s|270000 |   473 |  2170k|   8.0 |  33M|  83 |   - |1933 |  36k|1933 |1775 | 100k| 379k|6505 | 0.000000e+00 | 1.000000e+00 |    Inf 
718.50/718.58	c   708s|280000 |   462 |  2261k|   8.1 |  31M|  83 |  16 |1933 |  32k|1933 |1767 | 105k| 394k|6633 | 0.000000e+00 | 1.000000e+00 |    Inf 
750.01/750.07	c   738s|290000 |   430 |  2358k|   8.1 |  33M|  83 |   - |1933 |  38k|   0 |   0 | 109k| 409k|6747 | 0.000000e+00 | 1.000000e+00 |    Inf 
781.41/781.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
781.41/781.40	c   769s|300000 |   501 |  2444k|   8.1 |  32M|  83 |  22 |1933 |  34k|1933 |1767 | 114k| 423k|6874 | 0.000000e+00 | 1.000000e+00 |    Inf 
814.60/814.69	c   801s|310000 |   695 |  2544k|   8.2 |  35M|  83 |   - |1933 |  38k|   0 |   0 | 118k| 437k|7023 | 0.000000e+00 | 1.000000e+00 |    Inf 
847.11/847.16	c   833s|320000 |   718 |  2636k|   8.2 |  36M|  83 |  19 |1933 |  41k|1933 |1767 | 122k| 452k|7104 | 0.000000e+00 | 1.000000e+00 |    Inf 
880.81/880.83	c   866s|330000 |   836 |  2731k|   8.3 |  38M|  83 |   7 |1933 |  44k|1933 |1767 | 126k| 467k|7228 | 0.000000e+00 | 1.000000e+00 |    Inf 
913.41/913.40	c   897s|340000 |   894 |  2821k|   8.3 |  40M|  83 |   - |1933 |  46k|   0 |   0 | 130k| 482k|7331 | 0.000000e+00 | 1.000000e+00 |    Inf 
947.21/947.25	c   930s|350000 |  1019 |  2910k|   8.3 |  42M|  83 |   - |1933 |  50k|1933 |1769 | 135k| 498k|7393 | 0.000000e+00 | 1.000000e+00 |    Inf 
982.32/982.31	c   964s|360000 |   985 |  2996k|   8.3 |  43M|  83 |   - |1933 |  53k|   0 |   0 | 139k| 514k|7503 | 0.000000e+00 | 1.000000e+00 |    Inf 
1017.11/1017.13	c   998s|370000 |  1069 |  3074k|   8.3 |  46M|  83 |   9 |1933 |  58k|1933 |1767 | 144k| 530k|7570 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.42/1054.47	c  1035s|380000 |   971 |  3160k|   8.3 |  43M|  83 |   - |1933 |  51k|1933 |1770 | 149k| 546k|7698 | 0.000000e+00 | 1.000000e+00 |    Inf 
1092.51/1092.57	c  1072s|390000 |  1078 |  3255k|   8.3 |  43M|  83 |  12 |1933 |  49k|1933 |1767 | 154k| 561k|7788 | 0.000000e+00 | 1.000000e+00 |    Inf 
1131.72/1131.71	c  1110s|400000 |   996 |  3345k|   8.4 |  42M|  83 |   - |1933 |  47k|   0 |   0 | 158k| 576k|7896 | 0.000000e+00 | 1.000000e+00 |    Inf 
1166.72/1166.78	c  1144s|410000 |   987 |  3433k|   8.4 |  43M|  83 |   - |1933 |  50k|   0 |   0 | 163k| 590k|8013 | 0.000000e+00 | 1.000000e+00 |    Inf 
1203.52/1203.60	c  1180s|420000 |   989 |  3532k|   8.4 |  42M|  83 |   - |1933 |  47k|   0 |   0 | 168k| 605k|8151 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.63/1238.61	c  1214s|430000 |   909 |  3622k|   8.4 |  41M|  83 |  16 |1933 |  46k|1933 |1767 | 173k| 621k|8225 | 0.000000e+00 | 1.000000e+00 |    Inf 
1274.22/1274.21	c  1249s|440000 |   862 |  3716k|   8.4 |  42M|  83 |   - |1933 |  48k|1933 |1771 | 178k| 636k|8302 | 0.000000e+00 | 1.000000e+00 |    Inf 
1310.92/1310.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1310.92/1310.94	c  1284s|450000 |   695 |  3811k|   8.5 |  39M|  83 |   9 |1933 |  44k|1933 |1767 | 183k| 651k|8431 | 0.000000e+00 | 1.000000e+00 |    Inf 
1345.32/1345.39	c  1318s|460000 |   593 |  3907k|   8.5 |  39M|  83 |   - |1933 |  45k|   0 |   0 | 187k| 666k|8503 | 0.000000e+00 | 1.000000e+00 |    Inf 
1380.72/1380.77	c  1353s|470000 |   489 |  4010k|   8.5 |  37M|  83 |   - |1933 |  42k|   0 |   0 | 193k| 681k|8606 | 0.000000e+00 | 1.000000e+00 |    Inf 
1415.73/1415.78	c  1387s|480000 |   389 |  4114k|   8.6 |  36M|  83 |   - |1933 |  40k|   0 |   0 | 197k| 696k|8717 | 0.000000e+00 | 1.000000e+00 |    Inf 
1446.53/1446.51	c  1416s|490000 |   331 |  4196k|   8.6 |  32M|  83 |   - |1933 |  30k|   0 |   0 | 201k| 710k|8864 | 0.000000e+00 | 1.000000e+00 |    Inf 
1476.32/1476.31	c  1445s|500000 |   399 |  4282k|   8.6 |  34M|  83 |   - |1933 |  35k|   0 |   0 | 205k| 724k|8936 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.03/1507.04	c  1475s|510000 |   434 |  4365k|   8.6 |  35M|  83 |  15 |1933 |  37k|1933 |1767 | 209k| 738k|9008 | 0.000000e+00 | 1.000000e+00 |    Inf 
1538.03/1538.05	c  1505s|520000 |   300 |  4445k|   8.5 |  34M|  83 |   8 |1933 |  36k|1933 |1777 | 213k| 754k|9087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1567.33/1567.30	c  1533s|530000 |   221 |  4528k|   8.5 |  31M|  83 |   - |1933 |  29k|1933 |1770 | 216k| 767k|9223 | 0.000000e+00 | 1.000000e+00 |    Inf 
1595.53/1595.50	c  1561s|540000 |   235 |  4612k|   8.5 |  31M|  83 |   - |1933 |  29k|   0 |   0 | 220k| 780k|9299 | 0.000000e+00 | 1.000000e+00 |    Inf 
1623.43/1623.42	c  1588s|550000 |   234 |  4695k|   8.5 |  32M|  83 |  27 |1933 |  32k|1933 |1771 | 224k| 794k|9364 | 0.000000e+00 | 1.000000e+00 |    Inf 
1651.73/1651.73	c  1615s|560000 |   163 |  4773k|   8.5 |  32M|  83 |   - |1933 |  34k|   0 |   0 | 228k| 809k|9443 | 0.000000e+00 | 1.000000e+00 |    Inf 
1682.13/1682.12	c  1644s|570000 |   160 |  4872k|   8.5 |  33M|  83 |   - |1933 |  36k|1933 |1777 | 232k| 823k|9533 | 0.000000e+00 | 1.000000e+00 |    Inf 
1714.03/1714.07	c  1675s|580000 |   152 |  4972k|   8.6 |  34M|  83 |   - |1933 |  40k|1933 |1784 | 233k| 837k|9623 | 0.000000e+00 | 1.000000e+00 |    Inf 
1745.13/1745.15	c  1705s|590000 |   130 |  5061k|   8.6 |  31M|  83 |   - |1933 |  32k|1933 |1773 | 235k| 851k|9694 | 0.000000e+00 | 1.000000e+00 |    Inf 
1775.23/1775.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1775.23/1775.27	c  1735s|600000 |   104 |  5148k|   8.6 |  32M|  83 |   - |1933 |  34k|1933 |1772 | 239k| 864k|9780 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1758.66
1800.04/1800.00	c Solving Nodes      : 608656
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (110 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.01	v x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.01	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.01	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1800.04/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.01	v -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.04/1800.01	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 -x54 
1800.04/1800.01	v -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.04/1800.01	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 -x2 
1800.04/1800.01	v -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1758.66
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2692744-1277900284.wbo
1800.04/1800.01	c   Variables        : 2043 (1137 binary, 0 integer, 0 implicit integer, 906 continuous)
1800.04/1800.01	c   Constraints      : 3614 initial, 3614 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2692744-1277900284.wbo
1800.04/1800.01	c   Variables        : 1933 (1082 binary, 0 integer, 0 implicit integer, 851 continuous)
1800.04/1800.01	c   Constraints      : 3444 initial, 59338 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00         55          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00         55          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0         55          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.05          0          0          0        906          0        115         55          0
1800.04/1800.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -        851          -          -       1702          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0     395743          0         34        654          0          0     680070
1800.04/1800.01	c   indicator        :        851          0     413548       8876          0          1      24106          0          0          0
1800.04/1800.01	c   setppc           :         12          5    2661185      53165          0      59271    1903741          0          0          0
1800.04/1800.01	c   linear           :        851          5    2605644      55152          0     100576   10726057     242461          0          0
1800.04/1800.01	c   logicor          :       1730+         5    1472458       3100          0     121163    5824242          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0       3100          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :      32.06       0.00       0.00      32.06       0.00
1800.04/1800.01	c   indicator        :       0.79       0.00       0.57       0.22       0.00
1800.04/1800.01	c   setppc           :      15.90       0.00      15.89       0.01       0.00
1800.04/1800.01	c   linear           :      71.37       0.00      70.11       1.26       0.00
1800.04/1800.01	c   logicor          :     352.03       0.00     352.00       0.03       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.35          2          0          0
1800.04/1800.01	c   rootredcost      :       0.30         10          0        851
1800.04/1800.01	c   pseudoobj        :      44.15    2664750          9      13405
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      14.63     281019     279943    1803307       27.7       8041       25.2          -
1800.04/1800.01	c   infeasible LP    :      12.38      57511      57511     495770       44.1        372       19.7          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -     876123       25.2          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          4          -          -          2          -    (maximal pool size: 223)
1800.04/1800.01	c   redcost          :      10.19     395842          0       4317          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          5          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.23          5          0          0       1000          0
1800.04/1800.01	c   strongcg         :       0.15          5          0          0        865          0
1800.04/1800.01	c   cmir             :       0.04          5          0          0          1          0
1800.04/1800.01	c   flowcover        :       0.04          5          0          0          1          0
1800.04/1800.01	c   clique           :       0.00          5          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :      31.76     340589         34        654          0          0     680070
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       0.18       3091          0          0          0          0       6182
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          9
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.16          8          0
1800.04/1800.01	c   feaspump         :       0.10          1          0
1800.04/1800.01	c   intshifting      :       0.00          6          0
1800.04/1800.01	c   crossover        :       0.22          5          0
1800.04/1800.01	c   linesearchdiving :       0.13        116          0
1800.04/1800.01	c   guideddiving     :       0.19        116          0
1800.04/1800.01	c   veclendiving     :       0.15        116          0
1800.04/1800.01	c   coefdiving       :       0.09        117          0
1800.04/1800.01	c   pscostdiving     :       0.07        117          0
1800.04/1800.01	c   fracdiving       :       0.18        117          0
1800.04/1800.01	c   objpscostdiving  :       0.06        107          0
1800.04/1800.01	c   rootsoldiving    :       0.10        107          0
1800.04/1800.01	c   trivial          :       0.00          2          0
1800.04/1800.01	c   simplerounding   :       0.56     340588          0
1800.04/1800.01	c   zirounding       :       0.14       1000          0
1800.04/1800.01	c   rounding         :       0.80       8169          0
1800.04/1800.01	c   shifting         :       1.05       2539          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.01          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.16          0          0
1800.04/1800.01	c   trysol           :       0.27        592        101
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     747.89     449874    5212532      11.59    6969.65
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.34        200       1755       8.78    5161.76
1800.04/1800.01	c   strong branching :      28.02       9826     162914      16.58    5814.20
1800.04/1800.01	c     (at root node) :          -         33       2783      84.33          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :     608656
1800.04/1800.01	c   nodes (total)    :     608656
1800.04/1800.01	c   nodes left       :         80
1800.04/1800.01	c   max depth        :         83
1800.04/1800.01	c   max depth (total):         83
1800.04/1800.01	c   backtracks       :     100707 (16.5%)
1800.04/1800.01	c   delayed cutoffs  :      74048
1800.04/1800.01	c   repropagations   :     893441 (4706166 domain reductions, 72869 cutoffs)
1800.04/1800.01	c   avg switch length:       4.46
1800.04/1800.01	c   switching time   :     258.61
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :        110 (10 improvements)
1800.04/1800.01	c   First Solution   : +4.17320000000000e+04   (in run 1, after 17 nodes, 2.07 seconds, depth 17, found by <trysol>)
1800.04/1800.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 94257 nodes, 224.95 seconds, depth 34, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :        819
1800.04/1800.08	c Time complete: 1800.11.

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692744-1277900284/watcher-2692744-1277900284 -o /tmp/evaluation-result-2692744-1277900284/solver-2692744-1277900284 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692744-1277900284.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.95 1.98 4/196 10425
/proc/meminfo: memFree=30965788/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=9300 CPUtime=0
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1619 0 0 0 0 0 0 0 25 0 1 0 131325908 9523200 1539 4089446400 4194304 8223781 140736394804720 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10425/statm: 2325 1539 369 984 0 1338 0

[startup+0.0171449 s]
/proc/loadavg: 1.93 1.95 1.98 4/196 10425
/proc/meminfo: memFree=30965788/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=11296 CPUtime=0.01
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2120 0 0 0 1 0 0 0 25 0 1 0 131325908 11567104 2040 4089446400 4194304 8223781 140736394804720 18446744073709551615 5650593 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10425/statm: 2824 2040 369 984 0 1837 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11296

[startup+0.101131 s]
/proc/loadavg: 1.93 1.95 1.98 4/196 10425
/proc/meminfo: memFree=30965788/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=24592 CPUtime=0.09
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 6692 0 0 0 9 0 0 0 25 0 1 0 131325908 25182208 4963 4089446400 4194304 8223781 140736394804720 18446744073709551615 7253685 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 6148 4986 458 984 0 5161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24592

[startup+0.301096 s]
/proc/loadavg: 1.93 1.95 1.98 4/196 10425
/proc/meminfo: memFree=30965788/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=30040 CPUtime=0.29
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 10046 0 0 0 28 1 0 0 25 0 1 0 131325908 30760960 6594 4089446400 4194304 8223781 140736394804720 18446744073709551615 5818332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 7510 6594 550 984 0 6523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30040

[startup+0.701024 s]
/proc/loadavg: 1.93 1.95 1.98 4/196 10425
/proc/meminfo: memFree=30965788/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=33476 CPUtime=0.69
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 10948 0 0 0 67 2 0 0 25 0 1 0 131325908 34279424 7460 4089446400 4194304 8223781 140736394804720 18446744073709551615 6059431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 8369 7460 573 984 0 7382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33476

[startup+1.50089 s]
/proc/loadavg: 1.93 1.95 1.98 3/197 10426
/proc/meminfo: memFree=30937212/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=33412 CPUtime=1.49
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 14720 0 0 0 146 3 0 0 25 0 1 0 131325908 34213888 7480 4089446400 4194304 8223781 140736394804720 18446744073709551615 6446935 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 8353 7480 587 984 0 7366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33412

[startup+3.1006 s]
/proc/loadavg: 1.93 1.95 1.98 3/197 10426
/proc/meminfo: memFree=30936840/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=34100 CPUtime=3.09
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 17762 0 0 0 304 5 0 0 25 0 1 0 131325908 34918400 7645 4089446400 4194304 8223781 140736394804720 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 8525 7645 590 984 0 7538 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34100

[startup+6.30104 s]
/proc/loadavg: 1.94 1.95 1.98 3/197 10426
/proc/meminfo: memFree=30935596/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=36812 CPUtime=6.29
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 43468 0 0 0 617 12 0 0 25 0 1 0 131325908 37695488 8275 4089446400 4194304 8223781 140736394804720 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 9203 8275 593 984 0 8216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36812

[startup+12.7009 s]
/proc/loadavg: 1.94 1.95 1.98 3/197 10426
/proc/meminfo: memFree=30927164/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=44060 CPUtime=12.69
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 69817 0 0 0 1247 22 0 0 25 0 1 0 131325908 45117440 10091 4089446400 4194304 8223781 140736394804720 18446744073709551615 6569745 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 11015 10091 597 984 0 10028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44060

[startup+25.5007 s]
/proc/loadavg: 1.95 1.95 1.98 3/197 10426
/proc/meminfo: memFree=30925328/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=46320 CPUtime=25.49
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 108375 0 0 0 2504 45 0 0 25 0 1 0 131325908 47431680 10667 4089446400 4194304 8223781 140736394804720 18446744073709551615 6446822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 11580 10667 597 984 0 10593 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46320

[startup+51.1002 s]
/proc/loadavg: 1.97 1.95 1.98 3/197 10427
/proc/meminfo: memFree=30920904/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=50960 CPUtime=51.09
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 160262 0 0 0 5017 92 0 0 25 0 1 0 131325908 52183040 11814 4089446400 4194304 8223781 140736394804720 18446744073709551615 6562374 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 12740 11814 597 984 0 11753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50960

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.98 3/197 10428
/proc/meminfo: memFree=30906124/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=57644 CPUtime=102.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 226310 0 0 0 10059 171 0 0 25 0 1 0 131325908 59027456 13476 4089446400 4194304 8223781 140736394804720 18446744073709551615 6162915 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 14411 13476 597 984 0 13424 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57644

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.98 3/197 10430
/proc/meminfo: memFree=30903724/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=60260 CPUtime=162.29
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 357784 0 0 0 15962 267 0 0 25 0 1 0 131325908 61706240 14103 4089446400 4194304 8223781 140736394804720 18446744073709551615 6456389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 15065 14103 597 984 0 14078 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 60260

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10432
/proc/meminfo: memFree=30902072/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=61908 CPUtime=222.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 459108 0 0 0 21868 362 0 0 25 0 1 0 131325908 63393792 14492 4089446400 4194304 8223781 140736394804720 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 15477 14492 597 984 0 14490 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 61908

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10433
/proc/meminfo: memFree=30896688/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=63840 CPUtime=282.29
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 587527 0 0 0 27772 457 0 0 25 0 1 0 131325908 65372160 14978 4089446400 4194304 8223781 140736394804720 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 15960 14978 597 984 0 14973 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63840

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10434
/proc/meminfo: memFree=30881524/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=66736 CPUtime=342.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 709964 0 0 0 33684 546 0 0 25 0 1 0 131325908 68337664 15691 4089446400 4194304 8223781 140736394804720 18446744073709551615 6514416 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 16684 15691 597 984 0 15697 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 66736

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10436
/proc/meminfo: memFree=30864392/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=70100 CPUtime=402.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 816069 0 0 0 39603 627 0 0 25 0 1 0 131325908 71782400 16445 4089446400 4194304 8223781 140736394804720 18446744073709551615 6538084 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 17525 16445 597 984 0 16538 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70100

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 10468
/proc/meminfo: memFree=31209916/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=70624 CPUtime=462.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 937825 0 0 0 45511 719 0 0 25 0 1 0 131325908 72318976 16514 4089446400 4194304 8223781 140736394804720 18446744073709551615 6296577 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 17656 16514 597 984 0 16669 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70624

[startup+522.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 10470
/proc/meminfo: memFree=31030972/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=70620 CPUtime=522.3
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1055052 0 0 0 51422 808 0 0 25 0 1 0 131325908 72314880 16555 4089446400 4194304 8223781 140736394804720 18446744073709551615 6570349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 17655 16555 597 984 0 16668 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 70620

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 10471
/proc/meminfo: memFree=30871844/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=70920 CPUtime=582.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1180134 0 0 0 57335 896 0 0 25 0 1 0 131325908 72622080 16614 4089446400 4194304 8223781 140736394804720 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 17730 16614 597 984 0 16743 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 70920

[startup+642.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 10472
/proc/meminfo: memFree=30721248/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=72432 CPUtime=642.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1251866 0 0 0 63257 974 0 0 25 0 1 0 131325908 74170368 16901 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10425/statm: 18108 16901 597 984 0 17121 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 72432

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10526
/proc/meminfo: memFree=30965436/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=76372 CPUtime=822.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1478828 0 0 0 80860 1371 0 0 25 0 1 0 131325908 78204928 17841 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 19093 17841 597 984 0 18106 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 76372

[startup+882.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10527
/proc/meminfo: memFree=30948756/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=77308 CPUtime=882.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1565304 0 0 0 86698 1533 0 0 25 0 1 0 131325908 79163392 18079 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 19327 18079 597 984 0 18340 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 77308

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 10528
/proc/meminfo: memFree=30919336/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=81092 CPUtime=942.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1635978 0 0 0 92528 1703 0 0 25 0 1 0 131325908 83038208 19024 4089446400 4194304 8223781 140736394804720 18446744073709551615 4431658 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 20273 19024 597 984 0 19286 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 81092

[startup+1002.3 s]
/proc/loadavg: 2.07 1.99 1.98 3/197 10530
/proc/meminfo: memFree=30888412/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=84932 CPUtime=1002.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1664820 0 0 0 98364 1868 0 0 25 0 1 0 131325908 86970368 20003 4089446400 4194304 8223781 140736394804720 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21233 20003 597 984 0 20246 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 84932

[startup+1062.3 s]
/proc/loadavg: 2.03 1.99 1.98 3/197 10532
/proc/meminfo: memFree=30868032/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=86052 CPUtime=1062.31
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1748159 0 0 0 104226 2005 0 0 25 0 1 0 131325908 88117248 20315 4089446400 4194304 8223781 140736394804720 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21513 20315 597 984 0 20526 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 86052

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.98 3/197 10534
/proc/meminfo: memFree=30843064/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=86560 CPUtime=1122.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1855799 0 0 0 110059 2173 0 0 25 0 1 0 131325908 88637440 20394 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21640 20394 597 984 0 20653 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 86560

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10535
/proc/meminfo: memFree=30824176/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=86700 CPUtime=1182.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 1968396 0 0 0 115907 2325 0 0 25 0 1 0 131325908 88780800 20443 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21675 20443 600 984 0 20688 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 86700

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10536
/proc/meminfo: memFree=30812848/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=86632 CPUtime=1242.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2063507 0 0 0 121749 2483 0 0 25 0 1 0 131325908 88711168 20450 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21658 20450 597 984 0 20671 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 86632

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10538
/proc/meminfo: memFree=30794824/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=87064 CPUtime=1302.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2152758 0 0 0 127606 2626 0 0 25 0 1 0 131325908 89153536 20540 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21766 20540 597 984 0 20779 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 87064

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10540
/proc/meminfo: memFree=30775184/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=87012 CPUtime=1362.33
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2240080 0 0 0 133460 2773 0 0 25 0 1 0 131325908 89100288 20535 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21753 20535 597 984 0 20766 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 87012

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10542
/proc/meminfo: memFree=30758036/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=87648 CPUtime=1422.33
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2329089 0 0 0 139303 2930 0 0 25 0 1 0 131325908 89751552 20640 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 21912 20640 597 984 0 20925 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 87648

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.98 3/197 10543
/proc/meminfo: memFree=30732700/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=89308 CPUtime=1482.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2437309 0 0 0 145126 3106 0 0 25 0 1 0 131325908 91451392 20812 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22327 20812 597 984 0 21340 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 89308

[startup+1542.3 s]
/proc/loadavg: 2.08 2.00 1.99 3/197 10544
/proc/meminfo: memFree=30725360/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=89620 CPUtime=1542.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2546701 0 0 0 150931 3301 0 0 25 0 1 0 131325908 91770880 20870 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22405 20870 597 984 0 21418 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 89620

[startup+1602.3 s]
/proc/loadavg: 2.07 2.01 1.99 3/197 10546
/proc/meminfo: memFree=30724952/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=89740 CPUtime=1602.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2635467 0 0 0 156725 3507 0 0 25 0 1 0 131325908 91893760 20885 4089446400 4194304 8223781 140736394804720 18446744073709551615 7235108 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22393 20884 597 984 0 21406 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 89740

[startup+1662.3 s]
/proc/loadavg: 2.50 2.12 2.03 3/197 10548
/proc/meminfo: memFree=30724656/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=89660 CPUtime=1662.32
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2713800 0 0 0 162511 3721 0 0 25 0 1 0 131325908 91811840 20894 4089446400 4194304 8223781 140736394804720 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22415 20894 597 984 0 21428 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 89660

[startup+1722.3 s]
/proc/loadavg: 2.18 2.10 2.03 3/197 10550
/proc/meminfo: memFree=30724464/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=89572 CPUtime=1722.33
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2815602 0 0 0 168314 3919 0 0 25 0 1 0 131325908 91721728 20908 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22393 20908 597 984 0 21406 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 89572

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/197 10551
/proc/meminfo: memFree=30723556/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=90200 CPUtime=1782.34
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2898509 0 0 0 174154 4080 0 0 25 0 1 0 131325908 92364800 21013 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22550 21013 597 984 0 21563 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 90200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.05 2.07 2.02 3/197 10552
/proc/meminfo: memFree=30723664/32951124 swapFree=67111528/67111528
[pid=10425] ppid=10423 vsize=90200 CPUtime=1800.04
/proc/10425/stat : 10425 (pbscip.linux.x8) R 10423 10425 10267 0 -1 4202496 2922529 0 0 0 175868 4136 0 0 25 0 1 0 131325908 92364800 21014 4089446400 4194304 8223781 140736394804720 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/10425/statm: 22550 21014 597 984 0 21563 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 90200

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

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

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.12
CPU user time (s): 1758.75
CPU system time (s): 41.3687
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 90448

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

runsolver used 2.55761 second user time and 5.67714 second system time

The end

Launcher Data

Begin job on node107 at 2010-06-30 14:18:04
IDJOB=2692744
IDBENCH=78880
IDSOLVER=1204
FILE ID=node107/2692744-1277900284
PBS_JOBID= 11197234
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692744-1277900284/watcher-2692744-1277900284 -o /tmp/evaluation-result-2692744-1277900284/solver-2692744-1277900284 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692744-1277900284.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 763c02f50955b910cbe48f7840773e4a
RANDOM SEED=1365281240

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30966316 kB
Buffers:        183288 kB
Cached:        1270260 kB
SwapCached:          0 kB
Active:         748796 kB
Inactive:      1094128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30966316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4676 kB
Writeback:           0 kB
AnonPages:      389176 kB
Mapped:          20412 kB
Slab:            78596 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node107 at 2010-06-30 14:48:06