Trace number 2694106

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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-0-100-0.wbo
MD5SUMbf6c20afd58a85c8a111061436284549
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.301953
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1190
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-2694106-1277923272.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 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	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
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, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.59/1.62	c   1.4s| 10000 |  6530 |     0 |   0.0 |8121k| 171 |   - | 371 |5018 |   0 |   0 |   0 |9288 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.69/1.79	o 814
1.69/1.79	c * 1.6s| 11575 |  7841 |     0 |   0.0 |8563k| 191 |   - | 371 |4827 |   0 |   0 |   0 |9831 |   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
2.69/2.74	c   2.3s| 20000 | 14580 |     0 |   0.0 |  11M| 201 |   - | 371 |4278 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
5.09/5.15	c   4.5s| 30000 | 19493 |     0 |   0.0 |  18M| 201 |   - | 371 |9425 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
8.80/8.87	c   8.0s| 40000 | 22728 |     0 |   0.0 |  23M| 201 |   - | 371 |  11k|   0 |   0 |   0 |  46k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
12.20/12.26	c  11.1s| 50000 | 26870 |     0 |   0.0 |  25M| 201 |   - | 371 |7595 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
12.69/12.78	c  11.5s| 60000 | 36825 |     0 |   0.0 |  26M| 201 |   - | 371 |1017 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
13.20/13.24	c  11.9s| 70000 | 46784 |     0 |   0.0 |  29M| 201 |   - | 371 | 832 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
13.69/13.70	c  12.2s| 80000 | 56754 |     0 |   0.0 |  32M| 201 |   - | 371 | 852 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
14.09/14.16	c  12.4s| 90000 | 66719 |     0 |   0.0 |  35M| 201 |   - | 371 | 851 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
14.59/14.62	c  12.7s|100000 | 76678 |     0 |   0.0 |  38M| 201 |   - | 371 | 905 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
14.99/15.08	c  13.0s|110000 | 86640 |     0 |   0.0 |  42M| 201 |   - | 371 | 957 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
15.49/15.56	c  13.3s|120000 | 96588 |     0 |   0.0 |  45M| 201 |   - | 371 |1047 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 8.140000e+02 |    Inf 
15.49/15.59	o 283
15.49/15.59	c *13.3s|120654 | 95906 |     0 |   0.0 |  44M| 201 |   - | 371 |1046 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 | 2.830000e+02 |    Inf 
16.09/16.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.09/16.18	c  13.7s|130000 |104863 |     0 |   0.0 |  48M| 201 |   - | 371 |1445 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 | 2.830000e+02 |    Inf 
16.79/16.89	c  14.2s|140000 |114246 |     0 |   0.0 |  53M| 201 |   - | 371 |1783 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 2.830000e+02 |    Inf 
17.19/17.23	o 276
17.19/17.23	c *14.5s|144858 |118257 |     0 |   0.0 |  54M| 201 |   - | 371 |1300 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 2.760000e+02 |    Inf 
17.19/17.25	o 275
17.19/17.25	c *14.5s|145080 |118423 |     0 |   0.0 |  54M| 201 |   - | 371 |1248 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 2.750000e+02 |    Inf 
17.39/17.49	o 142
17.39/17.49	c *14.7s|148822 | 79548 |     0 |   0.0 |  40M| 201 |   - | 371 | 750 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
17.49/17.58	c  14.7s|150000 | 80567 |     0 |   0.0 |  41M| 201 |   - | 371 | 920 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
19.99/20.04	c  17.0s|160000 | 85157 |     0 |   0.0 |  48M| 201 |   - | 371 |9411 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
24.99/25.07	c  21.8s|170000 | 87189 |     0 |   0.0 |  53M| 201 |   - | 371 |  15k|   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
32.29/32.32	c  28.8s|180000 | 88155 |     0 |   0.0 |  59M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
41.39/41.47	c  37.7s|190000 | 88497 |     0 |   0.0 |  62M| 201 |   - | 371 |  25k|   0 |   0 |   0 | 143k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
51.09/51.17	c  47.2s|200000 | 88865 |     0 |   0.0 |  65M| 201 |   - | 371 |  28k|   0 |   0 |   0 | 165k|   0 | 0.000000e+00 | 1.420000e+02 |    Inf 
55.59/55.62	o 138
55.59/55.62	c *51.6s|203629 | 87253 |     0 |   0.0 |  65M| 201 |   - | 371 |  28k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.380000e+02 |    Inf 
55.59/55.64	o 126
55.59/55.64	c *51.6s|203704 | 83171 |     0 |   0.0 |  63M| 201 |   - | 371 |  28k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
56.59/56.63	c  52.5s|210000 | 89120 |     0 |   0.0 |  58M| 201 |   - | 371 |2407 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.260000e+02 |    Inf 
56.99/57.06	o 124
56.99/57.06	c *52.8s|215473 | 93765 |     0 |   0.0 |  60M| 201 |   - | 371 |1872 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
57.39/57.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.39/57.43	c  53.1s|220000 | 97983 |     0 |   0.0 |  62M| 201 |   - | 371 |1995 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
57.89/57.91	o 123
57.89/57.91	c *53.5s|225832 |103317 |     0 |   0.0 |  65M| 201 |   - | 371 |2329 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
58.00/58.07	o 59
58.00/58.07	c *53.7s|227616 | 81706 |     0 |   0.0 |  56M| 201 |   - | 371 |2338 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
58.00/58.08	o 53
58.00/58.08	c *53.7s|227639 | 80238 |     0 |   0.0 |  55M| 201 |   - | 371 |2340 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 5.300000e+01 |    Inf 
58.00/58.09	o 43
58.00/58.09	c *53.7s|227670 | 76168 |     0 |   0.0 |  54M| 201 |   - | 371 |2202 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 4.300000e+01 |    Inf 
58.09/58.11	o 33
58.09/58.11	c *53.7s|227704 | 70229 |     0 |   0.0 |  52M| 201 |   - | 371 |2136 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 | 3.300000e+01 |    Inf 
58.29/58.32	o 11
58.29/58.32	c *53.9s|229036 | 65975 |     0 |   0.0 |  50M| 201 |   - | 371 |1515 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
58.40/58.47	c  54.0s|230000 | 66590 |     0 |   0.0 |  51M| 201 |   - | 371 |1814 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
60.20/60.29	c  55.6s|240000 | 72570 |     0 |   0.0 |  56M| 201 |   - | 371 |4272 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
62.70/62.78	c  57.9s|250000 | 77527 |     0 |   0.0 |  61M| 201 |   - | 371 |6892 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
67.19/67.28	c  62.1s|260000 | 79387 |     0 |   0.0 |  66M| 201 |   - | 371 |  10k|   0 |   0 |   0 | 209k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
73.70/73.75	c  68.3s|270000 | 78178 |     0 |   0.0 |  72M| 201 |   - | 371 |  12k|   0 |   0 |   0 | 224k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
80.50/80.59	c  74.8s|280000 | 71938 |     0 |   0.0 |  69M| 201 |   - | 371 |2384 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
82.29/82.32	c  76.3s|290000 | 78454 |     0 |   0.0 |  73M| 201 |   - | 371 |2526 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
84.00/84.00	c  77.8s|300000 | 84810 |     0 |   0.0 |  78M| 201 |   - | 371 |2902 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
86.10/86.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.10/86.12	c  79.7s|310000 | 90157 |     0 |   0.0 |  82M| 201 |   - | 371 |3863 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
88.30/88.37	c  81.7s|320000 | 94903 |     0 |   0.0 |  87M| 201 |   - | 371 |4525 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
94.39/94.49	c  87.6s|330000 | 93427 |     0 |   0.0 |  91M| 201 |   - | 371 |  14k|   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
105.00/105.08	c  97.9s|340000 | 90204 |     0 |   0.0 |  92M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
117.89/117.92	c   110s|350000 | 86347 |     0 |   0.0 |  88M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 343k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
129.80/129.83	c   122s|360000 | 84149 |     0 |   0.0 |  82M| 201 |   - | 371 |  12k|   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
134.10/134.17	c   126s|370000 | 88047 |     0 |   0.0 |  86M| 201 |   - | 371 |9452 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
138.60/138.62	c   130s|380000 | 91977 |     0 |   0.0 |  91M| 201 |   - | 371 |  12k|   0 |   0 |   0 | 389k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
143.90/143.95	c   136s|390000 | 95543 |     0 |   0.0 |  96M| 201 |   - | 371 |  15k|   0 |   0 |   0 | 402k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
150.09/150.19	c   141s|400000 | 98677 |     0 |   0.0 | 100M| 201 |   - | 371 |  17k|   0 |   0 |   0 | 416k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
157.60/157.68	c   149s|410000 |101118 |     0 |   0.0 | 105M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 432k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
165.79/165.82	c   157s|420000 |103594 |     0 |   0.0 | 109M| 201 |   - | 371 |  23k|   0 |   0 |   0 | 447k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
175.10/175.19	c   166s|430000 |105591 |     0 |   0.0 | 113M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 463k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
185.80/185.89	c   176s|440000 |107305 |     0 |   0.0 | 118M| 201 |   - | 371 |  30k|   0 |   0 |   0 | 479k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
198.70/198.76	c   189s|450000 |108394 |     0 |   0.0 | 121M| 201 |   - | 371 |  35k|   0 |   0 |   0 | 496k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
213.60/213.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.60/213.61	c   203s|460000 |108772 |     0 |   0.0 | 124M| 201 |   - | 371 |  41k|   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
225.79/225.81	c   215s|470000 |112500 |     0 |   0.0 | 120M| 201 |   - | 371 |  19k|   0 |   0 |   0 | 525k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
230.10/230.14	c   219s|480000 |118824 |     0 |   0.0 | 123M| 201 |   - | 371 |  15k|   0 |   0 |   0 | 535k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
234.80/234.80	c   224s|490000 |124251 |     0 |   0.0 | 127M| 201 |   - | 371 |  17k|   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
240.70/240.72	c   230s|500000 |128565 |     0 |   0.0 | 132M| 201 |   - | 371 |  19k|   0 |   0 |   0 | 557k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
248.20/248.23	c   237s|510000 |131969 |     0 |   0.0 | 136M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 572k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
255.10/255.18	c   244s|520000 |136666 |     0 |   0.0 | 140M| 201 |   - | 371 |  21k|   0 |   0 |   0 | 583k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
260.89/260.96	c   249s|530000 |142220 |     0 |   0.0 | 143M| 201 |   - | 371 |  18k|   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
266.10/266.19	c   254s|540000 |147664 |     0 |   0.0 | 146M| 201 |   - | 371 |  17k|   0 |   0 |   0 | 604k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
271.50/271.54	c   259s|550000 |152663 |     0 |   0.0 | 151M| 201 |   - | 371 |  17k|   0 |   0 |   0 | 615k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
277.40/277.41	c   265s|560000 |157194 |     0 |   0.0 | 155M| 201 |   - | 371 |  19k|   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
284.30/284.32	c   272s|570000 |161075 |     0 |   0.0 | 160M| 201 |   - | 371 |  21k|   0 |   0 |   0 | 641k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
292.30/292.32	c   280s|580000 |164133 |     0 |   0.0 | 164M| 201 |   - | 371 |  23k|   0 |   0 |   0 | 655k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
301.19/301.20	c   288s|590000 |166676 |     0 |   0.0 | 167M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 670k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
308.80/308.84	c   296s|600000 |170145 |     0 |   0.0 | 170M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 683k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
315.80/315.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
315.80/315.88	c   302s|610000 |173908 |     0 |   0.0 | 173M| 201 |   - | 371 |  20k|   0 |   0 |   0 | 696k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
323.41/323.47	c   310s|620000 |176809 |     0 |   0.0 | 178M| 201 |   - | 371 |  22k|   0 |   0 |   0 | 710k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
332.50/332.53	c   319s|630000 |177830 |     0 |   0.0 | 181M| 201 |   - | 371 |  25k|   0 |   0 |   0 | 725k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
340.30/340.40	c   326s|640000 |180469 |     0 |   0.0 | 183M| 201 |   - | 371 |  24k|   0 |   0 |   0 | 739k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
355.20/355.21	c   341s|650000 |178223 |     0 |   0.0 | 175M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
367.90/367.99	c   353s|660000 |179324 |     0 |   0.0 | 176M| 201 |   - | 371 |  24k|   0 |   0 |   0 | 779k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
381.30/381.33	c   366s|670000 |179868 |     0 |   0.0 | 179M| 201 |   - | 371 |  26k|   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
396.10/396.16	c   381s|680000 |179766 |     0 |   0.0 | 182M| 201 |   - | 371 |  30k|   0 |   0 |   0 | 817k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
411.71/411.78	c   396s|690000 |179837 |     0 |   0.0 | 185M| 201 |   - | 371 |  33k|   0 |   0 |   0 | 835k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
428.81/428.84	c   413s|700000 |179624 |     0 |   0.0 | 188M| 201 |   - | 371 |  36k|   0 |   0 |   0 | 854k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
446.80/446.85	c   431s|710000 |179320 |     0 |   0.0 | 190M| 201 |   - | 371 |  39k|   0 |   0 |   0 | 872k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
466.10/466.17	c   450s|720000 |178911 |     0 |   0.0 | 193M| 201 |   - | 371 |  42k|   0 |   0 |   0 | 891k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
486.40/486.44	c   470s|730000 |178572 |     0 |   0.0 | 195M| 201 |   - | 371 |  46k|   0 |   0 |   0 | 910k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
510.20/510.25	c   494s|740000 |177672 |     0 |   0.0 | 198M| 201 |   - | 371 |  51k|   0 |   0 |   0 | 930k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
537.50/537.54	c   521s|750000 |176304 |     0 |   0.0 | 200M| 201 |   - | 371 |  58k|   0 |   0 |   0 | 950k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
570.51/570.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
570.51/570.51	c   553s|760000 |173495 |     0 |   0.0 | 200M| 201 |   - | 371 |  63k|   0 |   0 |   0 | 971k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
587.41/587.45	c   570s|770000 |178209 |     0 |   0.0 | 193M| 201 |   - | 371 |  27k|   0 |   0 |   0 | 985k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
597.21/597.23	c   580s|780000 |182538 |     0 |   0.0 | 196M| 201 |   - | 371 |  24k|   0 |   0 |   0 |1001k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
606.30/606.33	c   588s|790000 |186633 |     0 |   0.0 | 199M| 201 |   - | 371 |  24k|   0 |   0 |   0 |1016k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
616.01/616.06	c   598s|800000 |189858 |     0 |   0.0 | 203M| 201 |   - | 371 |  26k|   0 |   0 |   0 |1031k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
627.61/627.66	c   609s|810000 |192403 |     0 |   0.0 | 208M| 201 |   - | 371 |  31k|   0 |   0 |   0 |1048k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
640.80/640.85	c   622s|820000 |194672 |     0 |   0.0 | 212M| 201 |   - | 371 |  35k|   0 |   0 |   0 |1065k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
655.51/655.52	c   637s|830000 |196600 |     0 |   0.0 | 217M| 201 |   - | 371 |  38k|   0 |   0 |   0 |1082k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
672.41/672.49	c   653s|840000 |197619 |     0 |   0.0 | 221M| 201 |   - | 371 |  42k|   0 |   0 |   0 |1100k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
691.31/691.38	c   672s|850000 |198156 |     0 |   0.0 | 224M| 201 |   - | 371 |  47k|   0 |   0 |   0 |1118k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
711.72/711.73	c   692s|860000 |198961 |     0 |   0.0 | 227M| 201 |   - | 371 |  49k|   0 |   0 |   0 |1136k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
730.61/730.62	c   711s|870000 |201478 |     0 |   0.0 | 230M| 201 |   - | 371 |  47k|   0 |   0 |   0 |1151k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
747.92/747.90	c   728s|880000 |204920 |     0 |   0.0 | 233M| 201 |   - | 371 |  43k|   0 |   0 |   0 |1166k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
764.52/764.51	c   744s|890000 |207962 |     0 |   0.0 | 235M| 201 |   - | 371 |  40k|   0 |   0 |   0 |1181k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
779.51/779.58	c   759s|900000 |211174 |     0 |   0.0 | 239M| 201 |   - | 371 |  39k|   0 |   0 |   0 |1196k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
794.22/794.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
794.22/794.21	c   773s|910000 |214436 |     0 |   0.0 | 243M| 201 |   - | 371 |  40k|   0 |   0 |   0 |1211k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
809.41/809.46	c   788s|920000 |217477 |     0 |   0.0 | 247M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1226k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
825.02/825.07	c   804s|930000 |220446 |     0 |   0.0 | 251M| 201 |   - | 371 |  42k|   0 |   0 |   0 |1241k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
842.11/842.15	c   820s|940000 |222684 |     0 |   0.0 | 254M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1258k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
858.02/858.02	c   836s|950000 |225419 |     0 |   0.0 | 258M| 201 |   - | 371 |  42k|   0 |   0 |   0 |1274k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
875.91/875.96	c   854s|960000 |227170 |     0 |   0.0 | 261M| 201 |   - | 371 |  43k|   0 |   0 |   0 |1291k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
894.12/894.15	c   872s|970000 |228807 |     0 |   0.0 | 265M| 201 |   - | 371 |  44k|   0 |   0 |   0 |1308k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
912.01/912.00	c   889s|980000 |230678 |     0 |   0.0 | 268M| 201 |   - | 371 |  47k|   0 |   0 |   0 |1325k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
931.72/931.74	c   909s|990000 |231921 |     0 |   0.0 | 272M| 201 |   - | 371 |  49k|   0 |   0 |   0 |1343k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
953.12/953.15	c   930s|  1000k|232684 |     0 |   0.0 | 275M| 201 |   - | 371 |  51k|   0 |   0 |   0 |1361k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
975.92/975.92	c   952s|  1010k|232892 |     0 |   0.0 | 278M| 201 |   - | 371 |  53k|   0 |   0 |   0 |1380k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1000.71/1000.72	c   977s|  1020k|232761 |     0 |   0.0 | 279M| 201 |   - | 371 |  52k|   0 |   0 |   0 |1399k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1024.42/1024.41	c  1000s|  1030k|233285 |     0 |   0.0 | 279M| 201 |   - | 371 |  43k|   0 |   0 |   0 |1417k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1044.51/1044.57	c  1020s|  1040k|234153 |     0 |   0.0 | 281M| 201 |   - | 371 |  41k|   0 |   0 |   0 |1437k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1063.92/1063.92	c  1039s|  1050k|235084 |     0 |   0.0 | 284M| 201 |   - | 371 |  42k|   0 |   0 |   0 |1457k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1083.62/1083.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1083.62/1083.60	c  1058s|  1060k|235715 |     0 |   0.0 | 287M| 201 |   - | 371 |  46k|   0 |   0 |   0 |1477k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1104.92/1104.90	c  1079s|  1070k|235653 |     0 |   0.0 | 290M| 201 |   - | 371 |  51k|   0 |   0 |   0 |1497k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1128.12/1128.19	c  1102s|  1080k|234219 |     0 |   0.0 | 291M| 201 |   - | 371 |  55k|   0 |   0 |   0 |1517k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1151.73/1151.71	c  1125s|  1090k|235153 |     0 |   0.0 | 289M| 201 |   - | 371 |  39k|   0 |   0 |   0 |1535k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1170.52/1170.55	c  1144s|  1100k|235306 |     0 |   0.0 | 290M| 201 |   - | 371 |  39k|   0 |   0 |   0 |1553k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1188.92/1188.94	c  1162s|  1110k|235304 |     0 |   0.0 | 292M| 201 |   - | 371 |  43k|   0 |   0 |   0 |1571k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1208.82/1208.88	c  1182s|  1120k|236130 |     0 |   0.0 | 292M| 201 |   - | 371 |  38k|   0 |   0 |   0 |1587k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1224.52/1224.54	c  1197s|  1130k|236763 |     0 |   0.0 | 291M| 201 |   - | 371 |  37k|   0 |   0 |   0 |1604k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
1237.22/1237.20	o 8
1237.22/1237.20	c *1209s|  1139k|216665 |     0 |   0.0 | 265M| 201 |   - | 371 |  25k|   0 |   0 |   0 |1619k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1238.32/1238.34	c  1211s|  1140k|216374 |     0 |   0.0 | 265M| 201 |   - | 371 |  25k|   0 |   0 |   0 |1621k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1254.52/1254.56	c  1226s|  1150k|208627 |     0 |   0.0 | 253M| 201 |   - | 371 |  13k|   0 |   0 |   0 |1651k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1270.43/1270.40	c  1242s|  1160k|200766 |     0 |   0.0 | 242M| 201 |   - | 371 |  13k|   0 |   0 |   0 |1682k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1279.62/1279.61	c  1251s|  1170k|199361 |     0 |   0.0 | 242M| 201 |   - | 371 |  11k|   0 |   0 |   0 |1704k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1290.33/1290.30	c  1261s|  1180k|197657 |     0 |   0.0 | 245M| 201 |   - | 371 |  16k|   0 |   0 |   0 |1726k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1303.12/1303.14	c  1273s|  1190k|195749 |     0 |   0.0 | 247M| 201 |   - | 371 |  19k|   0 |   0 |   0 |1747k|   0 | 1.000000e+00 | 8.000000e+00 | 700.00%
1305.32/1305.39	o 4
1305.32/1305.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1305.32/1305.39	c *1276s|  1191k|173925 |     0 |   0.0 | 225M| 201 |   - | 371 |  20k|   0 |   0 |   0 |1751k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1318.52/1318.50	c  1288s|  1200k|170785 |     0 |   0.0 | 226M| 201 |   - | 371 |  20k|   0 |   0 |   0 |1769k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1337.63/1337.65	c  1307s|  1210k|165901 |     0 |   0.0 | 225M| 201 |   - | 371 |  26k|   0 |   0 |   0 |1792k|   0 | 1.000000e+00 | 4.000000e+00 | 300.00%
1338.42/1338.48	o 3
1338.42/1338.48	c *1308s|  1210k|138736 |     0 |   0.0 | 190M| 201 |   - | 371 |  26k|   0 |   0 |   0 |1793k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
1364.03/1364.05	c  1333s|  1220k|130436 |     0 |   0.0 | 182M| 201 |   - | 371 |  28k|   0 |   0 |   0 |1822k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
1393.82/1393.83	c  1363s|  1230k|122397 |     0 |   0.0 | 174M| 201 |   - | 371 |  32k|   0 |   0 |   0 |1852k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
1418.13/1418.12	c  1387s|  1240k|118709 |     0 |   0.0 | 170M| 201 |   - | 371 |  33k|   0 |   0 |   0 |1876k|   0 | 1.000000e+00 | 3.000000e+00 | 200.00%
1442.13/1442.13	c  1410s|  1250k|115962 |     0 |   0.0 | 170M| 201 |   - | 371 |  36k|   0 |   0 |   0 |1900k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1468.03/1468.02	c  1436s|  1260k|113004 |     0 |   0.0 | 172M| 201 |   - | 371 |  39k|   0 |   0 |   0 |1923k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1497.33/1497.36	c  1465s|  1270k|109664 |     0 |   0.0 | 174M| 201 |   - | 371 |  44k|   0 |   0 |   0 |1946k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1530.92/1530.97	c  1498s|  1280k|106020 |     0 |   0.0 | 176M| 201 |   - | 371 |  48k|   0 |   0 |   0 |1969k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1567.33/1567.39	c  1534s|  1290k|101930 |     0 |   0.0 | 177M| 201 |   - | 371 |  52k|   0 |   0 |   0 |1993k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1605.93/1605.95	c  1572s|  1300k| 96707 |     0 |   0.0 | 174M| 201 |   - | 371 |  52k|   0 |   0 |   0 |2018k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1646.33/1646.39	c  1612s|  1310k| 91322 |     0 |   0.0 | 173M| 201 |   - | 371 |  57k|   0 |   0 |   0 |2043k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1690.33/1690.39	c  1656s|  1320k| 85441 |     0 |   0.0 | 171M| 201 |   - | 371 |  62k|   0 |   0 |   0 |2068k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1738.43/1738.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1738.43/1738.46	c  1704s|  1330k| 78810 |     0 |   0.0 | 167M| 201 |   - | 371 |  67k|   0 |   0 |   0 |2093k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1790.13/1790.14	c  1755s|  1340k| 73957 |     0 |   0.0 | 162M| 201 |   - | 371 |  63k|   0 |   0 |   0 |2118k|   0 | 2.000000e+00 | 3.000000e+00 |  50.00%
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1764.57
1800.04/1800.00	c Solving Nodes      : 1342000
1800.04/1800.00	c Primal Bound       : +3.00000000000000e+00 (20 solutions)
1800.04/1800.00	c Dual Bound         : +2.00000000000000e+00
1800.04/1800.00	c Gap                : 50.00 %
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v -x169 -x168 -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
1800.04/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.04/1800.00	v -x126 -x125 -x124 -x123 x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 
1800.04/1800.00	v -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
1800.04/1800.00	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.04/1800.00	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.00	v -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 
1800.04/1800.00	v -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time       :    1764.57
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-2694106-1277923272.wbo
1800.04/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 203 initial, 203 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-2694106-1277923272.wbo
1800.04/1800.00	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1800.04/1800.00	c   Constraints      : 202 initial, 68573 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0        101          0          1          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -         48          -          -         96          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   indicator        :        101          0    3480424          0     832484       2205     491218          0          0          0
1800.04/1800.00	c   linear           :        101          0    4012602          0     932030     569175   21819641          0          0          0
1800.04/1800.00	c   logicor          :          0+         0    1929296          0          0      45041     934643          0          0          0
1800.04/1800.00	c   bounddisjunction :          0+         0      91224          0          0          0          4          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0     932047          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   indicator        :       1.18       0.00       0.51       0.00       0.67
1800.04/1800.00	c   linear           :     133.95       0.00     133.79       0.00       0.16
1800.04/1800.00	c   logicor          :     845.88       0.00     845.88       0.00       0.00
1800.04/1800.00	c   bounddisjunction :       0.16       0.00       0.16       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :       0.02          2          0          0
1800.04/1800.00	c   rootredcost      :       0.03          0          0          0
1800.04/1800.00	c   pseudoobj        :      13.11    4015870       1242     437763
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      37.86     615458     615443    3737056       25.2     248784       14.4          -
1800.04/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.01         35         35        152       19.6         41       10.5          -
1800.04/1800.00	c   applied globally :          -          -          -    2088165       17.7          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -      35853       37.5          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       6.65     932030          0          0          0          0    1864060
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.26          -         17
1800.04/1800.00	c   oneopt           :       0.22          0          0
1800.04/1800.00	c   trivial          :       0.00          2          2
1800.04/1800.00	c   simplerounding   :       0.00          0          0
1800.04/1800.00	c   zirounding       :       0.00          0          0
1800.04/1800.00	c   rounding         :       0.00          0          0
1800.04/1800.00	c   shifting         :       0.00          0          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.00          0          0
1800.04/1800.00	c   coefdiving       :       0.00          0          0
1800.04/1800.00	c   pscostdiving     :       0.00          0          0
1800.04/1800.00	c   fracdiving       :       0.00          0          0
1800.04/1800.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.03          0          0
1800.04/1800.01	c   trysol           :       0.00          1          1
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            :    1342000
1800.04/1800.01	c   nodes (total)    :    1342000
1800.04/1800.01	c   nodes left       :      73017
1800.04/1800.01	c   max depth        :        201
1800.04/1800.01	c   max depth (total):        201
1800.04/1800.01	c   backtracks       :     430460 (32.1%)
1800.04/1800.01	c   delayed cutoffs  :     289097
1800.04/1800.01	c   repropagations   :    1321358 (7050741 domain reductions, 207745 cutoffs)
1800.04/1800.01	c   avg switch length:      21.23
1800.04/1800.01	c   switching time   :     554.03
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :         20 (18 improvements)
1800.04/1800.01	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.04/1800.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 1210463 nodes, 1307.98 seconds, depth 71, found by <relaxation>)
1800.04/1800.01	c   Dual Bound       : +2.00000000000000e+00
1800.04/1800.01	c   Gap              :      50.00 %
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :          0
1800.33/1800.34	c Time complete: 1800.38.

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25961
/proc/meminfo: memFree=31664900/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=8252 CPUtime=0
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 1548 0 0 0 0 0 0 0 25 0 1 0 165918952 8450048 1470 4089446400 4194304 7136930 140733763007120 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25961/statm: 2063 1470 275 719 0 1342 0

[startup+0.042167 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25961
/proc/meminfo: memFree=31664900/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=12888 CPUtime=0.03
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 3192 0 0 0 2 1 0 0 25 0 1 0 165918952 13197312 2504 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 3222 2504 390 719 0 2501 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12888

[startup+0.100162 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25961
/proc/meminfo: memFree=31664900/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=13700 CPUtime=0.09
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 3411 0 0 0 7 2 0 0 25 0 1 0 165918952 14028800 2723 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 3425 2723 390 719 0 2704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13700

[startup+0.300177 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25961
/proc/meminfo: memFree=31664900/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=16228 CPUtime=0.29
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 4036 0 0 0 25 4 0 0 25 0 1 0 165918952 16617472 3348 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 4057 3352 390 719 0 3336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16228

[startup+0.701115 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 25961
/proc/meminfo: memFree=31664900/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=19068 CPUtime=0.69
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 4753 0 0 0 61 8 0 0 25 0 1 0 165918952 19525632 4065 4089446400 4194304 7136930 140733763007120 18446744073709551615 4636611 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 4767 4065 390 719 0 4046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19068

[startup+1.50093 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25962
/proc/meminfo: memFree=31648772/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=21544 CPUtime=1.49
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 5360 0 0 0 131 18 0 0 25 0 1 0 165918952 22061056 4672 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 5386 4672 390 719 0 4665 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21544

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25962
/proc/meminfo: memFree=31644180/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=28560 CPUtime=3.09
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 7164 0 0 0 266 43 0 0 25 0 1 0 165918952 29245440 6476 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 7140 6476 390 719 0 6419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28560

[startup+6.30102 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25962
/proc/meminfo: memFree=31633640/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=38648 CPUtime=6.29
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 9674 0 0 0 560 69 0 0 25 0 1 0 165918952 39575552 8986 4089446400 4194304 7136930 140733763007120 18446744073709551615 4978478 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 9662 8986 390 719 0 8941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38648

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25962
/proc/meminfo: memFree=31623428/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=47268 CPUtime=12.69
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 11894 0 0 0 1148 121 0 0 25 0 1 0 165918952 48402432 11206 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 11817 11206 390 719 0 11096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47268

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25962
/proc/meminfo: memFree=31581316/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=89208 CPUtime=25.49
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 22135 0 0 0 2219 330 0 0 25 0 1 0 165918952 91348992 21447 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 22302 21447 393 719 0 21581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89208

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25963
/proc/meminfo: memFree=31566628/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=103424 CPUtime=51.09
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 25662 0 0 0 4712 397 0 0 25 0 1 0 165918952 105906176 24974 4089446400 4194304 7136930 140733763007120 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 25856 24974 393 719 0 25135 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103424

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25964
/proc/meminfo: memFree=31535464/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=134752 CPUtime=102.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 33360 0 0 0 9518 712 0 0 25 0 1 0 165918952 137986048 32672 4089446400 4194304 7136930 140733763007120 18446744073709551615 4408817 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 33688 32672 393 719 0 32967 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134752

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25966
/proc/meminfo: memFree=31518692/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=152080 CPUtime=162.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 37631 0 0 0 15319 911 0 0 25 0 1 0 165918952 155729920 36943 4089446400 4194304 7136930 140733763007120 18446744073709551615 4221185 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 38020 36943 393 719 0 37299 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152080

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25968
/proc/meminfo: memFree=31498428/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=172644 CPUtime=222.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 42595 0 0 0 21191 1039 0 0 25 0 1 0 165918952 176787456 41907 4089446400 4194304 7136930 140733763007120 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 43161 41907 393 719 0 42440 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 172644

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25969
/proc/meminfo: memFree=31459816/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=210984 CPUtime=282.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 52296 0 0 0 26977 1253 0 0 25 0 1 0 165918952 216047616 51608 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 52746 51608 393 719 0 52025 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 210984

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 25970
/proc/meminfo: memFree=31433600/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=236136 CPUtime=342.29
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 58707 0 0 0 32807 1422 0 0 25 0 1 0 165918952 241803264 58019 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 59034 58019 393 719 0 58313 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 236136

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25972
/proc/meminfo: memFree=31430476/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=239500 CPUtime=402.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 59447 0 0 0 38705 1525 0 0 25 0 1 0 165918952 245248000 58759 4089446400 4194304 7136930 140733763007120 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 59875 58759 393 719 0 59154 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239500

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25974
/proc/meminfo: memFree=31422132/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=247888 CPUtime=462.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 61532 0 0 0 44614 1616 0 0 25 0 1 0 165918952 253837312 60844 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 61972 60844 393 719 0 61251 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 247888

[startup+522.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 25979
/proc/meminfo: memFree=31413288/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=256876 CPUtime=522.3
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 63726 0 0 0 50543 1687 0 0 25 0 1 0 165918952 263041024 63038 4089446400 4194304 7136930 140733763007120 18446744073709551615 4212411 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 64219 63038 393 719 0 63498 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 256876

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 25980
/proc/meminfo: memFree=31407560/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=263056 CPUtime=582.31
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 65153 0 0 0 56490 1741 0 0 25 0 1 0 165918952 269369344 64465 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 65764 64465 393 719 0 65043 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 263056

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25981
/proc/meminfo: memFree=31392644/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=277264 CPUtime=642.31
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 68798 0 0 0 62369 1862 0 0 25 0 1 0 165918952 283918336 68110 4089446400 4194304 7136930 140733763007120 18446744073709551615 5001190 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 69316 68110 393 719 0 68595 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 277264

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26035
/proc/meminfo: memFree=31065852/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=339528 CPUtime=942.31
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 83325 0 0 0 91895 2336 0 0 25 0 1 0 165918952 347676672 82637 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 84882 82637 393 719 0 84161 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 339528

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26037
/proc/meminfo: memFree=31040140/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=347524 CPUtime=1002.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 85339 0 0 0 97812 2420 0 0 25 0 1 0 165918952 355864576 84651 4089446400 4194304 7136930 140733763007120 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 86881 84651 393 719 0 86160 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 347524

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26039
/proc/meminfo: memFree=31024336/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=351816 CPUtime=1062.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 86388 0 0 0 103727 2505 0 0 25 0 1 0 165918952 360259584 85700 4089446400 4194304 7136930 140733763007120 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 87954 85700 393 719 0 87233 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 351816

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26041
/proc/meminfo: memFree=31007936/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=358512 CPUtime=1122.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 88082 0 0 0 109643 2589 0 0 25 0 1 0 165918952 367116288 87394 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 89628 87394 393 719 0 88907 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 358512

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26042
/proc/meminfo: memFree=31000204/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=360460 CPUtime=1182.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 88575 0 0 0 115555 2677 0 0 25 0 1 0 165918952 369111040 87887 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 90115 87887 393 719 0 89394 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 360460

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26052
/proc/meminfo: memFree=30984888/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=364824 CPUtime=1242.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89683 0 0 0 121446 2786 0 0 25 0 1 0 165918952 373579776 88995 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91206 88995 393 719 0 90485 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 364824

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26054
/proc/meminfo: memFree=30975796/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=364824 CPUtime=1302.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89685 0 0 0 127264 2968 0 0 25 0 1 0 165918952 373579776 88997 4089446400 4194304 7136930 140733763007120 18446744073709551615 5955544 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91206 88997 393 719 0 90485 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 364824

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26056
/proc/meminfo: memFree=30956052/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=364824 CPUtime=1362.32
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89685 0 0 0 133149 3083 0 0 25 0 1 0 165918952 373579776 88997 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91206 88997 393 719 0 90485 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 364824

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 26058
/proc/meminfo: memFree=30942388/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=364824 CPUtime=1422.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89685 0 0 0 139066 3167 0 0 25 0 1 0 165918952 373579776 88997 4089446400 4194304 7136930 140733763007120 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91206 88997 393 719 0 90485 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 364824

[startup+1482.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/197 26059
/proc/meminfo: memFree=30926592/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=364824 CPUtime=1482.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89685 0 0 0 144983 3250 0 0 25 0 1 0 165918952 373579776 88997 4089446400 4194304 7136930 140733763007120 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91206 88997 393 719 0 90485 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 364824

[startup+1542.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 26060
/proc/meminfo: memFree=30926188/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=365780 CPUtime=1542.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89766 0 0 0 150917 3316 0 0 25 0 1 0 165918952 374558720 89078 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91445 89078 393 719 0 90724 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 365780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26062
/proc/meminfo: memFree=30924916/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366352 CPUtime=1602.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89812 0 0 0 156856 3377 0 0 25 0 1 0 165918952 375144448 89124 4089446400 4194304 7136930 140733763007120 18446744073709551615 4408895 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91588 89124 393 719 0 90867 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 366352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26064
/proc/meminfo: memFree=30913960/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366352 CPUtime=1662.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89847 0 0 0 162798 3435 0 0 25 0 1 0 165918952 375144448 89159 4089446400 4194304 7136930 140733763007120 18446744073709551615 4210357 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91588 89159 393 719 0 90867 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 366352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26066
/proc/meminfo: memFree=30908104/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366352 CPUtime=1722.34
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89847 0 0 0 168749 3485 0 0 25 0 1 0 165918952 375144448 89159 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91588 89159 393 719 0 90867 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 366352

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26067
/proc/meminfo: memFree=30907192/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366824 CPUtime=1782.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89970 0 0 0 174700 3533 0 0 25 0 1 0 165918952 375627776 89282 4089446400 4194304 7136930 140733763007120 18446744073709551615 5000163 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91706 89282 393 719 0 90985 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 366824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26068
/proc/meminfo: memFree=30907052/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366824 CPUtime=1800.04
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89970 0 0 0 176457 3547 0 0 25 0 1 0 165918952 375627776 89282 4089446400 4194304 7136930 140733763007120 18446744073709551615 4999807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25961/statm: 91706 89282 393 719 0 90985 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 366824

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 26068
/proc/meminfo: memFree=30907052/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=366308 CPUtime=1800.23
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89976 0 0 0 176476 3547 0 0 18 0 1 0 165918952 375099392 89159 4089446400 4194304 7136930 140733763007120 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25961/statm: 91577 89159 399 719 0 90856 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 366308

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 26068
/proc/meminfo: memFree=30907052/32950940 swapFree=67111528/67111528
[pid=25961] ppid=25959 vsize=353932 CPUtime=1800.33
/proc/25961/stat : 25961 (pbscip.linux.x8) R 25959 25961 24697 0 -1 4202496 89976 0 0 0 176486 3547 0 0 18 0 1 0 165918952 362426368 86065 4089446400 4194304 7136930 140733763007120 18446744073709551615 5950410 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25961/statm: 88483 86065 399 719 0 87762 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 353932

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.9
system time used= 35.4876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2827

runsolver used 2.67559 second user time and 5.52516 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 20:41:12
IDJOB=2694106
IDBENCH=79201
IDSOLVER=1206
FILE ID=node117/2694106-1277923272
PBS_JOBID= 11197292
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= bf6c20afd58a85c8a111061436284549
RANDOM SEED=1973465763

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:      31665552 kB
Buffers:        204664 kB
Cached:         854192 kB
SwapCached:          0 kB
Active:         542768 kB
Inactive:       600536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31665552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3396 kB
Writeback:           0 kB
AnonPages:       83996 kB
Mapped:          15428 kB
Slab:            78804 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   228692 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 21:11:14