Trace number 2694057

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.85 1800.8

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550006--soft-66-100-0.wbo
MD5SUMc177cc73697745a978507901f2a8beaa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark210.167
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints911
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
Number of bits of the biggest sum of numbers10
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-2694057-1277903053.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.02	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.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.07/0.07	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.07/0.09	c (round 3) 50 del vars, 249 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 1131 impls, 16 clqs
0.09/0.10	c (round 4) 115 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 1131 impls, 16 clqs
0.09/0.11	c (round 5) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 1131 impls, 16 clqs
0.09/0.15	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  130 deleted vars, 264 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.15	c  1131 implications, 16 cliques
0.09/0.15	c presolved problem has 1923 variables (1077 bin, 0 int, 0 impl, 846 cont) and 3355 constraints
0.09/0.15	c     846 constraints of type <indicator>
0.09/0.15	c      16 constraints of type <setppc>
0.09/0.15	c     846 constraints of type <linear>
0.09/0.15	c    1647 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.10
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1799.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 1]
0.09/0.15	c lp/solvefreq = -1
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     2 |     0 |     - |7508k|   0 |   - |1923 |3355 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	o 835
0.89/0.95	c * 0.8s|  3539 |  3106 |     0 |   0.0 |9998k| 975 |   - |1923 |4056 |   0 |   0 |   0 | 938 |   0 | 0.000000e+00 | 8.350000e+02 |    Inf 
0.89/0.98	o 484
0.89/0.98	c * 0.8s|  3665 |  3228 |     0 |   0.0 |  10M| 975 |   - |1923 |4057 |   0 |   0 |   0 | 943 |   0 | 0.000000e+00 | 4.840000e+02 |    Inf 
0.99/1.05	o 242
0.99/1.05	c * 0.9s|  3908 |  3454 |     0 |   0.0 |  10M| 975 |   - |1923 |4056 |   0 |   0 |   0 | 950 |   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
2.49/2.53	c   2.2s| 10000 |  8636 |     0 |   0.0 |  14M| 975 |   - |1923 |4513 |   0 |   0 |   0 |3209 |   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
5.29/5.39	c   4.8s| 20000 | 16154 |     0 |   0.0 |  21M| 975 |   - |1923 |5355 |   0 |   0 |   0 |8999 |   0 | 0.000000e+00 | 2.420000e+02 |    Inf 
8.19/8.25	o 225
8.19/8.25	c * 7.4s| 27097 | 19850 |     0 |   0.0 |  27M| 975 |   - |1923 |6016 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 2.250000e+02 |    Inf 
8.19/8.25	o 154
8.19/8.25	c * 7.4s| 27098 | 19735 |     0 |   0.0 |  27M| 975 |   - |1923 |6016 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 1.540000e+02 |    Inf 
8.29/8.38	o 88
8.29/8.38	c * 7.5s| 27543 | 19584 |     0 |   0.0 |  26M| 975 |   - |1923 |5711 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.800000e+01 |    Inf 
8.39/8.41	o 84
8.39/8.41	c * 7.6s| 27627 | 19598 |     0 |   0.0 |  27M| 975 |   - |1923 |5656 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 8.400000e+01 |    Inf 
8.39/8.44	o 65
8.39/8.44	c * 7.6s| 27705 | 19498 |     0 |   0.0 |  27M| 975 |   - |1923 |5601 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 | 6.500000e+01 |    Inf 
9.09/9.19	o 58
9.09/9.19	c * 8.3s| 29928 | 21429 |     0 |   0.0 |  28M| 975 |   - |1923 |4400 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
9.19/9.22	c   8.3s| 30000 | 21483 |     0 |   0.0 |  28M| 975 |   - |1923 |4410 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 5.800000e+01 |    Inf 
9.39/9.47	o 37
9.39/9.47	c * 8.5s| 30614 | 21610 |     0 |   0.0 |  29M| 975 |   - |1923 |4606 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
12.40/12.45	c  11.2s| 40000 | 29344 |     0 |   0.0 |  36M| 975 |   - |1923 |4526 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 | 3.700000e+01 |    Inf 
13.29/13.36	o 29
13.29/13.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.29/13.36	c *12.0s| 43240 | 31875 |     0 |   0.0 |  37M| 975 |   - |1923 |4725 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
15.19/15.28	c  13.8s| 50000 | 37300 |     0 |   0.0 |  42M| 975 |   - |1923 |5234 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
18.29/18.38	c  16.6s| 60000 | 44781 |     0 |   0.0 |  49M| 975 |   - |1923 |5750 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
21.49/21.57	c  19.5s| 70000 | 52123 |     0 |   0.0 |  56M| 975 |   - |1923 |5833 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
24.79/24.85	c  22.5s| 80000 | 59271 |     0 |   0.0 |  63M| 975 |   - |1923 |6230 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
28.19/28.20	c  25.5s| 90000 | 66245 |     0 |   0.0 |  70M| 975 |   - |1923 |6711 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
31.59/31.65	c  28.7s|100000 | 73024 |     0 |   0.0 |  77M| 975 |   - |1923 |6900 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
35.29/35.37	c  32.0s|110000 | 79386 |     0 |   0.0 |  84M| 975 |   - |1923 |7626 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
39.39/39.46	c  35.8s|120000 | 85216 |     0 |   0.0 |  91M| 975 |   - |1923 |7855 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
43.70/43.74	c  39.8s|130000 | 90813 |     0 |   0.0 |  98M| 975 |   - |1923 |8249 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
48.30/48.39	c  44.0s|140000 | 95868 |     0 |   0.0 | 105M| 975 |   - |1923 |8633 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
53.19/53.29	c  48.6s|150000 |100523 |     0 |   0.0 | 112M| 975 |   - |1923 |9207 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
58.89/58.95	c  53.9s|160000 |104119 |     0 |   0.0 | 119M| 975 |   - |1923 |9645 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
66.09/66.15	c  60.7s|170000 |105555 |     0 |   0.0 | 123M| 975 |   - |1923 |8781 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 2.900000e+01 |    Inf 
68.69/68.78	o 12
68.69/68.78	c *63.0s|178407 |112254 |     0 |   0.0 | 127M| 975 |   - |1923 |4678 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
69.30/69.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.30/69.31	c  63.5s|180000 |113543 |     0 |   0.0 | 128M| 975 |   - |1923 |4775 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
72.60/72.65	c  66.5s|190000 |121437 |     0 |   0.0 | 136M| 975 |   - |1923 |5664 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
77.09/77.15	c  70.7s|200000 |127683 |     0 |   0.0 | 145M| 975 |   - |1923 |8162 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
80.30/80.36	o 11
80.30/80.36	c *73.6s|205816 |130246 |     0 |   0.0 | 149M| 975 |   - |1923 |7688 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
81.60/81.68	c  74.8s|210000 |133782 |     0 |   0.0 | 155M| 975 |   - |1923 |6420 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
84.90/84.98	c  77.8s|220000 |141869 |     0 |   0.0 | 169M| 975 |   - |1923 |6862 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
89.49/89.53	c  82.0s|230000 |148278 |     0 |   0.0 | 184M| 975 |   - |1923 |9730 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
93.99/94.06	c  86.2s|240000 |155082 |     0 |   0.0 | 198M| 975 |   - |1923 |8224 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
97.99/98.00	o 9
97.99/98.00	c *89.8s|249609 |161495 |     0 |   0.0 | 210M| 975 |   - |1923 |9151 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
98.09/98.19	c  90.0s|250000 |161745 |     0 |   0.0 | 211M| 975 |   - |1923 |9153 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
102.30/102.38	c  93.8s|260000 |168784 |     0 |   0.0 | 227M| 975 |   - |1923 |9653 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
107.09/107.14	c  98.2s|270000 |174845 |     0 |   0.0 | 240M| 975 |   - |1923 |  11k|   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
110.79/110.86	c   102s|280000 |182376 |     0 |   0.0 | 253M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
114.59/114.69	c   105s|290000 |189847 |     0 |   0.0 | 264M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
118.70/118.71	c   109s|300000 |196958 |     0 |   0.0 | 276M| 975 |   - |1923 |  11k|   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
122.70/122.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.70/122.75	c   112s|310000 |203748 |     0 |   0.0 | 285M| 975 |   - |1923 |  12k|   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
126.69/126.71	c   116s|320000 |210697 |     0 |   0.0 | 296M| 975 |   - |1923 |  13k|   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
130.30/130.31	c   119s|330000 |218132 |     0 |   0.0 | 304M| 975 |   - |1923 |  13k|   0 |   0 |   0 | 231k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
133.89/133.98	c   123s|340000 |225719 |     0 |   0.0 | 313M| 975 |   - |1923 |7722 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
137.40/137.45	c   126s|350000 |232957 |     0 |   0.0 | 321M| 975 |   - |1923 |8814 |   0 |   0 |   0 | 241k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
141.29/141.35	c   129s|360000 |239738 |     0 |   0.0 | 328M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
145.40/145.45	c   133s|370000 |246436 |     0 |   0.0 | 335M| 975 |   - |1923 |  11k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
149.69/149.72	c   137s|380000 |253007 |     0 |   0.0 | 342M| 975 |   - |1923 |  11k|   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
154.10/154.17	c   141s|390000 |259336 |     0 |   0.0 | 349M| 975 |   - |1923 |  12k|   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
158.80/158.88	c   146s|400000 |265432 |     0 |   0.0 | 355M| 975 |   - |1923 |  12k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
163.60/163.67	c   150s|410000 |271469 |     0 |   0.0 | 362M| 975 |   - |1923 |  12k|   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
168.80/168.84	c   155s|420000 |277100 |     0 |   0.0 | 369M| 975 |   - |1923 |  13k|   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
174.20/174.25	c   160s|430000 |282455 |     0 |   0.0 | 376M| 975 |   - |1923 |  13k|   0 |   0 |   0 | 302k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
179.80/179.82	c   165s|440000 |287791 |     0 |   0.0 | 383M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 311k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
185.50/185.57	c   171s|450000 |292943 |     0 |   0.0 | 390M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
191.60/191.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
191.60/191.65	c   177s|460000 |297786 |     0 |   0.0 | 397M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
197.79/197.90	c   183s|470000 |302452 |     0 |   0.0 | 404M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
204.30/204.38	c   189s|480000 |306882 |     0 |   0.0 | 412M| 975 |   - |1923 |  15k|   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
210.59/210.69	c   195s|490000 |311672 |     0 |   0.0 | 419M| 975 |   - |1923 |  15k|   0 |   0 |   0 | 362k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
217.30/217.35	c   201s|500000 |316064 |     0 |   0.0 | 426M| 975 |   - |1923 |  15k|   0 |   0 |   0 | 373k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
224.41/224.49	c   208s|510000 |320081 |     0 |   0.0 | 434M| 975 |   - |1923 |  16k|   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
231.19/231.24	c   214s|520000 |324543 |     0 |   0.0 | 441M| 975 |   - |1923 |  16k|   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
238.61/238.70	c   221s|530000 |328195 |     0 |   0.0 | 448M| 975 |   - |1923 |  16k|   0 |   0 |   0 | 408k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
246.30/246.31	c   228s|540000 |331811 |     0 |   0.0 | 455M| 975 |   - |1923 |  16k|   0 |   0 |   0 | 421k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
253.70/253.76	c   236s|550000 |335687 |     0 |   0.0 | 463M| 975 |   - |1923 |  17k|   0 |   0 |   0 | 433k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
261.71/261.74	c   243s|560000 |339217 |     0 |   0.0 | 469M| 975 |   - |1923 |  17k|   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
270.20/270.24	c   251s|570000 |342313 |     0 |   0.0 | 476M| 975 |   - |1923 |  17k|   0 |   0 |   0 | 460k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
278.20/278.22	c   259s|580000 |345922 |     0 |   0.0 | 483M| 975 |   - |1923 |  18k|   0 |   0 |   0 | 473k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
287.40/287.45	c   268s|590000 |348585 |     0 |   0.0 | 489M| 975 |   - |1923 |  18k|   0 |   0 |   0 | 488k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
296.60/296.61	c   277s|600000 |351297 |     0 |   0.0 | 495M| 975 |   - |1923 |  18k|   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
306.10/306.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
306.10/306.11	c   286s|610000 |353715 |     0 |   0.0 | 501M| 975 |   - |1923 |  19k|   0 |   0 |   0 | 518k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
315.71/315.75	c   295s|620000 |356048 |     0 |   0.0 | 507M| 975 |   - |1923 |  19k|   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
325.60/325.61	c   305s|630000 |358410 |     0 |   0.0 | 514M| 975 |   - |1923 |  20k|   0 |   0 |   0 | 550k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
335.80/335.80	c   315s|640000 |360666 |     0 |   0.0 | 520M| 975 |   - |1923 |  20k|   0 |   0 |   0 | 566k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
346.41/346.43	c   325s|650000 |362610 |     0 |   0.0 | 525M| 975 |   - |1923 |  21k|   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
357.20/357.27	c   335s|660000 |364354 |     0 |   0.0 | 531M| 975 |   - |1923 |  21k|   0 |   0 |   0 | 601k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
368.10/368.15	c   346s|670000 |366412 |     0 |   0.0 | 537M| 975 |   - |1923 |  22k|   0 |   0 |   0 | 619k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
379.30/379.32	c   356s|680000 |368436 |     0 |   0.0 | 543M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 636k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
392.00/392.05	c   369s|690000 |369474 |     0 |   0.0 | 549M| 975 |   - |1923 |  24k|   0 |   0 |   0 | 657k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
406.00/406.08	c   382s|700000 |358300 |     0 |   0.0 | 538M| 975 |   - |1923 |  21k|   0 |   0 |   0 | 681k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
410.50/410.58	c   387s|710000 |365443 |     0 |   0.0 | 538M| 975 |   - |1923 |6933 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
414.00/414.00	c   390s|720000 |373509 |     0 |   0.0 | 546M| 975 |   - |1923 |7472 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
417.61/417.61	c   393s|730000 |381378 |     0 |   0.0 | 554M| 975 |   - |1923 |7788 |   0 |   0 |   0 | 695k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
418.11/418.12	o 7
418.11/418.12	c * 393s|731346 |382102 |     0 |   0.0 | 555M| 975 |   - |1923 |7838 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
418.11/418.13	o 6
418.11/418.13	c * 393s|731347 |381720 |     0 |   0.0 | 554M| 975 |   - |1923 |7838 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
421.41/421.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
421.41/421.49	c   396s|740000 |388313 |     0 |   0.0 | 562M| 975 |   - |1923 |8043 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
425.50/425.57	c   400s|750000 |395747 |     0 |   0.0 | 572M| 975 |   - |1923 |7943 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
429.91/429.93	c   404s|760000 |402833 |     0 |   0.0 | 582M| 975 |   - |1923 |8176 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
435.00/435.01	c   409s|770000 |409346 |     0 |   0.0 | 593M| 975 |   - |1923 |8759 |   0 |   0 |   0 | 719k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
440.20/440.28	c   414s|780000 |415677 |     0 |   0.0 | 603M| 975 |   - |1923 |8926 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
445.80/445.89	c   419s|790000 |421717 |     0 |   0.0 | 614M| 975 |   - |1923 |9577 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
446.51/446.59	o 5
446.51/446.59	c * 420s|791219 |421985 |     0 |   0.0 | 615M| 975 |   - |1923 |9481 |   0 |   0 |   0 | 735k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
451.80/451.85	c   425s|800000 |427025 |     0 |   0.0 | 625M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 743k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
457.90/457.93	c   430s|810000 |432746 |     0 |   0.0 | 636M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 752k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
464.50/464.57	c   437s|820000 |438001 |     0 |   0.0 | 648M| 975 |   - |1923 |  10k|   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
471.40/471.45	c   443s|830000 |443084 |     0 |   0.0 | 659M| 975 |   - |1923 |  11k|   0 |   0 |   0 | 771k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
478.60/478.60	c   450s|840000 |447968 |     0 |   0.0 | 671M| 975 |   - |1923 |  12k|   0 |   0 |   0 | 782k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
486.61/486.62	c   457s|850000 |452325 |     0 |   0.0 | 682M| 975 |   - |1923 |  13k|   0 |   0 |   0 | 794k|   0 | 0.000000e+00 | 5.000000e+00 |    Inf 
489.41/489.49	o 1
489.41/489.49	c * 460s|853054 |222226 |     0 |   0.0 | 335M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
495.50/495.54	c   466s|860000 |223805 |     0 |   0.0 | 339M| 975 |   - |1923 |  14k|   0 |   0 |   0 | 808k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
503.71/503.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.71/503.71	c   474s|870000 |227028 |     0 |   0.0 | 347M| 975 |   - |1923 |  17k|   0 |   0 |   0 | 822k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.91/512.92	c   482s|880000 |230329 |     0 |   0.0 | 354M| 975 |   - |1923 |  19k|   0 |   0 |   0 | 835k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.80/522.81	c   492s|890000 |233635 |     0 |   0.0 | 362M| 975 |   - |1923 |  20k|   0 |   0 |   0 | 849k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
533.70/533.75	c   503s|900000 |236531 |     0 |   0.0 | 368M| 975 |   - |1923 |  21k|   0 |   0 |   0 | 863k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
544.30/544.30	c   513s|910000 |239815 |     0 |   0.0 | 375M| 975 |   - |1923 |  22k|   0 |   0 |   0 | 877k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.61/555.66	c   524s|920000 |242652 |     0 |   0.0 | 381M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 891k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.52/566.52	c   534s|930000 |245981 |     0 |   0.0 | 388M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 904k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
578.70/578.75	c   546s|940000 |248651 |     0 |   0.0 | 394M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 919k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
590.21/590.21	c   557s|950000 |251512 |     0 |   0.0 | 401M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 933k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.11/602.12	c   569s|960000 |254018 |     0 |   0.0 | 406M| 975 |   - |1923 |  22k|   0 |   0 |   0 | 948k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.21/613.27	c   580s|970000 |256963 |     0 |   0.0 | 413M| 975 |   - |1923 |  22k|   0 |   0 |   0 | 963k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
625.81/625.86	c   592s|980000 |259058 |     0 |   0.0 | 418M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 978k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
637.00/637.08	c   603s|990000 |262058 |     0 |   0.0 | 425M| 975 |   - |1923 |  23k|   0 |   0 |   0 | 992k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
648.92/648.97	c   614s|  1000k|264342 |     0 |   0.0 | 430M| 975 |   - |1923 |  22k|   0 |   0 |   0 |1007k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
660.80/660.81	c   626s|  1010k|266533 |     0 |   0.0 | 436M| 975 |   - |1923 |  23k|   0 |   0 |   0 |1023k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
672.21/672.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
672.21/672.21	c   637s|  1020k|269210 |     0 |   0.0 | 442M| 975 |   - |1923 |  23k|   0 |   0 |   0 |1038k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
685.11/685.19	c   649s|  1030k|270606 |     0 |   0.0 | 447M| 975 |   - |1923 |  23k|   0 |   0 |   0 |1055k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
697.31/697.38	c   661s|  1040k|272643 |     0 |   0.0 | 453M| 975 |   - |1923 |  24k|   0 |   0 |   0 |1071k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
710.81/710.87	c   674s|  1050k|273661 |     0 |   0.0 | 457M| 975 |   - |1923 |  23k|   0 |   0 |   0 |1088k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
723.61/723.67	c   687s|  1060k|275312 |     0 |   0.0 | 464M| 975 |   - |1923 |  25k|   0 |   0 |   0 |1104k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
737.61/737.63	c   700s|  1070k|276133 |     0 |   0.0 | 467M| 975 |   - |1923 |  24k|   0 |   0 |   0 |1122k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
751.41/751.46	c   714s|  1080k|277132 |     0 |   0.0 | 473M| 975 |   - |1923 |  25k|   0 |   0 |   0 |1140k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.52/765.59	c   728s|  1090k|277917 |     0 |   0.0 | 478M| 975 |   - |1923 |  24k|   0 |   0 |   0 |1157k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
780.02/780.06	c   742s|  1100k|278390 |     0 |   0.0 | 482M| 975 |   - |1923 |  24k|   0 |   0 |   0 |1176k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.42/794.44	c   756s|  1110k|278846 |     0 |   0.0 | 486M| 975 |   - |1923 |  25k|   0 |   0 |   0 |1194k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
809.31/809.34	c   770s|  1120k|278896 |     0 |   0.0 | 491M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1214k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
824.61/824.65	c   785s|  1130k|278747 |     0 |   0.0 | 494M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1233k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.61/839.68	c   800s|  1140k|278732 |     0 |   0.0 | 499M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1252k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.51/855.50	c   815s|  1150k|278029 |     0 |   0.0 | 501M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1271k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
871.12/871.13	c   830s|  1160k|277435 |     0 |   0.0 | 505M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1292k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.92/887.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.92/887.99	c   847s|  1170k|275859 |     0 |   0.0 | 506M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1312k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.41/904.45	c   863s|  1180k|274513 |     0 |   0.0 | 509M| 975 |   - |1923 |  26k|   0 |   0 |   0 |1334k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
921.22/921.26	c   879s|  1190k|272895 |     0 |   0.0 | 511M| 975 |   - |1923 |  27k|   0 |   0 |   0 |1355k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
938.82/938.85	c   896s|  1200k|270474 |     0 |   0.0 | 511M| 975 |   - |1923 |  27k|   0 |   0 |   0 |1378k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.61/956.69	c   914s|  1210k|268175 |     0 |   0.0 | 512M| 975 |   - |1923 |  28k|   0 |   0 |   0 |1400k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
975.52/975.59	c   932s|  1220k|264954 |     0 |   0.0 | 512M| 975 |   - |1923 |  28k|   0 |   0 |   0 |1424k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
993.91/993.99	c   950s|  1230k|261944 |     0 |   0.0 | 512M| 975 |   - |1923 |  29k|   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.72/1013.72	c   970s|  1240k|258043 |     0 |   0.0 | 510M| 975 |   - |1923 |  30k|   0 |   0 |   0 |1471k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1034.12/1034.16	c   990s|  1250k|253307 |     0 |   0.0 | 508M| 975 |   - |1923 |  31k|   0 |   0 |   0 |1496k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1055.22/1055.28	c  1010s|  1260k|248005 |     0 |   0.0 | 503M| 975 |   - |1923 |  31k|   0 |   0 |   0 |1522k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1077.42/1077.48	c  1032s|  1270k|241769 |     0 |   0.0 | 497M| 975 |   - |1923 |  33k|   0 |   0 |   0 |1548k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1101.22/1101.20	c  1055s|  1280k|234148 |     0 |   0.0 | 489M| 975 |   - |1923 |  34k|   0 |   0 |   0 |1576k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1126.22/1126.24	c  1080s|  1290k|224962 |     0 |   0.0 | 476M| 975 |   - |1923 |  36k|   0 |   0 |   0 |1604k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.72/1154.72	c  1108s|  1300k|217139 |     0 |   0.0 | 463M| 975 |   - |1923 |  39k|   0 |   0 |   0 |1636k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1181.82/1181.80	c  1134s|  1310k|216234 |     0 |   0.0 | 463M| 975 |   - |1923 |  37k|   0 |   0 |   0 |1660k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1211.13/1211.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1211.13/1211.16	c  1163s|  1320k|215218 |     0 |   0.0 | 467M| 975 |   - |1923 |  42k|   0 |   0 |   0 |1683k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1244.22/1244.27	c  1196s|  1330k|213800 |     0 |   0.0 | 471M| 975 |   - |1923 |  46k|   0 |   0 |   0 |1707k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1279.63/1279.70	c  1231s|  1340k|212348 |     0 |   0.0 | 474M| 975 |   - |1923 |  48k|   0 |   0 |   0 |1730k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1315.63/1315.69	c  1267s|  1350k|210968 |     0 |   0.0 | 476M| 975 |   - |1923 |  51k|   0 |   0 |   0 |1753k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1353.92/1353.95	c  1304s|  1360k|209246 |     0 |   0.0 | 479M| 975 |   - |1923 |  54k|   0 |   0 |   0 |1777k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1394.93/1394.94	c  1345s|  1370k|206990 |     0 |   0.0 | 480M| 975 |   - |1923 |  55k|   0 |   0 |   0 |1802k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.64/1437.60	c  1387s|  1380k|204546 |     0 |   0.0 | 480M| 975 |   - |1923 |  56k|   0 |   0 |   0 |1827k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1478.53/1478.52	c  1428s|  1390k|202385 |     0 |   0.0 | 481M| 975 |   - |1923 |  56k|   0 |   0 |   0 |1851k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1519.73/1519.71	c  1469s|  1400k|199924 |     0 |   0.0 | 481M| 975 |   - |1923 |  56k|   0 |   0 |   0 |1876k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1558.94/1558.92	c  1507s|  1410k|197814 |     0 |   0.0 | 482M| 975 |   - |1923 |  54k|   0 |   0 |   0 |1901k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1600.23/1600.25	c  1548s|  1420k|194734 |     0 |   0.0 | 480M| 975 |   - |1923 |  53k|   0 |   0 |   0 |1927k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1638.23/1638.24	c  1586s|  1430k|192240 |     0 |   0.0 | 480M| 975 |   - |1923 |  54k|   0 |   0 |   0 |1953k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1678.23/1678.22	c  1625s|  1440k|188876 |     0 |   0.0 | 477M| 975 |   - |1923 |  52k|   0 |   0 |   0 |1979k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1715.54/1715.58	c  1662s|  1450k|185915 |     0 |   0.0 | 476M| 975 |   - |1923 |  54k|   0 |   0 |   0 |2005k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.14/1757.16	c  1703s|  1460k|182132 |     0 |   0.0 | 474M| 975 |   - |1923 |  53k|   0 |   0 |   0 |2033k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1795.34/1795.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1795.34/1795.38	c  1741s|  1470k|178463 |     0 |   0.0 | 470M| 975 |   - |1923 |  52k|   0 |   0 |   0 |2060k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1745.65
1800.05/1800.00	c Solving Nodes      : 1471122
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (18 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.01	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.01	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 
1800.05/1800.01	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.05/1800.01	v -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1800.05/1800.01	v -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.05/1800.01	v x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.05/1800.01	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.01	v -x28 x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.01	v x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1745.65
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2694057-1277903053.wbo
1800.05/1800.01	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.05/1800.01	c   Constraints      : 3619 initial, 3619 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2694057-1277903053.wbo
1800.05/1800.01	c   Variables        : 1923 (1077 binary, 0 integer, 0 implicit integer, 846 continuous)
1800.05/1800.01	c   Constraints      : 3355 initial, 57357 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00         65          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.00          0          0          0          0          0         65          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.04          0          0          0        926          0        199        133          0
1800.05/1800.02	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -        272          -          -        544          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :        846          0     948327          0     297866         38    1473897          0          0          0
1800.05/1800.02	c   setppc           :         16          0    5180287          0    1092127     136410    5139964          0          0          0
1800.05/1800.02	c   linear           :        846          0    5044566          0    1092277     230703   21388882          0          0          0
1800.05/1800.02	c   logicor          :       1647+         0    3734341          0    1092286     212376   11034133          0          0          0
1800.05/1800.02	c   bounddisjunction :          0+         0     111856          0          0          0         11          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0          0    1092280          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c   indicator        :       2.77       0.00       1.47       0.00       1.30
1800.05/1800.02	c   setppc           :      28.75       0.00      26.72       0.00       2.03
1800.05/1800.02	c   linear           :     126.19       0.00     125.92       0.00       0.27
1800.05/1800.02	c   logicor          :     751.94       0.00     705.00       0.00      46.94
1800.05/1800.02	c   bounddisjunction :       0.25       0.00       0.25       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.01          2          0          0
1800.05/1800.02	c   rootredcost      :       0.00          0          0          0
1800.05/1800.02	c   pseudoobj        :      98.69    5181159        288    1467658
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :      31.05     579777     579630    2989385       25.9      91757        6.3          -
1800.05/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00          9          9         23       20.0          9       11.9          -
1800.05/1800.02	c   applied globally :          -          -          -    2064000       23.2          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -         25      120.2          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.02	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.02	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.02	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :      13.92    1092262          0          0          0          0    2184524
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.00          -          0
1800.05/1800.02	c   pseudo solutions :       0.48          -         18
1800.05/1800.02	c   oneopt           :       0.04          0          0
1800.05/1800.02	c   trivial          :       0.00          2          0
1800.05/1800.02	c   simplerounding   :       0.00          0          0
1800.05/1800.02	c   zirounding       :       0.00          0          0
1800.05/1800.02	c   rounding         :       0.00          0          0
1800.05/1800.02	c   shifting         :       0.00          0          0
1800.05/1800.02	c   intshifting      :       0.00          0          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   feaspump         :       0.00          0          0
1800.05/1800.02	c   coefdiving       :       0.00          0          0
1800.05/1800.02	c   pscostdiving     :       0.00          0          0
1800.05/1800.02	c   fracdiving       :       0.00          0          0
1800.05/1800.02	c   veclendiving     :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   objpscostdiving  :       0.00          0          0
1800.05/1800.02	c   rootsoldiving    :       0.00          0          0
1800.05/1800.02	c   linesearchdiving :       0.00          0          0
1800.05/1800.02	c   guideddiving     :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.00          0          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   crossover        :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.00          0          0
1800.05/1800.02	c   trysol           :       0.01          1          0
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.02	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.02	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :    1471122
1800.05/1800.02	c   nodes (total)    :    1471122
1800.05/1800.02	c   nodes left       :     177981
1800.05/1800.02	c   max depth        :        975
1800.05/1800.02	c   max depth (total):        975
1800.05/1800.02	c   backtracks       :     378718 (25.7%)
1800.05/1800.02	c   delayed cutoffs  :     300137
1800.05/1800.02	c   repropagations   :    1097366 (10921580 domain reductions, 200982 cutoffs)
1800.05/1800.02	c   avg switch length:      17.91
1800.05/1800.02	c   switching time   :     537.25
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :         18 (18 improvements)
1800.05/1800.02	c   First Solution   : +8.35000000000000e+02   (in run 1, after 3539 nodes, 0.81 seconds, depth 139, found by <relaxation>)
1800.05/1800.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 853054 nodes, 459.64 seconds, depth 75, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :          0
1800.74/1800.79	c Time complete: 1800.84.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.01 2.00 3/178 12278
/proc/meminfo: memFree=31339884/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=8300 CPUtime=0
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 1554 0 0 0 0 0 0 0 21 0 1 0 131602079 8499200 1476 4089446400 4194304 7136930 140735308518880 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12278/statm: 2075 1476 275 719 0 1354 0

[startup+0.0751709 s]
/proc/loadavg: 1.99 2.01 2.00 3/178 12278
/proc/meminfo: memFree=31339884/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=21308 CPUtime=0.07
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 5496 0 0 0 6 1 0 0 21 0 1 0 131602079 21819392 4550 4089446400 4194304 7136930 140735308518880 18446744073709551615 4937654 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 5327 4550 348 719 0 4606 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21308

[startup+0.101165 s]
/proc/loadavg: 1.99 2.01 2.00 3/178 12278
/proc/meminfo: memFree=31339884/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=22192 CPUtime=0.09
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 6730 0 0 0 8 1 0 0 21 0 1 0 131602079 22724608 4756 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 5548 4756 359 719 0 4827 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22192

[startup+0.300128 s]
/proc/loadavg: 1.99 2.01 2.00 3/178 12278
/proc/meminfo: memFree=31339884/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=24148 CPUtime=0.29
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 9068 0 0 0 26 3 0 0 21 0 1 0 131602079 24727552 5295 4089446400 4194304 7136930 140735308518880 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 6037 5295 391 719 0 5316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24148

[startup+0.700056 s]
/proc/loadavg: 1.99 2.01 2.00 3/178 12278
/proc/meminfo: memFree=31339884/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=26312 CPUtime=0.69
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 9626 0 0 0 60 9 0 0 22 0 1 0 131602079 26943488 5853 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 6578 5853 395 719 0 5857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26312

[startup+1.50091 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 12279
/proc/meminfo: memFree=31316812/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=28712 CPUtime=1.49
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 10245 0 0 0 133 16 0 0 25 0 1 0 131602079 29401088 6472 4089446400 4194304 7136930 140735308518880 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 7178 6472 395 719 0 6457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28712

[startup+3.10063 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 12279
/proc/meminfo: memFree=31312844/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=34436 CPUtime=3.09
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 11699 0 0 0 274 35 0 0 25 0 1 0 131602079 35262464 7926 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 8609 7926 395 719 0 7888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34436

[startup+6.30112 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 12279
/proc/meminfo: memFree=31301340/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=45208 CPUtime=6.29
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 14395 0 0 0 564 65 0 0 25 0 1 0 131602079 46292992 10622 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 11302 10622 395 719 0 10581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45208

[startup+12.7009 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 12279
/proc/meminfo: memFree=31283568/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=63812 CPUtime=12.69
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 18921 0 0 0 1145 124 0 0 25 0 1 0 131602079 65343488 15148 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210552 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 15953 15148 398 719 0 15232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63812

[startup+25.5006 s]
/proc/loadavg: 1.99 2.01 2.00 3/179 12279
/proc/meminfo: memFree=31246148/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=98544 CPUtime=25.49
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 27717 0 0 0 2309 240 0 0 25 0 1 0 131602079 100909056 23944 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 24636 23944 398 719 0 23915 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98544

[startup+51.1011 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12280
/proc/meminfo: memFree=31187840/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=154240 CPUtime=51.09
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 41187 0 0 0 4656 453 0 0 25 0 1 0 131602079 157941760 37414 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 38560 37414 398 719 0 37839 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154240

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12281
/proc/meminfo: memFree=31055848/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=295928 CPUtime=102.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 73381 0 0 0 9373 857 0 0 25 0 1 0 131602079 303030272 69608 4089446400 4194304 7136930 140735308518880 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 73982 69608 398 719 0 73261 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 295928

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12283
/proc/meminfo: memFree=30899060/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=458280 CPUtime=162.29
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 111266 0 0 0 14898 1331 0 0 25 0 1 0 131602079 469278720 107493 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 114570 107493 398 719 0 113849 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 458280

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12285
/proc/meminfo: memFree=30822228/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=530048 CPUtime=222.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 129368 0 0 0 20568 1662 0 0 25 0 1 0 131602079 542769152 125595 4089446400 4194304 7136930 140735308518880 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 132512 125595 398 719 0 131791 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 530048

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12287
/proc/meminfo: memFree=30756444/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=591932 CPUtime=282.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 144838 0 0 0 26302 1928 0 0 25 0 1 0 131602079 606138368 141065 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210097 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 147983 141065 398 719 0 147262 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 591932

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12288
/proc/meminfo: memFree=30712744/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=631808 CPUtime=342.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 154761 0 0 0 32079 2151 0 0 25 0 1 0 131602079 646971392 150988 4089446400 4194304 7136930 140735308518880 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 157952 150988 398 719 0 157231 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 631808

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12289
/proc/meminfo: memFree=30681696/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=660788 CPUtime=402.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 161805 0 0 0 37876 2354 0 0 25 0 1 0 131602079 676646912 158032 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 165197 158032 398 719 0 164476 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 660788

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12291
/proc/meminfo: memFree=30569168/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=776296 CPUtime=462.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 189660 0 0 0 43447 2783 0 0 25 0 1 0 131602079 794927104 185887 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 194074 185887 398 719 0 193353 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 776296

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12293
/proc/meminfo: memFree=30518132/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=823772 CPUtime=522.31
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 201304 0 0 0 49155 3076 0 0 25 0 1 0 131602079 843542528 197531 4089446400 4194304 7136930 140735308518880 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 205943 197531 398 719 0 205222 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 823772

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 12295
/proc/meminfo: memFree=30516740/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=824132 CPUtime=582.3
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 201395 0 0 0 54966 3264 0 0 25 0 1 0 131602079 843911168 197622 4089446400 4194304 7136930 140735308518880 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 206033 197622 398 719 0 205312 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 824132

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 12296
/proc/meminfo: memFree=30514832/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=826028 CPUtime=642.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 201871 0 0 0 60785 3447 0 0 25 0 1 0 131602079 845852672 198098 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 206507 198098 398 719 0 205786 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 826028

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12305
/proc/meminfo: memFree=30466088/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=859336 CPUtime=1002.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 210079 0 0 0 95842 4390 0 0 25 0 1 0 131602079 879960064 206306 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 214834 206306 398 719 0 214113 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 859336

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12307
/proc/meminfo: memFree=30462940/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=861812 CPUtime=1062.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 210721 0 0 0 101723 4509 0 0 25 0 1 0 131602079 882495488 206948 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 215453 206948 398 719 0 214732 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 861812

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12309
/proc/meminfo: memFree=30460916/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=863408 CPUtime=1122.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 211150 0 0 0 107599 4633 0 0 25 0 1 0 131602079 884129792 207377 4089446400 4194304 7136930 140735308518880 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 215852 207377 398 719 0 215131 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 863408

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12311
/proc/meminfo: memFree=30454300/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=868276 CPUtime=1182.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 212249 0 0 0 113498 4734 0 0 25 0 1 0 131602079 889114624 208476 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210595 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 217069 208476 398 719 0 216348 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 868276

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12312
/proc/meminfo: memFree=30448448/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=873428 CPUtime=1242.32
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 213365 0 0 0 119414 4818 0 0 25 0 1 0 131602079 894390272 209592 4089446400 4194304 7136930 140735308518880 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 218357 209592 398 719 0 217636 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 873428

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12313
/proc/meminfo: memFree=30442696/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=879244 CPUtime=1302.33
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 214721 0 0 0 125342 4891 0 0 25 0 1 0 131602079 900345856 210948 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 219811 210948 398 719 0 219090 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 879244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12315
/proc/meminfo: memFree=30441032/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=881568 CPUtime=1362.33
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215176 0 0 0 131277 4956 0 0 25 0 1 0 131602079 902725632 211403 4089446400 4194304 7136930 140735308518880 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 220392 211403 398 719 0 219671 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 881568

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12317
/proc/meminfo: memFree=30437656/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=883624 CPUtime=1422.34
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215609 0 0 0 137218 5016 0 0 25 0 1 0 131602079 904830976 211836 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 220906 211836 398 719 0 220185 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 883624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12319
/proc/meminfo: memFree=30436500/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=883624 CPUtime=1482.33
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215634 0 0 0 143152 5081 0 0 25 0 1 0 131602079 904830976 211861 4089446400 4194304 7136930 140735308518880 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 220906 211861 398 719 0 220185 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 883624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12320
/proc/meminfo: memFree=30433736/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=883624 CPUtime=1542.33
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215666 0 0 0 149088 5145 0 0 25 0 1 0 131602079 904830976 211893 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 220906 211893 398 719 0 220185 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 883624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12321
/proc/meminfo: memFree=30427976/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=884648 CPUtime=1602.34
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215922 0 0 0 155026 5208 0 0 25 0 1 0 131602079 905879552 212149 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 221162 212149 398 719 0 220441 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 884648

[startup+1662.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/179 12326
/proc/meminfo: memFree=30422344/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=884648 CPUtime=1662.33
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 215922 0 0 0 160952 5281 0 0 25 0 1 0 131602079 905879552 212149 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 221162 212149 398 719 0 220441 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 884648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12356
/proc/meminfo: memFree=30536136/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=886248 CPUtime=1722.34
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216284 0 0 0 166882 5352 0 0 25 0 1 0 131602079 907517952 212511 4089446400 4194304 7136930 140735308518880 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 221562 212511 398 719 0 220841 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 886248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12358
/proc/meminfo: memFree=30473372/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=886684 CPUtime=1782.34
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216396 0 0 0 172814 5420 0 0 25 0 1 0 131602079 907964416 212623 4089446400 4194304 7136930 140735308518880 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 221671 212623 398 719 0 220950 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 886684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12358
/proc/meminfo: memFree=30455624/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=886684 CPUtime=1800.05
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216396 0 0 0 174567 5438 0 0 25 0 1 0 131602079 907964416 212623 4089446400 4194304 7136930 140735308518880 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/12278/statm: 221671 212623 398 719 0 220950 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 886684

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12358
/proc/meminfo: memFree=30455624/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=886828 CPUtime=1800.24
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216429 0 0 0 174586 5438 0 0 25 0 1 0 131602079 908111872 212656 4089446400 4194304 7136930 140735308518880 18446744073709551615 6165617 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12278/statm: 221707 212656 403 719 0 220986 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 886828

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12359
/proc/meminfo: memFree=30455616/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=884776 CPUtime=1800.65
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216429 0 0 0 174627 5438 0 0 25 0 1 0 131602079 906010624 212144 4089446400 4194304 7136930 140735308518880 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12278/statm: 221194 212144 403 719 0 220473 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 884776

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12359
/proc/meminfo: memFree=30455616/32950904 swapFree=67111528/67111528
[pid=12278] ppid=12276 vsize=837500 CPUtime=1800.74
/proc/12278/stat : 12278 (pbscip.linux.x8) R 12276 12278 11938 0 -1 4202496 216433 0 0 0 174636 5438 0 0 25 0 1 0 131602079 857600000 200330 4089446400 4194304 7136930 140735308518880 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12278/statm: 209375 200330 403 719 0 208654 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 837500

Child status: 0
Real time (s): 1800.8
CPU time (s): 1800.85
CPU user time (s): 1746.43
CPU system time (s): 54.4157
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 886828

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

runsolver used 3.2685 second user time and 6.01509 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 15:04:14
IDJOB=2694057
IDBENCH=78907
IDSOLVER=1206
FILE ID=node121/2694057-1277903053
PBS_JOBID= 11197220
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550006--soft-66-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-2694057-1277903053/watcher-2694057-1277903053 -o /tmp/evaluation-result-2694057-1277903053/solver-2694057-1277903053 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694057-1277903053.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c177cc73697745a978507901f2a8beaa
RANDOM SEED=1616436449

node121.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.876
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.75
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.876
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.23
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.876
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.876
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.83
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.876
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.876
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.876
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.876
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:     32950904 kB
MemFree:      31340660 kB
Buffers:        186404 kB
Cached:        1104236 kB
SwapCached:          0 kB
Active:         682392 kB
Inactive:       782684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      31340660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      175012 kB
Mapped:          17472 kB
Slab:            80440 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   323084 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= 74204 MiB
End job on node121 at 2010-06-30 15:34:16