Trace number 2694122

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
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.38 1800.34

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-0-100-0.wbo
MD5SUM1440dfbec92f7e530a692a301b0ef2cf
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.25696
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
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: NONE] [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-2694122-1277923552.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.69/1.73	c   1.7s| 10000 |  6566 |     0 |   0.0 |8293k| 191 |   - | 371 |5764 |   0 |   0 |   0 |9639 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.89/1.94	o 949
1.89/1.94	c * 1.9s| 13991 | 10546 |     0 |   0.0 |9395k| 201 |   - | 371 |5282 |   0 |   0 |   0 |9661 |   0 | 0.000000e+00 | 9.490000e+02 |    Inf 
3.20/3.24	c   3.1s| 20000 | 13862 |     0 |   0.0 |  12M| 201 |   - | 371 |6336 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 9.490000e+02 |    Inf 
6.29/6.36	c   6.2s| 30000 | 17756 |     0 |   0.0 |  19M| 201 |   - | 371 |  12k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 9.490000e+02 |    Inf 
9.89/9.92	c   9.6s| 40000 | 21754 |     0 |   0.0 |  22M| 201 |   - | 371 |  10k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 9.490000e+02 |    Inf 
10.39/10.44	c  10.1s| 50000 | 31742 |     0 |   0.0 |  22M| 209 |   - | 371 |1115 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 9.490000e+02 |    Inf 
10.89/10.91	o 338
10.89/10.91	c *10.5s| 59313 | 40322 |     0 |   0.0 |  24M| 209 |   - | 371 | 906 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
10.89/10.94	c  10.6s| 60000 | 41009 |     0 |   0.0 |  24M| 209 |   - | 371 | 883 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
11.38/11.44	c  11.0s| 70000 | 50977 |     0 |   0.0 |  27M| 209 |   - | 371 | 876 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
11.88/11.91	c  11.4s| 80000 | 60940 |     0 |   0.0 |  30M| 209 |   - | 371 | 896 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
12.39/12.41	c  11.9s| 90000 | 70877 |     0 |   0.0 |  33M| 209 |   - | 371 | 929 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
12.88/12.93	c  12.4s|100000 | 80790 |     0 |   0.0 |  36M| 209 |   - | 371 |1021 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
13.38/13.46	c  12.8s|110000 | 90729 |     0 |   0.0 |  39M| 209 |   - | 371 | 495 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
15.08/15.12	c  14.4s|120000 | 96896 |     0 |   0.0 |  45M| 209 |   - | 371 |7777 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
20.48/20.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.48/20.56	c  19.8s|130000 | 97544 |     0 |   0.0 |  52M| 209 |   - | 371 |  18k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
28.68/28.74	c  27.9s|140000 | 97495 |     0 |   0.0 |  57M| 209 |   - | 371 |  27k|   0 |   0 |   0 | 104k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
36.78/36.86	c  35.9s|150000 | 99198 |     0 |   0.0 |  57M| 209 |   - | 371 |  23k|   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
37.48/37.55	c  36.5s|160000 |109166 |     0 |   0.0 |  53M| 209 |   - | 371 |1828 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
37.98/38.03	c  37.0s|170000 |119137 |     0 |   0.0 |  56M| 209 |   - | 371 |1490 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
38.49/38.55	c  37.4s|180000 |128985 |     0 |   0.0 |  59M| 209 |   - | 371 |1405 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 | 3.380000e+02 |    Inf 
38.99/39.05	o 109
38.99/39.05	c *37.9s|189037 |112967 |     0 |   0.0 |  54M| 209 |   - | 371 |1465 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
39.08/39.12	c  38.0s|190000 |113876 |     0 |   0.0 |  55M| 209 |   - | 371 |1489 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
39.89/39.94	c  38.7s|200000 |123029 |     0 |   0.0 |  59M| 209 |   - | 371 |2056 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
40.78/40.82	c  39.6s|210000 |132010 |     0 |   0.0 |  64M| 209 |   - | 371 |2404 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.090000e+02 |    Inf 
40.98/41.00	o 106
40.98/41.00	c *39.7s|212056 |133347 |     0 |   0.0 |  65M| 209 |   - | 371 |2319 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
41.69/41.71	c  40.4s|220000 |140508 |     0 |   0.0 |  68M| 209 |   - | 371 |2477 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
42.28/42.30	o 105
42.28/42.30	c *40.9s|226397 |145909 |     0 |   0.0 |  71M| 209 |   - | 371 |2513 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
42.58/42.66	c  41.3s|230000 |149058 |     0 |   0.0 |  73M| 209 |   - | 371 |2723 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.050000e+02 |    Inf 
42.89/42.97	o 100
42.89/42.97	c *41.6s|233519 |151356 |     0 |   0.0 |  74M| 209 |   - | 371 |2754 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
43.58/43.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.58/43.62	c  42.2s|240000 |157043 |     0 |   0.0 |  77M| 209 |   - | 371 |2925 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
43.69/43.76	o 92
43.69/43.76	c *42.3s|241304 |153874 |     0 |   0.0 |  76M| 209 |   - | 371 |2982 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
44.48/44.50	o 65
44.48/44.50	c *43.0s|247669 |128121 |     0 |   0.0 |  66M| 209 |   - | 371 |2980 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
44.48/44.52	o 50
44.48/44.52	c *43.0s|247671 |114850 |     0 |   0.0 |  60M| 209 |   - | 371 |2980 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
44.58/44.60	o 46
44.58/44.60	c *43.1s|248125 |114585 |     0 |   0.0 |  60M| 209 |   - | 371 |3073 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.600000e+01 |    Inf 
44.58/44.62	o 45
44.58/44.62	c *43.1s|248249 |114303 |     0 |   0.0 |  60M| 209 |   - | 371 |3051 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
44.78/44.88	c  43.4s|250000 |115596 |     0 |   0.0 |  61M| 209 |   - | 371 |3047 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
44.88/45.00	o 38
44.88/45.00	c *43.5s|250745 |107837 |     0 |   0.0 |  58M| 209 |   - | 371 |3200 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 3.800000e+01 |    Inf 
45.09/45.14	o 31
45.09/45.14	c *43.6s|251535 |102160 |     0 |   0.0 |  56M| 209 |   - | 371 |3341 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 3.100000e+01 |    Inf 
45.28/45.39	o 23
45.28/45.39	c *43.9s|252905 |100640 |     0 |   0.0 |  56M| 209 |   - | 371 |3606 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
45.38/45.48	o 18
45.38/45.48	c *43.9s|253383 |100234 |     0 |   0.0 |  56M| 209 |   - | 371 |3719 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.800000e+01 |    Inf 
45.38/45.49	o 13
45.38/45.49	c *44.0s|253418 | 92889 |     0 |   0.0 |  53M| 209 |   - | 371 |3729 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
45.58/45.64	o 11
45.58/45.64	c *44.1s|254032 | 90614 |     0 |   0.0 |  53M| 209 |   - | 371 |3975 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
47.78/47.88	c  46.3s|260000 | 92118 |     0 |   0.0 |  57M| 209 |   - | 371 |6801 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.79/53.88	c  52.2s|270000 | 91946 |     0 |   0.0 |  65M| 209 |   - | 371 |  12k|   0 |   0 |   0 | 169k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
64.08/64.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.08/64.16	c  62.3s|280000 | 80351 |     0 |   0.0 |  66M| 209 |   - | 371 |  16k|   0 |   0 |   0 | 190k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
66.99/67.06	c  65.1s|290000 | 86553 |     0 |   0.0 |  69M| 209 |   - | 371 |6110 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
69.38/69.43	c  67.4s|300000 | 92527 |     0 |   0.0 |  75M| 209 |   - | 371 |6651 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
72.78/72.87	c  70.8s|310000 | 96774 |     0 |   0.0 |  80M| 209 |   - | 371 |7633 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
78.08/78.12	c  76.0s|320000 | 96749 |     0 |   0.0 |  86M| 209 |   - | 371 |  16k|   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
90.79/90.82	c  88.6s|330000 | 92336 |     0 |   0.0 |  85M| 209 |   - | 371 |  31k|   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
100.78/100.80	c  98.5s|340000 | 95093 |     0 |   0.0 |  82M| 209 |   - | 371 |  14k|   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
106.58/106.68	c   104s|350000 | 98681 |     0 |   0.0 |  85M| 209 |   - | 371 |  12k|   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
112.29/112.36	c   110s|360000 |101734 |     0 |   0.0 |  89M| 209 |   - | 371 |  12k|   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
117.98/118.09	c   115s|370000 |104808 |     0 |   0.0 |  93M| 209 |   - | 371 |  13k|   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
123.89/123.98	c   121s|380000 |107958 |     0 |   0.0 |  97M| 209 |   - | 371 |  14k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
130.39/130.47	c   128s|390000 |110635 |     0 |   0.0 | 101M| 209 |   - | 371 |  15k|   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
139.79/139.80	c   137s|400000 |111437 |     0 |   0.0 | 105M| 209 |   - | 371 |  20k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
151.19/151.22	c   148s|410000 |111669 |     0 |   0.0 | 109M| 209 |   - | 371 |  23k|   0 |   0 |   0 | 395k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
164.38/164.46	c   161s|420000 |110965 |     0 |   0.0 | 112M| 209 |   - | 371 |  25k|   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
179.58/179.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
179.58/179.65	c   176s|430000 |108761 |     0 |   0.0 | 113M| 209 |   - | 371 |  25k|   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
195.28/195.32	c   192s|440000 |102617 |     0 |   0.0 | 112M| 209 |   - | 371 |  21k|   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
199.19/199.25	c   196s|450000 |109550 |     0 |   0.0 | 114M| 209 |   - | 371 |  13k|   0 |   0 |   0 | 465k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
202.68/202.74	c   199s|460000 |115926 |     0 |   0.0 | 117M| 209 |   - | 371 |  13k|   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
208.58/208.66	c   205s|470000 |119574 |     0 |   0.0 | 122M| 209 |   - | 371 |  17k|   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
215.29/215.33	c   212s|480000 |123638 |     0 |   0.0 | 125M| 209 |   - | 371 |  18k|   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
220.58/220.66	c   217s|490000 |128996 |     0 |   0.0 | 129M| 209 |   - | 371 |  16k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
225.98/226.01	c   222s|500000 |133764 |     0 |   0.0 | 134M| 209 |   - | 371 |  18k|   0 |   0 |   0 | 533k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
232.18/232.20	c   228s|510000 |137793 |     0 |   0.0 | 139M| 209 |   - | 371 |  20k|   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
239.39/239.45	c   235s|520000 |141073 |     0 |   0.0 | 143M| 209 |   - | 371 |  23k|   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
247.69/247.79	c   244s|530000 |143651 |     0 |   0.0 | 146M| 209 |   - | 371 |  24k|   0 |   0 |   0 | 582k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
256.19/256.20	c   252s|540000 |146565 |     0 |   0.0 | 149M| 209 |   - | 371 |  21k|   0 |   0 |   0 | 599k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
264.39/264.48	c   260s|550000 |148758 |     0 |   0.0 | 152M| 209 |   - | 371 |  21k|   0 |   0 |   0 | 617k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
273.09/273.14	c   269s|560000 |150517 |     0 |   0.0 | 153M| 209 |   - | 371 |  20k|   0 |   0 |   0 | 635k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
282.88/282.90	c   278s|570000 |148476 |     0 |   0.0 | 151M| 209 |   - | 371 |  18k|   0 |   0 |   0 | 654k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
290.68/290.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
290.68/290.74	c   286s|580000 |151613 |     0 |   0.0 | 155M| 209 |   - | 371 |  20k|   0 |   0 |   0 | 672k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
300.19/300.27	c   296s|590000 |153342 |     0 |   0.0 | 159M| 209 |   - | 371 |  21k|   0 |   0 |   0 | 692k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
311.09/311.18	c   306s|600000 |154085 |     0 |   0.0 | 162M| 209 |   - | 371 |  23k|   0 |   0 |   0 | 713k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
323.29/323.40	c   318s|610000 |154157 |     0 |   0.0 | 165M| 209 |   - | 371 |  24k|   0 |   0 |   0 | 735k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
336.89/336.99	c   332s|620000 |153485 |     0 |   0.0 | 167M| 209 |   - | 371 |  25k|   0 |   0 |   0 | 758k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
350.79/350.87	c   346s|630000 |152720 |     0 |   0.0 | 170M| 209 |   - | 371 |  26k|   0 |   0 |   0 | 781k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
365.29/365.35	c   360s|640000 |151804 |     0 |   0.0 | 172M| 209 |   - | 371 |  26k|   0 |   0 |   0 | 805k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
379.79/379.84	c   375s|650000 |151140 |     0 |   0.0 | 174M| 209 |   - | 371 |  28k|   0 |   0 |   0 | 828k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
394.59/394.66	c   389s|660000 |150825 |     0 |   0.0 | 175M| 209 |   - | 371 |  30k|   0 |   0 |   0 | 850k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
410.49/410.59	c   405s|670000 |150339 |     0 |   0.0 | 177M| 209 |   - | 371 |  33k|   0 |   0 |   0 | 872k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
429.49/429.50	c   424s|680000 |148869 |     0 |   0.0 | 179M| 209 |   - | 371 |  38k|   0 |   0 |   0 | 895k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
454.59/454.63	c   449s|690000 |144984 |     0 |   0.0 | 178M| 209 |   - | 371 |  41k|   0 |   0 |   0 | 920k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
467.69/467.76	c   462s|700000 |149911 |     0 |   0.0 | 178M| 209 |   - | 371 |  29k|   0 |   0 |   0 | 934k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
478.40/478.41	c   472s|710000 |154154 |     0 |   0.0 | 181M| 209 |   - | 371 |  26k|   0 |   0 |   0 | 950k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
488.59/488.62	c   483s|720000 |157837 |     0 |   0.0 | 184M| 209 |   - | 371 |  24k|   0 |   0 |   0 | 967k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
499.49/499.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.49/499.53	c   493s|730000 |160719 |     0 |   0.0 | 188M| 209 |   - | 371 |  25k|   0 |   0 |   0 | 986k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
509.39/509.41	c   503s|740000 |164343 |     0 |   0.0 | 192M| 209 |   - | 371 |  25k|   0 |   0 |   0 |1002k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
519.20/519.24	c   513s|750000 |167463 |     0 |   0.0 | 195M| 209 |   - | 371 |  24k|   0 |   0 |   0 |1020k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
531.40/531.47	c   525s|760000 |168898 |     0 |   0.0 | 200M| 209 |   - | 371 |  27k|   0 |   0 |   0 |1040k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
545.19/545.23	c   539s|770000 |169823 |     0 |   0.0 | 203M| 209 |   - | 371 |  29k|   0 |   0 |   0 |1061k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
559.49/559.51	c   553s|780000 |170915 |     0 |   0.0 | 206M| 209 |   - | 371 |  34k|   0 |   0 |   0 |1080k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
571.69/571.74	c   565s|790000 |174520 |     0 |   0.0 | 209M| 209 |   - | 371 |  30k|   0 |   0 |   0 |1096k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
582.39/582.48	c   576s|800000 |178286 |     0 |   0.0 | 212M| 209 |   - | 371 |  29k|   0 |   0 |   0 |1112k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
592.70/592.79	c   586s|810000 |182096 |     0 |   0.0 | 216M| 209 |   - | 371 |  30k|   0 |   0 |   0 |1129k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
595.69/595.78	o 8
595.69/595.78	c * 589s|812868 |151662 |     0 |   0.0 | 182M| 209 |   - | 371 |  31k|   0 |   0 |   0 |1133k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
605.50/605.56	c   599s|820000 |153014 |     0 |   0.0 | 183M| 209 |   - | 371 |  26k|   0 |   0 |   0 |1148k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
618.49/618.52	c   611s|830000 |154157 |     0 |   0.0 | 187M| 209 |   - | 371 |  25k|   0 |   0 |   0 |1170k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
632.80/632.82	c   626s|840000 |154564 |     0 |   0.0 | 191M| 209 |   - | 371 |  28k|   0 |   0 |   0 |1193k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
649.10/649.19	c   642s|850000 |154271 |     0 |   0.0 | 195M| 209 |   - | 371 |  31k|   0 |   0 |   0 |1217k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
669.20/669.22	c   662s|860000 |152330 |     0 |   0.0 | 198M| 209 |   - | 371 |  35k|   0 |   0 |   0 |1242k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
688.90/688.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
688.90/688.94	c   681s|870000 |151497 |     0 |   0.0 | 199M| 209 |   - | 371 |  34k|   0 |   0 |   0 |1266k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
705.60/705.67	c   698s|880000 |152204 |     0 |   0.0 | 202M| 209 |   - | 371 |  35k|   0 |   0 |   0 |1289k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
724.60/724.67	c   717s|890000 |151103 |     0 |   0.0 | 203M| 209 |   - | 371 |  36k|   0 |   0 |   0 |1312k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
738.11/738.14	c   730s|900000 |153811 |     0 |   0.0 | 201M| 209 |   - | 371 |  26k|   0 |   0 |   0 |1329k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
752.60/752.63	c   745s|910000 |154964 |     0 |   0.0 | 205M| 209 |   - | 371 |  28k|   0 |   0 |   0 |1352k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
774.60/774.67	c   766s|920000 |152426 |     0 |   0.0 | 203M| 209 |   - | 371 |  30k|   0 |   0 |   0 |1379k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
791.80/791.86	c   783s|930000 |153164 |     0 |   0.0 | 201M| 209 |   - | 371 |  27k|   0 |   0 |   0 |1401k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
806.70/806.76	c   798s|940000 |152264 |     0 |   0.0 | 199M| 209 |   - | 371 |  24k|   0 |   0 |   0 |1425k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
842.10/842.19	c   833s|950000 |143045 |     0 |   0.0 | 191M| 209 |   - | 371 |  32k|   0 |   0 |   0 |1461k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
883.20/883.27	c   873s|960000 |132746 |     0 |   0.0 | 174M| 209 |   - | 371 |  33k|   0 |   0 |   0 |1498k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
904.30/904.38	c   894s|970000 |133769 |     0 |   0.0 | 175M| 209 |   - | 371 |  29k|   0 |   0 |   0 |1525k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
927.10/927.10	c   917s|980000 |133438 |     0 |   0.0 | 178M| 209 |   - | 371 |  32k|   0 |   0 |   0 |1552k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
954.20/954.23	c   944s|990000 |132123 |     0 |   0.0 | 181M| 209 |   - | 371 |  38k|   0 |   0 |   0 |1581k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
985.70/985.79	c   975s|  1000k|130352 |     0 |   0.0 | 181M| 209 |   - | 371 |  42k|   0 |   0 |   0 |1610k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1023.30/1023.32	c  1012s|  1010k|126518 |     0 |   0.0 | 179M| 209 |   - | 371 |  41k|   0 |   0 |   0 |1641k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1060.00/1060.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1060.00/1060.05	c  1049s|  1020k|122976 |     0 |   0.0 | 178M| 209 |   - | 371 |  43k|   0 |   0 |   0 |1672k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1105.80/1105.88	c  1094s|  1030k|117572 |     0 |   0.0 | 176M| 209 |   - | 371 |  45k|   0 |   0 |   0 |1707k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1143.91/1143.97	c  1132s|  1040k|115645 |     0 |   0.0 | 174M| 209 |   - | 371 |  34k|   0 |   0 |   0 |1735k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1175.91/1175.91	c  1164s|  1050k|112450 |     0 |   0.0 | 175M| 209 |   - | 371 |  34k|   0 |   0 |   0 |1764k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1207.51/1207.52	c  1195s|  1060k|109212 |     0 |   0.0 | 176M| 209 |   - | 371 |  34k|   0 |   0 |   0 |1793k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1240.72/1240.75	c  1228s|  1070k|105821 |     0 |   0.0 | 177M| 209 |   - | 371 |  39k|   0 |   0 |   0 |1823k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1281.21/1281.24	c  1268s|  1080k|101479 |     0 |   0.0 | 176M| 209 |   - | 371 |  41k|   0 |   0 |   0 |1854k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1324.42/1324.49	c  1311s|  1090k| 96255 |     0 |   0.0 | 172M| 209 |   - | 371 |  44k|   0 |   0 |   0 |1887k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1365.82/1365.81	c  1352s|  1100k| 92205 |     0 |   0.0 | 169M| 209 |   - | 371 |  44k|   0 |   0 |   0 |1916k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1406.82/1406.82	c  1393s|  1110k| 87700 |     0 |   0.0 | 166M| 209 |   - | 371 |  43k|   0 |   0 |   0 |1944k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1432.42/1432.41	c  1418s|  1120k| 89128 |     0 |   0.0 | 163M| 209 |   - | 371 |  36k|   0 |   0 |   0 |1965k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1448.82/1448.81	c  1435s|  1130k| 92592 |     0 |   0.0 | 164M| 209 |   - | 371 |  31k|   0 |   0 |   0 |1984k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1463.71/1463.75	c  1449s|  1140k| 95415 |     0 |   0.0 | 166M| 209 |   - | 371 |  31k|   0 |   0 |   0 |2004k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1482.92/1482.93	c  1468s|  1150k| 95504 |     0 |   0.0 | 166M| 209 |   - | 371 |  36k|   0 |   0 |   0 |2029k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1521.92/1521.91	c  1507s|  1160k| 89564 |     0 |   0.0 | 159M| 209 |   - | 371 |  39k|   0 |   0 |   0 |2062k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1551.12/1551.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1551.12/1551.18	c  1536s|  1170k| 88361 |     0 |   0.0 | 159M| 209 |   - | 371 |  42k|   0 |   0 |   0 |2090k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1578.32/1578.30	c  1563s|  1180k| 87643 |     0 |   0.0 | 152M| 209 |   - | 371 |  32k|   0 |   0 |   0 |2112k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1590.12/1590.12	c  1574s|  1190k| 92448 |     0 |   0.0 | 150M| 209 |   - | 371 |  19k|   0 |   0 |   0 |2126k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1595.52/1595.51	c  1580s|  1200k| 98786 |     0 |   0.0 | 153M| 209 |   - | 371 |  16k|   0 |   0 |   0 |2138k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1605.22/1605.23	c  1589s|  1210k|100377 |     0 |   0.0 | 157M| 209 |   - | 371 |  22k|   0 |   0 |   0 |2160k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1635.72/1635.73	c  1619s|  1220k| 94542 |     0 |   0.0 | 157M| 209 |   - | 371 |  33k|   0 |   0 |   0 |2196k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1683.82/1683.80	c  1667s|  1230k| 86869 |     0 |   0.0 | 154M| 209 |   - | 371 |  42k|   0 |   0 |   0 |2234k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1722.82/1722.82	c  1706s|  1240k| 81830 |     0 |   0.0 | 144M| 209 |   - | 371 |  33k|   0 |   0 |   0 |2265k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1762.32/1762.36	c  1745s|  1250k| 74116 |     0 |   0.0 | 132M| 209 |   - | 371 |  34k|   0 |   0 |   0 |2296k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
1788.23/1788.27	c  1771s|  1260k| 73143 |     0 |   0.0 | 126M| 209 |   - | 371 |  29k|   0 |   0 |   0 |2321k|   0 | 2.000000e+00 | 8.000000e+00 | 300.00%
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) : 1782.26
1800.04/1800.00	c Solving Nodes      : 1265389
1800.04/1800.00	c Primal Bound       : +8.00000000000000e+00 (21 solutions)
1800.04/1800.00	c Dual Bound         : +2.00000000000000e+00
1800.04/1800.00	c Gap                : 300.00 %
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1800.04/1800.00	v -x147 -x146 x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.04/1800.00	v -x126 -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 
1800.04/1800.00	v -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
1800.04/1800.00	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
1800.04/1800.00	v -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 
1800.04/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1782.26
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2694122-1277923552.wbo
1800.04/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2694122-1277923552.wbo
1800.04/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 202 initial, 45789 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0        101          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :        101          0    3376987          0     823435       5020     625878          0          0          0
1800.04/1800.00	c   linear           :        101          0    3657559          0     879866     498438   20332794          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    1788593          0          0      68656    1107087          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     130084          0          0          0        104          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0     879884          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       2.53       0.00       1.36       0.00       1.17
1800.04/1800.00	c   linear           :     124.97       0.00     124.58       0.00       0.39
1800.04/1800.00	c   logicor          :     881.24       0.00     881.24       0.00       0.00
1800.04/1800.00	c   bounddisjunction :       0.30       0.00       0.30       0.00       0.00
1800.04/1800.00	c   countsols        :       0.14       0.00       0.00       0.00       0.14
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.48          2          0          0
1800.04/1800.00	c   rootredcost      :       0.47          0          0          0
1800.04/1800.00	c   pseudoobj        :      11.72    3664743       2326     541466
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      40.55     569417     569405    3238576       27.6     413015       13.9          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00         35         35        147       27.9         34       13.6          -
1800.04/1800.00	c   applied globally :          -          -          -    2295110       18.3          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      40323       37.5          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       7.19     879866          0          0          0          0    1759732
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.17          -         18
1800.04/1800.00	c   oneopt           :       0.43          0          0
1800.04/1800.00	c   trivial          :       0.00          2          2
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.23          0          0
1800.04/1800.00	c   trysol           :       0.22          1          1
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1265389
1800.04/1800.00	c   nodes (total)    :    1265389
1800.04/1800.00	c   nodes left       :      73129
1800.04/1800.00	c   max depth        :        209
1800.04/1800.00	c   max depth (total):        209
1800.04/1800.00	c   backtracks       :     422638 (33.4%)
1800.04/1800.00	c   delayed cutoffs  :     284868
1800.04/1800.00	c   repropagations   :    1286159 (6573260 domain reductions, 188970 cutoffs)
1800.04/1800.00	c   avg switch length:      21.80
1800.04/1800.00	c   switching time   :     552.76
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         21 (19 improvements)
1800.04/1800.00	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 812868 nodes, 588.77 seconds, depth 85, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +2.00000000000000e+00
1800.04/1800.00	c   Gap              :     300.00 %
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0
1800.33/1800.34	c Time complete: 1800.37.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694122-1277923552/watcher-2694122-1277923552 -o /tmp/evaluation-result-2694122-1277923552/solver-2694122-1277923552 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694122-1277923552.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: 2.08 2.06 2.00 3/182 14675
/proc/meminfo: memFree=29081720/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=8436 CPUtime=0
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 1586 0 0 0 0 0 0 0 25 0 1 0 133650822 8638464 1508 4089446400 4194304 7136930 140734448803232 18446744073709551615 6349764 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14675/statm: 2109 1508 275 719 0 1388 0

[startup+0.0811269 s]
/proc/loadavg: 2.08 2.06 2.00 3/182 14675
/proc/meminfo: memFree=29081720/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=13672 CPUtime=0.07
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 3383 0 0 0 7 0 0 0 25 0 1 0 133650822 14000128 2695 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14675/statm: 3418 2696 390 719 0 2697 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13672

[startup+0.101123 s]
/proc/loadavg: 2.08 2.06 2.00 3/182 14675
/proc/meminfo: memFree=29081720/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=13804 CPUtime=0.09
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 3421 0 0 0 9 0 0 0 25 0 1 0 133650822 14135296 2733 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14675/statm: 3451 2733 390 719 0 2730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13804

[startup+0.301098 s]
/proc/loadavg: 2.08 2.06 2.00 3/182 14675
/proc/meminfo: memFree=29081720/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=16304 CPUtime=0.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 4058 0 0 0 28 1 0 0 25 0 1 0 133650822 16695296 3370 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14675/statm: 4076 3370 390 719 0 3355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16304

[startup+0.701012 s]
/proc/loadavg: 2.08 2.06 2.00 3/182 14675
/proc/meminfo: memFree=29081720/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=19308 CPUtime=0.69
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 4804 0 0 0 67 2 0 0 25 0 1 0 133650822 19771392 4116 4089446400 4194304 7136930 140734448803232 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14675/statm: 4827 4116 390 719 0 4106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19308

[startup+1.50088 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 14676
/proc/meminfo: memFree=29064352/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=21696 CPUtime=1.49
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 5414 0 0 0 145 4 0 0 25 0 1 0 133650822 22216704 4726 4089446400 4194304 7136930 140734448803232 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 5424 4726 390 719 0 4703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21696

[startup+3.10058 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 14676
/proc/meminfo: memFree=29057408/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=28108 CPUtime=3.08
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 7023 0 0 0 298 10 0 0 25 0 1 0 133650822 28782592 6335 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 7027 6335 390 719 0 6306 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28108

[startup+6.30099 s]
/proc/loadavg: 2.07 2.06 2.00 3/183 14676
/proc/meminfo: memFree=29039660/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=36640 CPUtime=6.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 9165 0 0 0 611 18 0 0 25 0 1 0 133650822 37519360 8477 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 9160 8477 390 719 0 8439 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36640

[startup+12.7008 s]
/proc/loadavg: 2.07 2.06 2.00 3/183 14677
/proc/meminfo: memFree=29005196/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=59924 CPUtime=12.68
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 14702 0 0 0 1214 54 0 0 25 0 1 0 133650822 61362176 14014 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 14981 14014 390 719 0 14260 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59924

[startup+25.5005 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 14677
/proc/meminfo: memFree=28958080/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=80592 CPUtime=25.48
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 19845 0 0 0 2465 83 0 0 25 0 1 0 133650822 82526208 19157 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 20148 19157 390 719 0 19427 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80592

[startup+51.1008 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 14677
/proc/meminfo: memFree=28861628/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=121700 CPUtime=51.08
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 30083 0 0 0 4944 164 0 0 25 0 1 0 133650822 124620800 29395 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 30425 29395 393 719 0 29704 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121700

[startup+102.307 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 14679
/proc/meminfo: memFree=28741316/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=145092 CPUtime=102.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 35820 0 0 0 9993 236 0 0 25 0 1 0 133650822 148574208 35132 4089446400 4194304 7136930 140734448803232 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 36273 35132 393 719 0 35552 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 145092

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14681
/proc/meminfo: memFree=28623220/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=163008 CPUtime=162.28
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 40262 0 0 0 15916 312 0 0 25 0 1 0 133650822 166920192 39574 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 40752 39574 393 719 0 40031 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 163008

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14682
/proc/meminfo: memFree=28490872/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=184920 CPUtime=222.28
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 45790 0 0 0 21847 381 0 0 25 0 1 0 133650822 189358080 45102 4089446400 4194304 7136930 140734448803232 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 46230 45102 393 719 0 45509 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 184920

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14683
/proc/meminfo: memFree=28360608/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=209876 CPUtime=282.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 52043 0 0 0 27779 450 0 0 25 0 1 0 133650822 214913024 51355 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 52469 51355 393 719 0 51748 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209876

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14685
/proc/meminfo: memFree=28253064/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=224544 CPUtime=342.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 55605 0 0 0 33725 504 0 0 25 0 1 0 133650822 229933056 54917 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 56136 54917 393 719 0 55415 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 224544

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14687
/proc/meminfo: memFree=28154684/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=233196 CPUtime=402.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 57744 0 0 0 39683 546 0 0 25 0 1 0 133650822 238792704 57056 4089446400 4194304 7136930 140734448803232 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 58299 57056 393 719 0 57578 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 233196

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14689
/proc/meminfo: memFree=28053096/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=239264 CPUtime=462.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 59278 0 0 0 45647 583 0 0 25 0 1 0 133650822 245006336 58590 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 59816 58590 393 719 0 59095 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 239264

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14690
/proc/meminfo: memFree=27939968/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=260868 CPUtime=522.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 64546 0 0 0 51593 637 0 0 25 0 1 0 133650822 267128832 63858 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 65217 63858 393 719 0 64496 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 260868

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14691
/proc/meminfo: memFree=27813584/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=273656 CPUtime=582.29
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 67757 0 0 0 57546 683 0 0 25 0 1 0 133650822 280223744 67069 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 68414 67069 393 719 0 67693 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 273656

[startup+642.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14721
/proc/meminfo: memFree=31280260/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=277552 CPUtime=642.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 68738 0 0 0 63505 725 0 0 25 0 1 0 133650822 284213248 68050 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14675/statm: 69388 68050 393 719 0 68667 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 277552

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/201 14810
/proc/meminfo: memFree=31014848/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=283880 CPUtime=942.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70313 0 0 0 93186 1044 0 0 25 0 1 0 133650822 290693120 69625 4089446400 4194304 7136930 140734448803232 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 70970 69625 393 719 0 70249 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 283880

[startup+1002.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/201 14812
/proc/meminfo: memFree=31006636/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=284644 CPUtime=1002.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70468 0 0 0 99139 1091 0 0 25 0 1 0 133650822 291475456 69780 4089446400 4194304 7136930 140734448803232 18446744073709551615 5000143 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71161 69780 393 719 0 70440 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 284644

[startup+1062.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/201 14814
/proc/meminfo: memFree=31002256/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=284644 CPUtime=1062.3
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70471 0 0 0 105095 1135 0 0 25 0 1 0 133650822 291475456 69783 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71161 69783 393 719 0 70440 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 284644

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/201 14815
/proc/meminfo: memFree=30984472/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=284896 CPUtime=1122.31
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70527 0 0 0 111055 1176 0 0 25 0 1 0 133650822 291733504 69839 4089446400 4194304 7136930 140734448803232 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71224 69839 393 719 0 70503 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 284896

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/201 14816
/proc/meminfo: memFree=30960644/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=284896 CPUtime=1182.31
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70527 0 0 0 117007 1224 0 0 25 0 1 0 133650822 291733504 69839 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71224 69839 393 719 0 70503 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 284896

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 14818
/proc/meminfo: memFree=30943000/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=285424 CPUtime=1242.31
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70608 0 0 0 122959 1272 0 0 25 0 1 0 133650822 292274176 69920 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71356 69920 393 719 0 70635 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 285424

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/201 14820
/proc/meminfo: memFree=30942596/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=285424 CPUtime=1302.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70626 0 0 0 128915 1317 0 0 25 0 1 0 133650822 292274176 69938 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71356 69938 393 719 0 70635 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 285424

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/201 14822
/proc/meminfo: memFree=30942312/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=285424 CPUtime=1362.31
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70651 0 0 0 134872 1359 0 0 25 0 1 0 133650822 292274176 69963 4089446400 4194304 7136930 140734448803232 18446744073709551615 4209075 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71356 69963 393 719 0 70635 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 285424

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/201 14823
/proc/meminfo: memFree=30931728/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286216 CPUtime=1422.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70705 0 0 0 140831 1401 0 0 25 0 1 0 133650822 293085184 70017 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71554 70017 393 719 0 70833 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 286216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/201 14824
/proc/meminfo: memFree=30919164/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286216 CPUtime=1482.31
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70705 0 0 0 146753 1478 0 0 25 0 1 0 133650822 293085184 70017 4089446400 4194304 7136930 140734448803232 18446744073709551615 4221536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71554 70017 393 719 0 70833 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 286216

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14826
/proc/meminfo: memFree=30914288/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286216 CPUtime=1542.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70725 0 0 0 152700 1532 0 0 25 0 1 0 133650822 293085184 70037 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71554 70037 393 719 0 70833 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 286216

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14828
/proc/meminfo: memFree=30913512/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286216 CPUtime=1602.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70725 0 0 0 158613 1619 0 0 25 0 1 0 133650822 293085184 70037 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71554 70037 393 719 0 70833 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 286216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14830
/proc/meminfo: memFree=30901568/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286972 CPUtime=1662.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70803 0 0 0 164563 1669 0 0 25 0 1 0 133650822 293859328 70115 4089446400 4194304 7136930 140734448803232 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71743 70115 393 719 0 71022 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 286972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/201 14831
/proc/meminfo: memFree=30896456/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286972 CPUtime=1722.32
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70824 0 0 0 170521 1711 0 0 25 0 1 0 133650822 293859328 70136 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71743 70136 393 719 0 71022 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 286972

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/201 14832
/proc/meminfo: memFree=30881648/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286972 CPUtime=1782.33
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70825 0 0 0 176474 1759 0 0 25 0 1 0 133650822 293859328 70137 4089446400 4194304 7136930 140734448803232 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71743 70137 393 719 0 71022 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 286972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.01 2.00 3/201 14833
/proc/meminfo: memFree=30875684/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286972 CPUtime=1800.04
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70825 0 0 0 178226 1778 0 0 25 0 1 0 133650822 293859328 70137 4089446400 4194304 7136930 140734448803232 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14675/statm: 71743 70137 393 719 0 71022 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 286972

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

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

[startup+1800.2 s]
/proc/loadavg: 2.06 2.01 2.00 3/201 14833
/proc/meminfo: memFree=30875684/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=286972 CPUtime=1800.23
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70831 0 0 0 178245 1778 0 0 18 0 1 0 133650822 293859328 70143 4089446400 4194304 7136930 140734448803232 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14675/statm: 71743 70143 399 719 0 71022 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 286972

[startup+1800.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/201 14833
/proc/meminfo: memFree=30875684/32951124 swapFree=67111528/67111528
[pid=14675] ppid=14673 vsize=281024 CPUtime=1800.33
/proc/14675/stat : 14675 (pbscip.linux.x8) R 14673 14675 12993 0 -1 4202496 70831 0 0 0 178255 1778 0 0 18 0 1 0 133650822 287768576 68656 4089446400 4194304 7136930 140734448803232 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14675/statm: 70256 68656 399 719 0 69535 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 281024

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.38
CPU user time (s): 1782.58
CPU system time (s): 17.7933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 286972

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

runsolver used 2.89156 second user time and 6.82996 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 20:45:52
IDJOB=2694122
IDBENCH=79209
IDSOLVER=1206
FILE ID=node133/2694122-1277923552
PBS_JOBID= 11197266
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694122-1277923552/watcher-2694122-1277923552 -o /tmp/evaluation-result-2694122-1277923552/solver-2694122-1277923552 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694122-1277923552.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1440dfbec92f7e530a692a301b0ef2cf
RANDOM SEED=733485273

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29082372 kB
Buffers:        204392 kB
Cached:         981904 kB
SwapCached:          0 kB
Active:        3063964 kB
Inactive:       658124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29082372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3220 kB
Writeback:           0 kB
AnonPages:     2536100 kB
Mapped:          15148 kB
Slab:            79904 kB
PageTables:       9800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2684624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node133 at 2010-06-30 21:15:54