Trace number 2693893

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.73 1800.67

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976935--soft-66-100-0.wbo
MD5SUMff50a01bd34cad1b05de66ca80b19984
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark0.239962
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 1229
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-2693893-1277896614.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.39/1.44	c   1.4s| 10000 |  6742 |     0 |   0.0 |6766k| 141 |   - | 253 |4320 |   0 |   0 |   0 |6880 |   0 | 0.000000e+00 |      --      |    Inf 
3.39/3.49	c   3.3s| 20000 | 12491 |     0 |   0.0 |  11M| 141 |   - | 253 |4454 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
6.50/6.55	c   6.3s| 30000 | 16351 |     0 |   0.0 |  16M| 141 |   - | 253 |8226 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
10.69/10.71	c  10.3s| 40000 | 18649 |     0 |   0.0 |  22M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
14.59/14.68	c  14.2s| 50000 | 22296 |     0 |   0.0 |  23M| 141 |   - | 253 |8018 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
16.09/16.17	c  15.6s| 60000 | 30117 |     0 |   0.0 |  26M| 141 |   - | 253 |3648 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
18.30/18.32	c  17.7s| 70000 | 36000 |     0 |   0.0 |  31M| 141 |   - | 253 |6207 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
23.29/23.31	c  22.5s| 80000 | 37107 |     0 |   0.0 |  36M| 141 |   - | 253 |  12k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
30.39/30.46	c  29.6s| 90000 | 36960 |     0 |   0.0 |  40M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
39.89/39.94	c  38.9s|100000 | 35184 |     0 |   0.0 |  43M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
48.40/48.41	c  47.3s|110000 | 36524 |     0 |   0.0 |  41M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
50.39/50.43	o 403
50.39/50.43	c *49.2s|116793 | 41515 |     0 |   0.0 |  42M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 136k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
51.19/51.22	c  50.0s|120000 | 43779 |     0 |   0.0 |  43M| 141 |   - | 253 |8677 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
53.49/53.53	c  52.2s|130000 | 50609 |     0 |   0.0 |  46M| 141 |   - | 253 |6953 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
55.79/55.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.79/55.81	c  54.4s|140000 | 57213 |     0 |   0.0 |  50M| 141 |   - | 253 |6417 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
58.20/58.27	c  56.8s|150000 | 63349 |     0 |   0.0 |  54M| 141 |   - | 253 |6562 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
60.89/60.95	c  59.4s|160000 | 69015 |     0 |   0.0 |  58M| 141 |   - | 253 |6926 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 | 4.030000e+02 |    Inf 
62.69/62.74	o 203
62.69/62.74	c *61.1s|165831 | 71821 |     0 |   0.0 |  61M| 141 |   - | 253 |7626 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
63.99/64.03	c  62.3s|170000 | 73956 |     0 |   0.0 |  63M| 141 |   - | 253 |7881 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
67.20/67.21	c  65.4s|180000 | 79015 |     0 |   0.0 |  67M| 141 |   - | 253 |8868 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
70.69/70.79	c  68.9s|190000 | 83519 |     0 |   0.0 |  71M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
74.79/74.89	c  72.9s|200000 | 87551 |     0 |   0.0 |  76M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 194k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
79.89/79.97	c  77.8s|210000 | 90278 |     0 |   0.0 |  80M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
91.30/91.36	c  89.1s|220000 | 86137 |     0 |   0.0 |  79M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
101.19/101.29	c  98.9s|230000 | 86667 |     0 |   0.0 |  74M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 242k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
104.89/104.97	c   102s|240000 | 93047 |     0 |   0.0 |  76M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 247k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
108.49/108.55	c   106s|250000 | 98919 |     0 |   0.0 |  79M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 252k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
112.09/112.20	c   110s|260000 |104530 |     0 |   0.0 |  82M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 257k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
115.99/116.08	c   113s|270000 |109826 |     0 |   0.0 |  86M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 263k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
119.99/120.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.99/120.09	c   117s|280000 |114996 |     0 |   0.0 |  90M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 269k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
124.09/124.15	c   121s|290000 |120057 |     0 |   0.0 |  93M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
128.19/128.21	c   125s|300000 |124968 |     0 |   0.0 |  97M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
132.69/132.74	c   130s|310000 |129236 |     0 |   0.0 | 100M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 290k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
137.40/137.41	c   134s|320000 |133268 |     0 |   0.0 | 104M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
142.39/142.44	c   139s|330000 |136986 |     0 |   0.0 | 108M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 306k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
147.49/147.59	c   144s|340000 |140663 |     0 |   0.0 | 111M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 314k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
152.80/152.89	c   149s|350000 |144215 |     0 |   0.0 | 114M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
158.19/158.26	c   155s|360000 |147669 |     0 |   0.0 | 117M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 333k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
163.69/163.70	c   160s|370000 |151026 |     0 |   0.0 | 120M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 342k|   0 | 0.000000e+00 | 2.030000e+02 |    Inf 
167.40/167.40	o 69
167.40/167.40	c * 163s|376490 |129340 |     0 |   0.0 | 105M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 349k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
169.99/170.09	c   166s|380000 |129757 |     0 |   0.0 | 105M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 353k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
176.69/176.80	c   173s|390000 |131043 |     0 |   0.0 | 110M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 368k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
184.80/184.80	c   181s|400000 |131716 |     0 |   0.0 | 114M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
193.30/193.38	c   189s|410000 |132527 |     0 |   0.0 | 117M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 397k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
202.60/202.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
202.60/202.67	c   198s|420000 |133240 |     0 |   0.0 | 121M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 412k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
214.59/214.68	c   210s|430000 |132683 |     0 |   0.0 | 124M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 427k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
229.29/229.32	c   224s|440000 |130975 |     0 |   0.0 | 124M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
240.99/241.09	c   236s|450000 |131814 |     0 |   0.0 | 127M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 456k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
254.29/254.32	c   249s|460000 |132200 |     0 |   0.0 | 131M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
268.79/268.87	c   264s|470000 |132241 |     0 |   0.0 | 134M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 484k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
284.09/284.19	c   279s|480000 |132078 |     0 |   0.0 | 137M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 498k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
299.70/299.75	c   294s|490000 |131944 |     0 |   0.0 | 140M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 512k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
316.59/316.70	c   311s|500000 |130820 |     0 |   0.0 | 142M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 526k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
333.00/333.06	c   327s|510000 |130062 |     0 |   0.0 | 145M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 541k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
349.70/349.78	c   344s|520000 |129237 |     0 |   0.0 | 147M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 555k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
368.79/368.83	c   363s|530000 |127590 |     0 |   0.0 | 149M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 571k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
389.19/389.24	c   383s|540000 |125438 |     0 |   0.0 | 151M| 141 |   - | 253 |  31k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
410.40/410.43	c   404s|550000 |123232 |     0 |   0.0 | 152M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 604k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
432.70/432.78	c   426s|560000 |120640 |     0 |   0.0 | 153M| 141 |   - | 253 |  33k|   0 |   0 |   0 | 621k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
455.90/455.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
455.90/455.91	c   449s|570000 |117665 |     0 |   0.0 | 154M| 141 |   - | 253 |  35k|   0 |   0 |   0 | 638k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
479.70/479.76	c   473s|580000 |114730 |     0 |   0.0 | 154M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 657k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
505.80/505.87	c   499s|590000 |111415 |     0 |   0.0 | 153M| 141 |   - | 253 |  41k|   0 |   0 |   0 | 675k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
533.51/533.54	c   526s|600000 |107804 |     0 |   0.0 | 152M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 694k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
562.41/562.43	c   555s|610000 |103061 |     0 |   0.0 | 148M| 141 |   - | 253 |  44k|   0 |   0 |   0 | 713k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
594.30/594.39	c   587s|620000 | 98405 |     0 |   0.0 | 143M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 732k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
627.41/627.48	c   620s|630000 | 92620 |     0 |   0.0 | 140M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 752k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
662.71/662.72	c   655s|640000 | 86541 |     0 |   0.0 | 137M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 772k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
700.11/700.11	c   692s|650000 | 80376 |     0 |   0.0 | 134M| 141 |   - | 253 |  48k|   0 |   0 |   0 | 792k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
742.31/742.40	c   734s|660000 | 73723 |     0 |   0.0 | 129M| 141 |   - | 253 |  53k|   0 |   0 |   0 | 813k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
789.01/789.00	c   780s|670000 | 66169 |     0 |   0.0 | 121M| 141 |   - | 253 |  58k|   0 |   0 |   0 | 834k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
835.41/835.41	c   827s|680000 | 58672 |     0 |   0.0 | 108M| 141 |   - | 253 |  47k|   0 |   0 |   0 | 854k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
883.51/883.55	c   875s|690000 | 47416 |     0 |   0.0 |  90M| 141 |   - | 253 |  46k|   0 |   0 |   0 | 876k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
893.92/893.96	c   885s|700000 | 52256 |     0 |   0.0 |  85M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 885k|   0 | 1.000000e+00 | 6.900000e+01 |6800.00%
903.32/903.35	c   894s|710000 | 52538 |     0 |   0.0 |  81M| 141 |   - | 253 |  12k|   0 |   0 |   0 | 897k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
907.01/907.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
907.01/907.09	c   898s|720000 | 58902 |     0 |   0.0 |  85M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 906k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
913.12/913.16	c   904s|730000 | 62903 |     0 |   0.0 |  91M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 917k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
922.32/922.32	c   913s|740000 | 64246 |     0 |   0.0 |  96M| 141 |   - | 253 |  23k|   0 |   0 |   0 | 932k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
934.82/934.85	c   925s|750000 | 63528 |     0 |   0.0 |  94M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 947k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
940.52/940.54	c   931s|760000 | 68738 |     0 |   0.0 |  98M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 957k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
948.22/948.25	c   938s|770000 | 72501 |     0 |   0.0 | 103M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 969k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
957.81/957.80	c   948s|780000 | 74916 |     0 |   0.0 | 108M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 984k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
971.42/971.49	c   961s|790000 | 75092 |     0 |   0.0 | 112M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1001k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
988.72/988.74	c   978s|800000 | 73684 |     0 |   0.0 | 114M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1021k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1010.62/1010.67	c  1000s|810000 | 69798 |     0 |   0.0 | 113M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1044k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1024.72/1024.76	c  1014s|820000 | 70668 |     0 |   0.0 | 109M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1057k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1038.22/1038.24	c  1028s|830000 | 69597 |     0 |   0.0 | 112M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1076k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1057.42/1057.43	c  1047s|840000 | 66240 |     0 |   0.0 | 114M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1099k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1082.33/1082.39	c  1071s|850000 | 60307 |     0 |   0.0 | 111M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1123k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1114.72/1114.70	c  1103s|860000 | 52417 |     0 |   0.0 | 102M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1149k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1118.33/1118.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.33/1118.39	c  1107s|870000 | 60615 |     0 |   0.0 |  97M| 141 |   - | 253 |4724 |   0 |   0 |   0 |1152k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1120.62/1120.69	c  1109s|880000 | 67281 |     0 |   0.0 | 101M| 141 |   - | 253 |5882 |   0 |   0 |   0 |1158k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1127.73/1127.76	c  1115s|890000 | 65328 |     0 |   0.0 | 100M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1174k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1137.93/1137.99	c  1125s|900000 | 64767 |     0 |   0.0 |  88M| 141 |   - | 253 |9001 |   0 |   0 |   0 |1188k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1140.32/1140.36	c  1127s|910000 | 72041 |     0 |   0.0 |  91M| 141 |   - | 253 |5699 |   0 |   0 |   0 |1193k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1142.83/1142.82	c  1129s|920000 | 78892 |     0 |   0.0 |  95M| 141 |   - | 253 |6748 |   0 |   0 |   0 |1198k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1145.53/1145.55	c  1132s|930000 | 85470 |     0 |   0.0 |  99M| 141 |   - | 253 |8027 |   0 |   0 |   0 |1203k|   0 | 6.000000e+00 | 6.900000e+01 |1050.00%
1148.62/1148.67	c  1135s|940000 | 91798 |     0 |   0.0 | 103M| 141 |   - | 253 |9050 |   0 |   0 |   0 |1208k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1152.42/1152.42	c  1138s|950000 | 97325 |     0 |   0.0 | 108M| 141 |   - | 253 |9574 |   0 |   0 |   0 |1215k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1156.62/1156.63	c  1142s|960000 |102434 |     0 |   0.0 | 113M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1223k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1161.23/1161.28	c  1146s|970000 |107101 |     0 |   0.0 | 117M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1231k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1166.53/1166.57	c  1151s|980000 |111217 |     0 |   0.0 | 122M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1240k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1173.02/1173.03	c  1157s|990000 |114119 |     0 |   0.0 | 127M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1251k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1180.43/1180.43	c  1164s|  1000k|116104 |     0 |   0.0 | 129M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1263k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1183.22/1183.26	c  1167s|  1010k|122345 |     0 |   0.0 | 131M| 141 |   - | 253 |4535 |   0 |   0 |   0 |1268k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1185.84/1185.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1185.84/1185.85	c  1169s|  1020k|127774 |     0 |   0.0 | 135M| 141 |   - | 253 |4490 |   0 |   0 |   0 |1274k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1188.23/1188.20	c  1171s|  1030k|134395 |     0 |   0.0 | 140M| 141 |   - | 253 |6357 |   0 |   0 |   0 |1279k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1191.63/1191.68	c  1174s|  1040k|139769 |     0 |   0.0 | 145M| 141 |   - | 253 |9281 |   0 |   0 |   0 |1287k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1196.03/1196.08	c  1178s|  1050k|144639 |     0 |   0.0 | 150M| 141 |   - | 253 |  11k|   0 |   0 |   0 |1295k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1201.43/1201.45	c  1183s|  1060k|149069 |     0 |   0.0 | 155M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1303k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1207.33/1207.31	c  1189s|  1070k|153285 |     0 |   0.0 | 160M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1311k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1213.62/1213.69	c  1195s|  1080k|157045 |     0 |   0.0 | 164M| 141 |   - | 253 |  15k|   0 |   0 |   0 |1321k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1221.03/1221.01	c  1202s|  1090k|160356 |     0 |   0.0 | 169M| 141 |   - | 253 |  16k|   0 |   0 |   0 |1330k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1228.93/1228.93	c  1209s|  1100k|163437 |     0 |   0.0 | 173M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1340k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1237.13/1237.19	c  1217s|  1110k|166351 |     0 |   0.0 | 178M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1350k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1246.24/1246.22	c  1226s|  1120k|168946 |     0 |   0.0 | 182M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1361k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1254.92/1254.95	c  1234s|  1130k|171718 |     0 |   0.0 | 187M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1372k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1264.33/1264.37	c  1243s|  1140k|174245 |     0 |   0.0 | 191M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1382k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1274.73/1274.71	c  1253s|  1150k|176263 |     0 |   0.0 | 195M| 141 |   - | 253 |  22k|   0 |   0 |   0 |1394k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1285.53/1285.58	c  1264s|  1160k|178297 |     0 |   0.0 | 199M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1405k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1297.23/1297.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.23/1297.28	c  1275s|  1170k|180144 |     0 |   0.0 | 203M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1417k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1309.73/1309.78	c  1288s|  1180k|181862 |     0 |   0.0 | 207M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1429k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1323.73/1323.78	c  1301s|  1190k|182979 |     0 |   0.0 | 210M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1442k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1338.74/1338.75	c  1316s|  1200k|183964 |     0 |   0.0 | 214M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1456k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1354.64/1354.61	c  1331s|  1210k|184601 |     0 |   0.0 | 217M| 141 |   - | 253 |  30k|   0 |   0 |   0 |1470k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1372.23/1372.25	c  1349s|  1220k|184262 |     0 |   0.0 | 220M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1485k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1392.64/1392.60	c  1369s|  1230k|182451 |     0 |   0.0 | 220M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1501k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1399.03/1399.09	c  1375s|  1240k|188954 |     0 |   0.0 | 217M| 141 |   - | 253 |6739 |   0 |   0 |   0 |1507k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1401.93/1401.97	c  1378s|  1250k|194198 |     0 |   0.0 | 221M| 141 |   - | 253 |4818 |   0 |   0 |   0 |1514k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1405.74/1405.73	c  1381s|  1260k|198320 |     0 |   0.0 | 226M| 141 |   - | 253 |6848 |   0 |   0 |   0 |1523k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1409.93/1409.99	c  1385s|  1270k|201666 |     0 |   0.0 | 230M| 141 |   - | 253 |7322 |   0 |   0 |   0 |1532k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1414.33/1414.35	c  1389s|  1280k|204778 |     0 |   0.0 | 234M| 141 |   - | 253 |8375 |   0 |   0 |   0 |1542k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1417.23/1417.22	c  1392s|  1290k|210514 |     0 |   0.0 | 236M| 141 |   - | 253 |3948 |   0 |   0 |   0 |1548k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1420.44/1420.46	c  1395s|  1300k|215226 |     0 |   0.0 | 241M| 141 |   - | 253 |7248 |   0 |   0 |   0 |1556k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1425.54/1425.51	c  1399s|  1310k|218297 |     0 |   0.0 | 246M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1566k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1432.24/1432.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1432.24/1432.26	c  1406s|  1320k|220327 |     0 |   0.0 | 250M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1576k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1440.74/1440.76	c  1414s|  1330k|222070 |     0 |   0.0 | 254M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1588k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1450.84/1450.88	c  1424s|  1340k|223616 |     0 |   0.0 | 258M| 141 |   - | 253 |  21k|   0 |   0 |   0 |1600k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1462.64/1462.63	c  1435s|  1350k|225115 |     0 |   0.0 | 262M| 141 |   - | 253 |  24k|   0 |   0 |   0 |1611k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1476.34/1476.31	c  1449s|  1360k|225906 |     0 |   0.0 | 265M| 141 |   - | 253 |  26k|   0 |   0 |   0 |1624k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1491.84/1491.86	c  1464s|  1370k|226167 |     0 |   0.0 | 269M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1637k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1508.94/1508.92	c  1481s|  1380k|226263 |     0 |   0.0 | 272M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1651k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1527.64/1527.68	c  1499s|  1390k|225959 |     0 |   0.0 | 274M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1665k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1546.94/1546.92	c  1518s|  1400k|225755 |     0 |   0.0 | 277M| 141 |   - | 253 |  34k|   0 |   0 |   0 |1679k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1567.54/1567.55	c  1538s|  1410k|225354 |     0 |   0.0 | 279M| 141 |   - | 253 |  35k|   0 |   0 |   0 |1693k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1588.74/1588.77	c  1559s|  1420k|224983 |     0 |   0.0 | 282M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1707k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1611.24/1611.23	c  1582s|  1430k|224454 |     0 |   0.0 | 284M| 141 |   - | 253 |  40k|   0 |   0 |   0 |1721k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1634.24/1634.26	c  1604s|  1440k|224160 |     0 |   0.0 | 287M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1735k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1661.15/1661.15	c  1631s|  1450k|222754 |     0 |   0.0 | 288M| 141 |   - | 253 |  46k|   0 |   0 |   0 |1751k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1689.15/1689.15	c  1659s|  1460k|221507 |     0 |   0.0 | 290M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1766k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1719.35/1719.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1719.35/1719.35	c  1688s|  1470k|219875 |     0 |   0.0 | 291M| 141 |   - | 253 |  53k|   0 |   0 |   0 |1782k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1751.85/1751.87	c  1721s|  1480k|218159 |     0 |   0.0 | 293M| 141 |   - | 253 |  56k|   0 |   0 |   0 |1798k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1788.35/1788.33	c  1757s|  1490k|215787 |     0 |   0.0 | 294M| 141 |   - | 253 |  59k|   0 |   0 |   0 |1815k|   0 | 9.000000e+00 | 6.900000e+01 | 666.67%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1768.20
1800.05/1800.00	c Solving Nodes      : 1492847
1800.05/1800.00	c Primal Bound       : +6.90000000000000e+01 (3 solutions)
1800.05/1800.00	c Dual Bound         : +9.00000000000000e+00
1800.05/1800.00	c Gap                : 666.67 %
1800.05/1800.00	s SATISFIABLE
1800.05/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.05/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.05/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.05/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.05/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.05/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.05/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.05/1800.00	v -x4 -x3 -x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1768.20
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2693893-1277896614.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 144 initial, 144 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2693893-1277896614.wbo
1800.05/1800.00	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.05/1800.00	c   Constraints      : 130 initial, 62867 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         42          0    4235475          0     952423      19332    1353524          0          0          0
1800.05/1800.00	c   knapsack         :          1          0    4529546          0    1011557      97537   17508928          0          0          0
1800.05/1800.00	c   setppc           :         39          0    4432008          0    1011557     388130    5424876          0          0          0
1800.05/1800.00	c   linear           :         42          0    4043877          0    1011556     123261    3164200          0          0          0
1800.05/1800.00	c   logicor          :          6+         0    2097358          0    1006937      50450    1123319          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     214498          0          0          1       4162          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    1011559          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       3.27       0.00       2.16       0.00       1.11
1800.05/1800.00	c   knapsack         :     152.24       0.00     149.74       0.00       2.50
1800.05/1800.00	c   setppc           :      30.96       0.00      27.29       0.00       3.67
1800.05/1800.00	c   linear           :      34.78       0.00      34.48       0.00       0.30
1800.05/1800.00	c   logicor          :     785.74       0.00     785.05       0.00       0.69
1800.05/1800.00	c   bounddisjunction :       0.31       0.00       0.31       0.00       0.00
1800.05/1800.00	c   countsols        :       0.09       0.00       0.00       0.00       0.09
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.79          2          0          0
1800.05/1800.00	c   rootredcost      :       0.73          0          0          0
1800.05/1800.00	c   pseudoobj        :       9.45    4559988      11302    1257412
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      22.79     670681     670601    3572364       21.0     177558       13.9          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00         95         95        385       14.8         15       15.7          -
1800.05/1800.00	c   applied globally :          -          -          -    1806374       16.0          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      14737       35.4          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       7.95    1011556          0          0          0          0    2023112
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.03          -          3
1800.05/1800.00	c   oneopt           :       0.43          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.14          0          0
1800.05/1800.00	c   trysol           :       0.28          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1492847
1800.05/1800.00	c   nodes (total)    :    1492847
1800.05/1800.00	c   nodes left       :     214760
1800.05/1800.00	c   max depth        :        141
1800.05/1800.00	c   max depth (total):        141
1800.05/1800.00	c   backtracks       :     491300 (32.9%)
1800.05/1800.00	c   delayed cutoffs  :     291654
1800.05/1800.00	c   repropagations   :    1597908 (7826526 domain reductions, 208820 cutoffs)
1800.05/1800.00	c   avg switch length:      19.92
1800.05/1800.00	c   switching time   :     544.18
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :          3 (3 improvements)
1800.05/1800.00	c   First Solution   : +4.03000000000000e+02   (in run 1, after 116793 nodes, 49.24 seconds, depth 53, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +6.90000000000000e+01   (in run 1, after 376490 nodes, 163.45 seconds, depth 55, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +9.00000000000000e+00
1800.05/1800.00	c   Gap              :     666.67 %
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.65/1800.67	c Time complete: 1800.72.

Verifier Data

OK	68

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693893-1277896614/watcher-2693893-1277896614 -o /tmp/evaluation-result-2693893-1277896614/solver-2693893-1277896614 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693893-1277896614.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.11 2.06 2.02 4/178 14522
/proc/meminfo: memFree=31366628/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=8268 CPUtime=0
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 130956630 8466432 1467 4089446400 4194304 7136930 140735496892928 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14522/statm: 2067 1467 275 719 0 1346 0

[startup+0.048294 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 14522
/proc/meminfo: memFree=31366628/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=12284 CPUtime=0.04
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 4606 0 0 0 4 0 0 0 18 0 1 0 130956630 12578816 2376 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 3071 2376 403 719 0 2350 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12284

[startup+0.100283 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 14522
/proc/meminfo: memFree=31366628/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=12824 CPUtime=0.09
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 4728 0 0 0 8 1 0 0 18 0 1 0 130956630 13131776 2498 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 3206 2498 403 719 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12824

[startup+0.300244 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 14522
/proc/meminfo: memFree=31366628/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=14332 CPUtime=0.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 5106 0 0 0 27 2 0 0 18 0 1 0 130956630 14675968 2877 4089446400 4194304 7136930 140735496892928 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 3583 2877 403 719 0 2862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14332

[startup+0.70017 s]
/proc/loadavg: 2.11 2.06 2.02 4/178 14522
/proc/meminfo: memFree=31366628/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=17012 CPUtime=0.69
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 5806 0 0 0 65 4 0 0 18 0 1 0 130956630 17420288 3576 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 4253 3576 403 719 0 3532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17012

[startup+1.50102 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 14523
/proc/meminfo: memFree=31352112/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=20904 CPUtime=1.49
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 6778 0 0 0 142 7 0 0 19 0 1 0 130956630 21405696 4548 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 5226 4548 403 719 0 4505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20904

[startup+3.10071 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 14523
/proc/meminfo: memFree=31346408/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=25368 CPUtime=3.09
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 7921 0 0 0 295 14 0 0 25 0 1 0 130956630 25976832 5691 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 6342 5691 403 719 0 5621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25368

[startup+6.30011 s]
/proc/loadavg: 2.10 2.06 2.01 3/179 14523
/proc/meminfo: memFree=31327632/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=32792 CPUtime=6.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 9785 0 0 0 602 27 0 0 25 0 1 0 130956630 33579008 7555 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 8198 7555 403 719 0 7477 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32792

[startup+12.7009 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 14523
/proc/meminfo: memFree=31294360/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=42136 CPUtime=12.69
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 12090 0 0 0 1226 43 0 0 25 0 1 0 130956630 43147264 9860 4089446400 4194304 7136930 140735496892928 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 10534 9860 403 719 0 9813 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42136

[startup+25.5005 s]
/proc/loadavg: 2.07 2.05 2.01 3/179 14523
/proc/meminfo: memFree=31256616/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=61740 CPUtime=25.5
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 17028 0 0 0 2468 82 0 0 25 0 1 0 130956630 63221760 14798 4089446400 4194304 7136930 140735496892928 18446744073709551615 4220934 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 15435 14798 403 719 0 14714 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 61740

[startup+51.1007 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 14523
/proc/meminfo: memFree=31235320/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=72968 CPUtime=51.09
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 19765 0 0 0 4989 120 0 0 25 0 1 0 130956630 74719232 17535 4089446400 4194304 7136930 140735496892928 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14522/statm: 18242 17535 403 719 0 17521 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72968

[startup+102.306 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 14525
/proc/meminfo: memFree=31100124/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=117924 CPUtime=102.3
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 30607 0 0 0 9990 240 0 0 25 0 1 0 130956630 120754176 28377 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14522/statm: 29481 28377 404 719 0 28760 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 117924

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/179 14527
/proc/meminfo: memFree=30950888/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=164052 CPUtime=162.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 42307 0 0 0 15849 380 0 0 25 0 1 0 130956630 167989248 40077 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14522/statm: 41013 40077 406 719 0 40292 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 164052

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 14529
/proc/meminfo: memFree=30889956/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=174812 CPUtime=222.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 45020 0 0 0 21754 475 0 0 25 0 1 0 130956630 179007488 42790 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 43703 42790 406 719 0 42982 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174812

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 14530
/proc/meminfo: memFree=30876368/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=184804 CPUtime=282.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 47405 0 0 0 27689 540 0 0 25 0 1 0 130956630 189239296 45175 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 46201 45175 406 719 0 45480 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 184804

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 14531
/proc/meminfo: memFree=30850884/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=195264 CPUtime=342.3
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 49997 0 0 0 33635 595 0 0 25 0 1 0 130956630 199950336 47767 4089446400 4194304 7136930 140735496892928 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 48816 47767 406 719 0 48095 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 195264

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14533
/proc/meminfo: memFree=30820444/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=202552 CPUtime=402.29
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 51835 0 0 0 39588 641 0 0 25 0 1 0 130956630 207413248 49605 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 50638 49605 406 719 0 49917 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 202552

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14535
/proc/meminfo: memFree=30793956/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=206632 CPUtime=462.3
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 52743 0 0 0 45543 687 0 0 25 0 1 0 130956630 211591168 50513 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 51658 50513 406 719 0 50937 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 206632

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/179 14537
/proc/meminfo: memFree=30787720/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=212608 CPUtime=522.3
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 54104 0 0 0 51502 728 0 0 25 0 1 0 130956630 217710592 51874 4089446400 4194304 7136930 140735496892928 18446744073709551615 4209110 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 53152 51874 406 719 0 52431 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 212608

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14538
/proc/meminfo: memFree=30786056/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=214128 CPUtime=582.3
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 54438 0 0 0 57466 764 0 0 25 0 1 0 130956630 219267072 52208 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 53532 52208 406 719 0 52811 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 214128

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14539
/proc/meminfo: memFree=30784648/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=214448 CPUtime=642.31
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 54523 0 0 0 63438 793 0 0 25 0 1 0 130956630 219594752 52293 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 53612 52293 406 719 0 52891 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 214448

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14550
/proc/meminfo: memFree=30775676/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=219488 CPUtime=942.32
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 55666 0 0 0 93246 986 0 0 25 0 1 0 130956630 224755712 53436 4089446400 4194304 7136930 140735496892928 18446744073709551615 4409177 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 54872 53436 406 719 0 54151 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 219488

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14552
/proc/meminfo: memFree=30772172/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=221540 CPUtime=1002.32
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 56187 0 0 0 99188 1044 0 0 25 0 1 0 130956630 226856960 53957 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 55385 53957 406 719 0 54664 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 221540

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14554
/proc/meminfo: memFree=30771136/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=221684 CPUtime=1062.32
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 56207 0 0 0 105139 1093 0 0 25 0 1 0 130956630 227004416 53977 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14522/statm: 55421 53977 406 719 0 54700 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 221684

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14601
/proc/meminfo: memFree=31011884/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=221684 CPUtime=1122.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 56214 0 0 0 111015 1218 0 0 25 0 1 0 130956630 227004416 53984 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 55421 53984 406 719 0 54700 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 221684

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14602
/proc/meminfo: memFree=30998812/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=223156 CPUtime=1182.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 56554 0 0 0 116589 1644 0 0 25 0 1 0 130956630 228511744 54324 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999855 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 55789 54324 406 719 0 55068 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 223156

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14603
/proc/meminfo: memFree=30959068/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=250212 CPUtime=1242.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 63386 0 0 0 122212 2021 0 0 25 0 1 0 130956630 256217088 61156 4089446400 4194304 7136930 140735496892928 18446744073709551615 5000488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 62553 61156 406 719 0 61832 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 250212

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 14605
/proc/meminfo: memFree=30934724/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=269708 CPUtime=1302.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 68278 0 0 0 128020 2213 0 0 25 0 1 0 130956630 276180992 66048 4089446400 4194304 7136930 140735496892928 18446744073709551615 4431726 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 67427 66048 406 719 0 66706 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 269708

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 14607
/proc/meminfo: memFree=30909376/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=281856 CPUtime=1362.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 71318 0 0 0 133889 2344 0 0 25 0 1 0 130956630 288620544 69088 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 70464 69088 406 719 0 69743 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 281856

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 14609
/proc/meminfo: memFree=30876208/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=315360 CPUtime=1422.34
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 78773 0 0 0 139643 2591 0 0 25 0 1 0 130956630 322928640 76543 4089446400 4194304 7136930 140735496892928 18446744073709551615 4409178 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 78840 76543 406 719 0 78119 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 315360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14610
/proc/meminfo: memFree=30852720/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=338376 CPUtime=1482.33
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 84603 0 0 0 145462 2771 0 0 25 0 1 0 130956630 346497024 82373 4089446400 4194304 7136930 140735496892928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 84594 82373 406 719 0 83873 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 338376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14611
/proc/meminfo: memFree=30841532/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=349292 CPUtime=1542.34
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 87258 0 0 0 151361 2873 0 0 25 0 1 0 130956630 357675008 85028 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 87323 85028 406 719 0 86602 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 349292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14613
/proc/meminfo: memFree=30828104/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=356104 CPUtime=1602.34
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 88981 0 0 0 157274 2960 0 0 25 0 1 0 130956630 364650496 86751 4089446400 4194304 7136930 140735496892928 18446744073709551615 5126239 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 89026 86751 406 719 0 88305 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 356104

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14615
/proc/meminfo: memFree=30809456/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=363556 CPUtime=1662.34
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 90886 0 0 0 163202 3032 0 0 25 0 1 0 130956630 372281344 88656 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 90889 88656 406 719 0 90168 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 363556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14617
/proc/meminfo: memFree=30796024/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=367008 CPUtime=1722.35
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 91606 0 0 0 169130 3105 0 0 25 0 1 0 130956630 375816192 89376 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 91752 89376 406 719 0 91031 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 367008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14618
/proc/meminfo: memFree=30785804/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=371148 CPUtime=1782.35
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 92631 0 0 0 175067 3168 0 0 25 0 1 0 130956630 380055552 90401 4089446400 4194304 7136930 140735496892928 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 92787 90401 406 719 0 92066 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 371148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14619
/proc/meminfo: memFree=30779832/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=371148 CPUtime=1800.05
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 92633 0 0 0 176820 3185 0 0 25 0 1 0 130956630 380055552 90403 4089446400 4194304 7136930 140735496892928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14522/statm: 92787 90403 406 719 0 92066 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 371148

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 14619
/proc/meminfo: memFree=30779832/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=371148 CPUtime=1800.25
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 92638 0 0 0 176840 3185 0 0 18 0 1 0 130956630 380055552 90408 4089446400 4194304 7136930 140735496892928 18446744073709551615 4615481 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14522/statm: 92787 90408 411 719 0 92066 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 371148

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 14620
/proc/meminfo: memFree=30785776/32951124 swapFree=67111528/67111528
[pid=14522] ppid=14520 vsize=363796 CPUtime=1800.65
/proc/14522/stat : 14522 (pbscip.linux.x8) R 14520 14522 12830 0 -1 4202496 92638 0 0 0 176880 3185 0 0 18 0 1 0 130956630 372527104 88571 4089446400 4194304 7136930 140735496892928 18446744073709551615 6165693 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14522/statm: 90949 88571 411 719 0 90228 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (KiB) 363796

Child status: 0
Real time (s): 1800.67
CPU time (s): 1800.73
CPU user time (s): 1768.86
CPU system time (s): 31.8742
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 371148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.86
system time used= 31.8742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92645
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= 6
involuntary context switches= 13089

runsolver used 3.44448 second user time and 6.21105 second system time

The end

Launcher Data

Begin job on node141 at 2010-06-30 13:16:54
IDJOB=2693893
IDBENCH=78790
IDSOLVER=1206
FILE ID=node141/2693893-1277896614
PBS_JOBID= 11197071
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.1110976935--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-2693893-1277896614/watcher-2693893-1277896614 -o /tmp/evaluation-result-2693893-1277896614/solver-2693893-1277896614 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693893-1277896614.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ff50a01bd34cad1b05de66ca80b19984
RANDOM SEED=1164624243

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:      31367156 kB
Buffers:        179960 kB
Cached:        1142548 kB
SwapCached:          0 kB
Active:         689308 kB
Inactive:       753232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31367156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6664 kB
Writeback:           0 kB
AnonPages:      119876 kB
Mapped:          16112 kB
Slab:            78744 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node141 at 2010-06-30 13:46:56