Trace number 2693891

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 1115.05 1115.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-33-100-0.wbo
MD5SUMb83b3eb7b2e3cdfc14afc5fb58fdd674
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.195969
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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-2693891-1277896592.wbo>
0.00/0.00	c original problem has 297 variables (233 bin, 0 int, 0 impl, 64 cont) and 166 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	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, 66 impls, 23 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 3) 1 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 4) 2 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 33 upgd conss, 66 impls, 23 clqs
0.00/0.02	c    (0.0s) probing: 101/232 (43.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 7 deleted constraints, 63 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  66 implications, 23 cliques
0.00/0.02	c presolved problem has 295 variables (232 bin, 0 int, 0 impl, 63 cont) and 159 constraints
0.00/0.02	c      63 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      23 constraints of type <setppc>
0.00/0.02	c      63 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - |1056k|   0 |   - | 295 | 159 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.22	c   1.0s| 10000 |  7647 |     0 |   0.0 |6375k| 183 |   - | 295 |3301 |   0 |   0 |   0 |6130 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.20	c   2.6s| 20000 | 13730 |     0 |   0.0 |  10M| 183 |   - | 295 |4374 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
3.29/3.37	o 518
3.29/3.37	c * 2.8s| 21750 | 15318 |     0 |   0.0 |  10M| 183 |   - | 295 |1883 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
4.49/4.59	c   3.8s| 30000 | 21162 |     0 |   0.0 |  15M| 183 |   - | 295 |3966 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
7.39/7.41	c   6.3s| 40000 | 26060 |     0 |   0.0 |  20M| 183 |   - | 295 |7534 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
10.90/10.92	c   9.5s| 50000 | 29909 |     0 |   0.0 |  25M| 183 |   - | 295 |9241 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
14.89/14.94	c  13.1s| 60000 | 33054 |     0 |   0.0 |  29M| 183 |   - | 295 |  10k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
19.70/19.74	c  17.6s| 70000 | 34831 |     0 |   0.0 |  34M| 183 |   - | 295 |  12k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
23.79/23.88	c  21.4s| 80000 | 38193 |     0 |   0.0 |  34M| 183 |   - | 295 |2755 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 5.180000e+02 |    Inf 
23.89/23.96	o 296
23.89/23.96	c *21.4s| 80884 | 38974 |     0 |   0.0 |  34M| 183 |   - | 295 |2029 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
24.79/24.82	c  22.1s| 90000 | 46986 |     0 |   0.0 |  37M| 183 |   - | 295 |1567 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
25.59/25.60	o 249
25.59/25.60	c *22.6s| 97577 | 53447 |     0 |   0.0 |  40M| 183 |   - | 295 |1568 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
25.79/25.86	c  22.9s|100000 | 55480 |     0 |   0.0 |  41M| 183 |   - | 295 |1498 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
26.89/26.97	c  23.7s|110000 | 63697 |     0 |   0.0 |  44M| 183 |   - | 295 |1241 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
28.09/28.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.09/28.15	c  24.6s|120000 | 71668 |     0 |   0.0 |  48M| 183 |   - | 295 |1557 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
29.29/29.37	c  25.5s|130000 | 79591 |     0 |   0.0 |  52M| 183 |   - | 295 |1938 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
30.59/30.67	c  26.6s|140000 | 87349 |     0 |   0.0 |  56M| 183 |   - | 295 |2467 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
32.09/32.15	c  27.7s|150000 | 94707 |     0 |   0.0 |  60M| 183 |   - | 295 |2941 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
33.89/33.97	c  29.2s|160000 |101331 |     0 |   0.0 |  64M| 183 |   - | 295 |4072 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
36.89/36.92	c  31.9s|170000 |105804 |     0 |   0.0 |  69M| 183 |   - | 295 |7612 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
41.69/41.79	c  36.3s|180000 |108231 |     0 |   0.0 |  75M| 183 |   - | 295 |  14k|   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
48.49/48.50	c  42.7s|190000 |109376 |     0 |   0.0 |  79M| 183 |   - | 295 |  17k|   0 |   0 |   0 | 162k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
56.29/56.30	c  50.1s|200000 |109891 |     0 |   0.0 |  83M| 183 |   - | 295 |  20k|   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
65.30/65.37	c  58.8s|210000 |109283 |     0 |   0.0 |  85M| 183 |   - | 295 |  22k|   0 |   0 |   0 | 203k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
75.29/75.30	c  68.3s|220000 |108185 |     0 |   0.0 |  87M| 183 |   - | 295 |  23k|   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
85.99/86.02	c  78.6s|230000 |106217 |     0 |   0.0 |  89M| 183 |   - | 295 |  26k|   0 |   0 |   0 | 244k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
90.49/90.55	c  82.8s|240000 |111590 |     0 |   0.0 |  83M| 183 |   - | 295 |1406 |   0 |   0 |   0 | 250k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
91.79/91.83	c  83.8s|250000 |119508 |     0 |   0.0 |  87M| 183 |   - | 295 |1836 |   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
93.10/93.15	c  84.9s|260000 |127377 |     0 |   0.0 |  90M| 183 |   - | 295 |2095 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
94.50/94.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.50/94.53	c  86.0s|270000 |135135 |     0 |   0.0 |  94M| 183 |   - | 295 |2444 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
95.99/96.00	c  87.2s|280000 |142705 |     0 |   0.0 |  98M| 183 |   - | 295 |2792 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 2.490000e+02 |    Inf 
96.50/96.57	o 241
96.50/96.57	c *87.7s|283944 |145705 |     0 |   0.0 | 100M| 183 |   - | 295 |2989 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 2.410000e+02 |    Inf 
96.50/96.58	o 219
96.50/96.58	c *87.7s|283945 |145688 |     0 |   0.0 | 100M| 183 |   - | 295 |2989 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
97.50/97.54	c  88.4s|290000 |150139 |     0 |   0.0 | 102M| 183 |   - | 295 |3205 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
99.09/99.13	c  89.7s|300000 |157501 |     0 |   0.0 | 106M| 183 |   - | 295 |3467 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
100.70/100.77	c  91.1s|310000 |164808 |     0 |   0.0 | 110M| 183 |   - | 295 |3764 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 2.190000e+02 |    Inf 
102.30/102.36	o 198
102.30/102.36	c *92.3s|319591 |171786 |     0 |   0.0 | 113M| 183 |   - | 295 |3852 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
102.40/102.42	c  92.4s|320000 |172096 |     0 |   0.0 | 113M| 183 |   - | 295 |3852 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 1.980000e+02 |    Inf 
104.09/104.12	o 145
104.09/104.12	c *93.8s|329572 |177881 |     0 |   0.0 | 116M| 183 |   - | 295 |3811 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
104.20/104.20	c  93.9s|330000 |178189 |     0 |   0.0 | 116M| 183 |   - | 295 |3794 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
105.89/105.95	c  95.3s|340000 |185289 |     0 |   0.0 | 120M| 183 |   - | 295 |3521 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
107.60/107.62	c  96.7s|350000 |192546 |     0 |   0.0 | 125M| 183 |   - | 295 |3167 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
109.19/109.28	c  98.1s|360000 |199698 |     0 |   0.0 | 129M| 183 |   - | 295 |3275 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
111.00/111.04	c  99.5s|370000 |206731 |     0 |   0.0 | 133M| 183 |   - | 295 |3119 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
112.70/112.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.70/112.77	c   101s|380000 |213738 |     0 |   0.0 | 137M| 183 |   - | 295 |3301 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
114.49/114.54	c   102s|390000 |220758 |     0 |   0.0 | 141M| 183 |   - | 295 |3401 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
116.29/116.37	c   104s|400000 |227691 |     0 |   0.0 | 145M| 183 |   - | 295 |3536 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
118.19/118.26	c   106s|410000 |234425 |     0 |   0.0 | 150M| 183 |   - | 295 |3638 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
120.10/120.18	c   107s|420000 |241106 |     0 |   0.0 | 154M| 183 |   - | 295 |3422 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
122.10/122.16	c   109s|430000 |247678 |     0 |   0.0 | 158M| 183 |   - | 295 |3429 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
124.10/124.14	c   111s|440000 |254181 |     0 |   0.0 | 162M| 183 |   - | 295 |3345 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
126.09/126.12	c   112s|450000 |260622 |     0 |   0.0 | 167M| 183 |   - | 295 |3744 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
128.19/128.20	c   114s|460000 |267001 |     0 |   0.0 | 171M| 183 |   - | 295 |3798 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
130.29/130.35	c   116s|470000 |273265 |     0 |   0.0 | 175M| 183 |   - | 295 |4154 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
132.49/132.57	c   118s|480000 |279426 |     0 |   0.0 | 180M| 183 |   - | 295 |4408 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
134.80/134.80	c   120s|490000 |285544 |     0 |   0.0 | 184M| 183 |   - | 295 |4689 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
137.09/137.14	c   122s|500000 |291534 |     0 |   0.0 | 188M| 183 |   - | 295 |4631 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 | 1.450000e+02 |    Inf 
137.51/137.55	o 96
137.51/137.55	c * 122s|501790 |285007 |     0 |   0.0 | 182M| 183 |   - | 295 |4513 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
139.50/139.53	c   124s|510000 |289668 |     0 |   0.0 | 186M| 183 |   - | 295 |3330 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
141.80/141.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.80/141.81	c   126s|520000 |295434 |     0 |   0.0 | 190M| 183 |   - | 295 |3703 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
144.00/144.10	c   128s|530000 |301199 |     0 |   0.0 | 194M| 183 |   - | 295 |1412 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
146.20/146.22	c   129s|540000 |306865 |     0 |   0.0 | 199M| 183 |   - | 295 |2422 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
148.40/148.47	c   131s|550000 |312399 |     0 |   0.0 | 203M| 183 |   - | 295 |2418 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
150.60/150.68	c   133s|560000 |318008 |     0 |   0.0 | 208M| 183 |   - | 295 |2693 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
152.99/153.08	c   135s|570000 |323194 |     0 |   0.0 | 212M| 183 |   - | 295 |3348 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
155.30/155.38	c   137s|580000 |328853 |     0 |   0.0 | 216M| 183 |   - | 295 |3044 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
157.80/157.87	c   139s|590000 |333943 |     0 |   0.0 | 221M| 183 |   - | 295 |3651 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
160.40/160.44	c   141s|600000 |338922 |     0 |   0.0 | 225M| 183 |   - | 295 |3765 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
163.00/163.03	c   144s|610000 |343964 |     0 |   0.0 | 230M| 183 |   - | 295 |4314 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
165.60/165.64	c   146s|620000 |349083 |     0 |   0.0 | 234M| 183 |   - | 295 |4521 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
168.40/168.44	c   148s|630000 |353811 |     0 |   0.0 | 238M| 183 |   - | 295 |4856 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
171.40/171.47	c   151s|640000 |358253 |     0 |   0.0 | 242M| 183 |   - | 295 |4865 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
174.80/174.85	c   154s|650000 |362061 |     0 |   0.0 | 246M| 183 |   - | 295 |5710 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
178.60/178.67	c   158s|660000 |365046 |     0 |   0.0 | 250M| 183 |   - | 295 |6175 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
183.71/183.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.71/183.73	c   162s|670000 |366132 |     0 |   0.0 | 253M| 183 |   - | 295 |7172 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
189.29/189.38	c   167s|680000 |366337 |     0 |   0.0 | 255M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
199.69/199.73	c   177s|690000 |362637 |     0 |   0.0 | 254M| 183 |   - | 295 |  17k|   0 |   0 |   0 | 529k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
212.20/212.22	c   189s|700000 |356896 |     0 |   0.0 | 247M| 183 |   - | 295 |  18k|   0 |   0 |   0 | 555k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
218.30/218.32	c   195s|710000 |358577 |     0 |   0.0 | 240M| 183 |   - | 295 |1670 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
220.40/220.44	c   197s|720000 |364615 |     0 |   0.0 | 245M| 183 |   - | 295 |2254 |   0 |   0 |   0 | 569k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
222.60/222.62	c   199s|730000 |370626 |     0 |   0.0 | 250M| 183 |   - | 295 |2683 |   0 |   0 |   0 | 573k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
224.60/224.67	c   200s|740000 |377008 |     0 |   0.0 | 254M| 183 |   - | 295 |3091 |   0 |   0 |   0 | 577k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
226.70/226.75	c   202s|750000 |383399 |     0 |   0.0 | 259M| 183 |   - | 295 |3216 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
228.90/228.92	c   204s|760000 |389597 |     0 |   0.0 | 263M| 183 |   - | 295 |3363 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
231.00/231.05	c   206s|770000 |395906 |     0 |   0.0 | 268M| 183 |   - | 295 |3553 |   0 |   0 |   0 | 588k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
233.21/233.24	c   208s|780000 |402080 |     0 |   0.0 | 273M| 183 |   - | 295 |3730 |   0 |   0 |   0 | 592k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
235.50/235.56	c   210s|790000 |407935 |     0 |   0.0 | 277M| 183 |   - | 295 |3770 |   0 |   0 |   0 | 596k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
237.90/237.94	c   212s|800000 |413749 |     0 |   0.0 | 282M| 183 |   - | 295 |4117 |   0 |   0 |   0 | 600k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
240.50/240.56	c   214s|810000 |419110 |     0 |   0.0 | 286M| 183 |   - | 295 |4297 |   0 |   0 |   0 | 604k|   0 | 0.000000e+00 | 9.600000e+01 |    Inf 
242.20/242.22	o 60
242.20/242.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.20/242.22	c * 216s|816388 |383878 |     0 |   0.0 | 257M| 183 |   - | 295 |4673 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
243.39/243.44	c   217s|820000 |385348 |     0 |   0.0 | 258M| 183 |   - | 295 |1496 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
246.19/246.21	c   219s|830000 |389485 |     0 |   0.0 | 262M| 183 |   - | 295 |2939 |   0 |   0 |   0 | 614k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
249.10/249.18	c   222s|840000 |393456 |     0 |   0.0 | 266M| 183 |   - | 295 |3606 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
252.40/252.45	c   225s|850000 |397013 |     0 |   0.0 | 270M| 183 |   - | 295 |3519 |   0 |   0 |   0 | 624k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
255.70/255.75	c   227s|860000 |400559 |     0 |   0.0 | 274M| 183 |   - | 295 |3863 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
257.80/257.81	o 45
257.80/257.81	c * 229s|865728 |374778 |     0 |   0.0 | 255M| 183 |   - | 295 |4108 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
259.90/259.90	c   231s|870000 |375024 |     0 |   0.0 | 258M| 183 |   - | 295 |4386 |   0 |   0 |   0 | 637k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
264.50/264.57	c   236s|880000 |375669 |     0 |   0.0 | 261M| 183 |   - | 295 |5220 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
269.70/269.71	c   240s|890000 |375858 |     0 |   0.0 | 263M| 183 |   - | 295 |5103 |   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
275.01/275.03	c   245s|900000 |375264 |     0 |   0.0 | 266M| 183 |   - | 295 |4722 |   0 |   0 |   0 | 665k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
280.10/280.16	c   250s|910000 |375073 |     0 |   0.0 | 268M| 183 |   - | 295 |4557 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
285.20/285.27	c   255s|920000 |374463 |     0 |   0.0 | 270M| 183 |   - | 295 |5289 |   0 |   0 |   0 | 686k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
290.20/290.29	c   259s|930000 |374458 |     0 |   0.0 | 272M| 183 |   - | 295 |3807 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
295.30/295.37	c   264s|940000 |373843 |     0 |   0.0 | 274M| 183 |   - | 295 |5125 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
300.20/300.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.20/300.30	c   268s|950000 |373887 |     0 |   0.0 | 276M| 183 |   - | 295 |5379 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
305.30/305.39	c   273s|960000 |373385 |     0 |   0.0 | 278M| 183 |   - | 295 |5143 |   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
310.40/310.46	c   278s|970000 |373326 |     0 |   0.0 | 280M| 183 |   - | 295 |5949 |   0 |   0 |   0 | 738k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
315.40/315.40	c   282s|980000 |373702 |     0 |   0.0 | 282M| 183 |   - | 295 |6142 |   0 |   0 |   0 | 748k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
320.31/320.32	c   287s|990000 |374371 |     0 |   0.0 | 283M| 183 |   - | 295 |5223 |   0 |   0 |   0 | 758k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
324.91/324.91	c   291s|  1000k|375181 |     0 |   0.0 | 286M| 183 |   - | 295 |5897 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
329.50/329.56	c   295s|  1010k|376145 |     0 |   0.0 | 287M| 183 |   - | 295 |6237 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
334.20/334.27	c   300s|  1020k|377046 |     0 |   0.0 | 289M| 183 |   - | 295 |6159 |   0 |   0 |   0 | 787k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
338.90/338.92	c   304s|  1030k|377943 |     0 |   0.0 | 290M| 183 |   - | 295 |6350 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
343.41/343.48	c   308s|  1040k|379053 |     0 |   0.0 | 292M| 183 |   - | 295 |6229 |   0 |   0 |   0 | 806k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
348.10/348.18	c   313s|  1050k|379846 |     0 |   0.0 | 293M| 183 |   - | 295 |5960 |   0 |   0 |   0 | 816k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
352.90/352.91	c   317s|  1060k|380796 |     0 |   0.0 | 294M| 183 |   - | 295 |5840 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 | 4.500000e+01 |    Inf 
357.60/357.68	c   321s|  1070k|381614 |     0 |   0.0 | 296M| 183 |   - | 295 |7343 |   0 |   0 |   0 | 837k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
362.71/362.72	c   326s|  1080k|382483 |     0 |   0.0 | 298M| 183 |   - | 295 |8172 |   0 |   0 |   0 | 847k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
367.80/367.89	c   331s|  1090k|383396 |     0 |   0.0 | 301M| 183 |   - | 295 |8229 |   0 |   0 |   0 | 857k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
369.70/369.75	o 41
369.70/369.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
369.70/369.75	c * 333s|  1093k|382010 |     0 |   0.0 | 300M| 183 |   - | 295 |6599 |   0 |   0 |   0 | 861k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
373.20/373.20	c   336s|  1100k|382637 |     0 |   0.0 | 302M| 183 |   - | 295 |8314 |   0 |   0 |   0 | 868k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
378.41/378.40	c   341s|  1110k|383554 |     0 |   0.0 | 305M| 183 |   - | 295 |8062 |   0 |   0 |   0 | 879k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
383.81/383.88	c   346s|  1120k|384097 |     0 |   0.0 | 307M| 183 |   - | 295 |5844 |   0 |   0 |   0 | 890k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
389.31/389.30	c   351s|  1130k|384173 |     0 |   0.0 | 309M| 183 |   - | 295 |6696 |   0 |   0 |   0 | 901k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
394.51/394.59	c   356s|  1140k|384780 |     0 |   0.0 | 311M| 183 |   - | 295 |7366 |   0 |   0 |   0 | 913k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
399.81/399.83	c   361s|  1150k|385573 |     0 |   0.0 | 314M| 183 |   - | 295 |7970 |   0 |   0 |   0 | 924k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
405.10/405.18	c   366s|  1160k|386347 |     0 |   0.0 | 316M| 183 |   - | 295 |8501 |   0 |   0 |   0 | 936k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
410.31/410.36	c   370s|  1170k|387366 |     0 |   0.0 | 319M| 183 |   - | 295 |8694 |   0 |   0 |   0 | 947k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
415.60/415.63	c   375s|  1180k|388498 |     0 |   0.0 | 321M| 183 |   - | 295 |7110 |   0 |   0 |   0 | 959k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
421.11/421.14	c   380s|  1190k|388803 |     0 |   0.0 | 323M| 183 |   - | 295 |8721 |   0 |   0 |   0 | 971k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
426.41/426.46	c   385s|  1200k|390032 |     0 |   0.0 | 326M| 183 |   - | 295 |  10k|   0 |   0 |   0 | 982k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
431.71/431.74	c   390s|  1210k|391703 |     0 |   0.0 | 329M| 183 |   - | 295 |  10k|   0 |   0 |   0 | 994k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
437.30/437.37	c   396s|  1220k|392820 |     0 |   0.0 | 331M| 183 |   - | 295 |9758 |   0 |   0 |   0 |1007k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
442.81/442.84	c   401s|  1230k|394079 |     0 |   0.0 | 334M| 183 |   - | 295 |  11k|   0 |   0 |   0 |1019k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
448.71/448.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
448.71/448.72	c   406s|  1240k|395053 |     0 |   0.0 | 336M| 183 |   - | 295 |  11k|   0 |   0 |   0 |1032k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
455.01/455.06	c   412s|  1250k|395408 |     0 |   0.0 | 339M| 183 |   - | 295 |  11k|   0 |   0 |   0 |1046k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
461.51/461.51	c   418s|  1260k|395752 |     0 |   0.0 | 341M| 183 |   - | 295 |  12k|   0 |   0 |   0 |1059k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
468.51/468.55	c   425s|  1270k|395361 |     0 |   0.0 | 343M| 183 |   - | 295 |  13k|   0 |   0 |   0 |1074k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
475.91/475.96	c   432s|  1280k|394571 |     0 |   0.0 | 345M| 183 |   - | 295 |  14k|   0 |   0 |   0 |1089k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
484.50/484.56	c   440s|  1290k|392360 |     0 |   0.0 | 345M| 183 |   - | 295 |  14k|   0 |   0 |   0 |1105k|   0 | 1.000000e+00 | 4.100000e+01 |4000.00%
491.31/491.37	o 23
491.31/491.37	c * 446s|  1297k|346147 |     0 |   0.0 | 304M| 183 |   - | 295 |  12k|   0 |   0 |   0 |1117k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
492.11/492.17	c   447s|  1300k|347333 |     0 |   0.0 | 302M| 183 |   - | 295 |2970 |   0 |   0 |   0 |1118k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
494.40/494.48	c   449s|  1310k|353229 |     0 |   0.0 | 306M| 183 |   - | 295 |4346 |   0 |   0 |   0 |1123k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
500.81/500.83	c   455s|  1320k|351424 |     0 |   0.0 | 310M| 183 |   - | 295 |6393 |   0 |   0 |   0 |1135k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
501.11/501.19	o 10
501.11/501.19	c * 455s|  1320k|313160 |     0 |   0.0 | 282M| 183 |   - | 295 |6400 |   0 |   0 |   0 |1136k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
515.21/515.23	c   469s|  1330k|303537 |     0 |   0.0 | 290M| 183 |   - | 295 |  12k|   0 |   0 |   0 |1152k|   0 | 1.000000e+00 | 1.000000e+01 | 900.00%
527.60/527.65	o 9
527.60/527.65	c * 481s|  1336k|287351 |     0 |   0.0 | 285M| 183 |   - | 295 |  15k|   0 |   0 |   0 |1163k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
535.31/535.38	c   488s|  1340k|282839 |     0 |   0.0 | 286M| 183 |   - | 295 |  15k|   0 |   0 |   0 |1170k|   0 | 1.000000e+00 | 9.000000e+00 | 800.00%
549.11/549.16	o 2
549.11/549.16	c * 502s|  1346k|240761 |     0 |   0.0 | 260M| 183 |   - | 295 |  18k|   0 |   0 |   0 |1182k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
559.51/559.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
559.51/559.53	c   512s|  1350k|233290 |     0 |   0.0 | 259M| 183 |   - | 295 |  16k|   0 |   0 |   0 |1193k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
588.81/588.86	c   540s|  1360k|212429 |     0 |   0.0 | 251M| 183 |   - | 295 |  22k|   0 |   0 |   0 |1224k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
623.01/623.00	c   574s|  1370k|189678 |     0 |   0.0 | 234M| 183 |   - | 295 |  22k|   0 |   0 |   0 |1256k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
652.41/652.46	c   603s|  1380k|173490 |     0 |   0.0 | 223M| 183 |   - | 295 |  23k|   0 |   0 |   0 |1286k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
680.92/680.91	c   630s|  1390k|161593 |     0 |   0.0 | 216M| 183 |   - | 295 |  26k|   0 |   0 |   0 |1313k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
710.11/710.16	c   659s|  1400k|150811 |     0 |   0.0 | 212M| 183 |   - | 295 |  29k|   0 |   0 |   0 |1339k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
742.01/742.07	c   691s|  1410k|139279 |     0 |   0.0 | 207M| 183 |   - | 295 |  32k|   0 |   0 |   0 |1366k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
776.02/776.05	c   724s|  1420k|127245 |     0 |   0.0 | 199M| 183 |   - | 295 |  32k|   0 |   0 |   0 |1394k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
807.72/807.74	c   755s|  1430k|114626 |     0 |   0.0 | 190M| 183 |   - | 295 |  31k|   0 |   0 |   0 |1422k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
839.92/839.96	c   787s|  1440k|101502 |     0 |   0.0 | 179M| 183 |   - | 295 |  30k|   0 |   0 |   0 |1449k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
868.52/868.59	c   815s|  1450k| 90172 |     0 |   0.0 | 169M| 183 |   - | 295 |  29k|   0 |   0 |   0 |1475k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
893.93/893.90	c   839s|  1460k| 80501 |     0 |   0.0 | 162M| 183 |   - | 295 |  29k|   0 |   0 |   0 |1500k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
920.63/920.62	c   866s|  1470k| 70173 |     0 |   0.0 | 152M| 183 |   - | 295 |  31k|   0 |   0 |   0 |1525k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
948.63/948.69	c   893s|  1480k| 58356 |     0 |   0.0 | 139M| 183 |   - | 295 |  31k|   0 |   0 |   0 |1551k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
990.52/990.52	c   934s|  1490k| 38799 |     0 |   0.0 | 103M| 183 |   - | 295 |  38k|   0 |   0 |   0 |1585k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
1043.63/1043.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1043.63/1043.63	c   987s|  1500k| 22232 |     0 |   0.0 |  79M| 183 |   - | 295 |  50k|   0 |   0 |   0 |1618k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
1105.43/1105.41	c  1048s|  1510k|  3382 |     0 |   0.0 |  40M| 183 |   - | 295 |  53k|   0 |   0 |   0 |1650k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
1114.94/1114.93	c 
1114.94/1114.93	c SCIP Status        : problem is solved [optimal solution found]
1114.94/1114.93	c Solving Time (sec) : 1057.48
1114.94/1114.93	c Solving Nodes      : 1511058
1114.94/1114.93	c Primal Bound       : +2.00000000000000e+00 (15 solutions)
1114.94/1114.93	c Dual Bound         : +2.00000000000000e+00
1114.94/1114.93	c Gap                : 0.00 %
1114.94/1114.93	s OPTIMUM FOUND
1114.94/1114.93	v -x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
1114.94/1114.93	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 
1114.94/1114.93	v -x126 -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1114.94/1114.93	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 
1114.94/1114.93	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 
1114.94/1114.93	v -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 
1114.94/1114.93	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 
1114.94/1114.93	v -x4 -x3 -x2 -x1 
1114.94/1114.93	c SCIP Status        : problem is solved [optimal solution found]
1114.94/1114.93	c Solving Time       :    1057.48
1114.94/1114.93	c Original Problem   :
1114.94/1114.93	c   Problem name     : HOME/instance-2693891-1277896592.wbo
1114.94/1114.93	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
1114.94/1114.93	c   Constraints      : 166 initial, 166 maximal
1114.94/1114.93	c Presolved Problem  :
1114.94/1114.93	c   Problem name     : t_HOME/instance-2693891-1277896592.wbo
1114.94/1114.93	c   Variables        : 295 (232 binary, 0 integer, 0 implicit integer, 63 continuous)
1114.94/1114.93	c   Constraints      : 159 initial, 54476 maximal
1114.94/1114.93	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1114.94/1114.93	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1114.94/1114.93	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   implics          :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   probing          :       0.01          0          0          0          0          0          0          0          0
1114.94/1114.93	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1114.94/1114.93	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   linear           :       0.00          0          0          0         63          0          6          1          0
1114.94/1114.93	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1114.94/1114.93	c   root node        :          -         22          -          -         44          -          -          -          -
1114.94/1114.93	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1114.94/1114.93	c   integral         :          0          0          0          0          0          0          0          0          0          0
1114.94/1114.93	c   indicator        :         63          0    4166922          0     967436       3028     916902          0          0          0
1114.94/1114.93	c   knapsack         :          1          0    4825107          0    1084115     108143   15576602          0          0          0
1114.94/1114.93	c   setppc           :         23          0    4716720          0    1084075     212819    3230821          0          0          0
1114.94/1114.93	c   linear           :         63          0    4504135          0    1084111     236528    4782383          0          0          0
1114.94/1114.93	c   logicor          :          9+         0    2235738          0    1084082      77909    1099404          0          0          0
1114.94/1114.93	c   bounddisjunction :          0+         0     183210          0          0          3       2535          0          0          0
1114.94/1114.93	c   countsols        :          0          0          0          0    1084126          0          0          0          0          0
1114.94/1114.93	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1114.94/1114.93	c   integral         :       0.00       0.00       0.00       0.00       0.00
1114.94/1114.93	c   indicator        :       1.94       0.00       0.86       0.00       1.08
1114.94/1114.93	c   knapsack         :     143.71       0.00     141.56       0.00       2.15
1114.94/1114.93	c   setppc           :      13.68       0.00      11.26       0.00       2.42
1114.94/1114.93	c   linear           :      45.50       0.00      45.41       0.00       0.09
1114.94/1114.93	c   logicor          :     403.78       0.00     403.12       0.00       0.66
1114.94/1114.93	c   bounddisjunction :       0.32       0.00       0.32       0.00       0.00
1114.94/1114.93	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1114.94/1114.93	c Propagators        :       Time      Calls    Cutoffs    DomReds
1114.94/1114.93	c   vbounds          :       0.00          2          0          0
1114.94/1114.93	c   rootredcost      :       0.00          0          0          0
1114.94/1114.93	c   pseudoobj        :       9.36    4829697       1715     825339
1114.94/1114.93	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1114.94/1114.93	c   propagation      :      20.50     637116     637104    3216196       23.5     121971       14.2          -
1114.94/1114.93	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1114.94/1114.93	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1114.94/1114.93	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1114.94/1114.93	c   pseudo solution  :       0.00         94         94        333       16.7         15       10.5          -
1114.94/1114.93	c   applied globally :          -          -          -    1610643       17.0          -          -          -
1114.94/1114.93	c   applied locally  :          -          -          -      43665       37.9          -          -          -
1114.94/1114.93	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1114.94/1114.93	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1114.94/1114.93	c   redcost          :       0.00          0          0          0          0          0
1114.94/1114.93	c   impliedbounds    :       0.00          0          0          0          0          0
1114.94/1114.93	c   intobj           :       0.00          0          0          0          0          0
1114.94/1114.93	c   cgmip            :       0.00          0          0          0          0          0
1114.94/1114.93	c   gomory           :       0.00          0          0          0          0          0
1114.94/1114.93	c   strongcg         :       0.00          0          0          0          0          0
1114.94/1114.93	c   cmir             :       0.00          0          0          0          0          0
1114.94/1114.93	c   flowcover        :       0.00          0          0          0          0          0
1114.94/1114.93	c   clique           :       0.00          0          0          0          0          0
1114.94/1114.93	c   zerohalf         :       0.00          0          0          0          0          0
1114.94/1114.93	c   mcf              :       0.00          0          0          0          0          0
1114.94/1114.93	c   rapidlearning    :       0.00          0          0          0          0          0
1114.94/1114.93	c Pricers            :       Time      Calls       Vars
1114.94/1114.93	c   problem variables:       0.00          0          0
1114.94/1114.93	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1114.94/1114.93	c   relpscost        :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   pscost           :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   inference        :       8.70    1084111          0          0          0          0    2168222
1114.94/1114.93	c   mostinf          :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   leastinf         :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   fullstrong       :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   allfullstrong    :       0.00          0          0          0          0          0          0
1114.94/1114.93	c   random           :       0.00          0          0          0          0          0          0
1114.94/1114.93	c Primal Heuristics  :       Time      Calls      Found
1114.94/1114.93	c   LP solutions     :       0.00          -          0
1114.94/1114.93	c   pseudo solutions :       0.37          -         15
1114.94/1114.93	c   oneopt           :       0.07          0          0
1114.94/1114.93	c   trivial          :       0.00          2          0
1114.94/1114.93	c   simplerounding   :       0.00          0          0
1114.94/1114.93	c   zirounding       :       0.00          0          0
1114.94/1114.93	c   rounding         :       0.00          0          0
1114.94/1114.93	c   shifting         :       0.00          0          0
1114.94/1114.93	c   intshifting      :       0.00          0          0
1114.94/1114.93	c   twoopt           :       0.00          0          0
1114.94/1114.93	c   fixandinfer      :       0.00          0          0
1114.94/1114.93	c   feaspump         :       0.00          0          0
1114.94/1114.93	c   coefdiving       :       0.00          0          0
1114.94/1114.93	c   pscostdiving     :       0.00          0          0
1114.94/1114.93	c   fracdiving       :       0.00          0          0
1114.94/1114.93	c   veclendiving     :       0.00          0          0
1114.94/1114.93	c   intdiving        :       0.00          0          0
1114.94/1114.93	c   actconsdiving    :       0.00          0          0
1114.94/1114.93	c   objpscostdiving  :       0.00          0          0
1114.94/1114.93	c   rootsoldiving    :       0.00          0          0
1114.94/1114.93	c   linesearchdiving :       0.00          0          0
1114.94/1114.93	c   guideddiving     :       0.00          0          0
1114.94/1114.93	c   octane           :       0.00          0          0
1114.94/1114.93	c   rens             :       0.00          0          0
1114.94/1114.93	c   rins             :       0.00          0          0
1114.94/1114.93	c   localbranching   :       0.00          0          0
1114.94/1114.93	c   mutation         :       0.00          0          0
1114.94/1114.93	c   crossover        :       0.00          0          0
1114.94/1114.93	c   dins             :       0.00          0          0
1114.94/1114.93	c   undercover       :       0.00          0          0
1114.94/1114.93	c   nlp              :       0.00          0          0
1114.94/1114.93	c   trysol           :       0.00          1          0
1114.94/1114.93	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1114.94/1114.93	c   primal LP        :       0.00          0          0       0.00          -
1114.94/1114.93	c   dual LP          :       0.00          0          0       0.00          -
1114.94/1114.93	c   lex dual LP      :       0.00          0          0       0.00          -
1114.94/1114.93	c   barrier LP       :       0.00          0          0       0.00          -
1114.94/1114.93	c   diving/probing LP:       0.00          0          0       0.00          -
1114.94/1114.93	c   strong branching :       0.00          0          0       0.00          -
1114.94/1114.93	c     (at root node) :          -          0          0       0.00          -
1114.94/1114.93	c   conflict analysis:       0.00          0          0       0.00          -
1114.94/1114.93	c B&B Tree           :
1114.94/1114.93	c   number of runs   :          1
1114.94/1114.93	c   nodes            :    1511058
1114.94/1114.93	c   nodes (total)    :    1511058
1114.94/1114.93	c   nodes left       :          0
1114.94/1114.93	c   max depth        :        183
1114.94/1114.93	c   max depth (total):        183
1114.94/1114.93	c   backtracks       :     549334 (36.4%)
1114.94/1114.93	c   delayed cutoffs  :     455772
1114.94/1114.93	c   repropagations   :    1951530 (7721850 domain reductions, 213307 cutoffs)
1114.94/1114.93	c   avg switch length:      29.97
1114.94/1114.93	c   switching time   :     323.54
1114.94/1114.93	c Solution           :
1114.94/1114.93	c   Solutions found  :         15 (15 improvements)
1114.94/1114.93	c   First Solution   : +5.18000000000000e+02   (in run 1, after 21750 nodes, 2.75 seconds, depth 87, found by <relaxation>)
1114.94/1114.93	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 1346397 nodes, 501.78 seconds, depth 46, found by <relaxation>)
1114.94/1114.93	c   Dual Bound       : +2.00000000000000e+00
1114.94/1114.93	c   Gap              :       0.00 %
1114.94/1114.93	c   Root Dual Bound  : +0.00000000000000e+00
1114.94/1114.93	c   Root Iterations  :          0
1115.03/1115.01	c Time complete: 1115.04.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693891-1277896592/watcher-2693891-1277896592 -o /tmp/evaluation-result-2693891-1277896592/solver-2693891-1277896592 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693891-1277896592.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.16 2.06 2.02 3/196 14492
/proc/meminfo: memFree=31390584/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=8248 CPUtime=0
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 1539 0 0 0 0 0 0 0 21 0 1 0 130954441 8445952 1461 4089446400 4194304 7136930 140733762563888 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14492/statm: 2062 1461 275 719 0 1341 0

[startup+0.0584141 s]
/proc/loadavg: 2.16 2.06 2.02 3/196 14492
/proc/meminfo: memFree=31390584/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=12608 CPUtime=0.05
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 4928 0 0 0 4 1 0 0 21 0 1 0 130954441 12910592 2441 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14492/statm: 3152 2441 404 719 0 2431 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12608

[startup+0.100408 s]
/proc/loadavg: 2.16 2.06 2.02 3/196 14492
/proc/meminfo: memFree=31390584/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=13156 CPUtime=0.09
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 5059 0 0 0 6 3 0 0 21 0 1 0 130954441 13471744 2572 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14492/statm: 3289 2572 404 719 0 2568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13156

[startup+0.300367 s]
/proc/loadavg: 2.16 2.06 2.02 3/196 14492
/proc/meminfo: memFree=31390584/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=14252 CPUtime=0.29
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 5357 0 0 0 22 7 0 0 21 0 1 0 130954441 14594048 2870 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 3563 2870 404 719 0 2842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14252

[startup+0.70029 s]
/proc/loadavg: 2.16 2.06 2.02 3/196 14492
/proc/meminfo: memFree=31390584/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=17216 CPUtime=0.69
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 6089 0 0 0 54 15 0 0 22 0 1 0 130954441 17629184 3602 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 4304 3602 404 719 0 3583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17216

[startup+1.50014 s]
/proc/loadavg: 2.16 2.06 2.02 3/197 14494
/proc/meminfo: memFree=31377432/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=21140 CPUtime=1.49
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 7087 0 0 0 120 29 0 0 25 0 1 0 130954441 21647360 4600 4089446400 4194304 7136930 140733762563888 18446744073709551615 4854266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 5285 4600 404 719 0 4564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21140

[startup+3.10084 s]
/proc/loadavg: 2.16 2.06 2.02 3/197 14494
/proc/meminfo: memFree=31373012/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=25660 CPUtime=3.09
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 8229 0 0 0 255 54 0 0 25 0 1 0 130954441 26275840 5742 4089446400 4194304 7136930 140733762563888 18446744073709551615 4227350 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 6415 5742 404 719 0 5694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25660

[startup+6.30024 s]
/proc/loadavg: 2.15 2.06 2.02 3/197 14494
/proc/meminfo: memFree=31362968/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=35632 CPUtime=6.29
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 10753 0 0 0 528 101 0 0 25 0 1 0 130954441 36487168 8266 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 8908 8266 404 719 0 8187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35632

[startup+12.701 s]
/proc/loadavg: 2.13 2.06 2.02 3/197 14494
/proc/meminfo: memFree=31352176/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=44712 CPUtime=12.69
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 13036 0 0 0 1107 162 0 0 25 0 1 0 130954441 45785088 10549 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 11178 10549 404 719 0 10457 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44712

[startup+25.5006 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 14523
/proc/meminfo: memFree=31338224/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=64444 CPUtime=25.49
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 18041 0 0 0 2256 293 0 0 25 0 1 0 130954441 65990656 15554 4089446400 4194304 7136930 140733762563888 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 16111 15554 404 719 0 15390 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64444

[startup+51.1008 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 14523
/proc/meminfo: memFree=31250664/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=114884 CPUtime=51.1
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 30288 0 0 0 4514 596 0 0 25 0 1 0 130954441 117641216 27801 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 28721 27801 407 719 0 28000 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 114884

[startup+102.306 s]
/proc/loadavg: 2.03 2.04 2.01 3/179 14525
/proc/meminfo: memFree=31162264/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=153672 CPUtime=102.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 40114 0 0 0 9231 999 0 0 25 0 1 0 130954441 157360128 37627 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 38418 37627 407 719 0 37697 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153672

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 14526
/proc/meminfo: memFree=31001004/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=284744 CPUtime=162.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 72428 0 0 0 14309 1921 0 0 25 0 1 0 130954441 291577856 69941 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 71186 69941 407 719 0 70465 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 284744

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 14527
/proc/meminfo: memFree=30935728/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=326504 CPUtime=222.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 82862 0 0 0 19832 2398 0 0 25 0 1 0 130954441 334340096 80375 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 81626 80375 407 719 0 80905 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 326504

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 14529
/proc/meminfo: memFree=30880732/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=369864 CPUtime=282.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 93648 0 0 0 25180 3050 0 0 25 0 1 0 130954441 378740736 91161 4089446400 4194304 7136930 140733762563888 18446744073709551615 6000466 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 92466 91161 407 719 0 91745 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 369864

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 14531
/proc/meminfo: memFree=30862312/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=380056 CPUtime=342.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 96197 0 0 0 30720 3510 0 0 25 0 1 0 130954441 389177344 93710 4089446400 4194304 7136930 140733762563888 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 95014 93710 407 719 0 94293 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 380056

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14533
/proc/meminfo: memFree=30835224/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=397964 CPUtime=402.3
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 100668 0 0 0 36288 3942 0 0 25 0 1 0 130954441 407515136 98181 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 99491 98181 407 719 0 98770 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 397964

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14534
/proc/meminfo: memFree=30799820/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=428228 CPUtime=462.31
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 108235 0 0 0 41897 4334 0 0 25 0 1 0 130954441 438505472 105748 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 107057 105748 407 719 0 106336 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 428228

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14535
/proc/meminfo: memFree=30789848/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=433164 CPUtime=522.31
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 109424 0 0 0 47576 4655 0 0 25 0 1 0 130954441 443559936 106937 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 108291 106937 407 719 0 107570 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 433164

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14537
/proc/meminfo: memFree=30786692/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=433544 CPUtime=582.31
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 109550 0 0 0 53404 4827 0 0 25 0 1 0 130954441 443949056 107063 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 108386 107063 407 719 0 107665 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 433544

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14539
/proc/meminfo: memFree=30784792/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=435088 CPUtime=642.32
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 109788 0 0 0 59266 4966 0 0 25 0 1 0 130954441 445530112 107301 4089446400 4194304 7136930 140733762563888 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 108772 107301 407 719 0 108051 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 435088

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14541
/proc/meminfo: memFree=30783880/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=436020 CPUtime=702.31
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 109978 0 0 0 65144 5087 0 0 25 0 1 0 130954441 446484480 107491 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109005 107491 407 719 0 108284 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 436020

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14542
/proc/meminfo: memFree=30781488/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=437716 CPUtime=762.32
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 110329 0 0 0 71041 5191 0 0 25 0 1 0 130954441 448221184 107842 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109429 107842 407 719 0 108708 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 437716

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14543
/proc/meminfo: memFree=30779340/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=438656 CPUtime=822.32
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 110577 0 0 0 76928 5304 0 0 25 0 1 0 130954441 449183744 108090 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109664 108090 407 719 0 108943 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 438656

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14545
/proc/meminfo: memFree=30777580/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=438656 CPUtime=882.32
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 110577 0 0 0 82813 5419 0 0 25 0 1 0 130954441 449183744 108090 4089446400 4194304 7136930 140733762563888 18446744073709551615 4210602 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109664 108090 407 719 0 108943 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 438656

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14550
/proc/meminfo: memFree=30775868/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=439108 CPUtime=942.33
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 110729 0 0 0 88693 5540 0 0 25 0 1 0 130954441 449646592 108242 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109777 108242 407 719 0 109056 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 439108

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14552
/proc/meminfo: memFree=30773424/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=440792 CPUtime=1002.33
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111099 0 0 0 94602 5631 0 0 25 0 1 0 130954441 451371008 108612 4089446400 4194304 7136930 140733762563888 18446744073709551615 5126239 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110198 108612 407 719 0 109477 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 440792

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14553
/proc/meminfo: memFree=30771656/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=441596 CPUtime=1062.33
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111271 0 0 0 100539 5694 0 0 25 0 1 0 130954441 452194304 108784 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110399 108784 407 719 0 109678 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 441596

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771272/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=442256 CPUtime=1075.13
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111373 0 0 0 101807 5706 0 0 25 0 1 0 130954441 452870144 108886 4089446400 4194304 7136930 140733762563888 18446744073709551615 4208876 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110564 108886 407 719 0 109843 0
Current children cumulated CPU time (s) 1075.13
Current children cumulated vsize (KiB) 442256

[startup+1100.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771124/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=442520 CPUtime=1100.73
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111403 0 0 0 104339 5734 0 0 25 0 1 0 130954441 453140480 108916 4089446400 4194304 7136930 140733762563888 18446744073709551615 4431666 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110630 108916 407 719 0 109909 0
Current children cumulated CPU time (s) 1100.73
Current children cumulated vsize (KiB) 442520

[startup+1107.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771124/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=442520 CPUtime=1107.13
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111403 0 0 0 104972 5741 0 0 25 0 1 0 130954441 453140480 108916 4089446400 4194304 7136930 140733762563888 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110630 108916 407 719 0 109909 0
Current children cumulated CPU time (s) 1107.13
Current children cumulated vsize (KiB) 442520

[startup+1110.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771120/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=442520 CPUtime=1110.33
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111405 0 0 0 105289 5744 0 0 25 0 1 0 130954441 453140480 108918 4089446400 4194304 7136930 140733762563888 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110630 108918 407 719 0 109909 0
Current children cumulated CPU time (s) 1110.33
Current children cumulated vsize (KiB) 442520

[startup+1113.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771120/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=441980 CPUtime=1113.54
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111405 0 0 0 105607 5747 0 0 25 0 1 0 130954441 452587520 108783 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110495 108783 407 719 0 109774 0
Current children cumulated CPU time (s) 1113.54
Current children cumulated vsize (KiB) 441980

[startup+1114.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771492/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=441460 CPUtime=1114.34
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111405 0 0 0 105686 5748 0 0 25 0 1 0 130954441 452055040 108653 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110365 108653 407 719 0 109644 0
Current children cumulated CPU time (s) 1114.34
Current children cumulated vsize (KiB) 441460

[startup+1114.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771492/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=441460 CPUtime=1114.73
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111405 0 0 0 105725 5748 0 0 25 0 1 0 130954441 452055040 108653 4089446400 4194304 7136930 140733762563888 18446744073709551615 4999797 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 110365 108653 407 719 0 109644 0
Current children cumulated CPU time (s) 1114.73
Current children cumulated vsize (KiB) 441460

[startup+1114.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771492/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=438600 CPUtime=1114.94
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111405 0 0 0 105745 5749 0 0 25 0 1 0 130954441 449126400 107938 4089446400 4194304 7136930 140733762563888 18446744073709551615 4209068 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14492/statm: 109650 107938 407 719 0 108929 0
Current children cumulated CPU time (s) 1114.94
Current children cumulated vsize (KiB) 438600

[startup+1115 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771492/32951124 swapFree=67111528/67111528
[pid=14492] ppid=14490 vsize=315812 CPUtime=1115.03
/proc/14492/stat : 14492 (pbscip.linux.x8) R 14490 14492 12845 0 -1 4202496 111462 0 0 0 105754 5749 0 0 18 0 1 0 130954441 323391488 77447 4089446400 4194304 7136930 140733762563888 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14492/statm: 78696 76934 412 719 0 77975 0
Current children cumulated CPU time (s) 1115.03
Current children cumulated vsize (KiB) 315812

Child status: 0
Real time (s): 1115.01
CPU time (s): 1115.05
CPU user time (s): 1057.55
CPU system time (s): 57.5063
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 442520

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

runsolver used 1.58476 second user time and 3.49747 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 13:16:32
IDJOB=2693891
IDBENCH=78789
IDSOLVER=1206
FILE ID=node141/2693891-1277896592
PBS_JOBID= 11197072
Free space on /tmp= 74212 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/wnqueen/normalized-t2001.13queen13.1111216411--soft-33-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-2693891-1277896592/watcher-2693891-1277896592 -o /tmp/evaluation-result-2693891-1277896592/solver-2693891-1277896592 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693891-1277896592.wbo -t 1800 -m 3800

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

MD5SUM BENCH= b83b3eb7b2e3cdfc14afc5fb58fdd674
RANDOM SEED=190703466

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31391112 kB
Buffers:        179888 kB
Cached:        1139644 kB
SwapCached:          0 kB
Active:         662316 kB
Inactive:       753200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31391112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3724 kB
Writeback:           0 kB
AnonPages:       95876 kB
Mapped:          20252 kB
Slab:            78896 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640156 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 node141 at 2010-06-30 13:35:07