Trace number 2705732

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 61.6226 61.6247

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh01_wcsp.wbo
MD5SUMdc9398e8d8662385aed113468e487865
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.178972
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705732-1278580121.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1900 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.3
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1789.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/0.06	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.06	c t 0.0s|     1 |     0 |     0 |     - |6305k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6703k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    25 |     - |6751k|   0 |   0 |1800 |1700 |1800 |  38 |  38 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    68 |     - |6762k|   0 |   0 |1800 |1700 |1800 |  57 |  57 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |    86 |     - |6771k|   0 |  30 |1800 |1700 |1800 |  74 |  74 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   104 |     - |6847k|   0 |  31 |1800 |1700 |1800 |  86 |  86 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   124 |     - |6924k|   0 |  35 |1800 |1700 |1800 |  93 |  93 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   143 |     - |7027k|   0 |  36 |1800 |1700 |1800 | 104 | 104 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   160 |     - |7035k|   0 |  34 |1800 |1700 |1800 | 107 | 107 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     2 |   160 |     - |7060k|   0 |  34 |1800 |1700 |1800 | 107 | 107 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
3.09/3.11	o 4674
3.09/3.11	c * 3.1s|  3748 |  3338 |  3820 |   1.0 |  12M| 876 |   - |1800 |1712 |1800 | 221 | 897 |  12 | 540 | 0.000000e+00 | 4.674000e+03 |    Inf 
6.39/6.43	o 4663
6.39/6.43	c * 6.4s|  7916 |  7048 |  8487 |   1.1 |  18M| 876 |   - |1800 |2497 |1800 | 130 |2040 | 797 | 571 | 0.000000e+00 | 4.663000e+03 |    Inf 
8.19/8.29	c   8.3s| 10000 |  8859 | 11699 |   1.2 |  22M| 876 |   0 |1800 |3026 |1800 | 134 |2762 |1326 | 615 | 0.000000e+00 | 4.663000e+03 |    Inf 
10.69/10.78	o 4600
10.69/10.78	c *10.8s| 13061 | 11459 | 15269 |   1.2 |  27M| 876 |   - |1800 |3756 |1800 | 115 |3634 |2063 | 625 | 0.000000e+00 | 4.600000e+03 |    Inf 
10.69/10.78	o 4583
10.69/10.78	c *10.8s| 13062 | 11432 | 15270 |   1.2 |  27M| 876 |   - |1800 |3756 |1800 | 115 |3634 |2063 | 625 | 0.000000e+00 | 4.583000e+03 |    Inf 
12.29/12.34	o 4482
12.29/12.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.29/12.34	c *12.3s| 14838 | 12776 | 17515 |   1.2 |  29M| 876 |   - |1800 |4155 |1800 | 139 |4186 |2529 | 638 | 0.000000e+00 | 4.482000e+03 |    Inf 
12.79/12.83	o 4407
12.79/12.83	c *12.8s| 15419 | 13132 | 18078 |   1.2 |  30M| 876 |   - |1800 |4249 |1800 | 125 |4333 |2645 | 638 | 0.000000e+00 | 4.407000e+03 |    Inf 
12.79/12.83	o 4344
12.79/12.83	c *12.8s| 15420 | 13018 | 18081 |   1.2 |  30M| 876 |   - |1800 |4249 |1800 | 125 |4333 |2645 | 638 | 0.000000e+00 | 4.344000e+03 |    Inf 
13.69/13.72	o 4323
13.69/13.72	c *13.7s| 16398 | 13839 | 19600 |   1.2 |  31M| 876 |   - |1800 |4394 |1800 | 139 |4745 |2848 | 649 | 0.000000e+00 | 4.323000e+03 |    Inf 
13.69/13.72	o 4154
13.69/13.72	c *13.7s| 16399 | 13496 | 19601 |   1.2 |  31M| 876 |   - |1800 |4394 |1800 | 139 |4745 |2848 | 649 | 0.000000e+00 | 4.154000e+03 |    Inf 
13.89/13.96	o 4136
13.89/13.96	c *14.0s| 16654 | 13652 | 19975 |   1.2 |  31M| 876 |   - |1800 |4436 |1800 | 138 |4836 |2919 | 651 | 0.000000e+00 | 4.136000e+03 |    Inf 
16.99/17.06	c  17.0s| 20000 | 16477 | 24804 |   1.2 |  37M| 876 |   0 |1800 |4612 |1800 | 127 |6165 |3848 | 692 | 0.000000e+00 | 4.136000e+03 |    Inf 
18.29/18.36	o 4113
18.29/18.36	c *18.3s| 21443 | 17644 | 26806 |   1.2 |  39M| 876 |   - |1800 |4617 |1800 | 128 |6711 |4264 | 697 | 0.000000e+00 | 4.113000e+03 |    Inf 
18.29/18.36	o 4079
18.29/18.36	c *18.3s| 21444 | 17536 | 26816 |   1.2 |  38M| 876 |   - |1800 |4617 |1800 | 128 |6711 |4264 | 697 | 0.000000e+00 | 4.079000e+03 |    Inf 
18.29/18.39	o 4071
18.29/18.39	c *18.4s| 21483 | 17551 | 26921 |   1.2 |  39M| 876 |   - |1800 |4611 |1800 | 130 |6718 |4264 | 697 | 0.000000e+00 | 4.071000e+03 |    Inf 
18.39/18.41	o 3972
18.39/18.41	c *18.4s| 21508 | 17281 | 26937 |   1.2 |  37M| 876 |   - |1800 |4614 |1800 | 130 |6718 |4269 | 697 | 0.000000e+00 | 3.972000e+03 |    Inf 
18.39/18.41	o 3713
18.39/18.41	c *18.4s| 21509 | 16193 | 26941 |   1.2 |  33M| 876 |   - |1800 |4614 |1800 | 130 |6718 |4269 | 697 | 0.000000e+00 | 3.713000e+03 |    Inf 
18.99/19.02	o 3679
18.99/19.02	c *19.0s| 22169 | 16571 | 28102 |   1.3 |  33M| 876 |   - |1800 |4431 |1800 | 126 |6950 |4427 | 700 | 0.000000e+00 | 3.679000e+03 |    Inf 
22.39/22.45	o 3664
22.39/22.45	c *22.4s| 26117 | 19786 | 34227 |   1.3 |  39M| 876 |   - |1800 |3869 |1800 | 108 |8161 |5422 | 716 | 0.000000e+00 | 3.664000e+03 |    Inf 
22.49/22.58	o 3617
22.49/22.58	c *22.6s| 26278 | 19697 | 34525 |   1.3 |  39M| 876 |   - |1800 |3839 |1800 | 176 |8205 |5448 | 716 | 0.000000e+00 | 3.617000e+03 |    Inf 
22.49/22.58	o 3526
22.49/22.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.49/22.58	c *22.6s| 26279 | 19141 | 34530 |   1.3 |  38M| 876 |   - |1800 |3839 |1800 | 177 |8206 |5448 | 716 | 0.000000e+00 | 3.526000e+03 |    Inf 
25.89/25.91	o 3401
25.89/25.91	c *25.9s| 29862 | 21344 | 42275 |   1.4 |  41M| 876 |   - |1800 |3174 |1800 | 119 |9679 |6592 | 743 | 0.000000e+00 | 3.401000e+03 |    Inf 
25.89/25.91	o 3361
25.89/25.91	c *25.9s| 29863 | 21108 | 42275 |   1.4 |  40M| 876 |   - |1800 |3174 |1800 | 119 |9679 |6592 | 743 | 0.000000e+00 | 3.361000e+03 |    Inf 
25.99/26.02	c  26.0s| 30000 | 21233 | 42519 |   1.4 |  41M| 876 |   0 |1800 |3137 |1800 | 108 |9709 |6625 | 743 | 0.000000e+00 | 3.361000e+03 |    Inf 
27.99/28.02	o 3110
27.99/28.02	c *28.0s| 32324 | 21545 | 47405 |   1.5 |  40M| 876 |   - |1800 |2757 |1800 | 126 |  10k|7115 | 753 | 0.000000e+00 | 3.110000e+03 |    Inf 
27.99/28.05	o 3109
27.99/28.05	c *28.0s| 32353 | 21567 | 47472 |   1.5 |  40M| 876 |   - |1800 |2762 |1800 | 127 |  10k|7120 | 753 | 0.000000e+00 | 3.109000e+03 |    Inf 
27.99/28.08	o 2953
27.99/28.08	c *28.1s| 32383 | 20413 | 47567 |   1.5 |  38M| 876 |   - |1800 |2764 |1800 | 127 |  10k|7123 | 753 | 0.000000e+00 | 2.953000e+03 |    Inf 
28.39/28.47	o 2938
28.39/28.47	c z28.5s| 32729 | 20526 | 48728 |   1.5 |  38M| 876 |   - |1800 |2663 |1800 | 170 |  11k|7231 | 754 | 0.000000e+00 | 2.938000e+03 |    Inf 
28.49/28.57	o 2915
28.49/28.57	c *28.6s| 32826 | 20455 | 49100 |   1.5 |  38M| 876 |   - |1800 |2653 |1800 | 143 |  11k|7259 | 754 | 0.000000e+00 | 2.915000e+03 |    Inf 
28.49/28.57	o 2889
28.49/28.57	c *28.6s| 32827 | 20265 | 49102 |   1.5 |  37M| 876 |   - |1800 |2653 |1800 | 143 |  11k|7259 | 754 | 0.000000e+00 | 2.889000e+03 |    Inf 
28.59/28.67	o 2881
28.59/28.67	c *28.7s| 32922 | 20256 | 49508 |   1.5 |  37M| 876 |   - |1800 |2663 |1800 | 141 |  11k|7293 | 754 | 0.000000e+00 | 2.881000e+03 |    Inf 
30.49/30.53	o 2827
30.49/30.53	c *30.5s| 34876 | 21463 | 53669 |   1.5 |  40M| 876 |   - |1800 |2547 |1800 | 152 |  12k|7808 | 754 | 0.000000e+00 | 2.827000e+03 |    Inf 
30.49/30.57	o 2798
30.49/30.57	c *30.6s| 34914 | 21250 | 53838 |   1.5 |  39M| 876 |   - |1800 |2551 |1800 | 143 |  12k|7816 | 754 | 0.000000e+00 | 2.798000e+03 |    Inf 
32.19/32.24	o 2637
32.19/32.24	c *32.2s| 36663 | 21193 | 58290 |   1.6 |  39M| 876 |   - |1800 |2522 |1800 | 150 |  13k|8326 | 758 | 0.000000e+00 | 2.637000e+03 |    Inf 
32.48/32.58	o 2629
32.48/32.58	c *32.6s| 36948 | 21322 | 60097 |   1.6 |  39M| 876 |   - |1800 |2485 |1800 | 171 |  13k|8433 | 759 | 0.000000e+00 | 2.629000e+03 |    Inf 
34.69/34.75	o 2628
34.69/34.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.69/34.75	c *34.7s| 39253 | 23178 | 65924 |   1.7 |  43M| 876 |   - |1800 |2460 |1800 | 136 |  14k|8988 | 772 | 0.000000e+00 | 2.628000e+03 |    Inf 
34.69/34.75	o 2347
34.69/34.75	c *34.7s| 39254 | 20712 | 65927 |   1.7 |  38M| 876 |   - |1800 |2460 |1800 | 136 |  14k|8988 | 772 | 0.000000e+00 | 2.347000e+03 |    Inf 
35.39/35.44	c  35.4s| 40000 | 21318 | 67211 |   1.7 |  39M| 876 |   0 |1800 |2447 |1800 | 134 |  14k|9150 | 773 | 0.000000e+00 | 2.347000e+03 |    Inf 
36.79/36.82	o 2336
36.79/36.82	c *36.8s| 41415 | 22380 | 71218 |   1.7 |  42M| 876 |   - |1800 |2355 |1800 | 152 |  15k|9488 | 811 | 0.000000e+00 | 2.336000e+03 |    Inf 
37.59/37.69	o 2268
37.59/37.69	c *37.7s| 42288 | 22388 | 74170 |   1.8 |  43M| 876 |   - |1800 |2427 |1800 | 129 |  15k|9737 | 824 | 0.000000e+00 | 2.268000e+03 |    Inf 
37.59/37.69	o 2242
37.59/37.69	c *37.7s| 42289 | 22155 | 74171 |   1.8 |  42M| 876 |   - |1800 |2427 |1800 | 129 |  15k|9737 | 824 | 0.000000e+00 | 2.242000e+03 |    Inf 
38.40/38.42	o 2177
38.40/38.42	c *38.4s| 43016 | 22058 | 76705 |   1.8 |  42M| 876 |   - |1800 |2414 |1800 | 128 |  16k|9925 | 848 | 0.000000e+00 | 2.177000e+03 |    Inf 
38.40/38.43	o 2165
38.40/38.43	c *38.4s| 43025 | 21966 | 76718 |   1.8 |  42M| 876 |   - |1800 |2413 |1800 | 128 |  16k|9925 | 848 | 0.000000e+00 | 2.165000e+03 |    Inf 
38.40/38.44	o 2003
38.40/38.44	c *38.4s| 43026 | 20499 | 76726 |   1.8 |  38M| 876 |   - |1800 |2413 |1800 | 128 |  16k|9925 | 848 | 0.000000e+00 | 2.003000e+03 |    Inf 
38.40/38.50	o 1993
38.40/38.50	c *38.5s| 43104 | 20483 | 76871 |   1.8 |  38M| 876 |   - |1800 |2409 |1800 | 130 |  16k|9932 | 848 | 0.000000e+00 | 1.993000e+03 |    Inf 
38.50/38.51	o 1883
38.50/38.51	c *38.5s| 43110 | 19328 | 76905 |   1.8 |  36M| 876 |   - |1800 |2416 |1800 | 130 |  16k|9939 | 848 | 0.000000e+00 | 1.883000e+03 |    Inf 
38.50/38.51	o 1852
38.50/38.51	c *38.5s| 43114 | 19047 | 76924 |   1.8 |  35M| 876 |   - |1800 |2416 |1800 | 130 |  16k|9939 | 848 | 0.000000e+00 | 1.852000e+03 |    Inf 
38.50/38.51	o 1819
38.50/38.51	c *38.5s| 43115 | 18694 | 76925 |   1.8 |  34M| 876 |   - |1800 |2416 |1800 | 130 |  16k|9939 | 848 | 0.000000e+00 | 1.819000e+03 |    Inf 
38.50/38.55	o 1817
38.50/38.55	c *38.5s| 43151 | 18704 | 77052 |   1.8 |  35M| 876 |   - |1800 |2414 |1800 | 132 |  16k|9945 | 848 | 0.000000e+00 | 1.817000e+03 |    Inf 
38.59/38.62	o 1658
38.59/38.62	c *38.6s| 43225 | 17107 | 77278 |   1.8 |  32M| 876 |   - |1800 |2402 |1800 | 134 |  16k|9952 | 848 | 0.000000e+00 | 1.658000e+03 |    Inf 
38.99/39.03	o 1657
38.99/39.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.99/39.03	c *39.0s| 43557 | 17346 | 79121 |   1.8 |  33M| 876 |   - |1800 |2398 |1800 | 164 |  16k|  10k| 853 | 0.000000e+00 | 1.657000e+03 |    Inf 
39.39/39.41	o 1656
39.39/39.41	c *39.4s| 43881 | 17582 | 80707 |   1.8 |  33M| 876 |   - |1800 |2416 |1800 | 171 |  16k|  10k| 862 | 0.000000e+00 | 1.656000e+03 |    Inf 
39.39/39.41	o 1593
39.39/39.41	c *39.4s| 43882 | 16880 | 80709 |   1.8 |  32M| 876 |   - |1800 |2416 |1800 | 171 |  16k|  10k| 862 | 0.000000e+00 | 1.593000e+03 |    Inf 
39.50/39.58	o 1493
39.50/39.58	c *39.6s| 44002 | 15938 | 81439 |   1.8 |  31M| 876 |   - |1800 |2428 |1800 | 136 |  17k|  10k| 870 | 0.000000e+00 | 1.493000e+03 |    Inf 
39.60/39.66	o 1492
39.60/39.66	c *39.7s| 44069 | 15982 | 81769 |   1.9 |  31M| 876 |   - |1800 |2435 |1800 | 136 |  17k|  10k| 870 | 0.000000e+00 | 1.492000e+03 |    Inf 
40.09/40.12	o 1428
40.09/40.12	c *40.1s| 44390 | 15427 | 84721 |   1.9 |  31M| 876 |   - |1800 |2505 |1800 | 162 |  17k|  10k| 889 | 0.000000e+00 | 1.428000e+03 |    Inf 
42.09/42.18	o 1370
42.09/42.18	c *42.2s| 46033 | 15975 | 96466 |   2.1 |  34M| 876 |   - |1800 |2381 |1800 | 190 |  19k|  11k| 971 | 0.000000e+00 | 1.370000e+03 |    Inf 
42.39/42.49	o 1331
42.39/42.49	c *42.5s| 46266 | 15708 | 97975 |   2.1 |  34M| 876 |   - |1800 |2472 |1800 | 137 |  19k|  11k| 982 | 0.000000e+00 | 1.331000e+03 |    Inf 
46.89/46.90	c  46.9s| 50000 | 18356 |115457 |   2.3 |  44M| 876 |  21 |1800 |2597 |1800 | 144 |  23k|  12k|1088 | 0.000000e+00 | 1.331000e+03 |    Inf 
47.79/47.84	o 1324
47.79/47.84	c *47.8s| 50860 | 18888 |118400 |   2.3 |  45M| 876 |   - |1800 |2649 |1800 | 148 |  23k|  12k|1114 | 0.000000e+00 | 1.324000e+03 |    Inf 
48.69/48.70	o 1317
48.69/48.70	c *48.7s| 51601 | 19347 |121135 |   2.3 |  47M| 876 |   - |1800 |2756 |1800 | 186 |  24k|  12k|1127 | 0.000000e+00 | 1.317000e+03 |    Inf 
48.69/48.70	o 1311
48.69/48.70	c *48.7s| 51602 | 19299 |121140 |   2.3 |  47M| 876 |   - |1800 |2756 |1800 | 186 |  24k|  12k|1127 | 0.000000e+00 | 1.311000e+03 |    Inf 
49.49/49.52	o 1289
49.49/49.52	c *49.5s| 52192 | 19403 |125343 |   2.4 |  48M| 876 |   - |1800 |2762 |1800 | 146 |  25k|  13k|1136 | 0.000000e+00 | 1.289000e+03 |    Inf 
49.99/50.02	o 1288
49.99/50.02	c *50.0s| 52615 | 19681 |127032 |   2.4 |  49M| 876 |   - |1800 |2729 |1800 | 144 |  25k|  13k|1157 | 0.000000e+00 | 1.288000e+03 |    Inf 
49.99/50.04	o 1245
49.99/50.04	c *50.0s| 52630 | 19108 |127113 |   2.4 |  48M| 876 |   - |1800 |2730 |1800 | 146 |  25k|  13k|1165 | 0.000000e+00 | 1.245000e+03 |    Inf 
49.99/50.05	o 1178
49.99/50.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.99/50.05	c *50.0s| 52631 | 18293 |127117 |   2.4 |  47M| 876 |   - |1800 |2730 |1800 | 146 |  25k|  13k|1165 | 0.000000e+00 | 1.178000e+03 |    Inf 
50.19/50.22	o 1142
50.19/50.22	c *50.2s| 52756 | 17972 |128032 |   2.4 |  46M| 876 |   - |1800 |2702 |1800 | 153 |  25k|  13k|1171 | 0.000000e+00 | 1.142000e+03 |    Inf 
50.29/50.32	o 1075
50.29/50.32	c *50.3s| 52818 | 17174 |128731 |   2.4 |  44M| 876 |   - |1800 |2706 |1800 | 139 |  25k|  13k|1176 | 0.000000e+00 | 1.075000e+03 |    Inf 
50.29/50.32	o 996
50.29/50.32	c *50.3s| 52819 | 16100 |128743 |   2.4 |  42M| 876 |   - |1800 |2705 |1800 | 142 |  25k|  13k|1176 | 0.000000e+00 | 9.960000e+02 |    Inf 
51.39/51.45	o 919
51.39/51.45	c *51.4s| 53590 | 15307 |133810 |   2.5 |  42M| 876 |   - |1800 |2405 |1800 | 143 |  26k|  13k|1196 | 0.000000e+00 | 9.190000e+02 |    Inf 
51.39/51.46	o 880
51.39/51.46	c *51.4s| 53591 | 14689 |133814 |   2.5 |  40M| 876 |   - |1800 |2405 |1800 | 143 |  26k|  13k|1196 | 0.000000e+00 | 8.800000e+02 |    Inf 
51.99/52.05	o 876
51.99/52.05	c *52.0s| 53954 | 14866 |137665 |   2.5 |  42M| 876 |   - |1800 |2233 |1800 | 126 |  27k|  13k|1227 | 0.000000e+00 | 8.760000e+02 |    Inf 
52.39/52.44	o 874
52.39/52.44	c *52.4s| 54189 | 15004 |139716 |   2.6 |  43M| 876 |   - |1800 |2225 |1800 | 145 |  27k|  14k|1244 | 0.000000e+00 | 8.740000e+02 |    Inf 
52.58/52.64	o 822
52.58/52.64	c *52.6s| 54319 | 14437 |140613 |   2.6 |  41M| 876 |   - |1800 |2207 |1800 | 151 |  28k|  14k|1247 | 0.000000e+00 | 8.220000e+02 |    Inf 
52.58/52.64	o 731
52.58/52.64	c *52.6s| 54320 | 12686 |140613 |   2.6 |  37M| 876 |   - |1800 |2207 |1800 | 151 |  28k|  14k|1247 | 0.000000e+00 | 7.310000e+02 |    Inf 
53.29/53.33	o 708
53.29/53.33	c *53.3s| 54712 | 12514 |145177 |   2.7 |  37M| 876 |   - |1800 |2039 |1800 | 146 |  29k|  14k|1262 | 0.000000e+00 | 7.080000e+02 |    Inf 
55.19/55.25	o 656
55.19/55.25	c *55.2s| 55944 | 12002 |157506 |   2.8 |  38M| 876 |   - |1800 |2213 |1800 | 138 |  31k|  15k|1334 | 0.000000e+00 | 6.560000e+02 |    Inf 
56.19/56.21	o 649
56.19/56.21	c *56.2s| 56524 | 12225 |163597 |   2.9 |  40M| 876 |   - |1800 |2200 |1800 | 181 |  33k|  15k|1350 | 0.000000e+00 | 6.490000e+02 |    Inf 
57.59/57.66	o 633
57.59/57.66	c *57.6s| 57326 | 12314 |175737 |   3.1 |  41M| 876 |   - |1800 |2208 |1800 | 127 |  35k|  16k|1419 | 0.000000e+00 | 6.330000e+02 |    Inf 
58.68/58.79	o 618
58.68/58.79	c *58.8s| 58021 | 12426 |184575 |   3.2 |  42M| 876 |   - |1800 |2093 |1800 | 145 |  36k|  16k|1448 | 0.000000e+00 | 6.180000e+02 |    Inf 
58.68/58.79	o 617
58.68/58.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.68/58.79	c *58.8s| 58022 | 12418 |184577 |   3.2 |  42M| 876 |   - |1800 |2093 |1800 | 145 |  36k|  16k|1448 | 0.000000e+00 | 6.170000e+02 |    Inf 
58.99/59.07	o 589
58.99/59.07	c *59.1s| 58167 | 12083 |186655 |   3.2 |  42M| 876 |   - |1800 |2016 |1800 | 135 |  37k|  16k|1470 | 0.000000e+00 | 5.890000e+02 |    Inf 
58.99/59.07	o 510
58.99/59.07	c *59.1s| 58168 | 10404 |186675 |   3.2 |  37M| 876 |   - |1800 |2016 |1800 | 143 |  37k|  16k|1470 | 0.000000e+00 | 5.100000e+02 |    Inf 
59.69/59.72	o 480
59.69/59.72	c *59.7s| 58471 | 10081 |191675 |   3.3 |  37M| 876 |   - |1800 |1910 |1800 | 155 |  38k|  17k|1495 | 0.000000e+00 | 4.800000e+02 |    Inf 
60.19/60.28	o 461
60.19/60.28	c *60.3s| 58796 |  9914 |196535 |   3.3 |  37M| 876 |   - |1800 |1900 |1800 | 172 |  39k|  17k|1508 | 0.000000e+00 | 4.610000e+02 |    Inf 
60.39/60.41	o 444
60.39/60.41	c *60.4s| 58871 |  9789 |197617 |   3.4 |  37M| 876 |   - |1800 |1889 |1800 | 152 |  39k|  17k|1524 | 0.000000e+00 | 4.440000e+02 |    Inf 
60.59/60.61	o 422
60.59/60.61	c *60.6s| 58980 |  9504 |199509 |   3.4 |  36M| 876 |   - |1800 |1852 |1800 | 159 |  39k|  17k|1534 | 0.000000e+00 | 4.220000e+02 |    Inf 
60.59/60.62	o 337
60.59/60.62	c *60.6s| 58981 |  8127 |199511 |   3.4 |  32M| 876 |   - |1800 |1852 |1800 | 159 |  39k|  17k|1534 | 0.000000e+00 | 3.370000e+02 |    Inf 
60.79/60.81	o 307
60.79/60.81	c *60.8s| 59071 |  7754 |201353 |   3.4 |  31M| 876 |   - |1800 |1702 |1800 | 154 |  39k|  17k|1542 | 0.000000e+00 | 3.070000e+02 |    Inf 
60.89/60.92	o 209
60.89/60.92	c *60.9s| 59120 |  5653 |202161 |   3.4 |  26M| 876 |   - |1800 |1565 |1800 | 162 |  40k|  17k|1542 | 0.000000e+00 | 2.090000e+02 |    Inf 
60.89/60.94	o 181
60.89/60.94	c *60.9s| 59129 |  5197 |202355 |   3.4 |  24M| 876 |   - |1800 |1413 |1800 | 141 |  40k|  17k|1542 | 0.000000e+00 | 1.810000e+02 |    Inf 
60.89/60.95	o 145
60.89/60.95	c *60.9s| 59130 |  4665 |202362 |   3.4 |  22M| 876 |   - |1800 |1412 |1800 | 142 |  40k|  17k|1542 | 0.000000e+00 | 1.450000e+02 |    Inf 
61.09/61.12	o 114
61.09/61.12	c *61.1s| 59238 |  4326 |204787 |   3.5 |  22M| 876 |   - |1800 |1310 |1800 | 132 |  40k|  17k|1543 | 0.000000e+00 | 1.140000e+02 |    Inf 
61.49/61.59	o 79
61.49/61.59	c *61.6s| 59528 |  3542 |209844 |   3.5 |  20M| 876 |   - |1800 |1442 |1800 | 156 |  41k|  18k|1587 | 0.000000e+00 | 7.900000e+01 |    Inf 
61.49/61.60	o 0
61.49/61.60	c *61.6s| 59529 |     0 |209845 |   3.5 |  10M| 876 |   - |1800 |1442 |1800 | 156 |  41k|  18k|1587 | 0.000000e+00 | 0.000000e+00 |   0.00%
61.60/61.60	c 
61.60/61.60	c SCIP Status        : problem is solved [optimal solution found]
61.60/61.60	c Solving Time (sec) : 61.59
61.60/61.60	c Solving Nodes      : 59529
61.60/61.60	c Primal Bound       : +0.00000000000000e+00 (184 solutions)
61.60/61.60	c Dual Bound         : +0.00000000000000e+00
61.60/61.60	c Gap                : 0.00 %
61.60/61.60	s OPTIMUM FOUND
61.60/61.60	v x200 -x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
61.60/61.60	v x177 x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
61.60/61.60	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 -x132 
61.60/61.60	v x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 x114 -x113 -x112 x111 -x110 x109 
61.60/61.60	v -x108 x107 -x106 x105 x104 -x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 x86 -x85 x84 
61.60/61.60	v -x83 x82 -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 x56 
61.60/61.60	v -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 -x30 x29 -x28 
61.60/61.60	v 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 -x1 
61.60/61.60	c SCIP Status        : problem is solved [optimal solution found]
61.60/61.60	c Solving Time       :      61.59
61.60/61.60	c Original Problem   :
61.60/61.60	c   Problem name     : HOME/instance-2705732-1278580121.wbo
61.60/61.60	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
61.60/61.60	c   Constraints      : 1801 initial, 1801 maximal
61.60/61.60	c Presolved Problem  :
61.60/61.60	c   Problem name     : t_HOME/instance-2705732-1278580121.wbo
61.60/61.60	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
61.60/61.60	c   Constraints      : 1700 initial, 4691 maximal
61.60/61.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
61.60/61.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   probing          :       0.01          0          0          0          0          0          0          0          0
61.60/61.60	c   linear           :       0.02          0        100          0        850          0        101          0          0
61.60/61.60	c   indicator        :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   logicor          :       0.00          0          0          0          0          0          0          0          0
61.60/61.60	c   root node        :          -       1556          -          -       1556          -          -          -          -
61.60/61.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
61.60/61.60	c   integral         :          0          0          0      65160          0          0         17          0          0       9134
61.60/61.60	c   linear           :        850          7     176120      60557          0       1773     140203      41637          0          0
61.60/61.60	c   indicator        :        850          0     174445      60567          0        885    1884496          0          0          0
61.60/61.60	c   logicor          :          0+         0      79337          0          0        346      21226          0          0          0
61.60/61.60	c   countsols        :          0          0          0      49615          0          0          0          0          0          0
61.60/61.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
61.60/61.60	c   integral         :       1.14       0.00       0.00       1.14       0.00
61.60/61.60	c   linear           :       5.16       0.00       2.62       2.54       0.00
61.60/61.60	c   indicator        :       7.80       0.00       4.44       3.35       0.00
61.60/61.60	c   logicor          :       0.75       0.00       0.75       0.00       0.00
61.60/61.60	c   countsols        :       0.01       0.00       0.00       0.01       0.00
61.60/61.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
61.60/61.60	c   vbounds          :       0.03          2          0          0
61.60/61.60	c   rootredcost      :       0.03         89          0        792
61.60/61.60	c   pseudoobj        :       3.82     180268       4226    1804210
61.60/61.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
61.60/61.60	c   propagation      :       0.46       6345       6319      23168       22.7        225       12.5          -
61.60/61.60	c   infeasible LP    :       0.00         10         10         27       19.0          0        0.0          0
61.60/61.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
61.60/61.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
61.60/61.60	c   pseudo solution  :       0.00          1          1          2        5.5          0        0.0          -
61.60/61.60	c   applied globally :          -          -          -      18243       21.7          -          -          -
61.60/61.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
61.60/61.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
61.60/61.60	c   cut pool         :       0.00          3          -          -         49          -    (maximal pool size: 117)
61.60/61.60	c   redcost          :       2.80      68344          0     113992          0          0
61.60/61.60	c   impliedbounds    :       0.00          4          0          0          0          0
61.60/61.60	c   intobj           :       0.00          0          0          0          0          0
61.60/61.60	c   cgmip            :       0.00          0          0          0          0          0
61.60/61.60	c   gomory           :       0.01          4          0          0        158          0
61.60/61.60	c   strongcg         :       0.01          4          0          0        162          0
61.60/61.60	c   cmir             :       0.01          4          0          0          2          0
61.60/61.60	c   flowcover        :       0.01          4          0          0          3          0
61.60/61.60	c   clique           :       0.00          1          0          0          0          0
61.60/61.60	c   zerohalf         :       0.00          0          0          0          0          0
61.60/61.60	c   mcf              :       0.00          1          0          0          0          0
61.60/61.60	c   rapidlearning    :       0.06          1          0          0          0          0
61.60/61.60	c Pricers            :       Time      Calls       Vars
61.60/61.60	c   problem variables:       0.00          0          0
61.60/61.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
61.60/61.60	c   relpscost        :       1.12       4581          0         17          0          0       9134
61.60/61.60	c   pscost           :       0.00          0          0          0          0          0          0
61.60/61.60	c   inference        :       6.06      49526          0          0          0          0      99052
61.60/61.60	c   mostinf          :       0.00          0          0          0          0          0          0
61.60/61.60	c   leastinf         :       0.00          0          0          0          0          0          0
61.60/61.60	c   fullstrong       :       0.00          0          0          0          0          0          0
61.60/61.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
61.60/61.60	c   random           :       0.00          0          0          0          0          0          0
61.60/61.60	c Primal Heuristics  :       Time      Calls      Found
61.60/61.60	c   LP solutions     :       0.14          -         89
61.60/61.60	c   pseudo solutions :       0.00          -          0
61.60/61.60	c   feaspump         :       0.00          0          0
61.60/61.60	c   intshifting      :       0.00          0          0
61.60/61.60	c   oneopt           :       0.12         67          0
61.60/61.60	c   coefdiving       :       0.03         55          0
61.60/61.60	c   pscostdiving     :       0.03         55          0
61.60/61.60	c   fracdiving       :       0.03         55          0
61.60/61.60	c   veclendiving     :       0.03         55          0
61.60/61.60	c   linesearchdiving :       0.03         55          0
61.60/61.60	c   guideddiving     :       0.03         55          0
61.60/61.60	c   objpscostdiving  :       0.04         55          0
61.60/61.60	c   rootsoldiving    :       0.04         55          0
61.60/61.60	c   crossover        :       0.89         56         13
61.60/61.60	c   trivial          :       0.00          2          1
61.60/61.60	c   simplerounding   :       0.02       4860          0
61.60/61.60	c   zirounding       :       0.02       1000          1
61.60/61.60	c   rounding         :       0.04        944          0
61.60/61.60	c   shifting         :       0.03        240          0
61.60/61.60	c   twoopt           :       0.00          0          0
61.60/61.60	c   fixandinfer      :       0.00          0          0
61.60/61.60	c   intdiving        :       0.00          0          0
61.60/61.60	c   actconsdiving    :       0.00          0          0
61.60/61.60	c   octane           :       0.00          0          0
61.60/61.60	c   rens             :       0.01          1          0
61.60/61.60	c   rins             :       0.00          0          0
61.60/61.60	c   localbranching   :       0.00          0          0
61.60/61.60	c   mutation         :       0.00          0          0
61.60/61.60	c   dins             :       0.00          0          0
61.60/61.60	c   undercover       :       0.00          0          0
61.60/61.60	c   nlp              :       0.01          0          0
61.60/61.60	c   trysol           :       0.07        123         80
61.60/61.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
61.60/61.60	c   primal LP        :       0.00          0          0       0.00          -
61.60/61.60	c   dual LP          :      19.42      24702     206387       8.36   10628.43
61.60/61.60	c   lex dual LP      :       0.00          0          0       0.00          -
61.60/61.60	c   barrier LP       :       0.00          0          0       0.00          -
61.60/61.60	c   diving/probing LP:       0.06         66       3458      52.39   54875.82
61.60/61.60	c   strong branching :       1.09       1587      23293      14.68   21373.33
61.60/61.60	c     (at root node) :          -         33       1854      56.18          -
61.60/61.60	c   conflict analysis:       0.00          0          0       0.00          -
61.60/61.60	c B&B Tree           :
61.60/61.60	c   number of runs   :          1
61.60/61.60	c   nodes            :      59529
61.60/61.60	c   nodes (total)    :      59529
61.60/61.60	c   nodes left       :          0
61.60/61.60	c   max depth        :        876
61.60/61.60	c   max depth (total):        876
61.60/61.60	c   backtracks       :       2504 (4.2%)
61.60/61.60	c   delayed cutoffs  :       2601
61.60/61.60	c   repropagations   :      18754 (778455 domain reductions, 1894 cutoffs)
61.60/61.60	c   avg switch length:       3.42
61.60/61.60	c   switching time   :       4.08
61.60/61.60	c Solution           :
61.60/61.60	c   Solutions found  :        184 (91 improvements)
61.60/61.60	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
61.60/61.60	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 59529 nodes, 61.57 seconds, depth 32, found by <relaxation>)
61.60/61.60	c   Dual Bound       : +0.00000000000000e+00
61.60/61.60	c   Gap              :       0.00 %
61.60/61.60	c   Root Dual Bound  : +0.00000000000000e+00
61.60/61.60	c   Root Iterations  :        160
61.60/61.62	c Time complete: 61.61.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705732-1278580121/watcher-2705732-1278580121 -o /tmp/evaluation-result-2705732-1278580121/solver-2705732-1278580121 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705732-1278580121.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.00 2.00 1.94 4/178 23435
/proc/meminfo: memFree=28777408/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=12328 CPUtime=0
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 1916 0 0 0 0 0 0 0 23 0 1 0 26225629 12623872 1835 4089446400 4194304 10345943 140736258522064 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23435/statm: 3082 1835 423 1502 0 1575 0

[startup+0.0080619 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23435
/proc/meminfo: memFree=28777408/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=12916 CPUtime=0
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 2085 0 0 0 0 0 0 0 23 0 1 0 26225629 13225984 2004 4089446400 4194304 10345943 140736258522064 18446744073709551615 4222617 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23435/statm: 3229 2008 429 1502 0 1722 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.101046 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23435
/proc/meminfo: memFree=28777408/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=40224 CPUtime=0.09
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 8953 0 0 0 8 1 0 0 23 0 1 0 26225629 41189376 8518 4089446400 4194304 10345943 140736258522064 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 10056 8518 636 1502 0 8549 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40224

[startup+0.301007 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23435
/proc/meminfo: memFree=28777408/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=40332 CPUtime=0.3
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 9638 0 0 0 28 2 0 0 23 0 1 0 26225629 41299968 8662 4089446400 4194304 10345943 140736258522064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 10083 8662 756 1502 0 8576 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 40332

[startup+0.70094 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 23435
/proc/meminfo: memFree=28777408/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=40936 CPUtime=0.69
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 10025 0 0 0 67 2 0 0 25 0 1 0 26225629 41918464 9049 4089446400 4194304 10345943 140736258522064 18446744073709551615 4871739 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 10234 9049 759 1502 0 8727 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40936

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23436
/proc/meminfo: memFree=28743088/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=38840 CPUtime=1.5
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 10233 0 0 0 147 3 0 0 25 0 1 0 26225629 39772160 8579 4089446400 4194304 10345943 140736258522064 18446744073709551615 4227735 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 9710 8579 759 1502 0 8203 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 38840

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23436
/proc/meminfo: memFree=28744788/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=39344 CPUtime=3.09
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 12654 0 0 0 305 4 0 0 25 0 1 0 26225629 40288256 8718 4089446400 4194304 10345943 140736258522064 18446744073709551615 6520310 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 9836 8718 763 1502 0 8329 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39344

[startup+6.30107 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23436
/proc/meminfo: memFree=28744640/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=53940 CPUtime=6.29
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 21002 0 0 0 624 5 0 0 25 0 1 0 26225629 55234560 11836 4089446400 4194304 10345943 140736258522064 18446744073709551615 6561143 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 13485 11836 763 1502 0 11978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53940

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23437
/proc/meminfo: memFree=28717236/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=60836 CPUtime=12.69
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 36927 0 0 0 1261 8 0 0 25 0 1 0 26225629 62296064 13834 4089446400 4194304 10345943 140736258522064 18446744073709551615 6119739 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23435/statm: 15209 13834 763 1502 0 13702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60836

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23491
/proc/meminfo: memFree=29625628/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=95104 CPUtime=25.49
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 77464 0 0 0 2532 17 0 0 25 0 1 0 26225629 97386496 22184 4089446400 4194304 10345943 140736258522064 18446744073709551615 6711383 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 23776 22184 763 1502 0 22269 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95104

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23491
/proc/meminfo: memFree=29604684/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=115860 CPUtime=51.09
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 139279 0 0 0 5074 35 0 0 25 0 1 0 26225629 118640640 27103 4089446400 4194304 10345943 140736258522064 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 28965 27103 763 1502 0 27458 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115860

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

[startup+57.5011 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29596616/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=122816 CPUtime=57.48
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 158666 0 0 0 5706 42 0 0 25 0 1 0 26225629 125763584 28852 4089446400 4194304 10345943 140736258522064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 30704 28852 764 1502 0 29197 0
Current children cumulated CPU time (s) 57.48
Current children cumulated vsize (KiB) 122816

[startup+59.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29595004/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=125112 CPUtime=59.09
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 163927 0 0 0 5864 45 0 0 25 0 1 0 26225629 128114688 29303 4089446400 4194304 10345943 140736258522064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 31278 29303 764 1502 0 29771 0
Current children cumulated CPU time (s) 59.09
Current children cumulated vsize (KiB) 125112

[startup+60.7004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29594004/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=126744 CPUtime=60.69
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 169226 0 0 0 6021 48 0 0 25 0 1 0 26225629 129785856 29654 4089446400 4194304 10345943 140736258522064 18446744073709551615 4722894 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 31686 29654 764 1502 0 30179 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 126744

[startup+61.1004 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29594004/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=127004 CPUtime=61.09
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 169275 0 0 0 6061 48 0 0 25 0 1 0 26225629 130052096 29703 4089446400 4194304 10345943 140736258522064 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 31751 29703 764 1502 0 30244 0
Current children cumulated CPU time (s) 61.09
Current children cumulated vsize (KiB) 127004

[startup+61.5003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29593012/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=127152 CPUtime=61.49
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 171795 0 0 0 6100 49 0 0 25 0 1 0 26225629 130203648 29696 4089446400 4194304 10345943 140736258522064 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 31788 29696 764 1502 0 30281 0
Current children cumulated CPU time (s) 61.49
Current children cumulated vsize (KiB) 127152

[startup+61.6063 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23492
/proc/meminfo: memFree=29593012/32950928 swapFree=67111528/67111528
[pid=23435] ppid=23433 vsize=127524 CPUtime=61.6
/proc/23435/stat : 23435 (pbscip.linux.x8) R 23433 23435 22840 0 -1 4202496 171828 0 0 0 6110 50 0 0 25 0 1 0 26225629 130584576 29729 4089446400 4194304 10345943 140736258522064 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23435/statm: 31881 29729 764 1502 0 30374 0
Current children cumulated CPU time (s) 61.6
Current children cumulated vsize (KiB) 127524

Child status: 0
Real time (s): 61.6247
CPU time (s): 61.6226
CPU user time (s): 61.1157
CPU system time (s): 0.506922
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 129892

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

runsolver used 0.101984 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-08 11:08:41
IDJOB=2705732
IDBENCH=79396
IDSOLVER=1214
FILE ID=node120/2705732-1278580121
PBS_JOBID= 11240213
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh01_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705732-1278580121/watcher-2705732-1278580121 -o /tmp/evaluation-result-2705732-1278580121/solver-2705732-1278580121 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705732-1278580121.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dc9398e8d8662385aed113468e487865
RANDOM SEED=1216503306

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28777936 kB
Buffers:        161924 kB
Cached:        2779356 kB
SwapCached:          0 kB
Active:        2617224 kB
Inactive:      1389464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28777936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12812 kB
Writeback:           0 kB
AnonPages:     1065436 kB
Mapped:          17844 kB
Slab:           100860 kB
PageTables:       6784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1311424 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= 73440 MiB
End job on node120 at 2010-07-08 11:09:43