Trace number 2694021

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.39 1800.35

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-66-100-0.wbo
MD5SUM129d08cca1ba918da7454b2cc3018155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.213967
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 1209
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-2694021-1277900186.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.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - | 941k|   0 |   - | 253 | 130 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.58/1.63	c   1.5s| 10000 |  6518 |     0 |   0.0 |6940k| 141 |   - | 253 |4548 |   0 |   0 |   0 |7829 |   0 | 0.000000e+00 |      --      |    Inf 
3.69/3.76	c   3.6s| 20000 | 12477 |     0 |   0.0 |  11M| 141 |   - | 253 |5387 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
7.19/7.24	c   7.0s| 30000 | 16800 |     0 |   0.0 |  17M| 141 |   - | 253 |  10k|   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
12.19/12.29	c  11.7s| 40000 | 18412 |     0 |   0.0 |  22M| 141 |   - | 253 |  16k|   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
15.19/15.25	c  14.3s| 50000 | 24514 |     0 |   0.0 |  22M| 141 |   - | 253 |3513 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
16.78/16.86	c  15.7s| 60000 | 31778 |     0 |   0.0 |  26M| 141 |   - | 253 |4187 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
17.99/18.01	o 465
17.99/18.01	c *16.7s| 64691 | 34275 |     0 |   0.0 |  28M| 141 |   - | 253 |5543 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 | 4.650000e+02 |    Inf 
18.60/18.67	o 432
18.60/18.67	c *17.3s| 66723 | 34983 |     0 |   0.0 |  29M| 141 |   - | 253 |6728 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 4.320000e+02 |    Inf 
18.60/18.67	o 391
18.60/18.67	c *17.3s| 66724 | 34982 |     0 |   0.0 |  29M| 141 |   - | 253 |6728 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
19.99/20.04	c  18.6s| 70000 | 35771 |     0 |   0.0 |  31M| 141 |   - | 253 |8305 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
25.39/25.43	c  23.6s| 80000 | 36921 |     0 |   0.0 |  35M| 141 |   - | 253 |  13k|   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
34.19/34.28	c  32.1s| 90000 | 35722 |     0 |   0.0 |  40M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 101k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
46.29/46.38	c  43.8s|100000 | 33175 |     0 |   0.0 |  41M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
52.29/52.30	c  49.5s|110000 | 38147 |     0 |   0.0 |  37M| 141 |   - | 253 |6257 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
54.80/54.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.80/54.87	c  51.7s|120000 | 43989 |     0 |   0.0 |  41M| 141 |   - | 253 |5974 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
57.39/57.48	c  54.1s|130000 | 49841 |     0 |   0.0 |  45M| 141 |   - | 253 |7017 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
60.19/60.29	c  56.6s|140000 | 55550 |     0 |   0.0 |  49M| 141 |   - | 253 |7622 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
63.19/63.23	c  59.3s|150000 | 61028 |     0 |   0.0 |  53M| 141 |   - | 253 |8155 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
66.49/66.52	c  62.2s|160000 | 66032 |     0 |   0.0 |  57M| 141 |   - | 253 |8763 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 | 3.910000e+02 |    Inf 
67.89/67.92	o 246
67.89/67.92	c *63.5s|164008 | 67893 |     0 |   0.0 |  58M| 141 |   - | 253 |9107 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
70.09/70.11	c  65.5s|170000 | 70482 |     0 |   0.0 |  61M| 141 |   - | 253 |9658 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
74.30/74.33	c  69.4s|180000 | 74113 |     0 |   0.0 |  65M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
79.49/79.52	c  74.3s|190000 | 76716 |     0 |   0.0 |  69M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
90.40/90.45	c  84.9s|200000 | 73798 |     0 |   0.0 |  69M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
106.00/106.01	c   100s|210000 | 69309 |     0 |   0.0 |  60M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 229k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
111.10/111.14	c   105s|220000 | 72176 |     0 |   0.0 |  61M| 141 |   - | 253 |8526 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
115.59/115.69	c   109s|230000 | 75111 |     0 |   0.0 |  64M| 141 |   - | 253 |9774 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
120.39/120.41	c   113s|240000 | 78094 |     0 |   0.0 |  67M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
125.20/125.29	c   118s|250000 | 81118 |     0 |   0.0 |  69M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
130.59/130.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.59/130.61	c   123s|260000 | 83932 |     0 |   0.0 |  72M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 2.460000e+02 |    Inf 
136.09/136.14	c   128s|270000 | 86865 |     0 |   0.0 |  75M| 141 |   - | 253 |  13k|   0 |   0 |   0 | 280k|   0 | 1.000000e+00 | 2.460000e+02 |  Large 
141.90/141.96	c   134s|280000 | 89593 |     0 |   0.0 |  79M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 290k|   0 | 1.000000e+00 | 2.460000e+02 |  Large 
148.09/148.16	c   139s|290000 | 92242 |     0 |   0.0 |  82M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 301k|   0 | 1.000000e+00 | 2.460000e+02 |  Large 
154.19/154.26	c   145s|300000 | 95234 |     0 |   0.0 |  86M| 141 |   - | 253 |  16k|   0 |   0 |   0 | 311k|   0 | 1.000000e+00 | 2.460000e+02 |  Large 
160.99/161.00	c   152s|310000 | 97499 |     0 |   0.0 |  89M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 2.460000e+02 |  Large 
162.39/162.49	o 174
162.39/162.49	c * 153s|312128 | 97914 |     0 |   0.0 |  90M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 325k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
167.89/167.96	c   158s|320000 | 99599 |     0 |   0.0 |  93M| 141 |   - | 253 |  18k|   0 |   0 |   0 | 335k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
175.19/175.26	c   165s|330000 |101682 |     0 |   0.0 |  96M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 347k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
182.89/182.91	c   172s|340000 |103590 |     0 |   0.0 |  99M| 141 |   - | 253 |  20k|   0 |   0 |   0 | 358k|   0 | 1.000000e+00 | 1.740000e+02 |  Large 
190.30/190.36	o 168
190.30/190.36	c * 179s|349087 |105023 |     0 |   0.0 | 102M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 370k|   0 | 1.000000e+00 | 1.680000e+02 |  Large 
191.10/191.15	c   180s|350000 |105152 |     0 |   0.0 | 102M| 141 |   - | 253 |  22k|   0 |   0 |   0 | 371k|   0 | 1.000000e+00 | 1.680000e+02 |  Large 
200.30/200.30	c   189s|360000 |106217 |     0 |   0.0 | 105M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 384k|   0 | 1.000000e+00 | 1.680000e+02 |  Large 
210.20/210.23	o 160
210.20/210.23	c * 198s|368949 |105823 |     0 |   0.0 | 107M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 398k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
212.00/212.02	c   200s|370000 |105756 |     0 |   0.0 | 107M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 399k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
222.30/222.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.30/222.34	c   210s|380000 |106299 |     0 |   0.0 | 106M| 141 |   - | 253 |  17k|   0 |   0 |   0 | 411k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
230.69/230.77	c   218s|390000 |107558 |     0 |   0.0 | 109M| 141 |   - | 253 |  19k|   0 |   0 |   0 | 423k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
239.80/239.86	c   227s|400000 |109002 |     0 |   0.0 | 112M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 433k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
249.70/249.74	c   236s|410000 |110681 |     0 |   0.0 | 115M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 444k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
260.10/260.18	c   246s|420000 |112213 |     0 |   0.0 | 118M| 141 |   - | 253 |  26k|   0 |   0 |   0 | 455k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
271.70/271.74	c   258s|430000 |113413 |     0 |   0.0 | 121M| 141 |   - | 253 |  28k|   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
283.90/283.99	c   269s|440000 |114510 |     0 |   0.0 | 124M| 141 |   - | 253 |  30k|   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
297.70/297.72	c   283s|450000 |115177 |     0 |   0.0 | 126M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 491k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
310.79/310.84	c   296s|460000 |116553 |     0 |   0.0 | 129M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 503k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
324.90/324.96	c   309s|470000 |117681 |     0 |   0.0 | 131M| 141 |   - | 253 |  35k|   0 |   0 |   0 | 515k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
339.00/339.08	c   323s|480000 |119158 |     0 |   0.0 | 134M| 141 |   - | 253 |  37k|   0 |   0 |   0 | 527k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
354.00/354.06	c   338s|490000 |120162 |     0 |   0.0 | 136M| 141 |   - | 253 |  38k|   0 |   0 |   0 | 540k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
369.60/369.64	c   353s|500000 |121073 |     0 |   0.0 | 138M| 141 |   - | 253 |  39k|   0 |   0 |   0 | 553k|   0 | 1.000000e+00 | 1.600000e+02 |  Large 
384.69/384.71	o 159
384.69/384.71	c * 367s|509027 |121447 |     0 |   0.0 | 140M| 141 |   - | 253 |  40k|   0 |   0 |   0 | 565k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
386.49/386.57	c   369s|510000 |121344 |     0 |   0.0 | 140M| 141 |   - | 253 |  40k|   0 |   0 |   0 | 566k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
404.40/404.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.40/404.40	c   387s|520000 |121302 |     0 |   0.0 | 142M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 581k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
424.90/424.96	c   407s|530000 |120015 |     0 |   0.0 | 143M| 141 |   - | 253 |  46k|   0 |   0 |   0 | 596k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
447.50/447.59	c   429s|540000 |118587 |     0 |   0.0 | 141M| 141 |   - | 253 |  41k|   0 |   0 |   0 | 610k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
468.10/468.11	c   449s|550000 |118276 |     0 |   0.0 | 142M| 141 |   - | 253 |  43k|   0 |   0 |   0 | 622k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
489.90/489.98	c   471s|560000 |117904 |     0 |   0.0 | 145M| 141 |   - | 253 |  47k|   0 |   0 |   0 | 635k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
513.90/513.98	c   494s|570000 |117223 |     0 |   0.0 | 147M| 141 |   - | 253 |  51k|   0 |   0 |   0 | 648k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
540.50/540.56	c   520s|580000 |116279 |     0 |   0.0 | 148M| 141 |   - | 253 |  55k|   0 |   0 |   0 | 661k|   0 | 1.000000e+00 | 1.590000e+02 |  Large 
548.10/548.14	o 146
548.10/548.14	c * 528s|582906 |115933 |     0 |   0.0 | 148M| 141 |   - | 253 |  56k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 1.460000e+02 |  Large 
563.40/563.49	o 107
563.40/563.49	c * 543s|588154 |112839 |     0 |   0.0 | 146M| 141 |   - | 253 |  57k|   0 |   0 |   0 | 671k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
569.20/569.20	c   548s|590000 |112546 |     0 |   0.0 | 147M| 141 |   - | 253 |  58k|   0 |   0 |   0 | 674k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
602.60/602.66	c   581s|600000 |110224 |     0 |   0.0 | 147M| 141 |   - | 253 |  60k|   0 |   0 |   0 | 689k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
638.30/638.32	c   617s|610000 |107399 |     0 |   0.0 | 147M| 141 |   - | 253 |  62k|   0 |   0 |   0 | 704k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
677.10/677.13	c   655s|620000 |103451 |     0 |   0.0 | 147M| 141 |   - | 253 |  66k|   0 |   0 |   0 | 721k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
715.41/715.45	c   693s|630000 | 98807 |     0 |   0.0 | 139M| 141 |   - | 253 |  52k|   0 |   0 |   0 | 736k|   0 | 1.000000e+00 | 1.070000e+02 |  Large 
729.90/729.92	o 60
729.90/729.92	c * 707s|634198 | 64690 |     0 |   0.0 | 106M| 141 |   - | 253 |  54k|   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 6.000000e+01 |5900.00%
742.51/742.54	o 40
742.51/742.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
742.51/742.54	c * 719s|637991 | 39316 |     0 |   0.0 |  68M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 754k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
746.11/746.17	c   723s|640000 | 33878 |     0 |   0.0 |  59M| 141 |   - | 253 |9032 |   0 |   0 |   0 | 760k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
750.11/750.16	c   726s|650000 | 36618 |     0 |   0.0 |  57M| 141 |   - | 253 |5246 |   0 |   0 |   0 | 770k|   0 | 1.000000e+00 | 4.000000e+01 |3900.00%
756.50/756.58	c   732s|660000 | 36044 |     0 |   0.0 |  57M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 785k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
760.30/760.35	c   736s|670000 | 42001 |     0 |   0.0 |  61M| 141 |   - | 253 |  11k|   0 |   0 |   0 | 793k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
766.11/766.15	c   741s|680000 | 45562 |     0 |   0.0 |  66M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 806k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
775.41/775.44	c   750s|690000 | 45013 |     0 |   0.0 |  65M| 141 |   - | 253 |  10k|   0 |   0 |   0 | 822k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
781.90/781.96	c   756s|700000 | 47017 |     0 |   0.0 |  68M| 141 |   - | 253 |  15k|   0 |   0 |   0 | 836k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
789.81/789.87	c   764s|710000 | 50194 |     0 |   0.0 |  74M| 141 |   - | 253 |  21k|   0 |   0 |   0 | 850k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
802.00/802.03	c   775s|720000 | 51319 |     0 |   0.0 |  78M| 141 |   - | 253 |  25k|   0 |   0 |   0 | 867k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
817.31/817.35	c   790s|730000 | 51005 |     0 |   0.0 |  82M| 141 |   - | 253 |  29k|   0 |   0 |   0 | 885k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
836.41/836.46	c   809s|740000 | 48352 |     0 |   0.0 |  82M| 141 |   - | 253 |  32k|   0 |   0 |   0 | 905k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
849.11/849.13	c   821s|750000 | 48295 |     0 |   0.0 |  76M| 141 |   - | 253 |  14k|   0 |   0 |   0 | 921k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
862.60/862.61	c   834s|760000 | 47014 |     0 |   0.0 |  81M| 141 |   - | 253 |  24k|   0 |   0 |   0 | 942k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
886.81/886.81	c   858s|770000 | 42327 |     0 |   0.0 |  83M| 141 |   - | 253 |  34k|   0 |   0 |   0 | 967k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
922.11/922.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
922.11/922.15	c   893s|780000 | 33650 |     0 |   0.0 |  72M| 141 |   - | 253 |  36k|   0 |   0 |   0 | 995k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
926.31/926.39	c   897s|790000 | 41035 |     0 |   0.0 |  67M| 141 |   - | 253 |7119 |   0 |   0 |   0 |1000k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
929.91/929.98	c   900s|800000 | 45908 |     0 |   0.0 |  71M| 141 |   - | 253 |8360 |   0 |   0 |   0 |1009k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
940.71/940.79	c   910s|810000 | 43680 |     0 |   0.0 |  62M| 141 |   - | 253 |  10k|   0 |   0 |   0 |1028k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
943.81/943.83	c   913s|820000 | 50436 |     0 |   0.0 |  65M| 141 |   - | 253 |9417 |   0 |   0 |   0 |1034k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
948.01/948.07	c   917s|830000 | 55972 |     0 |   0.0 |  69M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1043k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
953.31/953.36	c   922s|840000 | 60720 |     0 |   0.0 |  73M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1053k|   0 | 6.000000e+00 | 4.000000e+01 | 566.67%
959.41/959.44	c   928s|850000 | 64710 |     0 |   0.0 |  77M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1063k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
965.51/965.56	c   934s|860000 | 68264 |     0 |   0.0 |  81M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1075k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
972.61/972.69	c   940s|870000 | 70513 |     0 |   0.0 |  85M| 141 |   - | 253 |  18k|   0 |   0 |   0 |1088k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
977.61/977.61	c   945s|880000 | 75643 |     0 |   0.0 |  86M| 141 |   - | 253 |6475 |   0 |   0 |   0 |1096k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
980.31/980.36	c   947s|890000 | 81863 |     0 |   0.0 |  90M| 141 |   - | 253 |8340 |   0 |   0 |   0 |1104k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
984.52/984.51	c   951s|900000 | 86945 |     0 |   0.0 |  96M| 141 |   - | 253 |  12k|   0 |   0 |   0 |1114k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
990.71/990.74	c   957s|910000 | 90944 |     0 |   0.0 | 101M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1126k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
999.31/999.40	c   965s|920000 | 93938 |     0 |   0.0 | 106M| 141 |   - | 253 |  20k|   0 |   0 |   0 |1139k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1009.61/1009.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1009.61/1009.64	c   975s|930000 | 96544 |     0 |   0.0 | 111M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1153k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1021.51/1021.53	c   987s|940000 | 98751 |     0 |   0.0 | 115M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1167k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1035.31/1035.33	c  1000s|950000 |100475 |     0 |   0.0 | 119M| 141 |   - | 253 |  29k|   0 |   0 |   0 |1182k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1050.31/1050.39	c  1015s|960000 |102008 |     0 |   0.0 | 123M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1197k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1066.41/1066.47	c  1030s|970000 |103387 |     0 |   0.0 | 127M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1213k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1083.42/1083.46	c  1047s|980000 |104128 |     0 |   0.0 | 129M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1229k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1100.21/1100.22	c  1063s|990000 |104444 |     0 |   0.0 | 131M| 141 |   - | 253 |  32k|   0 |   0 |   0 |1246k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1117.81/1117.88	c  1081s|  1000k|103265 |     0 |   0.0 | 133M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1263k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1132.01/1132.03	c  1094s|  1010k|105521 |     0 |   0.0 | 131M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1275k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1140.12/1140.17	c  1102s|  1020k|109469 |     0 |   0.0 | 132M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1285k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1146.31/1146.34	c  1108s|  1030k|112938 |     0 |   0.0 | 136M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1297k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1152.82/1152.86	c  1114s|  1040k|116447 |     0 |   0.0 | 139M| 141 |   - | 253 |  13k|   0 |   0 |   0 |1308k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1157.11/1157.11	c  1118s|  1050k|121737 |     0 |   0.0 | 144M| 141 |   - | 253 |  14k|   0 |   0 |   0 |1318k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1164.92/1164.93	c  1126s|  1060k|124847 |     0 |   0.0 | 148M| 141 |   - | 253 |  19k|   0 |   0 |   0 |1332k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1176.41/1176.42	c  1137s|  1070k|126296 |     0 |   0.0 | 153M| 141 |   - | 253 |  23k|   0 |   0 |   0 |1348k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1191.32/1191.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1191.32/1191.34	c  1151s|  1080k|126837 |     0 |   0.0 | 157M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1366k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1209.71/1209.73	c  1169s|  1090k|126804 |     0 |   0.0 | 160M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1384k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1232.41/1232.49	c  1192s|  1100k|125901 |     0 |   0.0 | 163M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1403k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1257.81/1257.85	c  1217s|  1110k|124964 |     0 |   0.0 | 166M| 141 |   - | 253 |  43k|   0 |   0 |   0 |1421k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1285.72/1285.72	c  1244s|  1120k|124021 |     0 |   0.0 | 168M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1441k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1317.91/1317.98	c  1276s|  1130k|122129 |     0 |   0.0 | 170M| 141 |   - | 253 |  54k|   0 |   0 |   0 |1461k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1355.13/1355.15	c  1313s|  1140k|119081 |     0 |   0.0 | 169M| 141 |   - | 253 |  57k|   0 |   0 |   0 |1483k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1395.12/1395.19	c  1352s|  1150k|114875 |     0 |   0.0 | 164M| 141 |   - | 253 |  57k|   0 |   0 |   0 |1504k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1415.32/1415.31	c  1372s|  1160k|118687 |     0 |   0.0 | 161M| 141 |   - | 253 |  31k|   0 |   0 |   0 |1515k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1433.02/1433.03	c  1389s|  1170k|119293 |     0 |   0.0 | 162M| 141 |   - | 253 |  27k|   0 |   0 |   0 |1531k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1451.02/1451.04	c  1407s|  1180k|118753 |     0 |   0.0 | 163M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1548k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1464.91/1464.93	c  1420s|  1190k|119719 |     0 |   0.0 | 164M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1563k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1478.92/1478.99	c  1434s|  1200k|120474 |     0 |   0.0 | 167M| 141 |   - | 253 |  28k|   0 |   0 |   0 |1579k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1495.52/1495.52	c  1450s|  1210k|120114 |     0 |   0.0 | 170M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1596k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1503.63/1503.67	c  1458s|  1220k|126346 |     0 |   0.0 | 169M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1603k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1510.91/1510.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1510.91/1510.90	c  1465s|  1230k|130063 |     0 |   0.0 | 173M| 141 |   - | 253 |  17k|   0 |   0 |   0 |1614k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1521.22/1521.25	c  1474s|  1240k|131230 |     0 |   0.0 | 178M| 141 |   - | 253 |  25k|   0 |   0 |   0 |1631k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1542.42/1542.43	c  1495s|  1250k|128452 |     0 |   0.0 | 180M| 141 |   - | 253 |  33k|   0 |   0 |   0 |1654k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1573.32/1573.39	c  1526s|  1260k|123274 |     0 |   0.0 | 178M| 141 |   - | 253 |  44k|   0 |   0 |   0 |1678k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1612.72/1612.71	c  1565s|  1270k|117524 |     0 |   0.0 | 175M| 141 |   - | 253 |  55k|   0 |   0 |   0 |1702k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1650.72/1650.77	c  1602s|  1280k|114673 |     0 |   0.0 | 168M| 141 |   - | 253 |  48k|   0 |   0 |   0 |1721k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1678.83/1678.89	c  1630s|  1290k|114249 |     0 |   0.0 | 166M| 141 |   - | 253 |  37k|   0 |   0 |   0 |1738k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1707.42/1707.46	c  1658s|  1300k|111348 |     0 |   0.0 | 164M| 141 |   - | 253 |  38k|   0 |   0 |   0 |1759k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1735.43/1735.44	c  1685s|  1310k|108774 |     0 |   0.0 | 163M| 141 |   - | 253 |  42k|   0 |   0 |   0 |1779k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1762.32/1762.39	c  1712s|  1320k|107387 |     0 |   0.0 | 164M| 141 |   - | 253 |  47k|   0 |   0 |   0 |1798k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1791.32/1791.34	c  1740s|  1330k|105293 |     0 |   0.0 | 163M| 141 |   - | 253 |  49k|   0 |   0 |   0 |1818k|   0 | 9.000000e+00 | 4.000000e+01 | 344.44%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1748.86
1800.04/1800.01	c Solving Nodes      : 1334855
1800.04/1800.01	c Primal Bound       : +4.00000000000000e+01 (12 solutions)
1800.04/1800.01	c Dual Bound         : +9.00000000000000e+00
1800.04/1800.01	c Gap                : 344.44 %
1800.04/1800.01	s SATISFIABLE
1800.04/1800.01	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.01	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.01	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.01	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.01	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.04/1800.01	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1800.04/1800.01	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.01	v -x4 -x3 -x2 -x1 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1748.86
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2694021-1277900186.wbo
1800.04/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.01	c   Constraints      : 144 initial, 144 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2694021-1277900186.wbo
1800.04/1800.01	c   Variables        : 253 (211 binary, 0 integer, 0 implicit integer, 42 continuous)
1800.04/1800.01	c   Constraints      : 130 initial, 69253 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.00          0          0          0         42          0         14          0          0
1800.04/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :         42          0    3789578          0     829086       4587     582223          0          0          0
1800.04/1800.01	c   knapsack         :          1          0    4103448          0     889487     104511   16094533          0          0          0
1800.04/1800.01	c   setppc           :         39          0    3998895          0     889480     361198    4955535          0          0          0
1800.04/1800.01	c   linear           :         42          0    3637710          0     889482     124001    3054955          0          0          0
1800.04/1800.01	c   logicor          :          6+         0    1891198          0     883404      57279     878542          0          0          0
1800.04/1800.01	c   bounddisjunction :          0+         0     109097          0          0         12      10382          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0          0     889493          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c   indicator        :       1.50       0.00       0.98       0.00       0.52
1800.04/1800.01	c   knapsack         :     138.31       0.00     136.30       0.00       2.01
1800.04/1800.01	c   setppc           :      28.89       0.00      25.62       0.00       3.27
1800.04/1800.01	c   linear           :      31.37       0.00      31.26       0.00       0.11
1800.04/1800.01	c   logicor          :     810.71       0.00     810.52       0.00       0.19
1800.04/1800.01	c   bounddisjunction :       0.20       0.00       0.20       0.00       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :       0.03          2          0          0
1800.04/1800.01	c   rootredcost      :       0.00          0          0          0
1800.04/1800.01	c   pseudoobj        :       5.32    4109468       1624     429657
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :      21.25     648625     648553    3481685       21.0     131032       13.8          -
1800.04/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00         42         42        173       15.6          5       16.6          -
1800.04/1800.01	c   applied globally :          -          -          -    1810586       16.3          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -      12781       34.9          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :       6.64     889481          0          0          0          0    1778962
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.13          -         12
1800.04/1800.01	c   oneopt           :       0.14          0          0
1800.04/1800.01	c   trivial          :       0.00          2          0
1800.04/1800.01	c   simplerounding   :       0.00          0          0
1800.04/1800.01	c   zirounding       :       0.00          0          0
1800.04/1800.01	c   rounding         :       0.00          0          0
1800.04/1800.01	c   shifting         :       0.00          0          0
1800.04/1800.01	c   intshifting      :       0.00          0          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   feaspump         :       0.00          0          0
1800.04/1800.01	c   coefdiving       :       0.00          0          0
1800.04/1800.01	c   pscostdiving     :       0.00          0          0
1800.04/1800.01	c   fracdiving       :       0.00          0          0
1800.04/1800.01	c   veclendiving     :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   objpscostdiving  :       0.00          0          0
1800.04/1800.01	c   rootsoldiving    :       0.00          0          0
1800.04/1800.01	c   linesearchdiving :       0.00          0          0
1800.04/1800.01	c   guideddiving     :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.00          0          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   crossover        :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.02          0          0
1800.04/1800.01	c   trysol           :       0.01          1          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :    1334855
1800.04/1800.01	c   nodes (total)    :    1334855
1800.04/1800.01	c   nodes left       :     107668
1800.04/1800.01	c   max depth        :        141
1800.04/1800.01	c   max depth (total):        141
1800.04/1800.01	c   backtracks       :     454680 (34.1%)
1800.04/1800.01	c   delayed cutoffs  :     282980
1800.04/1800.01	c   repropagations   :    1419040 (7163572 domain reductions, 207892 cutoffs)
1800.04/1800.01	c   avg switch length:      20.09
1800.04/1800.01	c   switching time   :     530.19
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :         12 (12 improvements)
1800.04/1800.01	c   First Solution   : +4.65000000000000e+02   (in run 1, after 64691 nodes, 16.73 seconds, depth 72, found by <relaxation>)
1800.04/1800.01	c   Primal Bound     : +4.00000000000000e+01   (in run 1, after 637991 nodes, 719.05 seconds, depth 52, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +9.00000000000000e+00
1800.04/1800.01	c   Gap              :     344.44 %
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0
1800.33/1800.35	c Time complete: 1800.37.

Verifier Data

OK	39

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.81 1.95 1.98 4/196 23708
/proc/meminfo: memFree=31294712/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=8264 CPUtime=0
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 1543 0 0 0 0 0 0 0 25 0 1 0 163610316 8462336 1466 4089446400 4194304 7136930 140735630614672 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23708/statm: 2066 1466 275 719 0 1345 0

[startup+0.0773119 s]
/proc/loadavg: 1.81 1.95 1.98 4/196 23708
/proc/meminfo: memFree=31294712/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=12684 CPUtime=0.07
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 4690 0 0 0 7 0 0 0 25 0 1 0 163610316 12988416 2461 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23708/statm: 3171 2461 403 719 0 2450 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12684

[startup+0.100311 s]
/proc/loadavg: 1.81 1.95 1.98 4/196 23708
/proc/meminfo: memFree=31294712/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=12820 CPUtime=0.09
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 4736 0 0 0 9 0 0 0 25 0 1 0 163610316 13127680 2507 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23708/statm: 3205 2507 403 719 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12820

[startup+0.300276 s]
/proc/loadavg: 1.81 1.95 1.98 4/196 23708
/proc/meminfo: memFree=31294712/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=14236 CPUtime=0.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 5099 0 0 0 27 2 0 0 25 0 1 0 163610316 14577664 2870 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23708/statm: 3559 2870 403 719 0 2838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14236

[startup+0.700205 s]
/proc/loadavg: 1.81 1.95 1.98 4/196 23708
/proc/meminfo: memFree=31294712/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=16928 CPUtime=0.69
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 5765 0 0 0 65 4 0 0 25 0 1 0 163610316 17334272 3536 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23708/statm: 4232 3536 403 719 0 3511 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16928

[startup+1.50106 s]
/proc/loadavg: 1.81 1.95 1.98 3/197 23709
/proc/meminfo: memFree=31281104/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=20000 CPUtime=1.49
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 6534 0 0 0 141 8 0 0 25 0 1 0 163610316 20480000 4305 4089446400 4194304 7136930 140735630614672 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23708/statm: 5000 4305 403 719 0 4279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20000

[startup+3.10073 s]
/proc/loadavg: 1.81 1.95 1.98 3/197 23709
/proc/meminfo: memFree=31278128/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=24460 CPUtime=3.09
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 7681 0 0 0 294 15 0 0 25 0 1 0 163610316 25047040 5452 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23708/statm: 6115 5452 403 719 0 5394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24460

[startup+6.30022 s]
/proc/loadavg: 1.82 1.95 1.98 3/197 23709
/proc/meminfo: memFree=31269448/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=31248 CPUtime=6.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 9397 0 0 0 604 25 0 0 25 0 1 0 163610316 31997952 7168 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23708/statm: 7812 7168 403 719 0 7091 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31248

[startup+12.7011 s]
/proc/loadavg: 1.84 1.95 1.98 3/179 23739
/proc/meminfo: memFree=31669548/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=40428 CPUtime=12.69
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 11649 0 0 0 1204 65 0 0 25 0 1 0 163610316 41398272 9420 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 10107 9420 403 719 0 9386 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40428

[startup+25.5009 s]
/proc/loadavg: 1.87 1.95 1.98 3/179 23739
/proc/meminfo: memFree=31651684/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=58216 CPUtime=25.49
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 16188 0 0 0 2371 178 0 0 25 0 1 0 163610316 59613184 13936 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 14554 13936 403 719 0 13833 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58216

[startup+51.1003 s]
/proc/loadavg: 1.92 1.96 1.98 3/179 23741
/proc/meminfo: memFree=31641944/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=68832 CPUtime=51.09
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 18639 0 0 0 4837 272 0 0 25 0 1 0 163610316 70483968 16387 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 17208 16387 403 719 0 16487 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68832

[startup+102.306 s]
/proc/loadavg: 1.96 1.96 1.98 3/179 23741
/proc/meminfo: memFree=31603348/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=107728 CPUtime=102.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 28044 0 0 0 9646 583 0 0 25 0 1 0 163610316 110313472 25792 4089446400 4194304 7136930 140735630614672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 26932 25792 403 719 0 26211 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 107728

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.98 3/179 23770
/proc/meminfo: memFree=31482724/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=129036 CPUtime=162.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 33421 0 0 0 15277 952 0 0 25 0 1 0 163610316 132132864 31169 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 32259 31169 403 719 0 31538 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 129036

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/179 23772
/proc/meminfo: memFree=31316752/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=146524 CPUtime=222.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 37742 0 0 0 21005 1225 0 0 25 0 1 0 163610316 150040576 35490 4089446400 4194304 7136930 140735630614672 18446744073709551615 4431478 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 36631 35490 406 719 0 35910 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 146524

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23819
/proc/meminfo: memFree=31334100/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=170424 CPUtime=282.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 43693 0 0 0 26781 1448 0 0 25 0 1 0 163610316 174514176 41441 4089446400 4194304 7136930 140735630614672 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 42606 41441 406 719 0 41885 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 170424

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23820
/proc/meminfo: memFree=31305656/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=181924 CPUtime=342.29
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 46583 0 0 0 32613 1616 0 0 25 0 1 0 163610316 186290176 44331 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999667 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 45481 44331 406 719 0 44760 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 181924

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23821
/proc/meminfo: memFree=31283172/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=189392 CPUtime=402.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 48469 0 0 0 38461 1769 0 0 25 0 1 0 163610316 193937408 46217 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 47348 46217 406 719 0 46627 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189392

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23823
/proc/meminfo: memFree=31263040/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=194968 CPUtime=462.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 49825 0 0 0 44338 1892 0 0 25 0 1 0 163610316 199647232 47573 4089446400 4194304 7136930 140735630614672 18446744073709551615 4223894 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 48742 47573 406 719 0 48021 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194968

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23825
/proc/meminfo: memFree=31250464/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=200292 CPUtime=522.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 51139 0 0 0 50223 2007 0 0 25 0 1 0 163610316 205099008 48887 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 50073 48887 406 719 0 49352 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 200292

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/197 23827
/proc/meminfo: memFree=31238620/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=204528 CPUtime=582.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 51995 0 0 0 56130 2100 0 0 25 0 1 0 163610316 209436672 49743 4089446400 4194304 7136930 140735630614672 18446744073709551615 5004477 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 51132 49743 406 719 0 50411 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 204528

[startup+642.301 s]
/proc/loadavg: 2.41 2.08 2.02 3/197 23828
/proc/meminfo: memFree=31228796/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=207504 CPUtime=642.3
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 52738 0 0 0 62045 2185 0 0 25 0 1 0 163610316 212484096 50486 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 51876 50486 406 719 0 51155 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 207504

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 23836
/proc/meminfo: memFree=31189148/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=213052 CPUtime=942.31
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 53789 0 0 0 91182 3049 0 0 25 0 1 0 163610316 218165248 51537 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 53263 51537 406 719 0 52542 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 213052

[startup+1002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/197 23837
/proc/meminfo: memFree=31182268/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=214076 CPUtime=1002.31
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 54050 0 0 0 96809 3422 0 0 25 0 1 0 163610316 219213824 51798 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 53519 51798 406 719 0 52798 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 214076

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 23839
/proc/meminfo: memFree=31175164/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=215556 CPUtime=1062.31
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 54379 0 0 0 102641 3590 0 0 25 0 1 0 163610316 220729344 52127 4089446400 4194304 7136930 140735630614672 18446744073709551615 5004488 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 53889 52127 406 719 0 53168 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 215556

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 23841
/proc/meminfo: memFree=31168428/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=215772 CPUtime=1122.31
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 54443 0 0 0 108491 3740 0 0 25 0 1 0 163610316 220950528 52191 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 53943 52191 406 719 0 53222 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 215772

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/197 23843
/proc/meminfo: memFree=31157464/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=222756 CPUtime=1182.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 56190 0 0 0 114242 3990 0 0 25 0 1 0 163610316 228102144 53938 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 55689 53938 406 719 0 54968 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 222756

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/197 23844
/proc/meminfo: memFree=31152592/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=227132 CPUtime=1242.31
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 57295 0 0 0 120127 4104 0 0 25 0 1 0 163610316 232583168 55043 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 56783 55043 406 719 0 56062 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 227132

[startup+1302.3 s]
/proc/loadavg: 2.27 2.10 2.03 3/197 23845
/proc/meminfo: memFree=31149112/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=230360 CPUtime=1302.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 58091 0 0 0 126038 4194 0 0 25 0 1 0 163610316 235888640 55839 4089446400 4194304 7136930 140735630614672 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 57590 55839 406 719 0 56869 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 230360

[startup+1362.3 s]
/proc/loadavg: 2.54 2.19 2.06 3/197 23847
/proc/meminfo: memFree=31148460/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=230992 CPUtime=1362.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 58252 0 0 0 131959 4273 0 0 25 0 1 0 163610316 236535808 56000 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 57748 56000 406 719 0 57027 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 230992

[startup+1422.31 s]
/proc/loadavg: 2.20 2.16 2.05 3/197 23849
/proc/meminfo: memFree=31147684/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=231284 CPUtime=1422.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 58295 0 0 0 137862 4370 0 0 25 0 1 0 163610316 236834816 56043 4089446400 4194304 7136930 140735630614672 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 57821 56043 406 719 0 57100 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 231284

[startup+1482.3 s]
/proc/loadavg: 2.07 2.12 2.05 3/197 23851
/proc/meminfo: memFree=31144056/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=234832 CPUtime=1482.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 59189 0 0 0 143700 4532 0 0 25 0 1 0 163610316 240467968 56937 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 58708 56937 406 719 0 57987 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 234832

[startup+1542.3 s]
/proc/loadavg: 2.09 2.12 2.05 3/197 23852
/proc/meminfo: memFree=31129332/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=245184 CPUtime=1542.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 61763 0 0 0 149504 4728 0 0 25 0 1 0 163610316 251068416 59511 4089446400 4194304 7136930 140735630614672 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61296 59511 406 719 0 60575 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 245184

[startup+1602.3 s]
/proc/loadavg: 2.03 2.09 2.04 3/197 23853
/proc/meminfo: memFree=31123228/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=246020 CPUtime=1602.32
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62003 0 0 0 155420 4812 0 0 25 0 1 0 163610316 251924480 59751 4089446400 4194304 7136930 140735630614672 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61505 59751 406 719 0 60784 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 246020

[startup+1662.3 s]
/proc/loadavg: 2.01 2.07 2.04 3/197 23855
/proc/meminfo: memFree=31117492/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=246984 CPUtime=1662.33
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62252 0 0 0 161344 4889 0 0 25 0 1 0 163610316 252911616 60000 4089446400 4194304 7136930 140735630614672 18446744073709551615 4208878 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61746 60000 406 719 0 61025 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 246984

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/197 23857
/proc/meminfo: memFree=31112760/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=246984 CPUtime=1722.33
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62260 0 0 0 167247 4986 0 0 25 0 1 0 163610316 252911616 60008 4089446400 4194304 7136930 140735630614672 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61746 60008 406 719 0 61025 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 246984

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.03 3/197 23859
/proc/meminfo: memFree=31107512/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=247668 CPUtime=1782.33
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62313 0 0 0 173149 5084 0 0 25 0 1 0 163610316 253612032 60061 4089446400 4194304 7136930 140735630614672 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61917 60061 406 719 0 61196 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 247668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.05 2.03 3/197 23859
/proc/meminfo: memFree=31106508/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=247668 CPUtime=1800.04
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62313 0 0 0 174886 5118 0 0 25 0 1 0 163610316 253612032 60061 4089446400 4194304 7136930 140735630614672 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23708/statm: 61917 60061 406 719 0 61196 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 247668

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.02 2.05 2.03 3/197 23859
/proc/meminfo: memFree=31106508/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=247668 CPUtime=1800.23
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62318 0 0 0 174905 5118 0 0 18 0 1 0 163610316 253612032 60066 4089446400 4194304 7136930 140735630614672 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23708/statm: 61917 60066 411 719 0 61196 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 247668

[startup+1800.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/197 23859
/proc/meminfo: memFree=31106508/32950940 swapFree=67111528/67111528
[pid=23708] ppid=23706 vsize=246644 CPUtime=1800.33
/proc/23708/stat : 23708 (pbscip.linux.x8) R 23706 23708 23135 0 -1 4202496 62318 0 0 0 174915 5118 0 0 18 0 1 0 163610316 252563456 59810 4089446400 4194304 7136930 140735630614672 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23708/statm: 61531 59680 411 719 0 60810 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 246644

Child status: 0
Real time (s): 1800.35
CPU time (s): 1800.39
CPU user time (s): 1749.2
CPU system time (s): 51.1892
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 247668

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

runsolver used 2.97255 second user time and 5.80112 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 14:16:26
IDJOB=2694021
IDBENCH=78877
IDSOLVER=1206
FILE ID=node117/2694021-1277900186
PBS_JOBID= 11197174
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972763--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-2694021-1277900186/watcher-2694021-1277900186 -o /tmp/evaluation-result-2694021-1277900186/solver-2694021-1277900186 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694021-1277900186.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 129d08cca1ba918da7454b2cc3018155
RANDOM SEED=259002934

node117.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.799
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.59
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.799
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.799
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.82
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.799
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.799
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.85
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.799
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.799
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.799
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31295240 kB
Buffers:        183872 kB
Cached:         849216 kB
SwapCached:          0 kB
Active:         934464 kB
Inactive:       578688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31295240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3300 kB
Writeback:           0 kB
AnonPages:      479804 kB
Mapped:          20360 kB
Slab:            77808 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1651680 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 node117 at 2010-06-30 14:46:28