Trace number 2693949

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.18 1800.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-66-100-0.wbo
MD5SUM8ce95ac0fdbf9f0573ae217524496b3b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.245961
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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-2693949-1277898235.wbo>
0.00/0.00	c original problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 144 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, 48 impls, 39 clqs
0.00/0.01	c (round 2) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 48 impls, 39 clqs
0.00/0.01	c (round 3) 0 del vars, 14 del conss, 42 chg bounds, 0 chg sides, 0 chg coeffs, 46 upgd conss, 48 impls, 39 clqs
0.00/0.02	c    (0.0s) probing: 101/211 (47.9%) - 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 (4 rounds):
0.00/0.02	c  0 deleted vars, 14 deleted constraints, 42 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  48 implications, 39 cliques
0.00/0.02	c presolved problem has 253 variables (211 bin, 0 int, 0 impl, 42 cont) and 130 constraints
0.00/0.02	c      42 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      39 constraints of type <setppc>
0.00/0.02	c      42 constraints of type <linear>
0.00/0.02	c       6 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.02
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 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.29/1.33	c   1.2s| 10000 |  7125 |     0 |   0.0 |6522k| 141 |   - | 253 |3615 |   0 |   0 |   0 |6055 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.24	c   3.1s| 20000 | 13182 |     0 |   0.0 |  11M| 141 |   - | 253 |4320 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.84	c   5.6s| 30000 | 18135 |     0 |   0.0 |  16M| 141 |   - | 253 |7813 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.46	c   9.1s| 40000 | 21669 |     0 |   0.0 |  21M| 141 |   - | 253 |  11k|   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
13.79/13.87	c  13.4s| 50000 | 24277 |     0 |   0.0 |  26M| 141 |   - | 253 |  15k|   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
18.19/18.24	c  17.6s| 60000 | 27807 |     0 |   0.0 |  28M| 141 |   - | 253 |8459 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
19.70/19.79	c  19.1s| 70000 | 35435 |     0 |   0.0 |  30M| 141 |   - | 253 |4059 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
21.79/21.81	c  21.0s| 80000 | 41727 |     0 |   0.0 |  35M| 141 |   - | 253 |6084 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
25.39/25.43	c  24.6s| 90000 | 45189 |     0 |   0.0 |  40M| 141 |   - | 253 |9989 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
31.19/31.26	c  30.3s|100000 | 46065 |     0 |   0.0 |  45M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
38.89/38.96	c  37.9s|110000 | 45881 |     0 |   0.0 |  49M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
48.19/48.20	c  47.0s|120000 | 45622 |     0 |   0.0 |  53M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
59.89/59.96	c  58.6s|130000 | 43892 |     0 |   0.0 |  56M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
69.39/69.43	c  68.0s|140000 | 46502 |     0 |   0.0 |  51M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
71.50/71.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.50/71.52	c  70.0s|150000 | 53976 |     0 |   0.0 |  52M| 141 |   - | 253 |5400 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
73.40/73.43	c  71.8s|160000 | 61032 |     0 |   0.0 |  56M| 141 |   - | 253 |5090 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
75.50/75.53	c  73.8s|170000 | 67644 |     0 |   0.0 |  60M| 141 |   - | 253 |5068 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
75.70/75.76	o 561
75.70/75.76	c *74.0s|171005 | 68237 |     0 |   0.0 |  60M| 141 |   - | 253 |5120 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 5.610000e+02 |    Inf 
75.70/75.76	o 428
75.70/75.76	c *74.0s|171006 | 68236 |     0 |   0.0 |  60M| 141 |   - | 253 |5120 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 4.280000e+02 |    Inf 
77.59/77.68	c  75.8s|180000 | 74069 |     0 |   0.0 |  64M| 141 |   - | 253 |5335 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 | 4.280000e+02 |    Inf 
80.00/80.09	c  78.2s|190000 | 79956 |     0 |   0.0 |  67M| 141 |   - | 253 |5757 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 4.280000e+02 |    Inf 
82.59/82.69	c  80.7s|200000 | 85578 |     0 |   0.0 |  71M| 141 |   - | 253 |6306 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 | 4.280000e+02 |    Inf 
85.60/85.68	c  83.6s|210000 | 90501 |     0 |   0.0 |  75M| 141 |   - | 253 |7835 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 4.280000e+02 |    Inf 
88.19/88.27	o 371
88.19/88.27	c *86.1s|218184 | 94501 |     0 |   0.0 |  79M| 141 |   - | 253 |9096 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 | 3.710000e+02 |    Inf 
88.79/88.83	c  86.6s|220000 | 95439 |     0 |   0.0 |  79M| 141 |   - | 253 |9322 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 | 3.710000e+02 |    Inf 
88.99/89.08	o 327
88.99/89.08	c *86.8s|220641 | 95671 |     0 |   0.0 |  80M| 141 |   - | 253 |9422 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 | 3.270000e+02 |    Inf 
89.39/89.48	o 168
89.39/89.48	c *87.2s|221891 | 96028 |     0 |   0.0 |  80M| 141 |   - | 253 |9564 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
92.30/92.33	c  90.0s|230000 | 99733 |     0 |   0.0 |  83M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
95.90/95.96	c  93.5s|240000 |104211 |     0 |   0.0 |  87M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 1.680000e+02 |    Inf 
97.80/97.83	o 115
97.80/97.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
97.80/97.83	c *95.3s|244703 |104859 |     0 |   0.0 |  88M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
100.39/100.43	c  97.8s|250000 |106193 |     0 |   0.0 |  90M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
110.49/110.60	c   108s|260000 |103594 |     0 |   0.0 |  92M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
124.80/124.89	c   122s|270000 | 98415 |     0 |   0.0 |  89M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
137.29/137.38	c   134s|280000 | 98547 |     0 |   0.0 |  82M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
141.59/141.65	c   139s|290000 |104498 |     0 |   0.0 |  83M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 309k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
144.90/144.96	c   142s|300000 |109904 |     0 |   0.0 |  86M| 141 |   - | 253 |8014 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
148.40/148.42	c   145s|310000 |114649 |     0 |   0.0 |  90M| 141 |   - | 253 |8151 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
152.19/152.22	c   149s|320000 |118936 |     0 |   0.0 |  94M| 141 |   - | 253 |8799 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
155.99/156.08	c   153s|330000 |123176 |     0 |   0.0 |  98M| 141 |   - | 253 |9114 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
160.19/160.28	c   157s|340000 |126941 |     0 |   0.0 | 102M| 141 |   - | 253 |9335 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
164.49/164.52	c   161s|350000 |130547 |     0 |   0.0 | 106M| 141 |   - | 253 |9342 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
168.60/168.64	c   165s|360000 |134268 |     0 |   0.0 | 109M| 141 |   - | 253 |9413 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
173.10/173.15	c   169s|370000 |137356 |     0 |   0.0 | 113M| 141 |   - | 253 |9416 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
177.70/177.73	c   174s|380000 |140183 |     0 |   0.0 | 116M| 141 |   - | 253 |9627 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
182.20/182.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.20/182.24	c   178s|390000 |143320 |     0 |   0.0 | 119M| 141 |   - | 253 |9635 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
186.60/186.61	o 91
186.60/186.61	c * 182s|399398 |144235 |     0 |   0.0 | 121M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
186.90/186.98	c   183s|400000 |144257 |     0 |   0.0 | 121M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 394k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
192.09/192.16	c   188s|410000 |146726 |     0 |   0.0 | 125M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 405k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
197.29/197.38	c   193s|420000 |149149 |     0 |   0.0 | 128M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 415k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
202.80/202.89	c   198s|430000 |151539 |     0 |   0.0 | 132M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 427k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
209.10/209.10	c   204s|440000 |153284 |     0 |   0.0 | 134M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 439k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
215.50/215.56	c   211s|450000 |155094 |     0 |   0.0 | 138M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 451k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
222.60/222.66	c   218s|460000 |156437 |     0 |   0.0 | 140M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 464k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
229.90/229.93	c   225s|470000 |157992 |     0 |   0.0 | 143M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 476k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
237.61/237.64	c   232s|480000 |159115 |     0 |   0.0 | 145M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 489k|   0 | 0.000000e+00 | 9.100000e+01 |    Inf 
243.50/243.50	o 69
243.50/243.50	c * 238s|487184 |134651 |     0 |   0.0 | 124M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 498k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
246.50/246.59	c   241s|490000 |134115 |     0 |   0.0 | 124M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 503k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
257.80/257.81	c   252s|500000 |132784 |     0 |   0.0 | 124M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 519k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
266.59/266.68	c   261s|510000 |134241 |     0 |   0.0 | 127M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 532k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
276.10/276.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.10/276.11	c   270s|520000 |134739 |     0 |   0.0 | 131M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 545k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
286.80/286.87	c   281s|530000 |134733 |     0 |   0.0 | 135M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 558k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
300.20/300.30	c   294s|540000 |132767 |     0 |   0.0 | 137M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 573k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
314.60/314.62	c   308s|550000 |130352 |     0 |   0.0 | 140M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
330.20/330.20	c   324s|560000 |127631 |     0 |   0.0 | 142M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 603k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
347.10/347.12	c   341s|570000 |124558 |     0 |   0.0 | 143M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 619k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
365.30/365.34	c   359s|580000 |121122 |     0 |   0.0 | 143M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 635k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
369.80/369.81	o 45
369.80/369.81	c * 363s|582305 |106881 |     0 |   0.0 | 130M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 639k|   0 | 1.000000e+00 | 4.500000e+01 |4400.00%
382.10/382.16	o 37
382.10/382.16	c * 375s|587956 | 97922 |     0 |   0.0 | 124M| 141 |   - | 253 |  27k|   0 |   0 |   0 | 650k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
387.10/387.12	c   380s|590000 | 96111 |     0 |   0.0 | 123M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 655k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
409.30/409.30	c   402s|600000 | 88286 |     0 |   0.0 | 120M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 680k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
435.50/435.50	c   428s|610000 | 79181 |     0 |   0.0 | 115M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 707k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
461.90/461.98	c   455s|620000 | 70043 |     0 |   0.0 | 110M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 735k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
491.71/491.72	c   484s|630000 | 59918 |     0 |   0.0 | 100M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 763k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
520.61/520.69	c   513s|640000 | 50724 |     0 |   0.0 |  94M| 141 |   - | 253 |  31k|   0 |   0 |   0 | 792k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
551.71/551.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
551.71/551.73	c   544s|650000 | 40537 |     0 |   0.0 |  84M| 141 |   - | 253 |  45k|   0 |   0 |   0 | 821k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
585.60/585.62	c   577s|660000 | 31235 |     0 |   0.0 |  67M| 141 |   - | 253 |  39k|   0 |   0 |   0 | 847k|   0 | 1.000000e+00 | 3.700000e+01 |3600.00%
591.41/591.50	o 23
591.41/591.50	c * 583s|661561 | 19945 |     0 |   0.0 |  49M| 141 |   - | 253 |  39k|   0 |   0 |   0 | 852k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
598.80/598.80	c   590s|670000 | 21799 |     0 |   0.0 |  37M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 862k|   0 | 1.000000e+00 | 2.300000e+01 |2200.00%
604.21/604.28	c   596s|680000 | 22782 |     0 |   0.0 |  35M| 141 |   - | 253 |7343 |   0 |   0 |   0 | 876k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
606.91/606.99	c   598s|690000 | 29101 |     0 |   0.0 |  40M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 884k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
611.81/611.81	c   603s|700000 | 33406 |     0 |   0.0 |  45M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 896k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
620.71/620.76	c   612s|710000 | 34442 |     0 |   0.0 |  48M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 914k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
628.31/628.38	c   619s|720000 | 35807 |     0 |   0.0 |  48M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 930k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
633.71/633.75	c   625s|730000 | 40139 |     0 |   0.0 |  53M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 943k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
641.51/641.59	c   632s|740000 | 42963 |     0 |   0.0 |  58M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 957k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
651.50/651.56	c   642s|750000 | 44855 |     0 |   0.0 |  63M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 973k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
665.91/665.95	c   656s|760000 | 44639 |     0 |   0.0 |  67M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 993k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
684.91/684.96	c   675s|770000 | 42415 |     0 |   0.0 |  68M| 141 |   - | 253 |  36k|   0 |   0 |   0 |1014k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
703.31/703.39	c   694s|780000 | 39280 |     0 |   0.0 |  62M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1037k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
711.31/711.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
711.31/711.31	c   701s|790000 | 40638 |     0 |   0.0 |  64M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1055k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
726.11/726.11	c   716s|800000 | 38507 |     0 |   0.0 |  68M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1078k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
747.31/747.30	c   737s|810000 | 34647 |     0 |   0.0 |  69M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1103k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
775.71/775.74	c   765s|820000 | 27697 |     0 |   0.0 |  64M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1129k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
790.01/790.07	c   780s|830000 | 30277 |     0 |   0.0 |  53M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1141k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
794.91/794.95	c   784s|840000 | 33523 |     0 |   0.0 |  56M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1154k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
811.01/811.04	c   800s|850000 | 25431 |     0 |   0.0 |  50M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1182k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
821.81/821.89	c   811s|860000 | 27708 |     0 |   0.0 |  41M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1194k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
826.41/826.45	c   816s|870000 | 32974 |     0 |   0.0 |  44M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1204k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
831.91/831.94	c   821s|880000 | 37318 |     0 |   0.0 |  48M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1215k|   0 | 6.000000e+00 | 2.300000e+01 | 283.33%
839.51/839.55	c   828s|890000 | 40097 |     0 |   0.0 |  52M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1231k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
848.91/848.98	c   838s|900000 | 41796 |     0 |   0.0 |  56M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1248k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
855.41/855.42	c   844s|910000 | 45932 |     0 |   0.0 |  57M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1259k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
861.61/861.61	c   850s|920000 | 48522 |     0 |   0.0 |  59M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1271k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
868.51/868.54	c   857s|930000 | 51641 |     0 |   0.0 |  64M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1286k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
878.41/878.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
878.41/878.43	c   867s|940000 | 53376 |     0 |   0.0 |  69M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1303k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
890.11/890.12	c   878s|950000 | 54881 |     0 |   0.0 |  73M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1321k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
903.51/903.58	c   892s|960000 | 56023 |     0 |   0.0 |  77M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1339k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
920.11/920.14	c   908s|970000 | 56264 |     0 |   0.0 |  81M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1358k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
938.42/938.44	c   926s|980000 | 56546 |     0 |   0.0 |  84M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1378k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
961.52/961.51	c   949s|990000 | 54859 |     0 |   0.0 |  86M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1401k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
979.72/979.74	c   967s|  1000k| 56989 |     0 |   0.0 |  84M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1417k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
991.32/991.34	c   979s|  1010k| 59190 |     0 |   0.0 |  85M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1433k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1004.12/1004.15	c   991s|  1020k| 59049 |     0 |   0.0 |  86M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1451k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1009.52/1009.52	c   997s|  1030k| 64309 |     0 |   0.0 |  87M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1460k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1019.72/1019.71	c  1007s|  1040k| 64433 |     0 |   0.0 |  92M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1481k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1037.62/1037.68	c  1024s|  1050k| 62409 |     0 |   0.0 |  96M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1505k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1059.02/1059.06	c  1046s|  1060k| 60566 |     0 |   0.0 |  98M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1527k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1085.12/1085.15	c  1072s|  1070k| 57995 |     0 |   0.0 |  98M| 141 |   - | 253 |  48k|   0 |   0 |   0 |1551k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1121.62/1121.60	c  1108s|  1080k| 52906 |     0 |   0.0 |  96M| 141 |   - | 253 |  56k|   0 |   0 |   0 |1578k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1155.02/1155.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1155.02/1155.04	c  1141s|  1090k| 50828 |     0 |   0.0 |  90M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1600k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1175.72/1175.75	c  1162s|  1100k| 51278 |     0 |   0.0 |  90M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1619k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1196.02/1196.00	c  1182s|  1110k| 50740 |     0 |   0.0 |  91M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1640k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1214.33/1214.39	c  1200s|  1120k| 52371 |     0 |   0.0 |  89M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1656k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1222.02/1222.07	c  1208s|  1130k| 58160 |     0 |   0.0 |  89M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1666k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1230.12/1230.15	c  1216s|  1140k| 61919 |     0 |   0.0 |  93M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1679k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1242.02/1242.08	c  1228s|  1150k| 62427 |     0 |   0.0 |  96M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1696k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1251.82/1251.87	c  1237s|  1160k| 63054 |     0 |   0.0 |  96M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1714k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1280.82/1280.89	c  1266s|  1170k| 54168 |     0 |   0.0 |  87M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1745k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1309.22/1309.22	c  1294s|  1180k| 50549 |     0 |   0.0 |  82M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1769k|   0 | 9.000000e+00 | 2.300000e+01 | 155.56%
1339.62/1339.64	c  1324s|  1190k| 45774 |     0 |   0.0 |  79M| 141 |   - | 253 |  48k|   0 |   0 |   0 |1796k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1361.12/1361.14	c  1346s|  1200k| 47628 |     0 |   0.0 |  77M| 141 |   - | 253 |  39k|   0 |   0 |   0 |1812k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1376.42/1376.46	c  1361s|  1210k| 50440 |     0 |   0.0 |  78M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1828k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1392.53/1392.51	c  1377s|  1220k| 51812 |     0 |   0.0 |  81M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1846k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1410.72/1410.77	c  1395s|  1230k| 51975 |     0 |   0.0 |  84M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1866k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1430.42/1430.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1430.42/1430.44	c  1415s|  1240k| 51579 |     0 |   0.0 |  86M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1887k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1453.33/1453.31	c  1437s|  1250k| 49286 |     0 |   0.0 |  84M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1908k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1462.73/1462.78	c  1447s|  1260k| 54911 |     0 |   0.0 |  83M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1917k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1473.13/1473.10	c  1457s|  1270k| 57191 |     0 |   0.0 |  86M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1932k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1486.82/1486.85	c  1471s|  1280k| 56205 |     0 |   0.0 |  85M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1953k|   0 | 1.000000e+01 | 2.300000e+01 | 130.00%
1507.32/1507.39	c  1491s|  1290k| 54540 |     0 |   0.0 |  88M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1977k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1535.23/1535.28	c  1519s|  1300k| 50937 |     0 |   0.0 |  89M| 141 |   - | 253 |  45k|   0 |   0 |   0 |2004k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1569.53/1569.57	c  1553s|  1310k| 46119 |     0 |   0.0 |  89M| 141 |   - | 253 |  55k|   0 |   0 |   0 |2032k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1604.94/1604.93	c  1588s|  1320k| 42118 |     0 |   0.0 |  85M| 141 |   - | 253 |  54k|   0 |   0 |   0 |2056k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1622.63/1622.65	c  1606s|  1330k| 45549 |     0 |   0.0 |  81M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2071k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1636.94/1636.91	c  1620s|  1340k| 47116 |     0 |   0.0 |  83M| 141 |   - | 253 |  28k|   0 |   0 |   0 |2088k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1652.93/1652.99	c  1636s|  1350k| 47190 |     0 |   0.0 |  85M| 141 |   - | 253 |  31k|   0 |   0 |   0 |2107k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1668.53/1668.51	c  1651s|  1360k| 48257 |     0 |   0.0 |  83M| 141 |   - | 253 |  22k|   0 |   0 |   0 |2123k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1678.73/1678.71	c  1661s|  1370k| 48917 |     0 |   0.0 |  79M| 141 |   - | 253 |  14k|   0 |   0 |   0 |2138k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1698.73/1698.74	c  1681s|  1380k| 41305 |     0 |   0.0 |  73M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2169k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1718.63/1718.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1718.63/1718.66	c  1701s|  1390k| 40799 |     0 |   0.0 |  70M| 141 |   - | 253 |  30k|   0 |   0 |   0 |2191k|   0 | 1.100000e+01 | 2.300000e+01 | 109.09%
1740.14/1740.11	c  1722s|  1400k| 38613 |     0 |   0.0 |  70M| 141 |   - | 253 |  34k|   0 |   0 |   0 |2216k|   0 | 1.200000e+01 | 2.300000e+01 |  91.67%
1766.43/1766.48	c  1748s|  1410k| 34850 |     0 |   0.0 |  70M| 141 |   - | 253 |  41k|   0 |   0 |   0 |2242k|   0 | 1.200000e+01 | 2.300000e+01 |  91.67%
1787.24/1787.29	c  1769s|  1420k| 35049 |     0 |   0.0 |  65M| 141 |   - | 253 |  26k|   0 |   0 |   0 |2258k|   0 | 1.200000e+01 | 2.300000e+01 |  91.67%
1797.73/1797.72	c  1779s|  1430k| 37547 |     0 |   0.0 |  67M| 141 |   - | 253 |  23k|   0 |   0 |   0 |2271k|   0 | 1.200000e+01 | 2.300000e+01 |  91.67%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1781.65
1800.04/1800.00	c Solving Nodes      : 1432263
1800.04/1800.00	c Primal Bound       : +2.30000000000000e+01 (11 solutions)
1800.04/1800.00	c Dual Bound         : +1.20000000000000e+01
1800.04/1800.00	c Gap                : 91.67 %
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1800.04/1800.00	v -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
1800.04/1800.00	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 
1800.04/1800.00	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 
1800.04/1800.00	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 
1800.04/1800.00	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 
1800.04/1800.00	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 
1800.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1781.65
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2693949-1277898235.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2693949-1277898235.wbo
1800.04/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.00	c   Constraints      : 130 initial, 60017 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :         42          0    4095007          0     844825       2895     505888          0          0          0
1800.04/1800.00	c   knapsack         :          1          0    4566188          0     935587     113501   15437330          0          0          0
1800.04/1800.00	c   setppc           :         39          0    4452649          0     935580     421091    5444240          0          0          0
1800.04/1800.00	c   linear           :         42          0    4031572          0     935579     151725    4027417          0          0          0
1800.04/1800.00	c   logicor          :          6+         0    2072617          0     926041      34849     975210          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0     155593          0          0          1       3431          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0     935590          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       2.73       0.00       1.93       0.00       0.80
1800.04/1800.00	c   knapsack         :     153.29       0.00     150.48       0.00       2.81
1800.04/1800.00	c   setppc           :      32.45       0.00      28.68       0.00       3.77
1800.04/1800.00	c   linear           :      37.70       0.00      37.18       0.00       0.52
1800.04/1800.00	c   logicor          :     778.15       0.00     777.43       0.00       0.72
1800.04/1800.00	c   bounddisjunction :       0.27       0.00       0.27       0.00       0.00
1800.04/1800.00	c   countsols        :       0.19       0.00       0.00       0.00       0.19
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.94          2          0          0
1800.04/1800.00	c   rootredcost      :       0.81          0          0          0
1800.04/1800.00	c   pseudoobj        :       7.82    4569960       1068     425653
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      23.69     722235     722161    3943947       21.8     188831       12.8          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00         36         36        127       16.3         12       14.8          -
1800.04/1800.00	c   applied globally :          -          -          -    2257843       16.2          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      17514       36.0          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       6.68     935579          0          0          0          0    1871158
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.14          -         11
1800.04/1800.00	c   oneopt           :       0.56          0          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.00	c   veclendiving     :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :       0.00          0          0
1800.04/1800.00	c   rootsoldiving    :       0.00          0          0
1800.04/1800.00	c   linesearchdiving :       0.00          0          0
1800.04/1800.00	c   guideddiving     :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   crossover        :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   nlp              :       0.33          0          0
1800.04/1800.00	c   trysol           :       0.25          1          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :    1432263
1800.04/1800.00	c   nodes (total)    :    1432263
1800.04/1800.00	c   nodes left       :      37789
1800.04/1800.00	c   max depth        :        141
1800.04/1800.00	c   max depth (total):        141
1800.04/1800.00	c   backtracks       :     536286 (37.4%)
1800.04/1800.00	c   delayed cutoffs  :     344544
1800.04/1800.00	c   repropagations   :    1654119 (7378700 domain reductions, 228493 cutoffs)
1800.04/1800.00	c   avg switch length:      20.95
1800.04/1800.00	c   switching time   :     544.45
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         11 (11 improvements)
1800.04/1800.00	c   First Solution   : +5.61000000000000e+02   (in run 1, after 171005 nodes, 74.02 seconds, depth 69, found by <relaxation>)
1800.04/1800.00	c   Primal Bound     : +2.30000000000000e+01   (in run 1, after 661561 nodes, 583.19 seconds, depth 54, found by <relaxation>)
1800.04/1800.00	c   Dual Bound       : +1.20000000000000e+01
1800.04/1800.00	c   Gap              :      91.67 %
1800.04/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :          0
1800.14/1800.13	c Time complete: 1800.17.

Verifier Data

OK	22

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 10935
/proc/meminfo: memFree=31397236/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=8268 CPUtime=0
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 131121486 8466432 1467 4089446400 4194304 7136930 140735494229504 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10935/statm: 2067 1467 275 719 0 1346 0

[startup+0.00938807 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 10935
/proc/meminfo: memFree=31397236/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=11608 CPUtime=0
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 2659 0 0 0 0 0 0 0 25 0 1 0 131121486 11886592 1971 4089446400 4194304 7136930 140735494229504 18446744073709551615 6346856 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 2902 2061 345 719 0 2181 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11608

[startup+0.100373 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 10935
/proc/meminfo: memFree=31397236/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=12824 CPUtime=0.09
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 4721 0 0 0 8 1 0 0 25 0 1 0 131121486 13131776 2491 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 3206 2491 403 719 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12824

[startup+0.300338 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 10935
/proc/meminfo: memFree=31397236/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=14436 CPUtime=0.29
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 5147 0 0 0 26 3 0 0 25 0 1 0 131121486 14782464 2917 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 3609 2917 403 719 0 2888 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14436

[startup+0.700264 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 10935
/proc/meminfo: memFree=31397236/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=17228 CPUtime=0.69
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 5838 0 0 0 65 4 0 0 25 0 1 0 131121486 17641472 3608 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 4307 3608 403 719 0 3586 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17228

[startup+1.50112 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10936
/proc/meminfo: memFree=31382968/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=20680 CPUtime=1.49
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 6710 0 0 0 141 8 0 0 25 0 1 0 131121486 21176320 4480 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 5170 4480 403 719 0 4449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20680

[startup+3.10084 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10936
/proc/meminfo: memFree=31378504/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=25896 CPUtime=3.1
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 8031 0 0 0 293 17 0 0 25 0 1 0 131121486 26517504 5801 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 6474 5801 403 719 0 5753 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 25896

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10936
/proc/meminfo: memFree=31369848/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=34252 CPUtime=6.29
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 10129 0 0 0 602 27 0 0 25 0 1 0 131121486 35074048 7899 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 8563 7899 403 719 0 7842 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34252

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10937
/proc/meminfo: memFree=31357900/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=43924 CPUtime=12.69
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 12549 0 0 0 1223 46 0 0 25 0 1 0 131121486 44978176 10319 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 10981 10319 403 719 0 10260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43924

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10937
/proc/meminfo: memFree=31336648/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=63608 CPUtime=25.49
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 17560 0 0 0 2462 87 0 0 25 0 1 0 131121486 65134592 15330 4089446400 4194304 7136930 140735494229504 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 15902 15330 403 719 0 15181 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63608

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10937
/proc/meminfo: memFree=31318000/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=81944 CPUtime=51.09
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 22044 0 0 0 4984 125 0 0 25 0 1 0 131121486 83910656 19814 4089446400 4194304 7136930 140735494229504 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 20486 19814 403 719 0 19765 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81944

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10939
/proc/meminfo: memFree=31268488/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=131820 CPUtime=102.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 34022 0 0 0 9968 262 0 0 25 0 1 0 131121486 134983680 31792 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 32955 31792 404 719 0 32234 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131820

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10941
/proc/meminfo: memFree=31246620/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=150548 CPUtime=162.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 38760 0 0 0 15866 364 0 0 25 0 1 0 131121486 154161152 36530 4089446400 4194304 7136930 140735494229504 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 37637 36530 406 719 0 36916 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150548

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10941
/proc/meminfo: memFree=31205276/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=189972 CPUtime=222.29
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 48715 0 0 0 21730 499 0 0 25 0 1 0 131121486 194531328 46485 4089446400 4194304 7136930 140735494229504 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 47493 46485 406 719 0 46772 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189972

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10943
/proc/meminfo: memFree=31197916/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=197060 CPUtime=282.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 50418 0 0 0 27645 585 0 0 25 0 1 0 131121486 201789440 48188 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999881 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 49265 48188 406 719 0 48544 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 197060

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10945
/proc/meminfo: memFree=31187340/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=205856 CPUtime=342.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 52566 0 0 0 33585 645 0 0 25 0 1 0 131121486 210796544 50336 4089446400 4194304 7136930 140735494229504 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 51464 50336 406 719 0 50743 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205856

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10947
/proc/meminfo: memFree=31184704/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=206464 CPUtime=402.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 52711 0 0 0 39532 698 0 0 25 0 1 0 131121486 211419136 50481 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 51616 50481 406 719 0 50895 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 206464

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10949
/proc/meminfo: memFree=31181428/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=207244 CPUtime=462.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 52861 0 0 0 45485 745 0 0 25 0 1 0 131121486 212217856 50631 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 51811 50631 406 719 0 51090 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 207244

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10949
/proc/meminfo: memFree=31181268/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=207768 CPUtime=522.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 52977 0 0 0 51445 785 0 0 25 0 1 0 131121486 212754432 50747 4089446400 4194304 7136930 140735494229504 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 51942 50747 406 719 0 51221 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 207768

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10951
/proc/meminfo: memFree=31178244/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=211568 CPUtime=582.3
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 53717 0 0 0 57406 824 0 0 25 0 1 0 131121486 216645632 51487 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 52892 51487 406 719 0 52171 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 211568

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10953
/proc/meminfo: memFree=31178192/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=211568 CPUtime=642.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 53732 0 0 0 63308 924 0 0 25 0 1 0 131121486 216645632 51502 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 52892 51502 406 719 0 52171 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 211568

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10959
/proc/meminfo: memFree=31176160/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=212864 CPUtime=882.31
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54030 0 0 0 87049 1182 0 0 25 0 1 0 131121486 217972736 51800 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 53216 51800 406 719 0 52495 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 212864

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10961
/proc/meminfo: memFree=31174888/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=212864 CPUtime=942.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54065 0 0 0 92996 1236 0 0 25 0 1 0 131121486 217972736 51835 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 53216 51835 406 719 0 52495 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 212864

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10963
/proc/meminfo: memFree=31172624/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=212864 CPUtime=1002.31
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54093 0 0 0 98945 1286 0 0 25 0 1 0 131121486 217972736 51863 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999777 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 53216 51863 406 719 0 52495 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 212864

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10974
/proc/meminfo: memFree=31164772/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=212864 CPUtime=1062.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54148 0 0 0 104889 1343 0 0 25 0 1 0 131121486 217972736 51918 4089446400 4194304 7136930 140735494229504 18446744073709551615 4208861 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 53216 51918 406 719 0 52495 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 212864

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10974
/proc/meminfo: memFree=31161628/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=215976 CPUtime=1122.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54738 0 0 0 110859 1373 0 0 25 0 1 0 131121486 221159424 52508 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 53994 52508 406 719 0 53273 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 215976

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10976
/proc/meminfo: memFree=31159620/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=216288 CPUtime=1182.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 54874 0 0 0 116827 1405 0 0 25 0 1 0 131121486 221478912 52644 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54072 52644 406 719 0 53351 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 216288

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10978
/proc/meminfo: memFree=31157712/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=218340 CPUtime=1242.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55404 0 0 0 122771 1461 0 0 25 0 1 0 131121486 223580160 53174 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54585 53174 406 719 0 53864 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 218340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10980
/proc/meminfo: memFree=31157436/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=218340 CPUtime=1302.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55405 0 0 0 128733 1499 0 0 25 0 1 0 131121486 223580160 53175 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54585 53175 406 719 0 53864 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 218340

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11064
/proc/meminfo: memFree=31388636/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=218340 CPUtime=1362.32
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55431 0 0 0 134700 1532 0 0 25 0 1 0 131121486 223580160 53201 4089446400 4194304 7136930 140735494229504 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54585 53201 406 719 0 53864 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 218340

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11065
/proc/meminfo: memFree=31386212/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=218768 CPUtime=1422.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55499 0 0 0 140656 1577 0 0 25 0 1 0 131121486 224018432 53269 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54692 53269 406 719 0 53971 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 218768

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 11066
/proc/meminfo: memFree=31374520/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=219624 CPUtime=1482.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55650 0 0 0 146601 1632 0 0 25 0 1 0 131121486 224894976 53420 4089446400 4194304 7136930 140735494229504 18446744073709551615 5000505 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 54906 53420 406 719 0 54185 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 219624

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11068
/proc/meminfo: memFree=31371004/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220196 CPUtime=1542.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55696 0 0 0 152568 1665 0 0 25 0 1 0 131121486 225480704 53466 4089446400 4194304 7136930 140735494229504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55049 53466 406 719 0 54328 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 220196

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11070
/proc/meminfo: memFree=31368228/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220572 CPUtime=1602.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55764 0 0 0 158542 1691 0 0 25 0 1 0 131121486 225865728 53534 4089446400 4194304 7136930 140735494229504 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55143 53534 406 719 0 54422 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 220572

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11072
/proc/meminfo: memFree=31364572/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220572 CPUtime=1662.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55769 0 0 0 164498 1735 0 0 25 0 1 0 131121486 225865728 53539 4089446400 4194304 7136930 140735494229504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55143 53539 406 719 0 54422 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 220572

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11072
/proc/meminfo: memFree=31358344/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220572 CPUtime=1722.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55770 0 0 0 170449 1784 0 0 25 0 1 0 131121486 225865728 53540 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55143 53540 406 719 0 54422 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 220572

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11074
/proc/meminfo: memFree=31358176/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220572 CPUtime=1782.33
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55793 0 0 0 176416 1817 0 0 25 0 1 0 131121486 225865728 53563 4089446400 4194304 7136930 140735494229504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55143 53563 406 719 0 54422 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 220572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11075
/proc/meminfo: memFree=31357920/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=220572 CPUtime=1800.04
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55793 0 0 0 178165 1839 0 0 25 0 1 0 131121486 225865728 53563 4089446400 4194304 7136930 140735494229504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10935/statm: 55143 53563 406 719 0 54422 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 220572

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11075
/proc/meminfo: memFree=31357920/32951124 swapFree=67111528/67111528
[pid=10935] ppid=10933 vsize=213984 CPUtime=1800.14
/proc/10935/stat : 10935 (pbscip.linux.x8) R 10933 10935 10848 0 -1 4202496 55798 0 0 0 178175 1839 0 0 25 0 1 0 131121486 219119616 51921 4089446400 4194304 7136930 140735494229504 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10935/statm: 53496 51921 411 719 0 52775 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 213984

Child status: 0
Real time (s): 1800.14
CPU time (s): 1800.18
CPU user time (s): 1781.78
CPU system time (s): 18.4052
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 220572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.78
system time used= 18.4052
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 2436

runsolver used 2.40963 second user time and 5.80612 second system time

The end

Launcher Data

Begin job on node103 at 2010-06-30 13:43:55
IDJOB=2693949
IDBENCH=78829
IDSOLVER=1206
FILE ID=node103/2693949-1277898235
PBS_JOBID= 11197186
Free space on /tmp= 74208 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.1111217555--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-2693949-1277898235/watcher-2693949-1277898235 -o /tmp/evaluation-result-2693949-1277898235/solver-2693949-1277898235 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693949-1277898235.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8ce95ac0fdbf9f0573ae217524496b3b
RANDOM SEED=1313647694

node103.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.817
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.63
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.817
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.75
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.817
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.817
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.817
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.74
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.817
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.817
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.817
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:      31397640 kB
Buffers:        181020 kB
Cached:         905720 kB
SwapCached:          0 kB
Active:         787164 kB
Inactive:       626100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31397640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3220 kB
Writeback:           0 kB
AnonPages:      326436 kB
Mapped:          16120 kB
Slab:            77252 kB
PageTables:       5172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   477188 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 node103 at 2010-06-30 14:13:57