Trace number 2700118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 217.321 217.315

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh15_wcsp.wbo
MD5SUM415715e3de5713a6aca23e12a1a413cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark206
Best CPU time to get the best result obtained on this benchmark1.13183
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2700118-1278534015.wbo>
0.01/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.01/0.01	c problem read
0.01/0.01	c presolving settings loaded
0.01/0.01	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.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.01/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1050 implications, 0 cliques
0.01/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.01/0.06	c     850 constraints of type <indicator>
0.01/0.06	c     850 constraints of type <linear>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.03
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 1.2.1.2
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1799.99
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 3420
0.01/0.06	c 
0.01/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.01/0.06	c lp/solvefreq = -1
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 420925
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.0s|     1 |     0 |     0 |     - |6121k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.01/0.06	c   0.0s|     1 |     2 |     0 |     - |6072k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.73	o 22213
0.69/0.73	c * 0.6s|  5299 |  5158 |     0 |   0.0 |8647k| 862 |   - |1800 |1830 |   0 |   0 |   0 | 131 |   0 | 0.000000e+00 | 2.221300e+04 |    Inf 
1.49/1.52	c   1.4s| 10000 |  9824 |     0 |   0.0 |  10M| 862 |   - |1800 |1907 |   0 |   0 |   0 | 209 |   0 | 0.000000e+00 | 2.221300e+04 |    Inf 
3.09/3.15	c   2.8s| 20000 | 19812 |     0 |   0.0 |  15M| 862 |   - |1800 |1874 |   0 |   0 |   0 | 232 |   0 | 1.000000e+00 | 2.221300e+04 |  Large 
4.69/4.77	c   4.2s| 30000 | 29812 |     0 |   0.0 |  19M| 862 |   - |1800 |1827 |   0 |   0 |   0 | 232 |   0 | 1.000000e+00 | 2.221300e+04 |  Large 
5.79/5.83	o 22128
5.79/5.83	c * 5.2s| 36452 | 36228 |     0 |   0.0 |  22M| 862 |   - |1800 |1750 |   0 |   0 |   0 | 232 |   0 | 1.000000e+00 | 2.212800e+04 |  Large 
6.39/6.41	c   5.8s| 40000 | 39776 |     0 |   0.0 |  24M| 862 |   - |1800 |1744 |   0 |   0 |   0 | 232 |   0 | 1.000000e+00 | 2.212800e+04 |  Large 
7.49/7.57	o 15425
7.49/7.57	c * 6.8s| 47153 | 37714 |     0 |   0.0 |  24M| 862 |   - |1800 |1759 |   0 |   0 |   0 | 252 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
7.99/8.05	c   7.3s| 50000 | 40531 |     0 |   0.0 |  25M| 862 |   - |1800 |1880 |   0 |   0 |   0 | 375 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
9.59/9.64	c   8.7s| 60000 | 50508 |     0 |   0.0 |  29M| 862 |   - |1800 |1902 |   0 |   0 |   0 | 485 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
11.19/11.24	c  10.2s| 70000 | 60496 |     0 |   0.0 |  34M| 862 |   - |1800 |1824 |   0 |   0 |   0 | 528 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
12.80/12.87	c  11.7s| 80000 | 70496 |     0 |   0.0 |  38M| 862 |   - |1800 |1788 |   0 |   0 |   0 | 528 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
14.39/14.48	c  13.1s| 90000 | 80496 |     0 |   0.0 |  42M| 862 |   - |1800 |1770 |   0 |   0 |   0 | 528 |   0 | 1.000000e+00 | 1.542500e+04 |  Large 
15.19/15.24	o 15417
15.19/15.24	c *13.8s| 94669 | 85116 |     0 |   0.0 |  44M| 862 |   - |1800 |1852 |   0 |   0 |   0 | 611 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
16.09/16.11	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.11	c  14.6s|100000 | 90439 |     0 |   0.0 |  46M| 862 |   - |1800 |1876 |   0 |   0 |   0 | 651 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
17.69/17.75	c  16.1s|110000 |100439 |     0 |   0.0 |  51M| 862 |   - |1800 |1807 |   0 |   0 |   0 | 651 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
19.29/19.38	c  17.6s|120000 |110381 |     0 |   0.0 |  55M| 862 |   - |1800 |2024 |   0 |   0 |   0 | 896 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
20.99/21.00	c  19.1s|130000 |120378 |     0 |   0.0 |  59M| 862 |   - |1800 |1872 |   0 |   0 |   0 | 916 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
22.59/22.61	c  20.5s|140000 |130349 |     0 |   0.0 |  63M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
22.59/22.64	o 14874
22.59/22.64	c *20.6s|140182 |129314 |     0 |   0.0 |  63M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.487400e+04 |  Large 
22.59/22.64	o 14554
22.59/22.64	c *20.6s|140183 |128526 |     0 |   0.0 |  63M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.455400e+04 |  Large 
22.59/22.66	o 14283
22.59/22.66	c *20.6s|140260 |127854 |     0 |   0.0 |  62M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.428300e+04 |  Large 
22.59/22.66	o 14231
22.59/22.66	c *20.6s|140263 |127699 |     0 |   0.0 |  62M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.423100e+04 |  Large 
22.59/22.66	o 14152
22.59/22.66	c *20.6s|140264 |127458 |     0 |   0.0 |  62M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.415200e+04 |  Large 
22.59/22.69	o 13895
22.59/22.69	c *20.6s|140427 |126945 |     0 |   0.0 |  62M| 862 |   - |1800 |1922 |   0 |   0 |   0 |1026 |   0 | 1.000000e+00 | 1.389500e+04 |  Large 
23.29/23.30	o 13801
23.29/23.30	c *21.2s|143985 |130126 |     0 |   0.0 |  64M| 862 |   - |1800 |2346 |   0 |   0 |   0 |1476 |   0 | 1.000000e+00 | 1.380100e+04 |  Large 
23.29/23.39	o 13779
23.29/23.39	c *21.3s|144464 |130509 |     0 |   0.0 |  64M| 862 |   - |1800 |2417 |   0 |   0 |   0 |1556 |   0 | 1.000000e+00 | 1.377900e+04 |  Large 
23.39/23.42	o 13730
23.39/23.42	c *21.3s|144606 |130486 |     0 |   0.0 |  64M| 862 |   - |1800 |2417 |   0 |   0 |   0 |1556 |   0 | 1.000000e+00 | 1.373000e+04 |  Large 
23.39/23.43	o 13713
23.39/23.43	c *21.3s|144656 |130497 |     0 |   0.0 |  64M| 862 |   - |1800 |2417 |   0 |   0 |   0 |1556 |   0 | 1.000000e+00 | 1.371300e+04 |  Large 
23.49/23.51	o 13690
23.49/23.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.49/23.51	c *21.4s|145048 |130804 |     0 |   0.0 |  64M| 862 |   - |1800 |2536 |   0 |   0 |   0 |1686 |   0 | 1.000000e+00 | 1.369000e+04 |  Large 
23.49/23.52	o 13578
23.49/23.52	c *21.4s|145072 |130492 |     0 |   0.0 |  64M| 862 |   - |1800 |2536 |   0 |   0 |   0 |1686 |   0 | 1.000000e+00 | 1.357800e+04 |  Large 
23.49/23.53	o 13545
23.49/23.53	c *21.4s|145123 |130418 |     0 |   0.0 |  64M| 862 |   - |1800 |2532 |   0 |   0 |   0 |1686 |   0 | 1.000000e+00 | 1.354500e+04 |  Large 
23.49/23.53	o 13439
23.49/23.53	c *21.4s|145127 |129997 |     0 |   0.0 |  64M| 862 |   - |1800 |2532 |   0 |   0 |   0 |1686 |   0 | 1.000000e+00 | 1.343900e+04 |  Large 
23.49/23.54	o 13158
23.49/23.54	c *21.4s|145155 |128982 |     0 |   0.0 |  64M| 862 |   - |1800 |2552 |   0 |   0 |   0 |1706 |   0 | 1.000000e+00 | 1.315800e+04 |  Large 
23.49/23.55	o 12996
23.49/23.55	c *21.4s|145156 |128343 |     0 |   0.0 |  63M| 862 |   - |1800 |2552 |   0 |   0 |   0 |1706 |   0 | 1.000000e+00 | 1.299600e+04 |  Large 
23.59/23.66	o 5788
23.59/23.66	c *21.5s|145449 | 68632 |     0 |   0.0 |  39M| 862 |   - |1800 |2688 |   0 |   0 |   0 |1859 |   0 | 1.000000e+00 | 5.788000e+03 |  Large 
23.59/23.67	o 5007
23.59/23.67	c *21.6s|145450 | 60189 |     0 |   0.0 |  36M| 862 |   - |1800 |2688 |   0 |   0 |   0 |1859 |   0 | 1.000000e+00 | 5.007000e+03 |  Large 
24.79/24.80	c  22.6s|150000 | 64090 |     0 |   0.0 |  40M| 862 |   - |1800 |4732 |   0 |   0 |   0 |5079 |   0 | 1.000000e+00 | 5.007000e+03 |  Large 
27.39/27.43	c  25.1s|160000 | 72622 |     0 |   0.0 |  47M| 862 |   - |1800 |6196 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 5.007000e+03 |  Large 
29.90/29.99	o 4970
29.90/29.99	c *27.5s|169327 | 80048 |     0 |   0.0 |  54M| 862 |   - |1800 |7350 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 4.970000e+03 |  Large 
29.99/30.00	o 4841
29.99/30.00	c *27.5s|169328 | 78425 |     0 |   0.0 |  53M| 862 |   - |1800 |7350 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 4.841000e+03 |  Large 
30.09/30.18	c  27.7s|170000 | 78995 |     0 |   0.0 |  54M| 862 |   - |1800 |7415 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 4.841000e+03 |  Large 
33.00/33.02	c  30.4s|180000 | 87359 |     0 |   0.0 |  61M| 862 |   - |1800 |8774 |   0 |   0 |   0 |  29k|   0 | 1.000000e+00 | 4.841000e+03 |  Large 
33.69/33.72	o 2802
33.69/33.72	c *31.0s|182351 | 51198 |     0 |   0.0 |  37M| 862 |   - |1800 |8824 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 2.802000e+03 |  Large 
36.20/36.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.20/36.24	c  33.4s|190000 | 57300 |     0 |   0.0 |  43M| 862 |   - |1800 |8105 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 2.802000e+03 |  Large 
39.60/39.64	c  36.6s|200000 | 65163 |     0 |   0.0 |  53M| 862 |   - |1800 |9709 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 2.802000e+03 |  Large 
41.59/41.67	o 2783
41.59/41.67	c *38.5s|205253 | 68486 |     0 |   0.0 |  58M| 862 |   - |1800 |  10k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 2.783000e+03 |  Large 
43.39/43.47	o 2775
43.39/43.47	c *40.2s|209666 | 71543 |     0 |   0.0 |  62M| 862 |   - |1800 |  11k|   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 2.775000e+03 |  Large 
43.59/43.60	c  40.3s|210000 | 71794 |     0 |   0.0 |  62M| 862 |   - |1800 |  11k|   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 2.775000e+03 |  Large 
47.39/47.41	c  43.9s|220000 | 79439 |     0 |   0.0 |  72M| 862 |   - |1800 |  12k|   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 2.775000e+03 |  Large 
49.19/49.23	o 2485
49.19/49.23	c *45.7s|224558 | 75689 |     0 |   0.0 |  72M| 862 |   - |1800 |  13k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
50.49/50.52	o 2444
50.49/50.52	c *46.9s|227597 | 76914 |     0 |   0.0 |  75M| 862 |   - |1800 |  13k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 2.444000e+03 |  Large 
51.60/51.65	c  48.0s|230000 | 78656 |     0 |   0.0 |  77M| 862 |   - |1800 |  14k|   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 2.444000e+03 |  Large 
56.10/56.15	c  52.3s|240000 | 85975 |     0 |   0.0 |  87M| 862 |   - |1800 |  13k|   0 |   0 |   0 |  88k|   0 | 1.000000e+00 | 2.444000e+03 |  Large 
60.40/60.44	c  56.5s|250000 | 93540 |     0 |   0.0 |  97M| 862 |   - |1800 |  14k|   0 |   0 |   0 |  97k|   0 | 1.000000e+00 | 2.444000e+03 |  Large 
64.80/64.86	c  60.8s|260000 |101053 |     0 |   0.0 | 107M| 862 |   - |1800 |  16k|   0 |   0 |   0 | 107k|   0 | 1.000000e+00 | 2.444000e+03 |  Large 
66.79/66.87	o 2404
66.79/66.87	c *62.7s|264586 |103244 |     0 |   0.0 | 110M| 862 |   - |1800 |  17k|   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 2.404000e+03 |  Large 
69.59/69.62	c  65.4s|270000 |107013 |     0 |   0.0 | 116M| 862 |   - |1800 |  18k|   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 2.404000e+03 |  Large 
71.19/71.28	o 2358
71.19/71.28	c *67.0s|273251 |107841 |     0 |   0.0 | 119M| 862 |   - |1800 |  18k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 2.358000e+03 |  Large 
75.00/75.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
75.00/75.00	c  70.7s|280000 |112549 |     0 |   0.0 | 126M| 862 |   - |1800 |  19k|   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 2.358000e+03 |  Large 
76.19/76.27	o 2357
76.19/76.27	c *71.9s|282586 |114505 |     0 |   0.0 | 129M| 862 |   - |1800 |  19k|   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 2.357000e+03 |  Large 
79.89/79.98	c  75.5s|290000 |119823 |     0 |   0.0 | 136M| 862 |   - |1800 |  18k|   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 2.357000e+03 |  Large 
85.10/85.12	c  80.5s|300000 |127157 |     0 |   0.0 | 147M| 862 |   - |1800 |  19k|   0 |   0 |   0 | 150k|   0 | 1.000000e+00 | 2.357000e+03 |  Large 
90.60/90.66	c  86.0s|310000 |134397 |     0 |   0.0 | 158M| 862 |   - |1800 |  21k|   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 2.357000e+03 |  Large 
96.29/96.37	o 2343
96.29/96.37	c *91.5s|319422 |140520 |     0 |   0.0 | 168M| 862 |   - |1800 |  23k|   0 |   0 |   0 | 172k|   0 | 1.000000e+00 | 2.343000e+03 |  Large 
96.70/96.75	c  91.9s|320000 |140919 |     0 |   0.0 | 169M| 862 |   - |1800 |  24k|   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 2.343000e+03 |  Large 
98.80/98.84	o 2258
98.80/98.84	c *94.0s|323296 |139768 |     0 |   0.0 | 169M| 862 |   - |1800 |  25k|   0 |   0 |   0 | 177k|   0 | 1.000000e+00 | 2.258000e+03 |  Large 
99.59/99.63	o 2251
99.59/99.63	c *94.7s|324556 |140294 |     0 |   0.0 | 170M| 862 |   - |1800 |  26k|   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 2.251000e+03 |  Large 
99.59/99.64	o 2129
99.59/99.64	c *94.7s|324557 |134999 |     0 |   0.0 | 163M| 862 |   - |1800 |  26k|   0 |   0 |   0 | 179k|   0 | 1.000000e+00 | 2.129000e+03 |  Large 
100.19/100.28	o 2028
100.19/100.28	c *95.4s|325319 |130250 |     0 |   0.0 | 156M| 862 |   - |1800 |  23k|   0 |   0 |   0 | 180k|   0 | 1.000000e+00 | 2.028000e+03 |  Large 
102.79/102.90	c  97.9s|330000 |133633 |     0 |   0.0 | 161M| 862 |   - |1800 |  21k|   0 |   0 |   0 | 184k|   0 | 1.000000e+00 | 2.028000e+03 |  Large 
103.30/103.31	o 1993
103.30/103.31	c *98.3s|330699 |132287 |     0 |   0.0 | 158M| 862 |   - |1800 |  21k|   0 |   0 |   0 | 185k|   0 | 1.000000e+00 | 1.993000e+03 |  Large 
109.09/109.15	c   104s|340000 |138659 |     0 |   0.0 | 169M| 862 |   - |1800 |  22k|   0 |   0 |   0 | 196k|   0 | 1.000000e+00 | 1.993000e+03 |  Large 
115.79/115.81	c   111s|350000 |145486 |     0 |   0.0 | 181M| 862 |   - |1800 |  24k|   0 |   0 |   0 | 207k|   0 | 1.000000e+00 | 1.993000e+03 |  Large 
122.89/122.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.89/122.92	c   118s|360000 |152179 |     0 |   0.0 | 194M| 862 |   - |1800 |  27k|   0 |   0 |   0 | 219k|   0 | 1.000000e+00 | 1.993000e+03 |  Large 
125.49/125.53	o 1763
125.49/125.53	c * 120s|363258 |139959 |     0 |   0.0 | 174M| 862 |   - |1800 |  27k|   0 |   0 |   0 | 223k|   0 | 1.000000e+00 | 1.763000e+03 |  Large 
127.10/127.16	o 1694
127.10/127.16	c * 122s|365132 |135999 |     0 |   0.0 | 167M| 862 |   - |1800 |  27k|   0 |   0 |   0 | 225k|   0 | 1.000000e+00 | 1.694000e+03 |  Large 
131.20/131.23	c   126s|370000 |139065 |     0 |   0.0 | 173M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 231k|   0 | 1.000000e+00 | 1.694000e+03 |  Large 
137.20/137.29	o 1650
137.20/137.29	c * 132s|376496 |139570 |     0 |   0.0 | 176M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 241k|   0 | 1.000000e+00 | 1.650000e+03 |  Large 
138.19/138.27	o 1626
138.19/138.27	c * 133s|377559 |138105 |     0 |   0.0 | 173M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 1.626000e+03 |  Large 
140.70/140.78	o 1621
140.70/140.78	c * 135s|379914 |138991 |     0 |   0.0 | 176M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 246k|   0 | 1.000000e+00 | 1.621000e+03 |  Large 
140.89/140.90	c   135s|380000 |139026 |     0 |   0.0 | 176M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 246k|   0 | 1.000000e+00 | 1.621000e+03 |  Large 
143.40/143.46	o 1582
143.40/143.46	c * 138s|382363 |136926 |     0 |   0.0 | 172M| 862 |   - |1800 |  29k|   0 |   0 |   0 | 250k|   0 | 1.000000e+00 | 1.582000e+03 |  Large 
150.10/150.12	c   144s|390000 |141519 |     0 |   0.0 | 182M| 862 |   - |1800 |  27k|   0 |   0 |   0 | 260k|   0 | 1.000000e+00 | 1.582000e+03 |  Large 
152.00/152.02	o 1560
152.00/152.02	c * 146s|391945 |140866 |     0 |   0.0 | 181M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 1.560000e+03 |  Large 
152.69/152.78	o 1489
152.69/152.78	c * 147s|392744 |135027 |     0 |   0.0 | 170M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 264k|   0 | 1.000000e+00 | 1.489000e+03 |  Large 
155.30/155.34	o 1434
155.30/155.34	c * 149s|395291 |131424 |     0 |   0.0 | 165M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 1.434000e+03 |  Large 
155.30/155.35	o 1417
155.30/155.35	c * 149s|395292 |129903 |     0 |   0.0 | 163M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 1.417000e+03 |  Large 
155.40/155.44	o 1402
155.40/155.44	c * 150s|395392 |128032 |     0 |   0.0 | 160M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 268k|   0 | 1.000000e+00 | 1.402000e+03 |  Large 
155.40/155.47	o 1291
155.40/155.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
155.40/155.47	c * 150s|395393 |116719 |     0 |   0.0 | 142M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 268k|   0 | 1.000000e+00 | 1.291000e+03 |  Large 
155.60/155.61	o 1271
155.60/155.61	c * 150s|395514 |115211 |     0 |   0.0 | 140M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 268k|   0 | 1.000000e+00 | 1.271000e+03 |  Large 
156.21/156.23	o 1234
156.21/156.23	c * 150s|396083 |111660 |     0 |   0.0 | 136M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 269k|   0 | 1.000000e+00 | 1.234000e+03 |  Large 
157.79/157.83	o 1161
157.79/157.83	c * 152s|397348 |105830 |     0 |   0.0 | 128M| 862 |   - |1800 |  28k|   0 |   0 |   0 | 271k|   0 | 1.000000e+00 | 1.161000e+03 |  Large 
161.29/161.37	c   155s|400000 |106986 |     0 |   0.0 | 133M| 862 |   - |1800 |  29k|   0 |   0 |   0 | 275k|   0 | 1.000000e+00 | 1.161000e+03 |  Large 
163.50/163.50	o 1071
163.50/163.50	c * 157s|401383 | 99805 |     0 |   0.0 | 125M| 862 |   - |1800 |  29k|   0 |   0 |   0 | 278k|   0 | 1.000000e+00 | 1.071000e+03 |  Large 
166.60/166.69	o 1037
166.60/166.69	c * 161s|403480 | 96640 |     0 |   0.0 | 123M| 862 |   - |1800 |  29k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 1.037000e+03 |  Large 
168.31/168.31	o 897
168.31/168.31	c * 162s|404349 | 82881 |     0 |   0.0 | 106M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 283k|   0 | 1.000000e+00 | 8.970000e+02 |  Large 
169.30/169.33	o 875
169.30/169.33	c * 163s|404834 | 81105 |     0 |   0.0 | 105M| 862 |   - |1800 |  30k|   0 |   0 |   0 | 284k|   0 | 1.000000e+00 | 8.750000e+02 |  Large 
176.60/176.63	o 765
176.60/176.63	c * 170s|407199 | 66057 |     0 |   0.0 | 100M| 862 |   - |1800 |  31k|   0 |   0 |   0 | 291k|   0 | 1.000000e+00 | 7.650000e+02 |  Large 
177.29/177.36	o 698
177.29/177.36	c * 171s|407399 | 57697 |     0 |   0.0 |  92M| 862 |   - |1800 |  31k|   0 |   0 |   0 | 292k|   0 | 1.000000e+00 | 6.980000e+02 |  Large 
182.70/182.75	c   177s|410000 | 57743 |     0 |   0.0 |  99M| 862 |   - |1800 |  26k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 6.980000e+02 |  Large 
200.90/200.97	o 616
200.90/200.97	c * 194s|419304 | 48351 |     0 |   0.0 | 121M| 862 |   - |1800 |  13k|   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 6.160000e+02 |  Large 
201.80/201.86	c   195s|420000 | 48252 |     0 |   0.0 | 123M| 862 |   - |1800 |  14k|   0 |   0 |   0 | 328k|   0 | 1.000000e+00 | 6.160000e+02 |  Large 
203.09/203.10	o 615
203.09/203.10	c * 197s|421035 | 48056 |     0 |   0.0 | 126M| 862 |   - |1800 |  15k|   0 |   0 |   0 | 331k|   0 | 1.000000e+00 | 6.150000e+02 |  Large 
205.19/205.28	o 584
205.19/205.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.19/205.28	c * 199s|422978 | 41034 |     0 |   0.0 | 122M| 862 |   - |1800 |8896 |   0 |   0 |   0 | 335k|   0 | 1.000000e+00 | 5.840000e+02 |  Large 
206.29/206.32	o 566
206.29/206.32	c * 200s|424143 | 39538 |     0 |   0.0 | 124M| 862 |   - |1800 |  10k|   0 |   0 |   0 | 338k|   0 | 1.000000e+00 | 5.660000e+02 |  Large 
206.70/206.76	o 497
206.70/206.76	c * 200s|424475 | 35130 |     0 |   0.0 | 120M| 862 |   - |1800 |  10k|   0 |   0 |   0 | 339k|   0 | 1.000000e+00 | 4.970000e+02 |  Large 
207.99/208.07	o 459
207.99/208.07	c * 201s|425605 | 33615 |     0 |   0.0 | 120M| 862 |   - |1800 |7821 |   0 |   0 |   0 | 341k|   0 | 1.000000e+00 | 4.590000e+02 |  Large 
211.10/211.13	o 425
211.10/211.13	c * 204s|428495 | 28849 |     0 |   0.0 | 119M| 862 |   - |1800 |7893 |   0 |   0 |   0 | 349k|   0 | 1.000000e+00 | 4.250000e+02 |  Large 
211.69/211.75	o 356
211.69/211.75	c * 205s|429123 | 22685 |     0 |   0.0 | 110M| 862 |   - |1800 |8455 |   0 |   0 |   0 | 351k|   0 | 1.000000e+00 | 3.560000e+02 |  Large 
211.69/211.76	o 301
211.69/211.76	c * 205s|429124 | 17900 |     0 |   0.0 | 101M| 862 |   - |1800 |8455 |   0 |   0 |   0 | 351k|   0 | 1.000000e+00 | 3.010000e+02 |  Large 
212.80/212.83	c   206s|430000 | 17655 |     0 |   0.0 | 102M| 862 |   - |1800 |7913 |   0 |   0 |   0 | 354k|   0 | 9.000000e+00 | 3.010000e+02 |3244.44%
212.90/212.97	o 216
212.90/212.97	c * 206s|430120 | 10800 |     0 |   0.0 |  82M| 862 |   - |1800 |7705 |   0 |   0 |   0 | 354k|   0 | 1.000000e+01 | 2.160000e+02 |2060.00%
216.29/216.39	o 206
216.29/216.39	c * 210s|432351 |  3748 |     0 |   0.0 |  50M| 862 |   - |1800 |3058 |   0 |   0 |   0 | 359k|   0 | 1.090000e+02 | 2.060000e+02 |  88.99%
217.19/217.29	c 
217.19/217.29	c SCIP Status        : problem is solved [optimal solution found]
217.19/217.29	c Solving Time (sec) : 210.43
217.19/217.29	c Solving Nodes      : 432711
217.19/217.29	c Primal Bound       : +2.06000000000000e+02 (72 solutions)
217.19/217.29	c Dual Bound         : +2.06000000000000e+02
217.19/217.29	c Gap                : 0.00 %
217.19/217.29	s OPTIMUM FOUND
217.19/217.29	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 -x178 
217.19/217.29	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
217.19/217.29	v x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
217.19/217.29	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
217.19/217.29	v x108 -x107 x106 -x105 -x104 x103 -x102 x101 -x100 x99 x98 -x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 -x86 x85 x84 
217.19/217.29	v -x83 -x82 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 
217.19/217.29	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 -x30 x29 -x28 
217.19/217.29	v x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 x18 -x17 x16 -x15 x14 -x13 -x12 x11 x10 -x9 -x8 x7 -x6 x5 -x4 x3 x2 -x1 
217.19/217.29	c SCIP Status        : problem is solved [optimal solution found]
217.19/217.29	c Solving Time       :     210.43
217.19/217.29	c Original Problem   :
217.19/217.29	c   Problem name     : HOME/instance-2700118-1278534015.wbo
217.19/217.29	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
217.19/217.29	c   Constraints      : 1801 initial, 1801 maximal
217.19/217.29	c Presolved Problem  :
217.19/217.29	c   Problem name     : t_HOME/instance-2700118-1278534015.wbo
217.19/217.29	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
217.19/217.29	c   Constraints      : 1700 initial, 31708 maximal
217.19/217.29	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
217.19/217.29	c   trivial          :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   implics          :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   probing          :       0.01          0          0          0          0          0          0          0          0
217.19/217.29	c   indicator        :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   linear           :       0.02          0        100          0        850          0        101          0          0
217.19/217.29	c   logicor          :       0.00          0          0          0          0          0          0          0          0
217.19/217.29	c   root node        :          -        207          -          -        414          -          -          -          -
217.19/217.29	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
217.19/217.29	c   integral         :          0          0          0          0          0          0          0          0          0          0
217.19/217.29	c   indicator        :        850          0    1071657          0     393912        766    8792102          0          0          0
217.19/217.29	c   linear           :        850          0    1071288          0     393934      12678    1020885          0          0          0
217.19/217.29	c   logicor          :          0+         0     616615          0          0       5136     530547          0          0          0
217.19/217.29	c   countsols        :          0          0          0          0     393979          0          0          0          0          0
217.19/217.29	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
217.19/217.29	c   integral         :       0.00       0.00       0.00       0.00       0.00
217.19/217.29	c   indicator        :      25.69       0.00      13.64       0.00      12.05
217.19/217.29	c   linear           :      21.35       0.00      21.11       0.00       0.24
217.19/217.29	c   logicor          :      50.04       0.00      50.04       0.00       0.00
217.19/217.29	c   countsols        :       0.07       0.00       0.00       0.00       0.07
217.19/217.29	c Propagators        :       Time      Calls    Cutoffs    DomReds
217.19/217.29	c   vbounds          :       0.26          2          0          0
217.19/217.29	c   rootredcost      :       0.20          0          0          0
217.19/217.29	c   pseudoobj        :      27.57    1112433      40435    8583141
217.19/217.29	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
217.19/217.29	c   propagation      :       4.75      58249      58145     255823       26.9     168383        3.7          -
217.19/217.29	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
217.19/217.29	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
217.19/217.29	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
217.19/217.29	c   pseudo solution  :       0.02        245        245       1340       30.0       1118        4.1          -
217.19/217.29	c   applied globally :          -          -          -     360208       14.6          -          -          -
217.19/217.29	c   applied locally  :          -          -          -          8      117.4          -          -          -
217.19/217.29	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
217.19/217.29	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
217.19/217.29	c   redcost          :       0.00          0          0          0          0          0
217.19/217.29	c   impliedbounds    :       0.00          0          0          0          0          0
217.19/217.29	c   intobj           :       0.00          0          0          0          0          0
217.19/217.29	c   cgmip            :       0.00          0          0          0          0          0
217.19/217.29	c   gomory           :       0.00          0          0          0          0          0
217.19/217.29	c   strongcg         :       0.00          0          0          0          0          0
217.19/217.29	c   cmir             :       0.00          0          0          0          0          0
217.19/217.29	c   flowcover        :       0.00          0          0          0          0          0
217.19/217.29	c   clique           :       0.00          0          0          0          0          0
217.19/217.29	c   zerohalf         :       0.00          0          0          0          0          0
217.19/217.29	c   mcf              :       0.00          0          0          0          0          0
217.19/217.29	c   rapidlearning    :       0.00          0          0          0          0          0
217.19/217.29	c Pricers            :       Time      Calls       Vars
217.19/217.29	c   problem variables:       0.00          0          0
217.19/217.29	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
217.19/217.29	c   relpscost        :       0.00          0          0          0          0          0          0
217.19/217.29	c   pscost           :       0.00          0          0          0          0          0          0
217.19/217.29	c   inference        :      22.69     393909          0          0          0          0     787818
217.19/217.29	c   mostinf          :       0.00          0          0          0          0          0          0
217.19/217.29	c   leastinf         :       0.00          0          0          0          0          0          0
217.19/217.29	c   fullstrong       :       0.00          0          0          0          0          0          0
217.19/217.29	c   allfullstrong    :       0.00          0          0          0          0          0          0
217.19/217.29	c   random           :       0.00          0          0          0          0          0          0
217.19/217.29	c Primal Heuristics  :       Time      Calls      Found
217.19/217.29	c   LP solutions     :       0.00          -          0
217.19/217.29	c   pseudo solutions :       0.63          -         70
217.19/217.29	c   oneopt           :       0.09          0          0
217.19/217.29	c   trivial          :       0.01          2          1
217.19/217.29	c   simplerounding   :       0.00          0          0
217.19/217.29	c   zirounding       :       0.00          0          0
217.19/217.29	c   rounding         :       0.00          0          0
217.19/217.29	c   shifting         :       0.00          0          0
217.19/217.29	c   intshifting      :       0.00          0          0
217.19/217.29	c   twoopt           :       0.00          0          0
217.19/217.29	c   fixandinfer      :       0.00          0          0
217.19/217.29	c   feaspump         :       0.00          0          0
217.19/217.29	c   coefdiving       :       0.00          0          0
217.19/217.29	c   pscostdiving     :       0.00          0          0
217.19/217.29	c   fracdiving       :       0.00          0          0
217.19/217.29	c   veclendiving     :       0.00          0          0
217.19/217.29	c   intdiving        :       0.00          0          0
217.19/217.29	c   actconsdiving    :       0.00          0          0
217.19/217.29	c   objpscostdiving  :       0.00          0          0
217.19/217.29	c   rootsoldiving    :       0.00          0          0
217.19/217.29	c   linesearchdiving :       0.00          0          0
217.19/217.29	c   guideddiving     :       0.00          0          0
217.19/217.29	c   octane           :       0.00          0          0
217.19/217.29	c   rens             :       0.00          0          0
217.19/217.29	c   rins             :       0.00          0          0
217.19/217.29	c   localbranching   :       0.00          0          0
217.19/217.29	c   mutation         :       0.00          0          0
217.19/217.29	c   crossover        :       0.00          0          0
217.19/217.29	c   dins             :       0.00          0          0
217.19/217.29	c   undercover       :       0.00          0          0
217.19/217.29	c   nlp              :       0.19          0          0
217.19/217.29	c   trysol           :       0.09          1          1
217.19/217.29	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
217.19/217.29	c   primal LP        :       0.00          0          0       0.00          -
217.19/217.29	c   dual LP          :       0.00          0          0       0.00          -
217.19/217.29	c   lex dual LP      :       0.00          0          0       0.00          -
217.19/217.29	c   barrier LP       :       0.00          0          0       0.00          -
217.19/217.29	c   diving/probing LP:       0.00          0          0       0.00          -
217.19/217.29	c   strong branching :       0.00          0          0       0.00          -
217.19/217.29	c     (at root node) :          -          0          0       0.00          -
217.19/217.29	c   conflict analysis:       0.00          0          0       0.00          -
217.19/217.29	c B&B Tree           :
217.19/217.29	c   number of runs   :          1
217.19/217.29	c   nodes            :     432711
217.19/217.29	c   nodes (total)    :     432711
217.19/217.29	c   nodes left       :          0
217.19/217.29	c   max depth        :        862
217.19/217.29	c   max depth (total):        862
217.19/217.29	c   backtracks       :      26782 (6.2%)
217.19/217.29	c   delayed cutoffs  :      39235
217.19/217.29	c   repropagations   :     110835 (5376537 domain reductions, 20528 cutoffs)
217.19/217.29	c   avg switch length:       4.72
217.19/217.29	c   switching time   :      43.56
217.19/217.29	c Solution           :
217.19/217.29	c   Solutions found  :         72 (71 improvements)
217.19/217.29	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
217.19/217.29	c   Primal Bound     : +2.06000000000000e+02   (in run 1, after 432351 nodes, 209.59 seconds, depth 123, found by <relaxation>)
217.19/217.29	c   Dual Bound       : +2.06000000000000e+02
217.19/217.29	c   Gap              :       0.00 %
217.19/217.29	c   Root Dual Bound  : +0.00000000000000e+00
217.19/217.29	c   Root Iterations  :          0
217.30/217.31	c Time complete: 217.31.

Verifier Data

OK	206

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700118-1278534015/watcher-2700118-1278534015 -o /tmp/evaluation-result-2700118-1278534015/solver-2700118-1278534015 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700118-1278534015.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.84 1.73 0.70 4/178 17445
/proc/meminfo: memFree=30137632/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=8272 CPUtime=0
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 1545 0 0 0 0 0 0 0 25 0 1 0 21614948 8470528 1468 4089446400 4194304 7136930 140733485134736 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17445/statm: 2068 1468 275 719 0 1347 0

[startup+0.0142491 s]
/proc/loadavg: 2.84 1.73 0.70 4/178 17445
/proc/meminfo: memFree=30137632/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=11152 CPUtime=0.01
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 2278 0 0 0 1 0 0 0 25 0 1 0 21614948 11419648 2201 4089446400 4194304 7136930 140733485134736 18446744073709551615 6166807 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17445/statm: 2788 2201 275 719 0 2067 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11152

[startup+0.100234 s]
/proc/loadavg: 2.84 1.73 0.70 4/178 17445
/proc/meminfo: memFree=30137632/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=20496 CPUtime=0.09
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 5582 0 0 0 8 1 0 0 25 0 1 0 21614948 20987904 4380 4089446400 4194304 7136930 140733485134736 18446744073709551615 4983052 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 5124 4380 387 719 0 4403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20496

[startup+0.300199 s]
/proc/loadavg: 2.84 1.73 0.70 4/178 17445
/proc/meminfo: memFree=30137632/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=21264 CPUtime=0.29
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 5775 0 0 0 25 4 0 0 25 0 1 0 21614948 21774336 4573 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 5316 4573 393 719 0 4595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21264

[startup+0.700127 s]
/proc/loadavg: 2.84 1.73 0.70 4/178 17445
/proc/meminfo: memFree=30137632/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=23408 CPUtime=0.69
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 6335 0 0 0 61 8 0 0 25 0 1 0 21614948 23969792 5133 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 5852 5133 393 719 0 5131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23408

[startup+1.50099 s]
/proc/loadavg: 2.84 1.73 0.70 3/179 17446
/proc/meminfo: memFree=30117172/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=26416 CPUtime=1.49
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 7098 0 0 0 134 15 0 0 25 0 1 0 21614948 27049984 5896 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 6604 5896 393 719 0 5883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26416

[startup+3.1007 s]
/proc/loadavg: 2.84 1.73 0.70 3/179 17446
/proc/meminfo: memFree=30112460/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=31980 CPUtime=3.09
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 8526 0 0 0 275 34 0 0 25 0 1 0 21614948 32747520 7324 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 7995 7324 393 719 0 7274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31980

[startup+6.30014 s]
/proc/loadavg: 2.77 1.74 0.70 3/179 17446
/proc/meminfo: memFree=30103060/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=40176 CPUtime=6.29
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 10642 0 0 0 567 62 0 0 25 0 1 0 21614948 41140224 9440 4089446400 4194304 7136930 140733485134736 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 10044 9440 393 719 0 9323 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40176

[startup+12.701 s]
/proc/loadavg: 2.71 1.74 0.71 3/179 17446
/proc/meminfo: memFree=30086328/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=57732 CPUtime=12.69
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 14665 0 0 0 1156 113 0 0 25 0 1 0 21614948 59117568 13463 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 14433 13463 394 719 0 13712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57732

[startup+25.5007 s]
/proc/loadavg: 2.55 1.75 0.73 3/179 17446
/proc/meminfo: memFree=30051604/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=91340 CPUtime=25.49
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 23183 0 0 0 2332 217 0 0 25 0 1 0 21614948 93532160 21981 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 22835 21981 394 719 0 22114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91340

[startup+51.1003 s]
/proc/loadavg: 2.36 1.77 0.76 3/179 17448
/proc/meminfo: memFree=30007420/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=141776 CPUtime=51.09
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 34381 0 0 0 4746 363 0 0 25 0 1 0 21614948 145178624 33179 4089446400 4194304 7136930 140733485134736 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 35444 33179 394 719 0 34723 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141776

[startup+102.306 s]
/proc/loadavg: 2.16 1.80 0.83 3/179 17476
/proc/meminfo: memFree=29841760/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=248868 CPUtime=102.3
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 57791 0 0 0 9737 493 0 0 25 0 1 0 21614948 254840832 56589 4089446400 4194304 7136930 140733485134736 18446744073709551615 4226078 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 62217 56589 394 719 0 61496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 248868

[startup+162.301 s]
/proc/loadavg: 2.06 1.84 0.90 3/179 17477
/proc/meminfo: memFree=29747092/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=302268 CPUtime=162.29
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 68746 0 0 0 15631 598 0 0 25 0 1 0 21614948 309522432 67544 4089446400 4194304 7136930 140733485134736 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 75567 67544 394 719 0 74846 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 302268

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

[startup+179.101 s]
/proc/loadavg: 2.04 1.85 0.92 3/179 17478
/proc/meminfo: memFree=29727108/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=306164 CPUtime=179.09
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 69463 0 0 0 17291 618 0 0 25 0 1 0 21614948 313511936 68261 4089446400 4194304 7136930 140733485134736 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 76541 68261 394 719 0 75820 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 306164

[startup+204.701 s]
/proc/loadavg: 2.02 1.86 0.95 3/179 17479
/proc/meminfo: memFree=29698936/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=313744 CPUtime=204.69
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 71034 0 0 0 19815 654 0 0 25 0 1 0 21614948 321273856 69832 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 78436 69832 394 719 0 77715 0
Current children cumulated CPU time (s) 204.69
Current children cumulated vsize (KiB) 313744

[startup+211.101 s]
/proc/loadavg: 2.02 1.86 0.95 3/179 17479
/proc/meminfo: memFree=29690364/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=318364 CPUtime=211.1
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72039 0 0 0 20441 669 0 0 25 0 1 0 21614948 326004736 70837 4089446400 4194304 7136930 140733485134736 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 79591 70837 394 719 0 78870 0
Current children cumulated CPU time (s) 211.1
Current children cumulated vsize (KiB) 318364

[startup+214.3 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17479
/proc/meminfo: memFree=29686024/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=319840 CPUtime=214.3
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72263 0 0 0 20756 674 0 0 25 0 1 0 21614948 327516160 71061 4089446400 4194304 7136930 140733485134736 18446744073709551615 5909187 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 79960 71061 394 719 0 79239 0
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (KiB) 319840

[startup+215.901 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17479
/proc/meminfo: memFree=29683160/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=320016 CPUtime=215.9
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72336 0 0 0 20913 677 0 0 25 0 1 0 21614948 327696384 71134 4089446400 4194304 7136930 140733485134736 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 80004 71134 394 719 0 79283 0
Current children cumulated CPU time (s) 215.9
Current children cumulated vsize (KiB) 320016

[startup+216.706 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17479
/proc/meminfo: memFree=29682788/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=320520 CPUtime=216.7
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72386 0 0 0 20989 681 0 0 25 0 1 0 21614948 328212480 71184 4089446400 4194304 7136930 140733485134736 18446744073709551615 5905987 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 80130 71184 394 719 0 79409 0
Current children cumulated CPU time (s) 216.7
Current children cumulated vsize (KiB) 320520

[startup+217.101 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17479
/proc/meminfo: memFree=29682788/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=320520 CPUtime=217.09
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72413 0 0 0 21026 683 0 0 25 0 1 0 21614948 328212480 71211 4089446400 4194304 7136930 140733485134736 18446744073709551615 4624531 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17445/statm: 80130 71211 394 719 0 79409 0
Current children cumulated CPU time (s) 217.09
Current children cumulated vsize (KiB) 320520

[startup+217.301 s]
/proc/loadavg: 2.02 1.86 0.96 3/179 17479
/proc/meminfo: memFree=29682788/32950928 swapFree=4192956/4192956
[pid=17445] ppid=17443 vsize=291404 CPUtime=217.3
/proc/17445/stat : 17445 (pbscip.linux.x8) R 17443 17445 16719 0 -1 4202496 72420 0 0 0 21045 685 0 0 18 0 1 0 21614948 298397696 63952 4089446400 4194304 7136930 140733485134736 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17445/statm: 72593 63694 400 719 0 71872 0
Current children cumulated CPU time (s) 217.3
Current children cumulated vsize (KiB) 291404

Child status: 0
Real time (s): 217.315
CPU time (s): 217.321
CPU user time (s): 210.458
CPU system time (s): 6.86296
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 320520

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

runsolver used 0.293955 second user time and 0.702893 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-07 22:20:15
IDJOB=2700118
IDBENCH=79401
IDSOLVER=1206
FILE ID=node124/2700118-1278534015
PBS_JOBID= 11239230
Free space on /tmp= 130204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh15_wcsp.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-2700118-1278534015/watcher-2700118-1278534015 -o /tmp/evaluation-result-2700118-1278534015/solver-2700118-1278534015 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700118-1278534015.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 415715e3de5713a6aca23e12a1a413cb
RANDOM SEED=908019581

node124.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.846
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.69
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.846
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	: 5226.14
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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.75
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.846
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.82
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.846
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.76
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30138020 kB
Buffers:        130460 kB
Cached:        2501832 kB
SwapCached:          0 kB
Active:         980108 kB
Inactive:      1724488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30138020 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:       71864 kB
Mapped:          15636 kB
Slab:            76472 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   212108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130196 MiB
End job on node124 at 2010-07-07 22:23:53