Trace number 2694180

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 solver? (exit code) 166.684 166.68

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-0-100-0.wbo
MD5SUM769102c4365831847599c548efd52eec
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.246961
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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-2694180-1277924404.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 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+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.00
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 | 4.943000e+03 |    Inf 
1.59/1.64	c   1.6s| 10000 |  6459 |     0 |   0.0 |7886k| 171 |   - | 371 |5064 |   0 |   0 |   0 |9246 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
2.79/2.86	c   2.6s| 20000 | 14209 |     0 |   0.0 |  11M| 213 |   - | 371 |4906 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
5.79/5.87	c   5.6s| 30000 | 17914 |     0 |   0.0 |  18M| 213 |   - | 371 |9858 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.19/10.21	c   9.8s| 40000 | 19223 |     0 |   0.0 |  22M| 213 |   - | 371 |  11k|   0 |   0 |   0 |  51k|   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
10.19/10.25	o 888
10.19/10.25	c * 9.8s| 40293 | 19460 |     0 |   0.0 |  22M| 213 |   - | 371 |  11k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
10.69/10.78	c  10.3s| 50000 | 29139 |     0 |   0.0 |  21M| 213 |   - | 371 | 915 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
11.19/11.23	c  10.7s| 60000 | 39123 |     0 |   0.0 |  24M| 213 |   - | 371 | 680 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
11.59/11.67	c  11.1s| 70000 | 49095 |     0 |   0.0 |  27M| 213 |   - | 371 | 645 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
12.09/12.12	c  11.5s| 80000 | 59073 |     0 |   0.0 |  30M| 213 |   - | 371 | 645 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
12.49/12.56	c  11.9s| 90000 | 69046 |     0 |   0.0 |  33M| 213 |   - | 371 | 698 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
12.99/13.01	c  12.3s|100000 | 79013 |     0 |   0.0 |  36M| 213 |   - | 371 | 695 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
13.39/13.46	c  12.8s|110000 | 88967 |     0 |   0.0 |  39M| 213 |   - | 371 | 751 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
13.89/13.90	c  13.2s|120000 | 98939 |     0 |   0.0 |  42M| 213 |   - | 371 | 757 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
14.30/14.36	c  13.6s|130000 |108889 |     0 |   0.0 |  45M| 213 |   - | 371 | 798 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
14.80/14.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.80/14.80	c  14.0s|140000 |118848 |     0 |   0.0 |  48M| 213 |   - | 371 | 849 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
15.20/15.25	c  14.3s|150000 |128815 |     0 |   0.0 |  51M| 213 |   - | 371 | 880 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
15.59/15.69	c  14.7s|160000 |138772 |     0 |   0.0 |  54M| 213 |   - | 371 | 938 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
16.09/16.14	c  15.0s|170000 |148723 |     0 |   0.0 |  57M| 213 |   - | 371 |1006 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
16.50/16.59	c  15.4s|180000 |158689 |     0 |   0.0 |  60M| 213 |   - | 371 |1040 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
16.99/17.02	c  15.8s|190000 |168646 |     0 |   0.0 |  63M| 214 |   - | 371 | 832 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
20.19/20.22	c  19.0s|200000 |171350 |     0 |   0.0 |  70M| 214 |   - | 371 |9419 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
25.69/25.75	c  24.4s|210000 |171864 |     0 |   0.0 |  75M| 214 |   - | 371 |  17k|   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
33.19/33.26	c  31.8s|220000 |171725 |     0 |   0.0 |  80M| 214 |   - | 371 |  22k|   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
39.79/39.83	c  38.3s|230000 |174344 |     0 |   0.0 |  78M| 214 |   - | 371 |  13k|   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
40.29/40.38	c  38.8s|240000 |184326 |     0 |   0.0 |  77M| 214 |   - | 371 |1098 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
40.79/40.84	c  39.2s|250000 |194306 |     0 |   0.0 |  80M| 214 |   - | 371 | 849 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
41.19/41.29	c  39.5s|260000 |204279 |     0 |   0.0 |  83M| 214 |   - | 371 | 799 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
41.69/41.75	c  39.9s|270000 |214250 |     0 |   0.0 |  85M| 214 |   - | 371 | 751 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
42.19/42.20	c  40.3s|280000 |224222 |     0 |   0.0 |  88M| 214 |   - | 371 | 727 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
42.59/42.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.59/42.65	c  40.7s|290000 |234201 |     0 |   0.0 |  91M| 214 |   - | 371 | 690 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
43.09/43.10	c  41.1s|300000 |244186 |     0 |   0.0 |  94M| 214 |   - | 371 | 664 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
43.49/43.54	c  41.5s|310000 |254166 |     0 |   0.0 |  97M| 214 |   - | 371 | 649 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
43.90/43.99	c  41.9s|320000 |264144 |     0 |   0.0 | 100M| 214 |   - | 371 | 661 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
44.39/44.44	c  42.3s|330000 |274124 |     0 |   0.0 | 103M| 214 |   - | 371 | 668 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
44.80/44.89	c  42.7s|340000 |284093 |     0 |   0.0 | 106M| 214 |   - | 371 | 663 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
45.30/45.34	c  43.0s|350000 |294069 |     0 |   0.0 | 109M| 214 |   - | 371 | 674 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
45.69/45.79	c  43.5s|360000 |304033 |     0 |   0.0 | 112M| 214 |   - | 371 | 686 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
46.20/46.24	c  43.9s|370000 |314006 |     0 |   0.0 | 114M| 214 |   - | 371 | 665 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
46.59/46.69	c  44.3s|380000 |323962 |     0 |   0.0 | 117M| 214 |   - | 371 | 747 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
47.09/47.14	c  44.6s|390000 |333941 |     0 |   0.0 | 120M| 214 |   - | 371 | 695 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
47.49/47.58	c  45.0s|400000 |343925 |     0 |   0.0 | 123M| 214 |   - | 371 | 679 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
47.99/48.03	c  45.3s|410000 |353898 |     0 |   0.0 | 126M| 214 |   - | 371 | 682 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
48.40/48.48	c  45.7s|420000 |363874 |     0 |   0.0 | 129M| 214 |   - | 371 | 681 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
48.89/48.93	c  46.1s|430000 |373857 |     0 |   0.0 | 132M| 214 |   - | 371 | 694 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
49.29/49.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.29/49.38	c  46.5s|440000 |383830 |     0 |   0.0 | 135M| 214 |   - | 371 | 701 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
49.79/49.83	c  46.9s|450000 |393798 |     0 |   0.0 | 138M| 214 |   - | 371 | 724 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
50.19/50.28	c  47.3s|460000 |403776 |     0 |   0.0 | 141M| 214 |   - | 371 | 730 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
50.69/50.73	c  47.7s|470000 |413756 |     0 |   0.0 | 144M| 214 |   - | 371 | 727 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
51.10/51.18	c  48.1s|480000 |423705 |     0 |   0.0 | 146M| 214 |   - | 371 | 778 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
51.60/51.63	c  48.5s|490000 |433675 |     0 |   0.0 | 149M| 214 |   - | 371 | 774 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
51.99/52.08	c  48.9s|500000 |443650 |     0 |   0.0 | 152M| 214 |   - | 371 | 767 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
52.49/52.53	c  49.3s|510000 |453632 |     0 |   0.0 | 155M| 214 |   - | 371 | 746 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
52.89/52.98	c  49.7s|520000 |463598 |     0 |   0.0 | 158M| 214 |   - | 371 | 770 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
53.40/53.43	c  50.1s|530000 |473569 |     0 |   0.0 | 161M| 214 |   - | 371 | 768 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
53.80/53.88	c  50.5s|540000 |483560 |     0 |   0.0 | 164M| 214 |   - | 371 | 741 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
54.29/54.33	c  50.9s|550000 |493527 |     0 |   0.0 | 167M| 214 |   - | 371 | 795 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
54.70/54.78	c  51.2s|560000 |503510 |     0 |   0.0 | 170M| 214 |   - | 371 | 795 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
55.19/55.24	c  51.6s|570000 |513459 |     0 |   0.0 | 173M| 214 |   - | 371 | 826 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
55.59/55.69	c  52.0s|580000 |523432 |     0 |   0.0 | 176M| 214 |   - | 371 | 811 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
56.10/56.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.10/56.15	c  52.4s|590000 |533366 |     0 |   0.0 | 179M| 214 |   - | 371 | 845 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
56.59/56.60	c  52.8s|600000 |543354 |     0 |   0.0 | 182M| 214 |   - | 371 | 822 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
57.00/57.05	c  53.2s|610000 |553326 |     0 |   0.0 | 185M| 214 |   - | 371 | 854 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
57.50/57.51	c  53.5s|620000 |563296 |     0 |   0.0 | 188M| 214 |   - | 371 | 863 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
57.89/57.95	c  54.0s|630000 |573268 |     0 |   0.0 | 191M| 214 |   - | 371 | 868 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
58.39/58.40	c  54.4s|640000 |583244 |     0 |   0.0 | 193M| 214 |   - | 371 | 885 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
58.79/58.85	c  54.8s|650000 |593217 |     0 |   0.0 | 196M| 214 |   - | 371 | 923 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
59.30/59.31	c  55.1s|660000 |603186 |     0 |   0.0 | 199M| 214 |   - | 371 | 935 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
59.69/59.75	c  55.5s|670000 |613176 |     0 |   0.0 | 202M| 214 |   - | 371 | 914 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
60.20/60.20	c  55.9s|680000 |623158 |     0 |   0.0 | 205M| 214 |   - | 371 | 933 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
60.60/60.66	c  56.3s|690000 |633135 |     0 |   0.0 | 208M| 214 |   - | 371 | 937 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
61.09/61.11	c  56.6s|700000 |643104 |     0 |   0.0 | 211M| 214 |   - | 371 | 950 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
61.50/61.56	c  57.0s|710000 |653086 |     0 |   0.0 | 214M| 214 |   - | 371 | 937 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
61.99/62.01	c  57.4s|720000 |663061 |     0 |   0.0 | 217M| 214 |   - | 371 | 963 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
62.39/62.46	c  57.8s|730000 |673046 |     0 |   0.0 | 220M| 214 |   - | 371 | 946 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
62.89/62.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.89/62.91	c  58.2s|740000 |683033 |     0 |   0.0 | 223M| 214 |   - | 371 | 950 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
63.29/63.36	c  58.5s|750000 |693020 |     0 |   0.0 | 226M| 214 |   - | 371 | 956 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
63.79/63.81	c  59.0s|760000 |702997 |     0 |   0.0 | 229M| 214 |   - | 371 | 986 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
64.19/64.27	c  59.4s|770000 |712966 |     0 |   0.0 | 232M| 214 |   - | 371 | 997 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
64.69/64.72	c  59.8s|780000 |722947 |     0 |   0.0 | 235M| 214 |   - | 371 | 993 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
65.09/65.17	c  60.2s|790000 |732912 |     0 |   0.0 | 238M| 214 |   - | 371 |1033 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
65.60/65.62	c  60.6s|800000 |742885 |     0 |   0.0 | 241M| 214 |   - | 371 |1070 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
66.00/66.08	c  61.0s|810000 |752841 |     0 |   0.0 | 244M| 214 |   - | 371 |1077 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
66.50/66.54	c  61.4s|820000 |762788 |     0 |   0.0 | 247M| 214 |   - | 371 |1122 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
66.99/67.00	c  61.8s|830000 |772740 |     0 |   0.0 | 249M| 214 |   - | 371 |1138 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
67.39/67.45	c  62.1s|840000 |782715 |     0 |   0.0 | 252M| 214 |   - | 371 |1141 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
67.89/67.92	c  62.5s|850000 |792676 |     0 |   0.0 | 255M| 214 |   - | 371 |1161 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
68.29/68.38	c  62.9s|860000 |802639 |     0 |   0.0 | 258M| 214 |   - | 371 |1177 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
68.79/68.83	c  63.3s|870000 |812612 |     0 |   0.0 | 261M| 214 |   - | 371 |1160 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
69.20/69.29	c  63.7s|880000 |822588 |     0 |   0.0 | 264M| 214 |   - | 371 |1166 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
69.69/69.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.69/69.75	c  64.1s|890000 |832558 |     0 |   0.0 | 267M| 214 |   - | 371 |1175 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
70.19/70.20	c  64.5s|900000 |842536 |     0 |   0.0 | 270M| 214 |   - | 371 |1194 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
70.59/70.66	c  64.9s|910000 |852512 |     0 |   0.0 | 273M| 214 |   - | 371 |1193 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
71.09/71.11	c  65.3s|920000 |862486 |     0 |   0.0 | 276M| 214 |   - | 371 |1216 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
71.50/71.56	c  65.7s|930000 |872448 |     0 |   0.0 | 279M| 214 |   - | 371 |1246 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
71.99/72.02	c  66.1s|940000 |882420 |     0 |   0.0 | 282M| 214 |   - | 371 |1220 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
72.40/72.48	c  66.5s|950000 |892387 |     0 |   0.0 | 285M| 214 |   - | 371 |1227 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
72.89/72.94	c  66.9s|960000 |902343 |     0 |   0.0 | 288M| 214 |   - | 371 |1275 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
73.29/73.39	c  67.4s|970000 |912311 |     0 |   0.0 | 291M| 214 |   - | 371 |1291 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
73.79/73.85	c  67.7s|980000 |922276 |     0 |   0.0 | 294M| 214 |   - | 371 |1304 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
74.29/74.31	c  68.1s|990000 |932249 |     0 |   0.0 | 297M| 214 |   - | 371 |1332 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
74.70/74.77	c  68.4s|  1000k|942199 |     0 |   0.0 | 300M| 214 |   - | 371 |1373 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
75.20/75.22	c  68.8s|  1010k|952163 |     0 |   0.0 | 303M| 214 |   - | 371 |1390 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
75.59/75.68	c  69.2s|  1020k|962125 |     0 |   0.0 | 306M| 214 |   - | 371 |1382 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
76.09/76.13	c  69.7s|  1030k|972089 |     0 |   0.0 | 309M| 214 |   - | 371 |1379 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
76.49/76.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.49/76.59	c  70.1s|  1040k|982047 |     0 |   0.0 | 312M| 214 |   - | 371 |1419 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
77.00/77.05	c  70.5s|  1050k|991998 |     0 |   0.0 | 315M| 214 |   - | 371 |1490 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
77.49/77.51	c  70.9s|  1060k|  1001k|     0 |   0.0 | 318M| 214 |   - | 371 |1460 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
77.90/77.97	c  71.3s|  1070k|  1011k|     0 |   0.0 | 321M| 214 |   - | 371 |1458 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
78.39/78.43	c  71.7s|  1080k|  1021k|     0 |   0.0 | 324M| 214 |   - | 371 |1504 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
78.79/78.89	c  72.1s|  1090k|  1031k|     0 |   0.0 | 327M| 214 |   - | 371 |1509 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
79.29/79.35	c  72.6s|  1100k|  1041k|     0 |   0.0 | 330M| 214 |   - | 371 |1512 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
79.79/79.81	c  73.0s|  1110k|  1051k|     0 |   0.0 | 333M| 214 |   - | 371 |1509 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
80.20/80.27	c  73.4s|  1120k|  1061k|     0 |   0.0 | 336M| 214 |   - | 371 |1531 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
80.69/80.73	c  73.7s|  1130k|  1071k|     0 |   0.0 | 339M| 214 |   - | 371 |1554 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
81.09/81.19	c  74.1s|  1140k|  1081k|     0 |   0.0 | 341M| 214 |   - | 371 |1578 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
81.59/81.66	c  74.5s|  1150k|  1091k|     0 |   0.0 | 344M| 214 |   - | 371 |1601 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
82.09/82.12	c  74.9s|  1160k|  1101k|     0 |   0.0 | 347M| 214 |   - | 371 |1633 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
82.49/82.58	c  75.3s|  1170k|  1111k|     0 |   0.0 | 350M| 214 |   - | 371 |1638 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
82.99/83.04	c  75.7s|  1180k|  1121k|     0 |   0.0 | 353M| 214 |   - | 371 |1630 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
83.50/83.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.50/83.50	c  76.1s|  1190k|  1131k|     0 |   0.0 | 356M| 214 |   - | 371 |1671 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
83.89/83.96	c  76.5s|  1200k|  1141k|     0 |   0.0 | 359M| 214 |   - | 371 |1653 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
84.39/84.41	c  77.0s|  1210k|  1151k|     0 |   0.0 | 362M| 214 |   - | 371 |1654 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
84.79/84.86	c  77.4s|  1220k|  1161k|     0 |   0.0 | 365M| 214 |   - | 371 |1668 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
85.30/85.33	c  77.8s|  1230k|  1171k|     0 |   0.0 | 368M| 214 |   - | 371 |1690 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
85.70/85.79	c  78.2s|  1240k|  1181k|     0 |   0.0 | 371M| 214 |   - | 371 |1704 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
86.19/86.24	c  78.6s|  1250k|  1191k|     0 |   0.0 | 374M| 214 |   - | 371 |1737 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
86.69/86.72	c  79.0s|  1260k|  1201k|     0 |   0.0 | 377M| 214 |   - | 371 |1753 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
87.10/87.18	c  79.3s|  1270k|  1211k|     0 |   0.0 | 380M| 214 |   - | 371 |1752 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
87.60/87.64	c  79.7s|  1280k|  1221k|     0 |   0.0 | 383M| 214 |   - | 371 |1778 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
88.09/88.10	c  80.0s|  1290k|  1231k|     0 |   0.0 | 386M| 214 |   - | 371 |1842 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
88.50/88.56	c  80.5s|  1300k|  1240k|     0 |   0.0 | 389M| 214 |   - | 371 |1868 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
89.00/89.03	c  80.9s|  1310k|  1250k|     0 |   0.0 | 392M| 214 |   - | 371 |1899 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
89.49/89.50	c  81.3s|  1320k|  1260k|     0 |   0.0 | 395M| 214 |   - | 371 |1901 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
89.89/89.97	c  81.7s|  1330k|  1270k|     0 |   0.0 | 398M| 214 |   - | 371 |1953 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
90.39/90.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.39/90.44	c  82.2s|  1340k|  1280k|     0 |   0.0 | 401M| 214 |   - | 371 |1988 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
90.90/90.91	c  82.6s|  1350k|  1290k|     0 |   0.0 | 404M| 214 |   - | 371 |2001 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
91.30/91.38	c  83.0s|  1360k|  1300k|     0 |   0.0 | 407M| 214 |   - | 371 |2044 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
91.79/91.84	c  83.4s|  1370k|  1310k|     0 |   0.0 | 410M| 214 |   - | 371 |2051 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
92.30/92.30	c  83.8s|  1380k|  1320k|     0 |   0.0 | 413M| 214 |   - | 371 |2081 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
92.70/92.76	c  84.2s|  1390k|  1330k|     0 |   0.0 | 416M| 214 |   - | 371 |2073 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
93.20/93.23	c  84.6s|  1400k|  1340k|     0 |   0.0 | 419M| 214 |   - | 371 |2110 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
93.69/93.70	c  85.0s|  1410k|  1350k|     0 |   0.0 | 422M| 214 |   - | 371 |2148 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
94.09/94.16	c  85.3s|  1420k|  1360k|     0 |   0.0 | 425M| 214 |   - | 371 |2220 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
94.60/94.63	c  85.7s|  1430k|  1370k|     0 |   0.0 | 428M| 214 |   - | 371 |2232 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
94.99/95.09	c  86.2s|  1440k|  1380k|     0 |   0.0 | 431M| 214 |   - | 371 |2292 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
95.50/95.56	c  86.5s|  1450k|  1390k|     0 |   0.0 | 434M| 214 |   - | 371 |2305 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
95.99/96.02	c  87.0s|  1460k|  1400k|     0 |   0.0 | 437M| 214 |   - | 371 |2308 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
96.39/96.48	c  87.4s|  1470k|  1410k|     0 |   0.0 | 440M| 214 |   - | 371 |2321 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
96.89/96.93	c  87.8s|  1480k|  1420k|     0 |   0.0 | 443M| 214 |   - | 371 |2351 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
97.29/97.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.29/97.39	c  88.2s|  1490k|  1430k|     0 |   0.0 | 446M| 214 |   - | 371 |2386 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
97.79/97.86	c  88.6s|  1500k|  1440k|     0 |   0.0 | 449M| 214 |   - | 371 |2483 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
98.29/98.32	c  89.0s|  1510k|  1450k|     0 |   0.0 | 452M| 214 |   - | 371 |2479 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
98.70/98.77	c  89.4s|  1520k|  1460k|     0 |   0.0 | 455M| 214 |   - | 371 |2517 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
99.19/99.24	c  89.8s|  1530k|  1470k|     0 |   0.0 | 458M| 214 |   - | 371 |2568 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
99.69/99.70	c  90.2s|  1540k|  1480k|     0 |   0.0 | 461M| 214 |   - | 371 |2580 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
100.10/100.16	c  90.6s|  1550k|  1490k|     0 |   0.0 | 464M| 214 |   - | 371 |2586 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
100.60/100.63	c  90.9s|  1560k|  1499k|     0 |   0.0 | 467M| 214 |   - | 371 |2637 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
100.99/101.09	c  91.3s|  1570k|  1509k|     0 |   0.0 | 470M| 214 |   - | 371 |2662 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
101.50/101.55	c  91.7s|  1580k|  1519k|     0 |   0.0 | 473M| 214 |   - | 371 |2718 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
101.99/102.02	c  92.1s|  1590k|  1529k|     0 |   0.0 | 476M| 214 |   - | 371 |2731 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
102.39/102.49	c  92.6s|  1600k|  1539k|     0 |   0.0 | 479M| 214 |   - | 371 |2740 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
102.89/102.96	c  93.0s|  1610k|  1549k|     0 |   0.0 | 482M| 214 |   - | 371 |2817 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
103.40/103.44	c  93.4s|  1620k|  1559k|     0 |   0.0 | 485M| 214 |   - | 371 |2851 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
103.89/103.91	c  93.9s|  1630k|  1569k|     0 |   0.0 | 488M| 214 |   - | 371 |2877 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
104.29/104.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
104.29/104.39	c  94.3s|  1640k|  1579k|     0 |   0.0 | 491M| 214 |   - | 371 |2917 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
104.79/104.87	c  94.8s|  1650k|  1589k|     0 |   0.0 | 494M| 214 |   - | 371 |2948 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
105.29/105.34	c  95.2s|  1660k|  1599k|     0 |   0.0 | 497M| 214 |   - | 371 |3013 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
105.80/105.82	c  95.7s|  1670k|  1609k|     0 |   0.0 | 500M| 214 |   - | 371 |3057 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
106.20/106.29	c  96.1s|  1680k|  1619k|     0 |   0.0 | 503M| 214 |   - | 371 |3092 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
106.70/106.76	c  96.5s|  1690k|  1629k|     0 |   0.0 | 506M| 214 |   - | 371 |3087 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
107.20/107.24	c  96.8s|  1700k|  1639k|     0 |   0.0 | 509M| 214 |   - | 371 |3135 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
107.70/107.70	c  97.2s|  1710k|  1649k|     0 |   0.0 | 512M| 214 |   - | 371 |3164 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
108.09/108.18	c  97.6s|  1720k|  1659k|     0 |   0.0 | 515M| 214 |   - | 371 |3208 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
108.60/108.65	c  98.1s|  1730k|  1669k|     0 |   0.0 | 518M| 214 |   - | 371 |3217 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
109.10/109.13	c  98.5s|  1740k|  1679k|     0 |   0.0 | 521M| 214 |   - | 371 |3279 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
109.59/109.60	c  98.9s|  1750k|  1689k|     0 |   0.0 | 524M| 214 |   - | 371 |3350 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
110.00/110.08	c  99.3s|  1760k|  1699k|     0 |   0.0 | 527M| 214 |   - | 371 |3342 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
110.50/110.56	c  99.8s|  1770k|  1709k|     0 |   0.0 | 530M| 214 |   - | 371 |3416 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
111.00/111.06	c   100s|  1780k|  1719k|     0 |   0.0 | 533M| 214 |   - | 371 |3484 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
111.49/111.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
111.49/111.53	c   101s|  1790k|  1728k|     0 |   0.0 | 536M| 214 |   - | 371 |3525 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
112.00/112.00	c   101s|  1800k|  1738k|     0 |   0.0 | 539M| 214 |   - | 371 |3591 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
112.39/112.47	c   101s|  1810k|  1748k|     0 |   0.0 | 542M| 214 |   - | 371 |3601 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
112.89/112.94	c   102s|  1820k|  1758k|     0 |   0.0 | 545M| 214 |   - | 371 |3566 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
113.40/113.42	c   102s|  1830k|  1768k|     0 |   0.0 | 548M| 214 |   - | 371 |3633 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
113.79/113.89	c   103s|  1840k|  1778k|     0 |   0.0 | 551M| 214 |   - | 371 |3669 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
114.30/114.35	c   103s|  1850k|  1788k|     0 |   0.0 | 554M| 214 |   - | 371 |3702 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
114.80/114.82	c   103s|  1860k|  1798k|     0 |   0.0 | 557M| 214 |   - | 371 |3752 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
115.19/115.29	c   104s|  1870k|  1808k|     0 |   0.0 | 560M| 214 |   - | 371 |3840 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
115.69/115.76	c   104s|  1880k|  1818k|     0 |   0.0 | 563M| 214 |   - | 371 |3864 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
116.19/116.22	c   105s|  1890k|  1828k|     0 |   0.0 | 566M| 214 |   - | 371 |3881 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
116.60/116.69	c   105s|  1900k|  1838k|     0 |   0.0 | 569M| 214 |   - | 371 |3950 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
117.10/117.16	c   105s|  1910k|  1848k|     0 |   0.0 | 572M| 214 |   - | 371 |3971 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
117.60/117.63	c   106s|  1920k|  1858k|     0 |   0.0 | 575M| 214 |   - | 371 |4015 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
118.09/118.10	c   106s|  1930k|  1868k|     0 |   0.0 | 578M| 214 |   - | 371 |4074 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
118.50/118.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
118.50/118.57	c   107s|  1940k|  1878k|     0 |   0.0 | 581M| 214 |   - | 371 |4118 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
118.99/119.04	c   107s|  1950k|  1888k|     0 |   0.0 | 584M| 214 |   - | 371 |4154 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
119.49/119.50	c   108s|  1960k|  1898k|     0 |   0.0 | 587M| 214 |   - | 371 |4199 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
119.90/119.96	c   108s|  1970k|  1908k|     0 |   0.0 | 590M| 214 |   - | 371 |4207 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
120.39/120.42	c   108s|  1980k|  1918k|     0 |   0.0 | 593M| 214 |   - | 371 |4218 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
120.79/120.88	c   109s|  1990k|  1928k|     0 |   0.0 | 596M| 214 |   - | 371 |4267 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
121.29/121.36	c   109s|  2000k|  1938k|     0 |   0.0 | 600M| 214 |   - | 371 |4334 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
121.80/121.82	c   109s|  2010k|  1948k|     0 |   0.0 | 603M| 214 |   - | 371 |4406 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
122.19/122.29	c   110s|  2020k|  1958k|     0 |   0.0 | 606M| 214 |   - | 371 |4451 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
122.70/122.77	c   110s|  2030k|  1968k|     0 |   0.0 | 609M| 214 |   - | 371 |4557 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
123.20/123.23	c   111s|  2040k|  1978k|     0 |   0.0 | 612M| 214 |   - | 371 |4573 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
123.69/123.70	c   111s|  2050k|  1988k|     0 |   0.0 | 615M| 214 |   - | 371 |4603 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
124.10/124.16	c   112s|  2060k|  1998k|     0 |   0.0 | 618M| 214 |   - | 371 |4616 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
124.59/124.63	c   112s|  2070k|  2007k|     0 |   0.0 | 621M| 214 |   - | 371 |4657 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
125.10/125.11	c   112s|  2080k|  2017k|     0 |   0.0 | 624M| 214 |   - | 371 |4449 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
125.49/125.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.49/125.58	c   113s|  2090k|  2027k|     0 |   0.0 | 626M| 214 |   - | 371 | 783 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
126.00/126.01	c   113s|  2100k|  2037k|     0 |   0.0 | 628M| 214 |   - | 371 | 652 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
126.40/126.44	c   113s|  2110k|  2047k|     0 |   0.0 | 631M| 214 |   - | 371 | 663 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
126.79/126.87	c   114s|  2120k|  2057k|     0 |   0.0 | 634M| 214 |   - | 371 | 643 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
127.20/127.29	c   114s|  2130k|  2067k|     0 |   0.0 | 637M| 214 |   - | 371 | 672 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
127.69/127.71	c   115s|  2140k|  2077k|     0 |   0.0 | 640M| 214 |   - | 371 | 707 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
128.09/128.13	c   115s|  2150k|  2087k|     0 |   0.0 | 643M| 214 |   - | 371 | 753 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
128.50/128.54	c   115s|  2160k|  2097k|     0 |   0.0 | 647M| 214 |   - | 371 | 785 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
128.89/128.96	c   116s|  2170k|  2107k|     0 |   0.0 | 650M| 214 |   - | 371 | 804 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
129.29/129.39	c   116s|  2180k|  2117k|     0 |   0.0 | 653M| 214 |   - | 371 | 852 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
129.80/129.81	c   116s|  2190k|  2127k|     0 |   0.0 | 656M| 214 |   - | 371 | 886 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
130.19/130.23	c   117s|  2200k|  2137k|     0 |   0.0 | 659M| 214 |   - | 371 | 897 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
130.59/130.66	c   117s|  2210k|  2147k|     0 |   0.0 | 662M| 214 |   - | 371 | 917 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
131.09/131.10	c   117s|  2220k|  2157k|     0 |   0.0 | 665M| 214 |   - | 371 | 951 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
131.50/131.54	c   118s|  2230k|  2167k|     0 |   0.0 | 668M| 214 |   - | 371 | 906 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
131.90/131.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.90/131.99	c   118s|  2240k|  2177k|     0 |   0.0 | 671M| 214 |   - | 371 | 675 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
132.39/132.44	c   119s|  2250k|  2187k|     0 |   0.0 | 674M| 214 |   - | 371 | 637 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
135.09/135.20	c   121s|  2260k|  2191k|     0 |   0.0 | 678M| 214 |   - | 371 |9006 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
145.29/145.37	c   131s|  2270k|  2187k|     0 |   0.0 | 678M| 214 |   - | 371 |  19k|   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
151.60/151.69	c   138s|  2280k|  2190k|     0 |   0.0 | 672M| 214 |   - | 371 |9275 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
152.19/152.26	c   138s|  2290k|  2200k|     0 |   0.0 | 673M| 214 |   - | 371 |1337 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
152.69/152.74	c   139s|  2300k|  2210k|     0 |   0.0 | 675M| 214 |   - | 371 | 721 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
153.19/153.20	c   139s|  2310k|  2220k|     0 |   0.0 | 678M| 214 |   - | 371 | 649 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
153.59/153.65	c   139s|  2320k|  2230k|     0 |   0.0 | 681M| 214 |   - | 371 | 630 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
154.00/154.09	c   140s|  2330k|  2240k|     0 |   0.0 | 684M| 214 |   - | 371 | 625 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
154.50/154.56	c   140s|  2340k|  2250k|     0 |   0.0 | 687M| 214 |   - | 371 | 629 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
155.00/155.02	c   140s|  2350k|  2260k|     0 |   0.0 | 689M| 214 |   - | 371 | 616 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
155.39/155.48	c   141s|  2360k|  2270k|     0 |   0.0 | 692M| 214 |   - | 371 | 626 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
155.89/155.93	c   141s|  2370k|  2280k|     0 |   0.0 | 695M| 214 |   - | 371 | 582 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
156.30/156.39	c   142s|  2380k|  2290k|     0 |   0.0 | 698M| 214 |   - | 371 | 595 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
156.80/156.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.80/156.84	c   142s|  2390k|  2300k|     0 |   0.0 | 701M| 214 |   - | 371 | 598 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
157.20/157.30	c   142s|  2400k|  2310k|     0 |   0.0 | 704M| 214 |   - | 371 | 591 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
157.70/157.75	c   143s|  2410k|  2320k|     0 |   0.0 | 706M| 214 |   - | 371 | 545 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
158.19/158.21	c   143s|  2420k|  2330k|     0 |   0.0 | 709M| 214 |   - | 371 | 552 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
158.60/158.66	c   144s|  2430k|  2340k|     0 |   0.0 | 712M| 214 |   - | 371 | 555 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
159.09/159.13	c   144s|  2440k|  2350k|     0 |   0.0 | 715M| 214 |   - | 371 | 539 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 8.880000e+02 |    Inf 
159.30/159.35	o 235
159.30/159.35	c * 144s|  2440k|  2218k|     0 |   0.0 | 671M| 214 |   - | 371 | 539 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
159.80/159.89	c   145s|  2450k|  2227k|     0 |   0.0 | 674M| 214 |   - | 371 | 749 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
160.50/160.56	c   145s|  2460k|  2237k|     0 |   0.0 | 677M| 214 |   - | 371 | 843 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
161.09/161.19	c   146s|  2470k|  2247k|     0 |   0.0 | 681M| 214 |   - | 371 | 827 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
161.90/161.92	c   147s|  2480k|  2256k|     0 |   0.0 | 684M| 214 |   - | 371 | 979 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
162.59/162.65	c   147s|  2490k|  2266k|     0 |   0.0 | 688M| 214 |   - | 371 |1197 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
163.39/163.40	c   148s|  2500k|  2275k|     0 |   0.0 | 692M| 214 |   - | 371 |1152 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
164.09/164.12	c   149s|  2510k|  2285k|     0 |   0.0 | 696M| 214 |   - | 371 |1365 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
164.90/164.90	c   149s|  2520k|  2294k|     0 |   0.0 | 700M| 214 |   - | 371 |1397 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 | 2.350000e+02 |    Inf 
166.20/166.26	o 141
166.20/166.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.20/166.26	c * 151s|  2520k|  1412k|     0 |   0.0 | 430M| 214 |   - | 371 |1394 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 | 1.410000e+02 |    Inf 
166.60/166.65	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
166.60/166.65	c [src/scip/lp.c:5323] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/lp.c:5811] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/lp.c:11214] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/solve.c:807] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/solve.c:1863] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/solve.c:2577] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/solve.c:3189] ERROR: Error <-11> in function call
166.60/166.65	c [src/scip/scip.c:6167] ERROR: Error <-11> in function call
166.60/166.65	c [src/cmain.c:657] ERROR: Error <-11> in function call
166.60/166.65	c [src/cmain.c:832] ERROR: Error <-11> in function call
166.60/166.65	c [src/cmain.c:908] ERROR: Error <-11> in function call
166.60/166.65	c SCIP Error (-11): c a required plugin was not foundc 
166.60/166.65	c Time complete: 166.65.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694180-1277924404/watcher-2694180-1277924404 -o /tmp/evaluation-result-2694180-1277924404/solver-2694180-1277924404 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694180-1277924404.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.02 2.00 4/196 15633
/proc/meminfo: memFree=31144500/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=8436 CPUtime=0
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 1585 0 0 0 0 0 0 0 25 0 1 0 133737357 8638464 1508 4089446400 4194304 7136930 140735911898400 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15633/statm: 2109 1508 275 719 0 1388 0

[startup+0.0435661 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 15633
/proc/meminfo: memFree=31144500/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=12880 CPUtime=0.04
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 3204 0 0 0 3 1 0 0 25 0 1 0 133737357 13189120 2517 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 3220 2517 390 719 0 2499 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12880

[startup+0.100555 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 15633
/proc/meminfo: memFree=31144500/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=13748 CPUtime=0.09
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 3419 0 0 0 8 1 0 0 25 0 1 0 133737357 14077952 2732 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 3437 2732 390 719 0 2716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13748

[startup+0.300519 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 15633
/proc/meminfo: memFree=31144500/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=16584 CPUtime=0.29
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 4118 0 0 0 27 2 0 0 25 0 1 0 133737357 16982016 3431 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 4146 3431 390 719 0 3425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16584

[startup+0.700446 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 15633
/proc/meminfo: memFree=31144500/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=18884 CPUtime=0.69
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 4707 0 0 0 65 4 0 0 25 0 1 0 133737357 19337216 4020 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 4721 4020 390 719 0 4000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18884

[startup+1.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 15634
/proc/meminfo: memFree=31128372/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=21564 CPUtime=1.49
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 5383 0 0 0 143 6 0 0 25 0 1 0 133737357 22081536 4696 4089446400 4194304 7136930 140735911898400 18446744073709551615 4210602 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 5391 4696 390 719 0 4670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21564

[startup+3.10102 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 15634
/proc/meminfo: memFree=31123132/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=27848 CPUtime=3.09
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 6965 0 0 0 287 22 0 0 25 0 1 0 133737357 28516352 6278 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 6962 6278 390 719 0 6241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27848

[startup+6.30045 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 15634
/proc/meminfo: memFree=31113088/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=35552 CPUtime=6.29
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 8922 0 0 0 598 31 0 0 25 0 1 0 133737357 36405248 8235 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 8888 8235 390 719 0 8167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35552

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 15634
/proc/meminfo: memFree=31092956/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=57196 CPUtime=12.69
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 14009 0 0 0 1206 63 0 0 25 0 1 0 133737357 58568704 13322 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 14299 13322 390 719 0 13578 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57196

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15635
/proc/meminfo: memFree=31043732/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=99288 CPUtime=25.49
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 24845 0 0 0 2415 134 0 0 25 0 1 0 133737357 101670912 24158 4089446400 4194304 7136930 140735911898400 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 24822 24158 390 719 0 24101 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99288

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15635
/proc/meminfo: memFree=30954240/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=181284 CPUtime=51.1
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 45275 0 0 0 4806 304 0 0 25 0 1 0 133737357 185634816 44588 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 45321 44588 390 719 0 44600 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 181284

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15646
/proc/meminfo: memFree=30597740/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=538308 CPUtime=102.29
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 132742 0 0 0 9239 990 0 0 25 0 1 0 133737357 551227392 132055 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 134577 132055 390 719 0 133856 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 538308

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30334436/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=815320 CPUtime=162.3
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 196922 0 0 0 14694 1536 0 0 25 0 1 0 133737357 834887680 196235 4089446400 4194304 7136930 140735911898400 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 203830 196235 391 719 0 203109 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 815320

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

[startup+163.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30332820/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=816232 CPUtime=163.1
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197128 0 0 0 14770 1540 0 0 25 0 1 0 133737357 835821568 196441 4089446400 4194304 7136930 140735911898400 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204058 196441 391 719 0 203337 0
Current children cumulated CPU time (s) 163.1
Current children cumulated vsize (KiB) 816232

[startup+164.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30331704/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=818112 CPUtime=164.69
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197595 0 0 0 14920 1549 0 0 25 0 1 0 133737357 837746688 196908 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204528 196908 391 719 0 203807 0
Current children cumulated CPU time (s) 164.69
Current children cumulated vsize (KiB) 818112

[startup+165.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30330340/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=818276 CPUtime=165.5
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197617 0 0 0 14998 1552 0 0 25 0 1 0 133737357 837914624 196930 4089446400 4194304 7136930 140735911898400 18446744073709551615 6165617 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204569 196930 391 719 0 203848 0
Current children cumulated CPU time (s) 165.5
Current children cumulated vsize (KiB) 818276

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30327612/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=818276 CPUtime=166.29
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197622 0 0 0 15077 1552 0 0 25 0 1 0 133737357 837914624 196935 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204569 196935 391 719 0 203848 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 818276

[startup+166.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30327612/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=818276 CPUtime=166.5
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197638 0 0 0 15096 1554 0 0 25 0 1 0 133737357 837914624 196951 4089446400 4194304 7136930 140735911898400 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204569 196951 391 719 0 203848 0
Current children cumulated CPU time (s) 166.5
Current children cumulated vsize (KiB) 818276

[startup+166.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15647
/proc/meminfo: memFree=30327612/32950928 swapFree=67111528/67111528
[pid=15633] ppid=15631 vsize=818276 CPUtime=166.6
/proc/15633/stat : 15633 (pbscip.linux.x8) R 15631 15633 13870 0 -1 4202496 197644 0 0 0 15105 1555 0 0 25 0 1 0 133737357 837914624 196957 4089446400 4194304 7136930 140735911898400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15633/statm: 204569 196957 391 719 0 203848 0
Current children cumulated CPU time (s) 166.6
Current children cumulated vsize (KiB) 818276

Child status: 255
Real time (s): 166.68
CPU time (s): 166.684
CPU user time (s): 151.104
CPU system time (s): 15.5796
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 818276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.104
system time used= 15.5796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197708
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= 4
involuntary context switches= 111

runsolver used 0.236963 second user time and 0.534918 second system time

The end

Launcher Data

Begin job on node122 at 2010-06-30 21:00:04
IDJOB=2694180
IDBENCH=79238
IDSOLVER=1206
FILE ID=node122/2694180-1277924404
PBS_JOBID= 11197338
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.1111228076--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-2694180-1277924404/watcher-2694180-1277924404 -o /tmp/evaluation-result-2694180-1277924404/solver-2694180-1277924404 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694180-1277924404.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 769102c4365831847599c548efd52eec
RANDOM SEED=2077650372

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.85
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.836
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.836
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.836
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:     32950928 kB
MemFree:      31145028 kB
Buffers:        204708 kB
Cached:        1151708 kB
SwapCached:          0 kB
Active:         824552 kB
Inactive:       838368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31145028 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3320 kB
Writeback:           0 kB
AnonPages:      306000 kB
Mapped:          20440 kB
Slab:            80404 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1654320 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 node122 at 2010-06-30 21:02:51