Trace number 2693577

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 solverOPTIMUM 865.243 865.217

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-0-100-0.wbo
MD5SUM833ed0c2692f571257dcfcd637053de2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.289955
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
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-2693577-1277924970.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 5179
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.179000e+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.179000e+03 |    Inf 
1.50/1.59	c   1.4s| 10000 |  6571 |     0 |   0.0 |7824k| 173 |   - | 371 |4897 |   0 |   0 |   0 |8790 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
1.59/1.69	o 892
1.59/1.69	c * 1.4s| 11940 |  8495 |     0 |   0.0 |8396k| 187 |   - | 371 |4754 |   0 |   0 |   0 |8815 |   0 | 0.000000e+00 | 8.920000e+02 |    Inf 
1.69/1.72	o 785
1.69/1.72	c * 1.5s| 12458 |  9001 |     0 |   0.0 |8533k| 187 |   - | 371 |4673 |   0 |   0 |   0 |8819 |   0 | 0.000000e+00 | 7.850000e+02 |    Inf 
1.80/1.80	o 759
1.80/1.80	c * 1.5s| 14187 | 10718 |     0 |   0.0 |9028k| 191 |   - | 371 |4479 |   0 |   0 |   0 |8830 |   0 | 0.000000e+00 | 7.590000e+02 |    Inf 
1.80/1.83	o 714
1.80/1.83	c * 1.5s| 14778 | 11306 |     0 |   0.0 |9192k| 191 |   - | 371 |4411 |   0 |   0 |   0 |8830 |   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
2.59/2.64	c   2.2s| 20000 | 14829 |     0 |   0.0 |  11M| 215 |   - | 371 |4739 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
5.19/5.29	c   4.6s| 30000 | 19299 |     0 |   0.0 |  18M| 215 |   - | 371 |9493 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
8.89/8.99	c   8.1s| 40000 | 22311 |     0 |   0.0 |  23M| 215 |   - | 371 |  10k|   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
11.59/11.66	c  10.5s| 50000 | 27643 |     0 |   0.0 |  24M| 215 |   - | 371 |3822 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
12.10/12.11	c  10.8s| 60000 | 37627 |     0 |   0.0 |  26M| 215 |   - | 371 | 567 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
12.49/12.55	c  11.1s| 70000 | 47589 |     0 |   0.0 |  29M| 215 |   - | 371 | 475 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
12.89/12.98	c  11.3s| 80000 | 57566 |     0 |   0.0 |  32M| 215 |   - | 371 | 482 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
13.40/13.42	c  11.6s| 90000 | 67537 |     0 |   0.0 |  35M| 215 |   - | 371 | 509 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
13.79/13.85	c  11.8s|100000 | 77496 |     0 |   0.0 |  38M| 215 |   - | 371 | 564 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
14.20/14.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.20/14.28	c  12.1s|110000 | 87466 |     0 |   0.0 |  41M| 215 |   - | 371 | 590 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
14.69/14.72	c  12.4s|120000 | 97441 |     0 |   0.0 |  44M| 215 |   - | 371 | 617 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
15.09/15.15	c  12.6s|130000 |107396 |     0 |   0.0 |  47M| 215 |   - | 371 | 700 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
15.49/15.58	c  12.9s|140000 |117352 |     0 |   0.0 |  50M| 215 |   - | 371 | 767 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
15.99/16.02	c  13.2s|150000 |127315 |     0 |   0.0 |  53M| 215 |   - | 371 | 802 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
16.40/16.43	c  13.5s|160000 |137285 |     0 |   0.0 |  56M| 215 |   - | 371 | 764 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
19.50/19.53	c  16.3s|170000 |140284 |     0 |   0.0 |  64M| 215 |   - | 371 |  10k|   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
24.70/24.75	c  21.2s|180000 |141734 |     0 |   0.0 |  70M| 215 |   - | 371 |  17k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
32.09/32.16	c  28.4s|190000 |141674 |     0 |   0.0 |  73M| 215 |   - | 371 |  20k|   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
40.99/41.06	c  36.9s|200000 |140818 |     0 |   0.0 |  76M| 215 |   - | 371 |  22k|   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
45.29/45.35	c  41.0s|210000 |146218 |     0 |   0.0 |  72M| 215 |   - | 371 |5969 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
45.79/45.85	c  41.3s|220000 |156186 |     0 |   0.0 |  73M| 215 |   - | 371 | 681 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
46.20/46.29	c  41.6s|230000 |166175 |     0 |   0.0 |  76M| 215 |   - | 371 | 476 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
46.69/46.74	c  41.9s|240000 |176153 |     0 |   0.0 |  79M| 215 |   - | 371 | 424 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
47.10/47.19	c  42.2s|250000 |186105 |     0 |   0.0 |  82M| 215 |   - | 371 | 431 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
47.59/47.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.59/47.63	c  42.4s|260000 |196089 |     0 |   0.0 |  85M| 215 |   - | 371 | 388 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
47.99/48.07	c  42.7s|270000 |206055 |     0 |   0.0 |  88M| 215 |   - | 371 | 422 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
48.49/48.51	c  43.0s|280000 |216019 |     0 |   0.0 |  91M| 215 |   - | 371 | 440 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
48.89/48.96	c  43.3s|290000 |225973 |     0 |   0.0 |  94M| 215 |   - | 371 | 411 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 7.140000e+02 |    Inf 
49.00/49.09	o 234
49.00/49.09	c *43.4s|292885 |224997 |     0 |   0.0 |  93M| 215 |   - | 371 | 423 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
49.40/49.48	c  43.6s|300000 |231860 |     0 |   0.0 |  96M| 215 |   - | 371 | 686 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
50.09/50.14	c  44.1s|310000 |241312 |     0 |   0.0 |  99M| 215 |   - | 371 | 830 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
50.79/50.85	c  44.7s|320000 |250676 |     0 |   0.0 | 103M| 215 |   - | 371 | 961 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
51.49/51.50	c  45.1s|330000 |260214 |     0 |   0.0 | 107M| 215 |   - | 371 | 808 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
52.09/52.17	c  45.6s|340000 |269690 |     0 |   0.0 | 110M| 215 |   - | 371 | 866 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 | 2.340000e+02 |    Inf 
52.60/52.62	o 78
52.60/52.62	c *46.0s|345188 |147473 |     0 |   0.0 |  71M| 215 |   - | 371 | 952 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 | 7.800000e+01 |    Inf 
52.89/52.96	o 50
52.89/52.96	c *46.2s|348018 |114878 |     0 |   0.0 |  62M| 215 |   - | 371 |1636 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
53.19/53.25	c  46.5s|350000 |116301 |     0 |   0.0 |  63M| 215 |   - | 371 | 857 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
54.49/54.54	c  47.5s|360000 |123452 |     0 |   0.0 |  67M| 215 |   - | 371 |1750 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
56.09/56.12	c  48.9s|370000 |129867 |     0 |   0.0 |  72M| 215 |   - | 371 |2385 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
57.90/57.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.90/57.91	c  50.4s|380000 |135779 |     0 |   0.0 |  77M| 215 |   - | 371 |3141 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
59.79/59.87	c  52.1s|390000 |141487 |     0 |   0.0 |  83M| 215 |   - | 371 |3984 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
62.20/62.24	c  54.2s|400000 |146386 |     0 |   0.0 |  89M| 215 |   - | 371 |5454 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
64.90/64.90	c  56.6s|410000 |150842 |     0 |   0.0 |  96M| 215 |   - | 371 |6534 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
67.90/67.96	c  59.3s|420000 |154700 |     0 |   0.0 | 102M| 215 |   - | 371 |7905 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
71.40/71.44	c  62.5s|430000 |157692 |     0 |   0.0 | 109M| 215 |   - | 371 |8988 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
75.29/75.33	c  66.0s|440000 |159577 |     0 |   0.0 | 116M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
77.09/77.13	c  67.6s|450000 |166235 |     0 |   0.0 | 118M| 215 |   - | 371 |2658 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
78.60/78.69	c  68.9s|460000 |172917 |     0 |   0.0 | 124M| 215 |   - | 371 |4544 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
84.70/84.79	c  74.7s|470000 |171080 |     0 |   0.0 | 126M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 239k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
93.50/93.54	c  83.0s|480000 |167135 |     0 |   0.0 | 123M| 215 |   - | 371 |  15k|   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
100.00/100.05	c  89.2s|490000 |167491 |     0 |   0.0 | 117M| 215 |   - | 371 |3780 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
101.99/102.01	c  91.0s|500000 |173489 |     0 |   0.0 | 121M| 215 |   - | 371 |3172 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
104.00/104.02	c  92.7s|510000 |179352 |     0 |   0.0 | 127M| 215 |   - | 371 |3916 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
106.49/106.53	c  95.0s|520000 |184236 |     0 |   0.0 | 132M| 215 |   - | 371 |4562 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
109.00/109.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.00/109.06	c  97.3s|530000 |189102 |     0 |   0.0 | 136M| 215 |   - | 371 |4678 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
111.60/111.69	c  99.6s|540000 |193782 |     0 |   0.0 | 141M| 215 |   - | 371 |5025 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
114.30/114.31	c   102s|550000 |198571 |     0 |   0.0 | 146M| 215 |   - | 371 |5436 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
116.69/116.78	c   104s|560000 |203781 |     0 |   0.0 | 150M| 215 |   - | 371 |6112 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
119.29/119.39	c   106s|570000 |208866 |     0 |   0.0 | 155M| 215 |   - | 371 |6392 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
122.00/122.02	c   109s|580000 |213965 |     0 |   0.0 | 159M| 215 |   - | 371 |6345 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
124.59/124.67	c   111s|590000 |219147 |     0 |   0.0 | 163M| 215 |   - | 371 |6328 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
127.20/127.28	c   114s|600000 |224383 |     0 |   0.0 | 168M| 215 |   - | 371 |7345 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
129.89/129.98	c   116s|610000 |229449 |     0 |   0.0 | 172M| 215 |   - | 371 |8034 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
132.79/132.81	c   119s|620000 |234374 |     0 |   0.0 | 176M| 215 |   - | 371 |7596 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
135.59/135.64	c   121s|630000 |239322 |     0 |   0.0 | 181M| 215 |   - | 371 |8224 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
138.50/138.59	c   124s|640000 |244084 |     0 |   0.0 | 185M| 215 |   - | 371 |8441 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
141.70/141.78	c   127s|650000 |248495 |     0 |   0.0 | 189M| 215 |   - | 371 |8179 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
144.79/144.84	c   130s|660000 |253078 |     0 |   0.0 | 194M| 215 |   - | 371 |9431 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
148.09/148.19	c   133s|670000 |257398 |     0 |   0.0 | 198M| 215 |   - | 371 |9228 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
151.70/151.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.70/151.80	c   136s|680000 |261250 |     0 |   0.0 | 203M| 215 |   - | 371 |9011 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
155.19/155.20	c   139s|690000 |265334 |     0 |   0.0 | 207M| 215 |   - | 371 |9853 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
159.00/159.04	c   143s|700000 |268857 |     0 |   0.0 | 212M| 215 |   - | 371 |9987 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
163.00/163.00	c   146s|710000 |272238 |     0 |   0.0 | 216M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 412k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
167.20/167.21	c   150s|720000 |275304 |     0 |   0.0 | 220M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 420k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
171.50/171.50	c   154s|730000 |278337 |     0 |   0.0 | 224M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 428k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
175.80/175.89	c   158s|740000 |281147 |     0 |   0.0 | 228M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 436k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
180.69/180.78	c   163s|750000 |283332 |     0 |   0.0 | 232M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
185.60/185.68	c   168s|760000 |285632 |     0 |   0.0 | 236M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
191.00/191.08	c   173s|770000 |287390 |     0 |   0.0 | 240M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
196.90/196.99	c   178s|780000 |288648 |     0 |   0.0 | 244M| 215 |   - | 371 |  13k|   0 |   0 |   0 | 472k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
203.50/203.58	c   184s|790000 |289232 |     0 |   0.0 | 248M| 215 |   - | 371 |  15k|   0 |   0 |   0 | 481k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
210.79/210.83	c   191s|800000 |288731 |     0 |   0.0 | 249M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 491k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
212.59/212.60	c   193s|810000 |296303 |     0 |   0.0 | 252M| 215 |   - | 371 |5714 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
214.40/214.45	c   194s|820000 |303216 |     0 |   0.0 | 256M| 215 |   - | 371 |6796 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
216.50/216.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.50/216.56	c   196s|830000 |309707 |     0 |   0.0 | 261M| 215 |   - | 371 |8254 |   0 |   0 |   0 | 506k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
218.99/219.08	c   199s|840000 |315764 |     0 |   0.0 | 265M| 215 |   - | 371 |9612 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
221.70/221.74	c   201s|850000 |321699 |     0 |   0.0 | 269M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
224.40/224.49	c   204s|860000 |327433 |     0 |   0.0 | 273M| 215 |   - | 371 |9880 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
227.40/227.49	c   206s|870000 |332443 |     0 |   0.0 | 277M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 532k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
231.00/231.04	c   210s|880000 |336636 |     0 |   0.0 | 282M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 541k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
235.40/235.47	c   214s|890000 |339839 |     0 |   0.0 | 284M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 549k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
239.90/239.97	c   218s|900000 |343099 |     0 |   0.0 | 288M| 215 |   - | 371 |9113 |   0 |   0 |   0 | 557k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
244.30/244.30	c   222s|910000 |346366 |     0 |   0.0 | 292M| 215 |   - | 371 |9561 |   0 |   0 |   0 | 566k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
248.10/248.12	c   226s|920000 |350458 |     0 |   0.0 | 296M| 215 |   - | 371 |9997 |   0 |   0 |   0 | 573k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
251.60/251.61	o 37
251.60/251.61	c * 229s|928899 |331099 |     0 |   0.0 | 278M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 579k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
252.00/252.09	c   229s|930000 |331510 |     0 |   0.0 | 279M| 215 |   - | 371 |9835 |   0 |   0 |   0 | 580k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
256.21/256.26	c   233s|940000 |334687 |     0 |   0.0 | 281M| 215 |   - | 371 |3267 |   0 |   0 |   0 | 590k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
259.70/259.72	c   236s|950000 |337136 |     0 |   0.0 | 285M| 215 |   - | 371 |3430 |   0 |   0 |   0 | 601k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
263.49/263.51	c   240s|960000 |339063 |     0 |   0.0 | 289M| 215 |   - | 371 |6184 |   0 |   0 |   0 | 614k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
267.80/267.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
267.80/267.88	c   244s|970000 |340656 |     0 |   0.0 | 293M| 215 |   - | 371 |7444 |   0 |   0 |   0 | 626k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
272.60/272.62	c   248s|980000 |341720 |     0 |   0.0 | 297M| 215 |   - | 371 |8213 |   0 |   0 |   0 | 639k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
277.30/277.35	c   253s|990000 |342878 |     0 |   0.0 | 300M| 215 |   - | 371 |8513 |   0 |   0 |   0 | 652k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
282.30/282.36	c   257s|  1000k|343638 |     0 |   0.0 | 303M| 215 |   - | 371 |8488 |   0 |   0 |   0 | 665k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
287.60/287.67	c   262s|  1010k|344156 |     0 |   0.0 | 306M| 215 |   - | 371 |7821 |   0 |   0 |   0 | 678k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
293.10/293.10	c   267s|  1020k|344782 |     0 |   0.0 | 310M| 215 |   - | 371 |9108 |   0 |   0 |   0 | 692k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
298.70/298.76	c   273s|  1030k|344703 |     0 |   0.0 | 314M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
304.10/304.15	o 24
304.10/304.15	c * 278s|  1039k|264484 |     0 |   0.0 | 238M| 215 |   - | 371 |9365 |   0 |   0 |   0 | 718k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
305.00/305.05	c   279s|  1040k|264175 |     0 |   0.0 | 238M| 215 |   - | 371 |4134 |   0 |   0 |   0 | 720k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
312.70/312.76	c   286s|  1050k|259609 |     0 |   0.0 | 243M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 744k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
322.09/322.14	c   295s|  1060k|254325 |     0 |   0.0 | 244M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 768k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
330.70/330.79	c   303s|  1070k|248380 |     0 |   0.0 | 242M| 215 |   - | 371 |5717 |   0 |   0 |   0 | 792k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
340.19/340.28	c   312s|  1080k|240842 |     0 |   0.0 | 243M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 818k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
351.80/351.89	c   323s|  1090k|232369 |     0 |   0.0 | 241M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
364.80/364.87	c   335s|  1100k|221721 |     0 |   0.0 | 237M| 215 |   - | 371 |  13k|   0 |   0 |   0 | 870k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
379.20/379.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
379.20/379.24	c   349s|  1110k|210469 |     0 |   0.0 | 232M| 215 |   - | 371 |  16k|   0 |   0 |   0 | 897k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
394.91/394.96	c   364s|  1120k|200452 |     0 |   0.0 | 225M| 215 |   - | 371 |  19k|   0 |   0 |   0 | 921k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
403.50/403.50	c   373s|  1130k|200716 |     0 |   0.0 | 222M| 215 |   - | 371 |7375 |   0 |   0 |   0 | 935k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
406.80/406.85	c   376s|  1140k|205120 |     0 |   0.0 | 227M| 215 |   - | 371 |6921 |   0 |   0 |   0 | 946k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
410.60/410.67	c   379s|  1150k|208667 |     0 |   0.0 | 231M| 215 |   - | 371 |7038 |   0 |   0 |   0 | 957k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
415.00/415.05	c   383s|  1160k|211273 |     0 |   0.0 | 236M| 215 |   - | 371 |8308 |   0 |   0 |   0 | 970k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
420.21/420.21	c   388s|  1170k|212748 |     0 |   0.0 | 240M| 215 |   - | 371 |8818 |   0 |   0 |   0 | 985k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
426.00/426.08	c   394s|  1180k|213104 |     0 |   0.0 | 244M| 215 |   - | 371 |9122 |   0 |   0 |   0 |1000k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
432.31/432.36	c   400s|  1190k|212471 |     0 |   0.0 | 247M| 215 |   - | 371 |9536 |   0 |   0 |   0 |1016k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
438.91/438.96	c   406s|  1200k|210985 |     0 |   0.0 | 251M| 215 |   - | 371 |9308 |   0 |   0 |   0 |1033k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
446.01/446.02	c   413s|  1210k|208557 |     0 |   0.0 | 253M| 215 |   - | 371 |8782 |   0 |   0 |   0 |1051k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
453.31/453.36	c   420s|  1220k|204728 |     0 |   0.0 | 256M| 215 |   - | 371 |8435 |   0 |   0 |   0 |1069k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
461.20/461.25	c   427s|  1230k|198815 |     0 |   0.0 | 255M| 215 |   - | 371 |9272 |   0 |   0 |   0 |1088k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
469.40/469.44	c   435s|  1240k|192899 |     0 |   0.0 | 253M| 215 |   - | 371 |  10k|   0 |   0 |   0 |1109k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
482.81/482.87	c   448s|  1250k|184756 |     0 |   0.0 | 252M| 215 |   - | 371 |  14k|   0 |   0 |   0 |1138k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
499.91/499.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
499.91/499.95	c   464s|  1260k|171993 |     0 |   0.0 | 246M| 215 |   - | 371 |  15k|   0 |   0 |   0 |1168k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
519.31/519.30	c   483s|  1270k|155486 |     0 |   0.0 | 235M| 215 |   - | 371 |  16k|   0 |   0 |   0 |1200k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
538.50/538.59	c   502s|  1280k|140098 |     0 |   0.0 | 218M| 215 |   - | 371 |  17k|   0 |   0 |   0 |1230k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
557.62/557.65	c   520s|  1290k|126487 |     0 |   0.0 | 198M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1258k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
567.51/567.56	c   530s|  1300k|126764 |     0 |   0.0 | 198M| 215 |   - | 371 |  18k|   0 |   0 |   0 |1275k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
577.31/577.35	c   540s|  1310k|127405 |     0 |   0.0 | 201M| 215 |   - | 371 |  18k|   0 |   0 |   0 |1291k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
587.61/587.65	c   550s|  1320k|127424 |     0 |   0.0 | 202M| 215 |   - | 371 |  18k|   0 |   0 |   0 |1307k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
598.61/598.65	c   560s|  1330k|126632 |     0 |   0.0 | 202M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1324k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
610.51/610.57	c   572s|  1340k|125109 |     0 |   0.0 | 202M| 215 |   - | 371 |  20k|   0 |   0 |   0 |1342k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
623.61/623.64	c   584s|  1350k|122712 |     0 |   0.0 | 202M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1361k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
638.81/638.85	c   599s|  1360k|118968 |     0 |   0.0 | 199M| 215 |   - | 371 |  24k|   0 |   0 |   0 |1381k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
655.81/655.80	c   616s|  1370k|114467 |     0 |   0.0 | 196M| 215 |   - | 371 |  27k|   0 |   0 |   0 |1401k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
675.12/675.14	c   635s|  1380k|108871 |     0 |   0.0 | 188M| 215 |   - | 371 |  28k|   0 |   0 |   0 |1420k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
689.81/689.85	c   649s|  1390k|105892 |     0 |   0.0 | 174M| 215 |   - | 371 |9050 |   0 |   0 |   0 |1436k|   0 | 1.000000e+00 | 2.400000e+01 |2300.00%
693.91/693.93	c   653s|  1400k|108435 |     0 |   0.0 | 176M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1447k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
708.42/708.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
708.42/708.41	c   667s|  1410k|102024 |     0 |   0.0 | 176M| 215 |   - | 371 |  22k|   0 |   0 |   0 |1470k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
730.42/730.46	c   689s|  1420k| 93928 |     0 |   0.0 | 171M| 215 |   - | 371 |  28k|   0 |   0 |   0 |1494k|   0 | 2.000000e+00 | 2.400000e+01 |1100.00%
743.52/743.56	o 23
743.52/743.56	c * 702s|  1425k| 76338 |     0 |   0.0 | 140M| 215 |   - | 371 |  32k|   0 |   0 |   0 |1507k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
752.32/752.37	c   710s|  1430k| 68131 |     0 |   0.0 | 119M| 215 |   - | 371 |7829 |   0 |   0 |   0 |1521k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
754.92/754.96	c   713s|  1440k| 73557 |     0 |   0.0 | 120M| 215 |   - | 371 |5901 |   0 |   0 |   0 |1530k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
758.51/758.56	c   716s|  1450k| 77738 |     0 |   0.0 | 125M| 215 |   - | 371 |9975 |   0 |   0 |   0 |1541k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
763.71/763.78	c   721s|  1460k| 80278 |     0 |   0.0 | 129M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1553k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
769.81/769.90	c   727s|  1470k| 78930 |     0 |   0.0 | 124M| 215 |   - | 371 |  10k|   0 |   0 |   0 |1569k|   0 | 2.000000e+00 | 2.300000e+01 |1050.00%
773.02/773.05	c   729s|  1480k| 83982 |     0 |   0.0 | 124M| 215 |   - | 371 |8721 |   0 |   0 |   0 |1579k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
776.42/776.44	c   733s|  1490k| 89316 |     0 |   0.0 | 128M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1589k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
780.52/780.55	c   736s|  1500k| 94113 |     0 |   0.0 | 132M| 215 |   - | 371 |  13k|   0 |   0 |   0 |1599k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
788.42/788.44	c   744s|  1510k| 94972 |     0 |   0.0 | 136M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1614k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
799.42/799.48	c   755s|  1520k| 94447 |     0 |   0.0 | 141M| 215 |   - | 371 |  27k|   0 |   0 |   0 |1631k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
813.71/813.72	c   769s|  1530k| 93450 |     0 |   0.0 | 145M| 215 |   - | 371 |  36k|   0 |   0 |   0 |1648k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
833.83/833.82	c   788s|  1540k| 91867 |     0 |   0.0 | 145M| 215 |   - | 371 |  35k|   0 |   0 |   0 |1665k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
838.72/838.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
838.72/838.78	c   793s|  1550k| 97982 |     0 |   0.0 | 143M| 215 |   - | 371 |  10k|   0 |   0 |   0 |1674k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
841.91/841.95	c   796s|  1560k|102983 |     0 |   0.0 | 147M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1683k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
848.62/848.61	c   802s|  1570k|104400 |     0 |   0.0 | 151M| 215 |   - | 371 |  15k|   0 |   0 |   0 |1698k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
857.72/857.77	c   811s|  1580k|104789 |     0 |   0.0 | 155M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1714k|   0 | 5.000000e+00 | 2.300000e+01 | 360.00%
865.12/865.17	o 5
865.12/865.17	c * 818s|  1586k|     0 |     0 |   0.0 |  12M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1725k|   0 | 5.000000e+00 | 5.000000e+00 |   0.00%
865.12/865.17	c 
865.12/865.17	c SCIP Status        : problem is solved [optimal solution found]
865.12/865.17	c Solving Time (sec) : 818.37
865.12/865.17	c Solving Nodes      : 1586275
865.12/865.17	c Primal Bound       : +5.00000000000000e+00 (14 solutions)
865.12/865.17	c Dual Bound         : +5.00000000000000e+00
865.12/865.17	c Gap                : 0.00 %
865.12/865.17	s OPTIMUM FOUND
865.12/865.17	v -x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
865.12/865.17	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
865.12/865.17	v -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 
865.12/865.17	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 
865.12/865.17	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 
865.12/865.17	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 
865.12/865.17	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 
865.12/865.17	v -x4 -x3 -x2 -x1 
865.12/865.17	c SCIP Status        : problem is solved [optimal solution found]
865.12/865.17	c Solving Time       :     818.37
865.12/865.17	c Original Problem   :
865.12/865.17	c   Problem name     : HOME/instance-2693577-1277924970.wbo
865.12/865.17	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
865.12/865.17	c   Constraints      : 203 initial, 203 maximal
865.12/865.17	c Presolved Problem  :
865.12/865.17	c   Problem name     : t_HOME/instance-2693577-1277924970.wbo
865.12/865.17	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
865.12/865.17	c   Constraints      : 202 initial, 38640 maximal
865.12/865.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
865.12/865.17	c   trivial          :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   implics          :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   probing          :       0.01          0          0          0          0          0          0          0          0
865.12/865.17	c   indicator        :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   linear           :       0.00          0          0          0        101          0          1          0          0
865.12/865.17	c   logicor          :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
865.12/865.17	c   root node        :          -         52          -          -        104          -          -          -          -
865.12/865.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
865.12/865.17	c   integral         :          0          0          0          0          0          0          0          0          0          0
865.12/865.17	c   indicator        :        101          0    4268891          0    1090761      11053    1954788          0          0          0
865.12/865.17	c   linear           :        101          0    4649991          0    1164564     559087   22575925          0          0          0
865.12/865.17	c   logicor          :          0+         0    2087029          0          0      45705    1103114          0          0          0
865.12/865.17	c   bounddisjunction :          0+         0     189852          0          0          6       5651          0          0          0
865.12/865.17	c   countsols        :          0          0          0          0    1164572          0          0          0          0          0
865.12/865.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
865.12/865.17	c   integral         :       0.00       0.00       0.00       0.00       0.00
865.12/865.17	c   indicator        :       2.53       0.00       1.51       0.00       1.02
865.12/865.17	c   linear           :     121.26       0.00     121.22       0.00       0.04
865.12/865.17	c   logicor          :     310.43       0.00     310.43       0.00       0.00
865.12/865.17	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
865.12/865.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00
865.12/865.17	c Propagators        :       Time      Calls    Cutoffs    DomReds
865.12/865.17	c   vbounds          :       0.00          2          0          0
865.12/865.17	c   rootredcost      :       0.00          0          0          0
865.12/865.17	c   pseudoobj        :      15.47    4668323       7468    1768118
865.12/865.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
865.12/865.17	c   propagation      :      34.69     612265     612136    3606766       24.4     175638       14.4          -
865.12/865.17	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
865.12/865.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
865.12/865.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
865.12/865.17	c   pseudo solution  :       0.02         71         71        254       15.4         44       15.0          -
865.12/865.17	c   applied globally :          -          -          -    1690863       17.5          -          -          -
865.12/865.17	c   applied locally  :          -          -          -      34780       37.4          -          -          -
865.12/865.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
865.12/865.17	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
865.12/865.17	c   redcost          :       0.00          0          0          0          0          0
865.12/865.17	c   impliedbounds    :       0.00          0          0          0          0          0
865.12/865.17	c   intobj           :       0.00          0          0          0          0          0
865.12/865.17	c   cgmip            :       0.00          0          0          0          0          0
865.12/865.17	c   gomory           :       0.00          0          0          0          0          0
865.12/865.17	c   strongcg         :       0.00          0          0          0          0          0
865.12/865.17	c   cmir             :       0.00          0          0          0          0          0
865.12/865.17	c   flowcover        :       0.00          0          0          0          0          0
865.12/865.17	c   clique           :       0.00          0          0          0          0          0
865.12/865.17	c   zerohalf         :       0.00          0          0          0          0          0
865.12/865.17	c   mcf              :       0.00          0          0          0          0          0
865.12/865.17	c   rapidlearning    :       0.00          0          0          0          0          0
865.12/865.17	c Pricers            :       Time      Calls       Vars
865.12/865.17	c   problem variables:       0.00          0          0
865.12/865.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
865.12/865.17	c   relpscost        :       0.00          0          0          0          0          0          0
865.12/865.17	c   pscost           :       0.00          0          0          0          0          0          0
865.12/865.17	c   inference        :       8.93    1164561          0          0          0          0    2329122
865.12/865.17	c   mostinf          :       0.00          0          0          0          0          0          0
865.12/865.17	c   leastinf         :       0.00          0          0          0          0          0          0
865.12/865.17	c   fullstrong       :       0.00          0          0          0          0          0          0
865.12/865.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
865.12/865.17	c   random           :       0.00          0          0          0          0          0          0
865.12/865.17	c Primal Heuristics  :       Time      Calls      Found
865.12/865.17	c   LP solutions     :       0.00          -          0
865.12/865.17	c   pseudo solutions :       0.64          -         11
865.12/865.17	c   oneopt           :       0.03          0          0
865.12/865.17	c   trivial          :       0.00          2          2
865.12/865.17	c   simplerounding   :       0.00          0          0
865.12/865.17	c   zirounding       :       0.00          0          0
865.12/865.17	c   rounding         :       0.00          0          0
865.12/865.17	c   shifting         :       0.00          0          0
865.12/865.17	c   intshifting      :       0.00          0          0
865.12/865.17	c   twoopt           :       0.00          0          0
865.12/865.17	c   fixandinfer      :       0.00          0          0
865.12/865.17	c   feaspump         :       0.00          0          0
865.12/865.17	c   coefdiving       :       0.00          0          0
865.12/865.17	c   pscostdiving     :       0.00          0          0
865.12/865.17	c   fracdiving       :       0.00          0          0
865.12/865.17	c   veclendiving     :       0.00          0          0
865.12/865.17	c   intdiving        :       0.00          0          0
865.12/865.17	c   actconsdiving    :       0.00          0          0
865.12/865.17	c   objpscostdiving  :       0.00          0          0
865.12/865.17	c   rootsoldiving    :       0.00          0          0
865.12/865.17	c   linesearchdiving :       0.00          0          0
865.12/865.17	c   guideddiving     :       0.00          0          0
865.12/865.17	c   octane           :       0.00          0          0
865.12/865.17	c   rens             :       0.00          0          0
865.12/865.17	c   rins             :       0.00          0          0
865.12/865.17	c   localbranching   :       0.00          0          0
865.12/865.17	c   mutation         :       0.00          0          0
865.12/865.17	c   crossover        :       0.00          0          0
865.12/865.17	c   dins             :       0.00          0          0
865.12/865.17	c   undercover       :       0.00          0          0
865.12/865.17	c   nlp              :       0.00          0          0
865.12/865.17	c   trysol           :       0.00          1          1
865.12/865.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
865.12/865.17	c   primal LP        :       0.00          0          0       0.00          -
865.12/865.17	c   dual LP          :       0.00          0          0       0.00          -
865.12/865.17	c   lex dual LP      :       0.00          0          0       0.00          -
865.12/865.17	c   barrier LP       :       0.00          0          0       0.00          -
865.12/865.17	c   diving/probing LP:       0.00          0          0       0.00          -
865.12/865.17	c   strong branching :       0.00          0          0       0.00          -
865.12/865.17	c     (at root node) :          -          0          0       0.00          -
865.12/865.17	c   conflict analysis:       0.00          0          0       0.00          -
865.12/865.17	c B&B Tree           :
865.12/865.17	c   number of runs   :          1
865.12/865.17	c   nodes            :    1586275
865.12/865.17	c   nodes (total)    :    1586275
865.12/865.17	c   nodes left       :          0
865.12/865.17	c   max depth        :        215
865.12/865.17	c   max depth (total):        215
865.12/865.17	c   backtracks       :     484607 (30.5%)
865.12/865.17	c   delayed cutoffs  :     356054
865.12/865.17	c   repropagations   :    1690016 (7540468 domain reductions, 201687 cutoffs)
865.12/865.17	c   avg switch length:      20.88
865.12/865.17	c   switching time   :     263.45
865.12/865.17	c Solution           :
865.12/865.17	c   Solutions found  :         14 (12 improvements)
865.12/865.17	c   First Solution   : +5.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
865.12/865.17	c   Primal Bound     : +5.00000000000000e+00   (in run 1, after 1586275 nodes, 818.08 seconds, depth 28, found by <relaxation>)
865.12/865.17	c   Dual Bound       : +5.00000000000000e+00
865.12/865.17	c   Gap              :       0.00 %
865.12/865.17	c   Root Dual Bound  : +0.00000000000000e+00
865.12/865.17	c   Root Iterations  :          0
865.22/865.21	c Time complete: 865.23.

Verifier Data

OK	5

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/196 17765
/proc/meminfo: memFree=31176892/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=8440 CPUtime=0
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 1570 0 0 0 0 0 0 0 20 0 1 0 133792254 8642560 1493 4089446400 4194304 7136930 140737143665664 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17765/statm: 2110 1507 275 719 0 1389 0

[startup+0.0843969 s]
/proc/loadavg: 1.99 1.98 1.99 4/196 17765
/proc/meminfo: memFree=31176892/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=13556 CPUtime=0.08
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 3371 0 0 0 6 2 0 0 22 0 1 0 133792254 13881344 2684 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 3389 2684 390 719 0 2668 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13556

[startup+0.100376 s]
/proc/loadavg: 1.99 1.98 1.99 4/196 17765
/proc/meminfo: memFree=31176892/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=13688 CPUtime=0.09
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 3401 0 0 0 7 2 0 0 22 0 1 0 133792254 14016512 2714 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 3422 2714 390 719 0 2701 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13688

[startup+0.300343 s]
/proc/loadavg: 1.99 1.98 1.99 4/196 17765
/proc/meminfo: memFree=31176892/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=15900 CPUtime=0.29
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 3957 0 0 0 24 5 0 0 22 0 1 0 133792254 16281600 3270 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 3975 3270 390 719 0 3254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15900

[startup+0.700262 s]
/proc/loadavg: 1.99 1.98 1.99 4/196 17765
/proc/meminfo: memFree=31176892/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=18808 CPUtime=0.69
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 4696 0 0 0 58 11 0 0 24 0 1 0 133792254 19259392 4009 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 4702 4009 390 719 0 3981 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18808

[startup+1.50112 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17766
/proc/meminfo: memFree=31161384/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=21104 CPUtime=1.5
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 5274 0 0 0 130 20 0 0 25 0 1 0 133792254 21610496 4587 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 5276 4587 390 719 0 4555 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 21104

[startup+3.10079 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17766
/proc/meminfo: memFree=31156176/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=28252 CPUtime=3.09
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 7074 0 0 0 263 46 0 0 25 0 1 0 133792254 28930048 6387 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 7063 6387 390 719 0 6342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28252

[startup+6.3002 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17766
/proc/meminfo: memFree=31144936/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=36284 CPUtime=6.29
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 9088 0 0 0 556 73 0 0 25 0 1 0 133792254 37154816 8401 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 9071 8401 390 719 0 8350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36284

[startup+12.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17766
/proc/meminfo: memFree=31133876/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=51084 CPUtime=12.69
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 12915 0 0 0 1114 155 0 0 25 0 1 0 133792254 52310016 12228 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 12771 12228 390 719 0 12050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51084

[startup+25.5006 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17766
/proc/meminfo: memFree=31084780/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=95720 CPUtime=25.49
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 23875 0 0 0 2196 353 0 0 25 0 1 0 133792254 98017280 23188 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 23930 23188 390 719 0 23209 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95720

[startup+51.1007 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17767
/proc/meminfo: memFree=31037080/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=143240 CPUtime=51.09
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 35019 0 0 0 4485 624 0 0 25 0 1 0 133792254 146677760 34332 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17765/statm: 35810 34332 391 719 0 35089 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143240

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17768
/proc/meminfo: memFree=30956940/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=199972 CPUtime=102.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 49143 0 0 0 9123 1107 0 0 25 0 1 0 133792254 204771328 48456 4089446400 4194304 7136930 140737143665664 18446744073709551615 4677406 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 49993 48456 393 719 0 49272 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199972

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 17770
/proc/meminfo: memFree=30852080/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=286172 CPUtime=162.29
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 70565 0 0 0 14574 1655 0 0 25 0 1 0 133792254 293040128 69878 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 71543 69878 393 719 0 70822 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 286172

[startup+222.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/197 17772
/proc/meminfo: memFree=30795480/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=337724 CPUtime=222.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 83629 0 0 0 20153 2077 0 0 25 0 1 0 133792254 345829376 82942 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 84431 82942 393 719 0 83710 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 337724

[startup+282.301 s]
/proc/loadavg: 2.03 2.00 2.00 3/197 17773
/proc/meminfo: memFree=30745956/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=387360 CPUtime=282.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 96129 0 0 0 25718 2512 0 0 25 0 1 0 133792254 396656640 95442 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 96840 95442 393 719 0 96119 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 387360

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 17774
/proc/meminfo: memFree=30725824/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=399784 CPUtime=342.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 99238 0 0 0 31372 2858 0 0 25 0 1 0 133792254 409378816 98551 4089446400 4194304 7136930 140737143665664 18446744073709551615 4644808 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 99946 98551 393 719 0 99225 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 399784

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17776
/proc/meminfo: memFree=30724304/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=400812 CPUtime=402.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 99503 0 0 0 37152 3078 0 0 25 0 1 0 133792254 410431488 98816 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 100203 98816 393 719 0 99482 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 400812

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17778
/proc/meminfo: memFree=30717184/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=407792 CPUtime=462.3
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 101261 0 0 0 42800 3430 0 0 25 0 1 0 133792254 417579008 100574 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 101948 100574 393 719 0 101227 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 407792

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17780
/proc/meminfo: memFree=30715036/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=409060 CPUtime=522.31
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 101586 0 0 0 48602 3629 0 0 25 0 1 0 133792254 418877440 100899 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 102265 100899 393 719 0 101544 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 409060

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17781
/proc/meminfo: memFree=30696272/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=409704 CPUtime=582.31
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 101665 0 0 0 54432 3799 0 0 25 0 1 0 133792254 419536896 100978 4089446400 4194304 7136930 140737143665664 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 102426 100978 393 719 0 101705 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 409704

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17782
/proc/meminfo: memFree=30689284/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=412252 CPUtime=642.32
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 102238 0 0 0 60270 3962 0 0 25 0 1 0 133792254 422146048 101551 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 103063 101551 393 719 0 102342 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 412252

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17784
/proc/meminfo: memFree=30687144/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=413896 CPUtime=702.31
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 102699 0 0 0 66118 4113 0 0 25 0 1 0 133792254 423829504 102012 4089446400 4194304 7136930 140737143665664 18446744073709551615 4999847 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 103474 102012 393 719 0 102753 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 413896

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17786
/proc/meminfo: memFree=30678300/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=415116 CPUtime=762.33
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 102944 0 0 0 71936 4297 0 0 25 0 1 0 133792254 425078784 102257 4089446400 4194304 7136930 140737143665664 18446744073709551615 4210705 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 103779 102257 393 719 0 103058 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 415116

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30677256/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=822.32
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103150 0 0 0 77704 4528 0 0 25 0 1 0 133792254 426172416 102463 4089446400 4194304 7136930 140737143665664 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102463 393 719 0 103325 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 416184

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

[startup+844.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30662228/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=844.73
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 79858 4615 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 844.73
Current children cumulated vsize (KiB) 416184

[startup+857.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661972/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=857.52
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81089 4663 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 4220848 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 857.52
Current children cumulated vsize (KiB) 416184

[startup+860.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661848/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=860.72
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81400 4672 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 860.72
Current children cumulated vsize (KiB) 416184

[startup+862.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661968/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=862.32
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81556 4676 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 862.32
Current children cumulated vsize (KiB) 416184

[startup+863.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661968/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=863.92
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81712 4680 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 863.92
Current children cumulated vsize (KiB) 416184

[startup+864.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661844/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=864.72
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81790 4682 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 864.72
Current children cumulated vsize (KiB) 416184

[startup+865.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661844/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=416184 CPUtime=865.12
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103154 0 0 0 81829 4683 0 0 25 0 1 0 133792254 426172416 102467 4089446400 4194304 7136930 140737143665664 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17765/statm: 104046 102467 393 719 0 103325 0
Current children cumulated CPU time (s) 865.12
Current children cumulated vsize (KiB) 416184

[startup+865.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17788
/proc/meminfo: memFree=30661844/32951124 swapFree=67111528/67111528
[pid=17765] ppid=17763 vsize=359152 CPUtime=865.22
/proc/17765/stat : 17765 (pbscip.linux.x8) R 17763 17765 16329 0 -1 4202496 103160 0 0 0 81839 4683 0 0 25 0 1 0 133792254 367771648 88182 4089446400 4194304 7136930 140737143665664 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17765/statm: 89755 88182 399 719 0 89034 0
Current children cumulated CPU time (s) 865.22
Current children cumulated vsize (KiB) 359152

Child status: 0
Real time (s): 865.217
CPU time (s): 865.243
CPU user time (s): 818.394
CPU system time (s): 46.8499
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 416184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 818.394
system time used= 46.8499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103167
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= 1
involuntary context switches= 2554

runsolver used 1.40779 second user time and 2.85257 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 21:09:30
IDJOB=2693577
IDBENCH=79255
IDSOLVER=1206
FILE ID=node141/2693577-1277924970
PBS_JOBID= 11197340
Free space on /tmp= 74212 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.1111212272--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-2693577-1277924970/watcher-2693577-1277924970 -o /tmp/evaluation-result-2693577-1277924970/solver-2693577-1277924970 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693577-1277924970.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 833ed0c2692f571257dcfcd637053de2
RANDOM SEED=110285269

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.788
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:      31177048 kB
Buffers:        208684 kB
Cached:        1143524 kB
SwapCached:          0 kB
Active:         847868 kB
Inactive:       782176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31177048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:      277824 kB
Mapped:          20404 kB
Slab:            80048 kB
PageTables:       5700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node141 at 2010-06-30 21:23:56