Trace number 2694192

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 1032.28 1032.25

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
MD5SUM51c830b3e31ed97e6a2590ce9584f929
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.482926
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 1261
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-2694192-1277924589.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.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 | 5.179000e+03 |    Inf 
1.49/1.57	c   1.3s| 10000 |  6653 |     0 |   0.0 |7924k| 213 |   - | 371 |5356 |   0 |   0 |   0 |8815 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
1.59/1.60	o 1022
1.59/1.60	c * 1.4s| 10635 |  7281 |     0 |   0.0 |8125k| 215 |   - | 371 |5323 |   0 |   0 |   0 |8830 |   0 | 0.000000e+00 | 1.022000e+03 |    Inf 
2.99/3.02	c   2.6s| 20000 | 13998 |     0 |   0.0 |  12M| 215 |   - | 371 |5703 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 1.022000e+03 |    Inf 
6.50/6.56	c   5.9s| 30000 | 16868 |     0 |   0.0 |  18M| 215 |   - | 371 |  11k|   0 |   0 |   0 |  34k|   0 | 0.000000e+00 | 1.022000e+03 |    Inf 
8.99/9.08	c   8.2s| 40000 | 22463 |     0 |   0.0 |  19M| 215 |   - | 371 |5149 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.022000e+03 |    Inf 
9.49/9.54	c   8.5s| 50000 | 32435 |     0 |   0.0 |  21M| 215 |   - | 371 | 681 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 1.022000e+03 |    Inf 
9.80/9.86	o 745
9.80/9.86	c * 8.7s| 57017 | 39397 |     0 |   0.0 |  23M| 215 |   - | 371 | 597 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
9.89/9.99	c   8.8s| 60000 | 42362 |     0 |   0.0 |  24M| 215 |   - | 371 | 606 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
10.39/10.44	c   9.1s| 70000 | 52337 |     0 |   0.0 |  27M| 215 |   - | 371 | 567 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
10.79/10.89	c   9.3s| 80000 | 62308 |     0 |   0.0 |  30M| 215 |   - | 371 | 615 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
11.29/11.35	c   9.7s| 90000 | 72268 |     0 |   0.0 |  33M| 215 |   - | 371 | 677 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
11.79/11.81	c   9.9s|100000 | 82219 |     0 |   0.0 |  36M| 215 |   - | 371 | 739 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
12.19/12.27	c  10.2s|110000 | 92176 |     0 |   0.0 |  39M| 215 |   - | 371 | 777 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 7.450000e+02 |    Inf 
12.29/12.36	o 394
12.29/12.36	c *10.3s|111845 | 93480 |     0 |   0.0 |  39M| 215 |   - | 371 | 785 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
12.69/12.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.69/12.77	c  10.6s|120000 |101554 |     0 |   0.0 |  42M| 215 |   - | 371 | 892 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
13.20/13.28	c  10.9s|130000 |111457 |     0 |   0.0 |  45M| 215 |   - | 371 |1013 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
13.69/13.77	c  11.2s|140000 |121369 |     0 |   0.0 |  48M| 215 |   - | 371 |1069 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
16.40/16.50	c  13.7s|150000 |125461 |     0 |   0.0 |  54M| 215 |   - | 371 |9956 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
21.79/21.90	c  18.8s|160000 |126623 |     0 |   0.0 |  59M| 215 |   - | 371 |  15k|   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
29.59/29.67	c  26.2s|170000 |125410 |     0 |   0.0 |  62M| 215 |   - | 371 |  22k|   0 |   0 |   0 | 110k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
31.09/31.19	c  27.6s|180000 |134237 |     0 |   0.0 |  58M| 215 |   - | 371 |1278 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
31.59/31.68	c  27.9s|190000 |144188 |     0 |   0.0 |  60M| 215 |   - | 371 | 408 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
32.09/32.15	c  28.2s|200000 |154165 |     0 |   0.0 |  63M| 215 |   - | 371 | 373 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
32.59/32.62	c  28.5s|210000 |164117 |     0 |   0.0 |  66M| 215 |   - | 371 | 386 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
33.00/33.09	c  28.8s|220000 |174080 |     0 |   0.0 |  69M| 215 |   - | 371 | 391 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
33.49/33.55	c  29.1s|230000 |184031 |     0 |   0.0 |  72M| 215 |   - | 371 | 422 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
33.99/34.02	c  29.4s|240000 |193987 |     0 |   0.0 |  75M| 215 |   - | 371 | 439 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
34.39/34.48	c  29.6s|250000 |203938 |     0 |   0.0 |  78M| 215 |   - | 371 | 438 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
34.89/34.94	c  29.9s|260000 |213909 |     0 |   0.0 |  81M| 215 |   - | 371 | 447 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
35.39/35.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.39/35.41	c  30.2s|270000 |223864 |     0 |   0.0 |  84M| 215 |   - | 371 | 473 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
35.79/35.88	c  30.5s|280000 |233805 |     0 |   0.0 |  87M| 215 |   - | 371 | 529 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.940000e+02 |    Inf 
36.19/36.22	o 366
36.19/36.22	c *30.8s|286360 |239919 |     0 |   0.0 |  89M| 215 |   - | 371 | 759 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 3.660000e+02 |    Inf 
36.39/36.44	c  30.9s|290000 |243376 |     0 |   0.0 |  90M| 215 |   - | 371 | 888 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 3.660000e+02 |    Inf 
36.69/36.72	o 121
36.69/36.72	c *31.1s|293713 |193277 |     0 |   0.0 |  75M| 215 |   - | 371 | 828 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.210000e+02 |    Inf 
36.69/36.74	o 114
36.69/36.74	c *31.2s|293889 |191408 |     0 |   0.0 |  74M| 215 |   - | 371 | 824 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.140000e+02 |    Inf 
36.69/36.74	o 107
36.69/36.74	c *31.2s|293890 |188071 |     0 |   0.0 |  73M| 215 |   - | 371 | 824 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.070000e+02 |    Inf 
36.80/36.82	o 106
36.80/36.82	c *31.2s|294574 |188378 |     0 |   0.0 |  73M| 215 |   - | 371 | 967 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
37.29/37.36	c  31.6s|300000 |192974 |     0 |   0.0 |  76M| 215 |   - | 371 |1670 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 | 1.060000e+02 |    Inf 
37.69/37.79	o 92
37.69/37.79	c *32.0s|303829 |178416 |     0 |   0.0 |  73M| 215 |   - | 371 |2124 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
38.50/38.52	c  32.6s|310000 |183400 |     0 |   0.0 |  76M| 215 |   - | 371 |1806 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 9.200000e+01 |    Inf 
39.69/39.74	o 82
39.69/39.74	c *33.6s|319718 |170285 |     0 |   0.0 |  75M| 215 |   - | 371 |2419 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
39.69/39.79	c  33.6s|320000 |170480 |     0 |   0.0 |  75M| 215 |   - | 371 |2433 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
41.09/41.12	c  34.7s|330000 |178122 |     0 |   0.0 |  81M| 215 |   - | 371 |2904 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
41.19/41.22	o 74
41.19/41.22	c *34.8s|330605 |162467 |     0 |   0.0 |  75M| 215 |   - | 371 |3018 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 7.400000e+01 |    Inf 
41.19/41.25	o 64
41.19/41.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.19/41.25	c *34.9s|330699 |152603 |     0 |   0.0 |  69M| 215 |   - | 371 |3038 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 6.400000e+01 |    Inf 
41.19/41.25	o 59
41.19/41.25	c *34.9s|330700 |150608 |     0 |   0.0 |  69M| 215 |   - | 371 |3038 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
41.39/41.41	o 50
41.39/41.41	c *35.0s|331414 |139095 |     0 |   0.0 |  65M| 215 |   - | 371 |2806 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
42.99/43.03	c  36.4s|340000 |143810 |     0 |   0.0 |  69M| 215 |   - | 371 |2273 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
45.09/45.18	c  38.2s|350000 |148804 |     0 |   0.0 |  74M| 215 |   - | 371 |3490 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
47.89/47.96	c  40.7s|360000 |152349 |     0 |   0.0 |  80M| 215 |   - | 371 |4672 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
51.49/51.50	c  43.9s|370000 |154427 |     0 |   0.0 |  86M| 215 |   - | 371 |6071 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
55.89/55.97	c  47.9s|380000 |154238 |     0 |   0.0 |  93M| 215 |   - | 371 |7099 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
61.29/61.38	c  52.8s|390000 |148120 |     0 |   0.0 |  96M| 215 |   - | 371 |4354 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
62.70/62.71	c  53.9s|400000 |155409 |     0 |   0.0 | 100M| 215 |   - | 371 |3472 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
68.20/68.28	c  59.1s|410000 |153561 |     0 |   0.0 | 104M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 198k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
78.59/78.62	c  69.1s|420000 |147625 |     0 |   0.0 |  98M| 215 |   - | 371 |  16k|   0 |   0 |   0 | 225k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
81.40/81.48	c  71.7s|430000 |152785 |     0 |   0.0 |  97M| 215 |   - | 371 |3048 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
83.50/83.51	c  73.5s|440000 |158663 |     0 |   0.0 | 102M| 215 |   - | 371 |3850 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
85.69/85.71	c  75.4s|450000 |164180 |     0 |   0.0 | 107M| 215 |   - | 371 |4306 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
88.00/88.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.00/88.06	c  77.4s|460000 |169407 |     0 |   0.0 | 112M| 215 |   - | 371 |4843 |   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
90.49/90.58	c  79.7s|470000 |174469 |     0 |   0.0 | 117M| 215 |   - | 371 |5648 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
93.29/93.33	c  82.1s|480000 |179157 |     0 |   0.0 | 121M| 215 |   - | 371 |5928 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
96.19/96.21	c  84.8s|490000 |183674 |     0 |   0.0 | 125M| 215 |   - | 371 |6118 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
99.09/99.18	c  87.4s|500000 |187940 |     0 |   0.0 | 130M| 215 |   - | 371 |6518 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
101.99/102.05	c  90.0s|510000 |192554 |     0 |   0.0 | 134M| 215 |   - | 371 |7074 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
104.89/104.90	c  92.5s|520000 |197240 |     0 |   0.0 | 138M| 215 |   - | 371 |7825 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
107.99/108.07	c  95.4s|530000 |201581 |     0 |   0.0 | 142M| 215 |   - | 371 |8145 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
111.19/111.25	c  98.3s|540000 |205924 |     0 |   0.0 | 145M| 215 |   - | 371 |7844 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 5.000000e+01 |    Inf 
114.49/114.51	c   101s|550000 |210119 |     0 |   0.0 | 150M| 215 |   - | 371 |8073 |   0 |   0 |   0 | 301k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
117.70/117.74	c   104s|560000 |214383 |     0 |   0.0 | 154M| 215 |   - | 371 |8549 |   0 |   0 |   0 | 307k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
121.00/121.03	c   107s|570000 |218543 |     0 |   0.0 | 159M| 215 |   - | 371 |8908 |   0 |   0 |   0 | 313k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
124.49/124.59	c   110s|580000 |222246 |     0 |   0.0 | 163M| 215 |   - | 371 |9356 |   0 |   0 |   0 | 319k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
128.29/128.32	c   114s|590000 |225710 |     0 |   0.0 | 167M| 215 |   - | 371 |9602 |   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
132.39/132.40	c   118s|600000 |228729 |     0 |   0.0 | 172M| 215 |   - | 371 |9881 |   0 |   0 |   0 | 333k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
136.80/136.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.80/136.83	c   122s|610000 |231140 |     0 |   0.0 | 176M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 340k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
141.19/141.29	c   126s|620000 |233603 |     0 |   0.0 | 180M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 348k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
146.20/146.30	c   131s|630000 |235432 |     0 |   0.0 | 184M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 356k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
151.89/151.93	c   136s|640000 |236444 |     0 |   0.0 | 189M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 364k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
158.10/158.14	c   142s|650000 |236527 |     0 |   0.0 | 192M| 215 |   - | 371 |  13k|   0 |   0 |   0 | 373k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
165.19/165.29	c   148s|660000 |235300 |     0 |   0.0 | 196M| 215 |   - | 371 |  14k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
173.30/173.33	c   156s|670000 |230986 |     0 |   0.0 | 198M| 215 |   - | 371 |  15k|   0 |   0 |   0 | 394k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
175.79/175.80	c   158s|680000 |237127 |     0 |   0.0 | 199M| 215 |   - | 371 |5330 |   0 |   0 |   0 | 398k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
177.89/177.90	c   160s|690000 |243614 |     0 |   0.0 | 204M| 215 |   - | 371 |5698 |   0 |   0 |   0 | 403k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
180.19/180.22	c   162s|700000 |249550 |     0 |   0.0 | 209M| 215 |   - | 371 |6672 |   0 |   0 |   0 | 409k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
182.60/182.62	c   164s|710000 |255292 |     0 |   0.0 | 213M| 215 |   - | 371 |7101 |   0 |   0 |   0 | 415k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
185.29/185.32	c   167s|720000 |260286 |     0 |   0.0 | 218M| 215 |   - | 371 |8292 |   0 |   0 |   0 | 421k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
188.29/188.33	c   169s|730000 |264856 |     0 |   0.0 | 223M| 215 |   - | 371 |9907 |   0 |   0 |   0 | 428k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
192.19/192.26	c   173s|740000 |268290 |     0 |   0.0 | 227M| 215 |   - | 371 |8431 |   0 |   0 |   0 | 436k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
196.19/196.29	c   177s|750000 |271457 |     0 |   0.0 | 232M| 215 |   - | 371 |7456 |   0 |   0 |   0 | 445k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
200.20/200.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.20/200.22	c   180s|760000 |274554 |     0 |   0.0 | 236M| 215 |   - | 371 |7647 |   0 |   0 |   0 | 453k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
204.39/204.50	c   184s|770000 |277131 |     0 |   0.0 | 241M| 215 |   - | 371 |8338 |   0 |   0 |   0 | 463k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
209.09/209.16	c   189s|780000 |279194 |     0 |   0.0 | 245M| 215 |   - | 371 |8769 |   0 |   0 |   0 | 473k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
213.19/213.28	c   193s|790000 |282374 |     0 |   0.0 | 250M| 215 |   - | 371 |9171 |   0 |   0 |   0 | 481k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
217.88/217.96	c   197s|800000 |284647 |     0 |   0.0 | 254M| 215 |   - | 371 |9446 |   0 |   0 |   0 | 491k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
222.19/222.24	c   201s|810000 |287550 |     0 |   0.0 | 258M| 215 |   - | 371 |9251 |   0 |   0 |   0 | 499k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
226.39/226.49	c   205s|820000 |290466 |     0 |   0.0 | 262M| 215 |   - | 371 |9364 |   0 |   0 |   0 | 508k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
230.79/230.85	c   209s|830000 |293075 |     0 |   0.0 | 265M| 215 |   - | 371 |9323 |   0 |   0 |   0 | 517k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
235.09/235.14	c   213s|840000 |295833 |     0 |   0.0 | 269M| 215 |   - | 371 |9313 |   0 |   0 |   0 | 525k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
239.39/239.48	c   217s|850000 |298530 |     0 |   0.0 | 273M| 215 |   - | 371 |9421 |   0 |   0 |   0 | 534k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
243.99/244.10	c   221s|860000 |300800 |     0 |   0.0 | 276M| 215 |   - | 371 |9387 |   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
248.50/248.53	c   225s|870000 |303304 |     0 |   0.0 | 280M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 551k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
253.28/253.31	c   230s|880000 |305435 |     0 |   0.0 | 284M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 560k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
258.50/258.53	c   235s|890000 |306771 |     0 |   0.0 | 287M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 570k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
263.39/263.43	c   239s|900000 |308535 |     0 |   0.0 | 290M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 579k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
268.49/268.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.49/268.52	c   244s|910000 |310149 |     0 |   0.0 | 294M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 588k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
274.19/274.28	c   250s|920000 |310693 |     0 |   0.0 | 297M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 598k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
279.79/279.86	c   255s|930000 |311489 |     0 |   0.0 | 300M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 608k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
285.29/285.30	c   260s|940000 |312718 |     0 |   0.0 | 303M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 617k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
291.59/291.66	c   266s|950000 |312404 |     0 |   0.0 | 306M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 628k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
297.99/298.08	c   272s|960000 |312068 |     0 |   0.0 | 308M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 639k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
304.69/304.78	c   279s|970000 |311210 |     0 |   0.0 | 310M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 650k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
311.49/311.57	c   285s|980000 |310461 |     0 |   0.0 | 313M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 660k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
318.69/318.71	c   292s|990000 |309274 |     0 |   0.0 | 314M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 671k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
325.89/325.93	c   299s|  1000k|307949 |     0 |   0.0 | 316M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 682k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
333.39/333.45	c   306s|  1010k|306403 |     0 |   0.0 | 318M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 693k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
341.79/341.84	c   314s|  1020k|303782 |     0 |   0.0 | 319M| 215 |   - | 371 |  13k|   0 |   0 |   0 | 705k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
350.19/350.22	c   322s|  1030k|301267 |     0 |   0.0 | 319M| 215 |   - | 371 |  13k|   0 |   0 |   0 | 717k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
359.29/359.39	c   331s|  1040k|297647 |     0 |   0.0 | 319M| 215 |   - | 371 |  14k|   0 |   0 |   0 | 729k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
363.79/363.84	c   335s|  1050k|302025 |     0 |   0.0 | 321M| 215 |   - | 371 |7381 |   0 |   0 |   0 | 737k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
366.39/366.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
366.39/366.46	c   337s|  1060k|307921 |     0 |   0.0 | 325M| 215 |   - | 371 |6509 |   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
369.09/369.14	c   340s|  1070k|313362 |     0 |   0.0 | 329M| 215 |   - | 371 |6176 |   0 |   0 |   0 | 750k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
372.09/372.11	c   342s|  1080k|318159 |     0 |   0.0 | 334M| 215 |   - | 371 |6239 |   0 |   0 |   0 | 757k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
375.19/375.23	c   345s|  1090k|322651 |     0 |   0.0 | 338M| 215 |   - | 371 |6638 |   0 |   0 |   0 | 765k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
378.59/378.60	c   348s|  1100k|326520 |     0 |   0.0 | 342M| 215 |   - | 371 |6672 |   0 |   0 |   0 | 773k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
381.99/382.07	c   352s|  1110k|330113 |     0 |   0.0 | 346M| 215 |   - | 371 |7061 |   0 |   0 |   0 | 782k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
385.59/385.60	c   355s|  1120k|333652 |     0 |   0.0 | 350M| 215 |   - | 371 |7191 |   0 |   0 |   0 | 790k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
389.09/389.11	c   358s|  1130k|337084 |     0 |   0.0 | 354M| 215 |   - | 371 |7300 |   0 |   0 |   0 | 799k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
392.70/392.72	c   361s|  1140k|340285 |     0 |   0.0 | 358M| 215 |   - | 371 |7250 |   0 |   0 |   0 | 808k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
396.40/396.45	c   365s|  1150k|342957 |     0 |   0.0 | 361M| 215 |   - | 371 |8043 |   0 |   0 |   0 | 816k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
400.30/400.36	c   368s|  1160k|345418 |     0 |   0.0 | 365M| 215 |   - | 371 |8582 |   0 |   0 |   0 | 826k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
404.39/404.42	c   372s|  1170k|347661 |     0 |   0.0 | 369M| 215 |   - | 371 |9504 |   0 |   0 |   0 | 835k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
408.79/408.81	c   376s|  1180k|349396 |     0 |   0.0 | 372M| 215 |   - | 371 |  10k|   0 |   0 |   0 | 844k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
414.19/414.23	c   381s|  1190k|349777 |     0 |   0.0 | 376M| 215 |   - | 371 |  12k|   0 |   0 |   0 | 855k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
419.19/419.29	c   386s|  1200k|350850 |     0 |   0.0 | 376M| 215 |   - | 371 |7872 |   0 |   0 |   0 | 865k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
424.69/424.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
424.69/424.74	c   391s|  1210k|351314 |     0 |   0.0 | 379M| 215 |   - | 371 |9075 |   0 |   0 |   0 | 876k|   0 | 1.000000e+00 | 5.000000e+01 |4900.00%
424.80/424.83	o 42
424.80/424.83	c * 391s|  1210k|333662 |     0 |   0.0 | 359M| 215 |   - | 371 |9031 |   0 |   0 |   0 | 876k|   0 | 1.000000e+00 | 4.200000e+01 |4100.00%
430.29/430.34	o 37
430.29/430.34	c * 397s|  1217k|317060 |     0 |   0.0 | 339M| 215 |   - | 371 |9161 |   0 |   0 |   0 | 887k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
432.39/432.43	c   398s|  1220k|315463 |     0 |   0.0 | 338M| 215 |   - | 371 |2212 |   0 |   0 |   0 | 893k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
440.00/440.01	c   405s|  1230k|307597 |     0 |   0.0 | 336M| 215 |   - | 371 |3328 |   0 |   0 |   0 | 917k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
449.10/449.10	c   414s|  1240k|298338 |     0 |   0.0 | 335M| 215 |   - | 371 |8326 |   0 |   0 |   0 | 942k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
460.49/460.58	c   425s|  1250k|286596 |     0 |   0.0 | 330M| 215 |   - | 371 |8202 |   0 |   0 |   0 | 969k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
474.00/474.09	c   438s|  1260k|272905 |     0 |   0.0 | 324M| 215 |   - | 371 |  11k|   0 |   0 |   0 | 996k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
476.40/476.42	o 25
476.40/476.42	c * 440s|  1261k|193440 |     0 |   0.0 | 230M| 215 |   - | 371 |  10k|   0 |   0 |   0 |1000k|   0 | 1.000000e+00 | 2.500000e+01 |2400.00%
488.09/488.18	o 21
488.09/488.18	c * 451s|  1266k|144209 |     0 |   0.0 | 169M| 215 |   - | 371 |9982 |   0 |   0 |   0 |1030k|   0 | 1.000000e+00 | 2.100000e+01 |2000.00%
495.09/495.18	c   458s|  1270k|125858 |     0 |   0.0 | 140M| 215 |   - | 371 |5146 |   0 |   0 |   0 |1045k|   0 | 1.000000e+00 | 2.100000e+01 |2000.00%
505.40/505.41	c   468s|  1280k|115403 |     0 |   0.0 | 141M| 215 |   - | 371 |8988 |   0 |   0 |   0 |1072k|   0 | 1.000000e+00 | 2.100000e+01 |2000.00%
520.00/520.08	c   482s|  1290k|100699 |     0 |   0.0 | 135M| 215 |   - | 371 |  13k|   0 |   0 |   0 |1100k|   0 | 1.000000e+00 | 2.100000e+01 |2000.00%
539.50/539.54	c   500s|  1300k| 81507 |     0 |   0.0 | 122M| 215 |   - | 371 |  15k|   0 |   0 |   0 |1130k|   0 | 1.000000e+00 | 2.100000e+01 |2000.00%
560.19/560.26	c   521s|  1310k| 55582 |     0 |   0.0 |  94M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1164k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
571.70/571.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.70/571.74	c   532s|  1320k| 46786 |     0 |   0.0 |  77M| 215 |   - | 371 |4410 |   0 |   0 |   0 |1182k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
582.90/582.91	c   542s|  1330k| 37415 |     0 |   0.0 |  68M| 215 |   - | 371 |  22k|   0 |   0 |   0 |1208k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
588.10/588.13	c   547s|  1340k| 41753 |     0 |   0.0 |  61M| 215 |   - | 371 |9102 |   0 |   0 |   0 |1217k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
591.60/591.61	c   550s|  1350k| 47172 |     0 |   0.0 |  64M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1227k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
595.90/595.98	c   555s|  1360k| 51185 |     0 |   0.0 |  67M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1238k|   0 | 2.000000e+00 | 2.100000e+01 | 950.00%
601.20/601.23	c   560s|  1370k| 53883 |     0 |   0.0 |  69M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1252k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
606.20/606.27	c   564s|  1380k| 57934 |     0 |   0.0 |  74M| 215 |   - | 371 |  16k|   0 |   0 |   0 |1265k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
613.20/613.20	c   571s|  1390k| 60957 |     0 |   0.0 |  78M| 215 |   - | 371 |  18k|   0 |   0 |   0 |1281k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
621.41/621.46	c   579s|  1400k| 62728 |     0 |   0.0 |  82M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1298k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
631.10/631.14	c   588s|  1410k| 63598 |     0 |   0.0 |  85M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1316k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
641.60/641.64	c   598s|  1420k| 63855 |     0 |   0.0 |  89M| 215 |   - | 371 |  25k|   0 |   0 |   0 |1335k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
655.20/655.29	c   612s|  1430k| 62391 |     0 |   0.0 |  91M| 215 |   - | 371 |  28k|   0 |   0 |   0 |1355k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
664.80/664.83	c   621s|  1440k| 65613 |     0 |   0.0 |  88M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1368k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
668.20/668.24	c   624s|  1450k| 70579 |     0 |   0.0 |  92M| 215 |   - | 371 |  11k|   0 |   0 |   0 |1380k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
677.00/677.09	c   632s|  1460k| 70886 |     0 |   0.0 |  98M| 215 |   - | 371 |  23k|   0 |   0 |   0 |1401k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
694.00/694.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
694.00/694.07	c   649s|  1470k| 68431 |     0 |   0.0 | 102M| 215 |   - | 371 |  34k|   0 |   0 |   0 |1426k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
720.10/720.12	c   675s|  1480k| 63941 |     0 |   0.0 | 103M| 215 |   - | 371 |  43k|   0 |   0 |   0 |1451k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
753.60/753.62	c   708s|  1490k| 58675 |     0 |   0.0 | 103M| 215 |   - | 371 |  54k|   0 |   0 |   0 |1478k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
785.71/785.78	c   740s|  1500k| 56926 |     0 |   0.0 |  96M| 215 |   - | 371 |  39k|   0 |   0 |   0 |1497k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
794.11/794.16	c   748s|  1510k| 62830 |     0 |   0.0 |  94M| 215 |   - | 371 |  19k|   0 |   0 |   0 |1506k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
800.31/800.32	c   754s|  1520k| 67495 |     0 |   0.0 |  97M| 215 |   - | 371 |  16k|   0 |   0 |   0 |1518k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
808.01/808.04	c   761s|  1530k| 68956 |     0 |   0.0 | 101M| 215 |   - | 371 |  20k|   0 |   0 |   0 |1533k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
814.21/814.20	c   767s|  1540k| 73717 |     0 |   0.0 | 104M| 215 |   - | 371 |  18k|   0 |   0 |   0 |1547k|   0 | 5.000000e+00 | 2.100000e+01 | 320.00%
819.61/819.64	o 17
819.61/819.64	c * 772s|  1546k| 67090 |     0 |   0.0 |  92M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1558k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
822.40/822.41	c   775s|  1550k| 67529 |     0 |   0.0 |  93M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1564k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
830.51/830.55	o 16
830.51/830.55	c * 783s|  1554k| 58623 |     0 |   0.0 |  84M| 215 |   - | 371 |  28k|   0 |   0 |   0 |1576k|   0 | 5.000000e+00 | 1.600000e+01 | 220.00%
842.41/842.47	c   795s|  1560k| 56247 |     0 |   0.0 |  76M| 215 |   - | 371 |  23k|   0 |   0 |   0 |1587k|   0 | 5.000000e+00 | 1.600000e+01 | 220.00%
854.72/854.71	c   807s|  1570k| 55945 |     0 |   0.0 |  75M| 215 |   - | 371 |  16k|   0 |   0 |   0 |1604k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
866.81/866.89	c   818s|  1580k| 53155 |     0 |   0.0 |  77M| 215 |   - | 371 |  16k|   0 |   0 |   0 |1624k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
879.51/879.54	c   831s|  1590k| 49480 |     0 |   0.0 |  79M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1645k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
890.61/890.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
890.61/890.60	c   841s|  1600k| 50332 |     0 |   0.0 |  81M| 215 |   - | 371 |  24k|   0 |   0 |   0 |1662k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
904.71/904.79	c   855s|  1610k| 49373 |     0 |   0.0 |  85M| 215 |   - | 371 |  30k|   0 |   0 |   0 |1685k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
921.21/921.28	c   871s|  1620k| 48111 |     0 |   0.0 |  88M| 215 |   - | 371 |  38k|   0 |   0 |   0 |1708k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
932.91/932.91	c   883s|  1630k| 52015 |     0 |   0.0 |  86M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1721k|   0 | 7.000000e+00 | 1.600000e+01 | 128.57%
939.61/939.69	o 9
939.61/939.69	c * 889s|  1633k| 23024 |     0 |   0.0 |  48M| 215 |   - | 371 |  17k|   0 |   0 |   0 |1730k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
949.62/949.67	c   899s|  1640k| 20598 |     0 |   0.0 |  49M| 215 |   - | 371 |  21k|   0 |   0 |   0 |1746k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
971.51/971.57	c   921s|  1650k| 13916 |     0 |   0.0 |  43M| 215 |   - | 371 |  32k|   0 |   0 |   0 |1771k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
996.81/996.82	c   946s|  1660k|  9018 |     0 |   0.0 |  39M| 215 |   - | 371 |  35k|   0 |   0 |   0 |1799k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1032.12/1032.18	c 
1032.12/1032.18	c SCIP Status        : problem is solved [optimal solution found]
1032.12/1032.18	c Solving Time (sec) : 980.48
1032.12/1032.18	c Solving Nodes      : 1669607
1032.12/1032.18	c Primal Bound       : +9.00000000000000e+00 (24 solutions)
1032.12/1032.18	c Dual Bound         : +9.00000000000000e+00
1032.12/1032.18	c Gap                : 0.00 %
1032.12/1032.18	s OPTIMUM FOUND
1032.12/1032.18	v -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1032.12/1032.18	v -x147 -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1032.12/1032.18	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 
1032.12/1032.18	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 
1032.12/1032.18	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 -x56 
1032.12/1032.18	v -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 
1032.12/1032.18	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 
1032.12/1032.18	v -x4 -x3 -x2 -x1 
1032.12/1032.18	c SCIP Status        : problem is solved [optimal solution found]
1032.12/1032.18	c Solving Time       :     980.48
1032.12/1032.18	c Original Problem   :
1032.12/1032.18	c   Problem name     : HOME/instance-2694192-1277924589.wbo
1032.12/1032.18	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1032.12/1032.18	c   Constraints      : 203 initial, 203 maximal
1032.12/1032.18	c Presolved Problem  :
1032.12/1032.18	c   Problem name     : t_HOME/instance-2694192-1277924589.wbo
1032.12/1032.18	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1032.12/1032.18	c   Constraints      : 202 initial, 57878 maximal
1032.12/1032.18	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1032.12/1032.18	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   implics          :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   probing          :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   linear           :       0.00          0          0          0        101          0          1          0          0
1032.12/1032.18	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1032.12/1032.18	c   root node        :          -         52          -          -        104          -          -          -          -
1032.12/1032.18	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1032.12/1032.18	c   integral         :          0          0          0          0          0          0          0          0          0          0
1032.12/1032.18	c   indicator        :        101          0    4739064          0    1147695      17431    2803997          0          0          0
1032.12/1032.18	c   linear           :        101          0    4989341          0    1196675     607042   26568851          0          0          0
1032.12/1032.18	c   logicor          :          0+         0    2126136          0          0      44876    1180803          0          0          0
1032.12/1032.18	c   bounddisjunction :          0+         0     158500          0          0          0       7735          0          0          0
1032.12/1032.18	c   countsols        :          0          0          0          0    1196695          0          0          0          0          0
1032.12/1032.18	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1032.12/1032.18	c   integral         :       0.00       0.00       0.00       0.00       0.00
1032.12/1032.18	c   indicator        :       3.19       0.00       1.90       0.00       1.29
1032.12/1032.18	c   linear           :     132.25       0.00     132.19       0.00       0.06
1032.12/1032.18	c   logicor          :     383.66       0.00     383.66       0.00       0.00
1032.12/1032.18	c   bounddisjunction :       0.18       0.00       0.18       0.00       0.00
1032.12/1032.18	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1032.12/1032.18	c Propagators        :       Time      Calls    Cutoffs    DomReds
1032.12/1032.18	c   vbounds          :       0.00          2          0          0
1032.12/1032.18	c   rootredcost      :       0.00          0          0          0
1032.12/1032.18	c   pseudoobj        :      17.81    5023764      17154    2640553
1032.12/1032.18	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1032.12/1032.18	c   propagation      :      35.09     669070     668802    3746155       22.8     138819       14.2          -
1032.12/1032.18	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1032.12/1032.18	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1032.12/1032.18	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1032.12/1032.18	c   pseudo solution  :       0.01        110        110        314       14.1         35       13.1          -
1032.12/1032.18	c   applied globally :          -          -          -    1801254       17.1          -          -          -
1032.12/1032.18	c   applied locally  :          -          -          -      28213       36.5          -          -          -
1032.12/1032.18	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1032.12/1032.18	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1032.12/1032.18	c   redcost          :       0.00          0          0          0          0          0
1032.12/1032.18	c   impliedbounds    :       0.00          0          0          0          0          0
1032.12/1032.18	c   intobj           :       0.00          0          0          0          0          0
1032.12/1032.18	c   cgmip            :       0.00          0          0          0          0          0
1032.12/1032.18	c   gomory           :       0.00          0          0          0          0          0
1032.12/1032.18	c   strongcg         :       0.00          0          0          0          0          0
1032.12/1032.18	c   cmir             :       0.00          0          0          0          0          0
1032.12/1032.18	c   flowcover        :       0.00          0          0          0          0          0
1032.12/1032.18	c   clique           :       0.00          0          0          0          0          0
1032.12/1032.18	c   zerohalf         :       0.00          0          0          0          0          0
1032.12/1032.18	c   mcf              :       0.00          0          0          0          0          0
1032.12/1032.18	c   rapidlearning    :       0.00          0          0          0          0          0
1032.12/1032.18	c Pricers            :       Time      Calls       Vars
1032.12/1032.18	c   problem variables:       0.00          0          0
1032.12/1032.18	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1032.12/1032.18	c   relpscost        :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   pscost           :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   inference        :       9.66    1196674          0          0          0          0    2393348
1032.12/1032.18	c   mostinf          :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   leastinf         :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   fullstrong       :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   allfullstrong    :       0.00          0          0          0          0          0          0
1032.12/1032.18	c   random           :       0.00          0          0          0          0          0          0
1032.12/1032.18	c Primal Heuristics  :       Time      Calls      Found
1032.12/1032.18	c   LP solutions     :       0.00          -          0
1032.12/1032.18	c   pseudo solutions :       0.58          -         21
1032.12/1032.18	c   oneopt           :       0.03          0          0
1032.12/1032.18	c   trivial          :       0.01          2          2
1032.12/1032.18	c   simplerounding   :       0.00          0          0
1032.12/1032.18	c   zirounding       :       0.00          0          0
1032.12/1032.18	c   rounding         :       0.00          0          0
1032.12/1032.18	c   shifting         :       0.00          0          0
1032.12/1032.18	c   intshifting      :       0.00          0          0
1032.12/1032.18	c   twoopt           :       0.00          0          0
1032.12/1032.18	c   fixandinfer      :       0.00          0          0
1032.12/1032.18	c   feaspump         :       0.00          0          0
1032.12/1032.18	c   coefdiving       :       0.00          0          0
1032.12/1032.18	c   pscostdiving     :       0.00          0          0
1032.12/1032.18	c   fracdiving       :       0.00          0          0
1032.12/1032.18	c   veclendiving     :       0.00          0          0
1032.12/1032.18	c   intdiving        :       0.00          0          0
1032.12/1032.18	c   actconsdiving    :       0.00          0          0
1032.12/1032.18	c   objpscostdiving  :       0.00          0          0
1032.12/1032.18	c   rootsoldiving    :       0.00          0          0
1032.12/1032.18	c   linesearchdiving :       0.00          0          0
1032.12/1032.18	c   guideddiving     :       0.00          0          0
1032.12/1032.18	c   octane           :       0.00          0          0
1032.12/1032.18	c   rens             :       0.00          0          0
1032.12/1032.18	c   rins             :       0.00          0          0
1032.12/1032.18	c   localbranching   :       0.00          0          0
1032.12/1032.18	c   mutation         :       0.00          0          0
1032.12/1032.18	c   crossover        :       0.00          0          0
1032.12/1032.18	c   dins             :       0.00          0          0
1032.12/1032.18	c   undercover       :       0.00          0          0
1032.12/1032.18	c   nlp              :       0.00          0          0
1032.12/1032.18	c   trysol           :       0.00          1          1
1032.12/1032.18	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1032.12/1032.18	c   primal LP        :       0.00          0          0       0.00          -
1032.12/1032.18	c   dual LP          :       0.00          0          0       0.00          -
1032.12/1032.18	c   lex dual LP      :       0.00          0          0       0.00          -
1032.12/1032.18	c   barrier LP       :       0.00          0          0       0.00          -
1032.12/1032.18	c   diving/probing LP:       0.00          0          0       0.00          -
1032.12/1032.18	c   strong branching :       0.00          0          0       0.00          -
1032.12/1032.18	c     (at root node) :          -          0          0       0.00          -
1032.12/1032.18	c   conflict analysis:       0.00          0          0       0.00          -
1032.12/1032.18	c B&B Tree           :
1032.12/1032.18	c   number of runs   :          1
1032.12/1032.18	c   nodes            :    1669607
1032.12/1032.18	c   nodes (total)    :    1669607
1032.12/1032.18	c   nodes left       :          0
1032.12/1032.18	c   max depth        :        215
1032.12/1032.18	c   max depth (total):        215
1032.12/1032.18	c   backtracks       :     555491 (33.3%)
1032.12/1032.18	c   delayed cutoffs  :     407277
1032.12/1032.18	c   repropagations   :    1919989 (8682357 domain reductions, 213701 cutoffs)
1032.12/1032.18	c   avg switch length:      22.56
1032.12/1032.18	c   switching time   :     324.22
1032.12/1032.18	c Solution           :
1032.12/1032.18	c   Solutions found  :         24 (22 improvements)
1032.12/1032.18	c   First Solution   : +5.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1032.12/1032.18	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 1633442 nodes, 889.40 seconds, depth 39, found by <relaxation>)
1032.12/1032.18	c   Dual Bound       : +9.00000000000000e+00
1032.12/1032.18	c   Gap              :       0.00 %
1032.12/1032.18	c   Root Dual Bound  : +0.00000000000000e+00
1032.12/1032.18	c   Root Iterations  :          0
1032.21/1032.25	c Time complete: 1032.27.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694192-1277924589/watcher-2694192-1277924589 -o /tmp/evaluation-result-2694192-1277924589/solver-2694192-1277924589 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694192-1277924589.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.02 2.01 2.00 4/196 14570
/proc/meminfo: memFree=31466976/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=8248 CPUtime=0
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 1553 0 0 0 0 0 0 0 21 0 1 0 133757055 8445952 1475 4089446400 4194304 7136930 140737352356496 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14570/statm: 2062 1475 275 719 0 1341 0

[startup+0.03273 s]
/proc/loadavg: 2.02 2.01 2.00 4/196 14570
/proc/meminfo: memFree=31466976/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=12420 CPUtime=0.03
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 3085 0 0 0 2 1 0 0 21 0 1 0 133757055 12718080 2397 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 3105 2397 390 719 0 2384 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12420

[startup+0.100718 s]
/proc/loadavg: 2.02 2.01 2.00 4/196 14570
/proc/meminfo: memFree=31466976/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=13696 CPUtime=0.09
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 3404 0 0 0 7 2 0 0 21 0 1 0 133757055 14024704 2716 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 3424 2716 390 719 0 2703 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13696

[startup+0.300678 s]
/proc/loadavg: 2.02 2.01 2.00 4/196 14570
/proc/meminfo: memFree=31466976/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=16288 CPUtime=0.29
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 4048 0 0 0 23 6 0 0 21 0 1 0 133757055 16678912 3360 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 4072 3360 390 719 0 3351 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16288

[startup+0.700603 s]
/proc/loadavg: 2.02 2.01 2.00 4/196 14570
/proc/meminfo: memFree=31466976/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=18532 CPUtime=0.69
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 4614 0 0 0 58 11 0 0 22 0 1 0 133757055 18976768 3926 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 4633 3926 390 719 0 3912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18532

[startup+1.50046 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14571
/proc/meminfo: memFree=31451592/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=21648 CPUtime=1.49
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 5408 0 0 0 130 19 0 0 25 0 1 0 133757055 22167552 4720 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 5412 4720 390 719 0 4691 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21648

[startup+3.10013 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14571
/proc/meminfo: memFree=31446012/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=27812 CPUtime=3.09
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 6969 0 0 0 265 44 0 0 25 0 1 0 133757055 28479488 6281 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 6953 6281 390 719 0 6232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27812

[startup+6.30055 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14571
/proc/meminfo: memFree=31437864/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=34996 CPUtime=6.29
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 8774 0 0 0 564 65 0 0 25 0 1 0 133757055 35835904 8086 4089446400 4194304 7136930 140737352356496 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 8749 8086 390 719 0 8028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34996

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14571
/proc/meminfo: memFree=31409612/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=65480 CPUtime=12.69
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 16183 0 0 0 1050 219 0 0 25 0 1 0 133757055 67051520 15495 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 16370 15495 390 719 0 15649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65480

[startup+25.5009 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14571
/proc/meminfo: memFree=31386284/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=85084 CPUtime=25.49
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 21104 0 0 0 2223 326 0 0 25 0 1 0 133757055 87126016 20416 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 21271 20416 390 719 0 20550 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85084

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 14572
/proc/meminfo: memFree=31321504/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=152836 CPUtime=51.09
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 37255 0 0 0 4351 758 0 0 25 0 1 0 133757055 156504064 36567 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 38209 36567 393 719 0 37488 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 152836

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14573
/proc/meminfo: memFree=31267528/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=200124 CPUtime=102.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 48970 0 0 0 9024 1206 0 0 25 0 1 0 133757055 204926976 48282 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 50031 48282 393 719 0 49310 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 200124

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/197 14575
/proc/meminfo: memFree=31199012/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=269008 CPUtime=162.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 66040 0 0 0 14555 1675 0 0 25 0 1 0 133757055 275464192 65352 4089446400 4194304 7136930 140737352356496 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 67252 65352 393 719 0 66531 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 269008

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14577
/proc/meminfo: memFree=31127260/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=329912 CPUtime=222.28
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 81444 0 0 0 20100 2128 0 0 25 0 1 0 133757055 337829888 80756 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 82478 80756 393 719 0 81757 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 329912

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14578
/proc/meminfo: memFree=31069540/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=382028 CPUtime=282.29
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 94400 0 0 0 25727 2502 0 0 25 0 1 0 133757055 391196672 93712 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14570/statm: 95507 93712 393 719 0 94786 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 382028

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14580
/proc/meminfo: memFree=31038852/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=411500 CPUtime=342.29
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 101643 0 0 0 31441 2788 0 0 25 0 1 0 133757055 421376000 100955 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 102875 100955 393 719 0 102154 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 411500

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14581
/proc/meminfo: memFree=30981736/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=451228 CPUtime=402.29
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 111783 0 0 0 37017 3212 0 0 25 0 1 0 133757055 462057472 111095 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 112807 111095 393 719 0 112086 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 451228

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/197 14583
/proc/meminfo: memFree=30968424/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=459612 CPUtime=462.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 113861 0 0 0 42656 3574 0 0 25 0 1 0 133757055 470642688 113173 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 114903 113173 393 719 0 114182 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 459612

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 14585
/proc/meminfo: memFree=30967988/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=459756 CPUtime=522.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 113905 0 0 0 48378 3852 0 0 25 0 1 0 133757055 470790144 113217 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 114939 113217 393 719 0 114218 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 459756

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14586
/proc/meminfo: memFree=30966948/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=461544 CPUtime=582.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 114214 0 0 0 54170 4060 0 0 25 0 1 0 133757055 472621056 113526 4089446400 4194304 7136930 140737352356496 18446744073709551615 4210013 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 115386 113526 393 719 0 114665 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 461544

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14588
/proc/meminfo: memFree=30958464/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=462312 CPUtime=642.31
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 114361 0 0 0 59894 4337 0 0 25 0 1 0 133757055 473407488 113673 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 115578 113673 393 719 0 114857 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 462312

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14589
/proc/meminfo: memFree=30942292/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=464588 CPUtime=702.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 114792 0 0 0 65722 4508 0 0 25 0 1 0 133757055 475738112 114104 4089446400 4194304 7136930 140737352356496 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 116147 114104 393 719 0 115426 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 464588

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14591
/proc/meminfo: memFree=30936548/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=468052 CPUtime=762.31
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115450 0 0 0 71645 4586 0 0 25 0 1 0 133757055 479285248 114762 4089446400 4194304 7136930 140737352356496 18446744073709551615 4210552 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 117013 114762 393 719 0 116292 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 468052

[startup+822.3 s]
/proc/loadavg: 2.36 2.08 2.02 4/200 14674
/proc/meminfo: memFree=31114032/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=469724 CPUtime=822.3
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115788 0 0 0 77490 4740 0 0 25 0 1 0 133757055 480997376 115100 4089446400 4194304 7136930 140737352356496 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 117431 115100 393 719 0 116710 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 469724

[startup+882.301 s]
/proc/loadavg: 2.67 2.23 2.08 4/200 14675
/proc/meminfo: memFree=31099092/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=469724 CPUtime=882.31
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115788 0 0 0 83336 4895 0 0 25 0 1 0 133757055 480997376 115100 4089446400 4194304 7136930 140737352356496 18446744073709551615 4210590 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 117431 115100 393 719 0 116710 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 469724

[startup+942.301 s]
/proc/loadavg: 3.18 2.45 2.16 4/200 14677
/proc/meminfo: memFree=31092956/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=465544 CPUtime=942.32
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115859 0 0 0 89201 5031 0 0 25 0 1 0 133757055 476717056 114001 4089446400 4194304 7136930 140737352356496 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 116386 114001 393 719 0 115665 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 465544

[startup+1002.3 s]
/proc/loadavg: 2.91 2.50 2.19 4/200 14678
/proc/meminfo: memFree=31083844/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=465632 CPUtime=1002.31
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 95097 5134 0 0 25 0 1 0 133757055 476807168 114012 4089446400 4194304 7136930 140737352356496 18446744073709551615 4209815 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 116408 114012 393 719 0 115687 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 465632

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

[startup+1011.1 s]
/proc/loadavg: 2.85 2.50 2.20 3/200 14678
/proc/meminfo: memFree=31083464/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=464600 CPUtime=1011.12
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 95964 5148 0 0 25 0 1 0 133757055 475750400 113754 4089446400 4194304 7136930 140737352356496 18446744073709551615 4209188 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 116150 113754 393 719 0 115429 0
Current children cumulated CPU time (s) 1011.12
Current children cumulated vsize (KiB) 464600

[startup+1023.9 s]
/proc/loadavg: 2.88 2.52 2.21 4/200 14679
/proc/meminfo: memFree=31086668/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=460984 CPUtime=1023.92
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 97230 5162 0 0 25 0 1 0 133757055 472047616 112850 4089446400 4194304 7136930 140737352356496 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 115246 112850 393 719 0 114525 0
Current children cumulated CPU time (s) 1023.92
Current children cumulated vsize (KiB) 460984

[startup+1027.1 s]
/proc/loadavg: 2.88 2.52 2.21 4/200 14679
/proc/meminfo: memFree=31088896/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=459176 CPUtime=1027.11
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 97546 5165 0 0 25 0 1 0 133757055 470196224 112398 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 114794 112398 393 719 0 114073 0
Current children cumulated CPU time (s) 1027.11
Current children cumulated vsize (KiB) 459176

[startup+1030.3 s]
/proc/loadavg: 2.89 2.53 2.21 3/200 14679
/proc/meminfo: memFree=31090012/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=456596 CPUtime=1030.31
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 97862 5169 0 0 25 0 1 0 133757055 467554304 111753 4089446400 4194304 7136930 140737352356496 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 114149 111753 393 719 0 113428 0
Current children cumulated CPU time (s) 1030.31
Current children cumulated vsize (KiB) 456596

[startup+1031.1 s]
/proc/loadavg: 2.89 2.53 2.21 4/200 14679
/proc/meminfo: memFree=31091872/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=452468 CPUtime=1031.12
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 97941 5171 0 0 25 0 1 0 133757055 463327232 110721 4089446400 4194304 7136930 140737352356496 18446744073709551615 5000109 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 113117 110721 393 719 0 112396 0
Current children cumulated CPU time (s) 1031.12
Current children cumulated vsize (KiB) 452468

[startup+1031.9 s]
/proc/loadavg: 2.89 2.53 2.21 4/200 14679
/proc/meminfo: memFree=31099432/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=448192 CPUtime=1031.92
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 98020 5172 0 0 25 0 1 0 133757055 458948608 109652 4089446400 4194304 7136930 140737352356496 18446744073709551615 5950366 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 112048 109652 393 719 0 111327 0
Current children cumulated CPU time (s) 1031.92
Current children cumulated vsize (KiB) 448192

[startup+1032.1 s]
/proc/loadavg: 2.89 2.53 2.21 4/200 14679
/proc/meminfo: memFree=31099432/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=447676 CPUtime=1032.12
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115935 0 0 0 98040 5172 0 0 25 0 1 0 133757055 458420224 109523 4089446400 4194304 7136930 140737352356496 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14570/statm: 111919 109523 393 719 0 111198 0
Current children cumulated CPU time (s) 1032.12
Current children cumulated vsize (KiB) 447676

[startup+1032.2 s]
/proc/loadavg: 2.89 2.53 2.21 4/200 14679
/proc/meminfo: memFree=31099432/32951124 swapFree=67111528/67111528
[pid=14570] ppid=14568 vsize=438644 CPUtime=1032.21
/proc/14570/stat : 14570 (pbscip.linux.x8) R 14568 14570 12709 0 -1 4202496 115941 0 0 0 98049 5172 0 0 25 0 1 0 133757055 449171456 107271 4089446400 4194304 7136930 140737352356496 18446744073709551615 6166159 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14570/statm: 109661 107271 399 719 0 108940 0
Current children cumulated CPU time (s) 1032.21
Current children cumulated vsize (KiB) 438644

Child status: 0
Real time (s): 1032.25
CPU time (s): 1032.28
CPU user time (s): 980.535
CPU system time (s): 51.7401
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 470224

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

runsolver used 1.68674 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 21:03:09
IDJOB=2694192
IDBENCH=79244
IDSOLVER=1206
FILE ID=node102/2694192-1277924589
PBS_JOBID= 11197313
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.1111224451--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-2694192-1277924589/watcher-2694192-1277924589 -o /tmp/evaluation-result-2694192-1277924589/solver-2694192-1277924589 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694192-1277924589.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 51c830b3e31ed97e6a2590ce9584f929
RANDOM SEED=1888952704

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31466884 kB
Buffers:        206696 kB
Cached:         734428 kB
SwapCached:          0 kB
Active:         751604 kB
Inactive:       589564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31466884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3256 kB
Writeback:           0 kB
AnonPages:      399848 kB
Mapped:          20244 kB
Slab:            78556 kB
PageTables:       5876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1654376 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 node102 at 2010-06-30 21:20:21