Trace number 2700237

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 133.369 133.365

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh203_wcsp.wbo
MD5SUM542e56009f24e88bce5dd1146eaa3ca2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark0.022995
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
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: Clp 1.11.1] [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-2700237-1278534485.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.03/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.05	c  1000 implications, 0 cliques
0.03/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.03/0.05	c     800 constraints of type <indicator>
0.03/0.05	c     800 constraints of type <linear>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.03
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 1.2.1.2
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1799.99
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 3420
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.05	c start solving
0.03/0.05	c 
0.03/0.05	o 394238
0.03/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.05	c t 0.0s|     1 |     0 |     0 |     - |5796k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |     0 |     - |6169k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |    32 |     - |6202k|   0 |   5 |1700 |1600 |1700 |  57 |  57 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     0 |   104 |     - |6256k|   0 |  38 |1700 |1600 |1700 | 103 | 103 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   151 |     - |6374k|   0 |  45 |1700 |1600 |1700 | 142 | 142 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.03/0.08	c   0.1s|     1 |     0 |   228 |     - |6499k|   0 |  49 |1700 |1600 |1700 | 165 | 165 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   277 |     - |6553k|   0 |  46 |1700 |1600 |1700 | 172 | 172 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   280 |     - |6579k|   0 |  47 |1700 |1600 |1700 | 174 | 174 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     2 |   452 |     - |6630k|   0 |  47 |1700 |1600 |1700 | 174 | 174 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.59/1.65	o 8318
1.59/1.65	c * 1.5s|  1086 |   722 |  2418 |   2.0 |8124k| 701 |   - |1700 |1600 |1700 | 287 | 348 |   0 | 404 | 0.000000e+00 | 8.318000e+03 |    Inf 
5.19/5.21	o 8236
5.19/5.21	c * 4.9s|  6042 |  5591 | 11735 |   1.9 |  14M| 701 |   - |1700 |1817 |1700 | 218 |1244 | 217 | 695 | 0.000000e+00 | 8.236000e+03 |    Inf 
7.70/7.78	o 8125
7.70/7.78	c * 7.3s|  9946 |  9136 | 16458 |   1.6 |  19M| 701 |   - |1700 |3049 |1700 | 202 |1843 |1449 | 705 | 0.000000e+00 | 8.125000e+03 |    Inf 
7.79/7.82	c   7.3s| 10000 |  9183 | 16629 |   1.6 |  19M| 701 |   0 |1700 |3086 |1700 | 203 |1853 |1486 | 705 | 0.000000e+00 | 8.125000e+03 |    Inf 
13.39/13.41	o 8046
13.39/13.41	c *12.5s| 18111 | 16285 | 26191 |   1.4 |  29M| 701 |   - |1700 |4175 |1700 | 204 |3269 |5305 | 718 | 0.000000e+00 | 8.046000e+03 |    Inf 
14.69/14.75	c  13.8s| 20000 | 17903 | 29132 |   1.4 |  31M| 701 |   0 |1700 |4247 |1700 | 211 |3621 |6339 | 719 | 0.000000e+00 | 8.046000e+03 |    Inf 
19.89/19.97	o 8000
19.89/19.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.89/19.97	c *18.6s| 27292 | 24379 | 45760 |   1.7 |  39M| 701 |   - |1700 |3873 |1700 | 219 |5737 |9515 | 760 | 0.000000e+00 | 8.000000e+03 |    Inf 
19.89/19.98	o 7989
19.89/19.98	c *18.6s| 27293 | 24353 | 45764 |   1.7 |  39M| 701 |   - |1700 |3873 |1700 | 219 |5737 |9515 | 760 | 0.000000e+00 | 7.989000e+03 |    Inf 
20.59/20.63	o 7861
20.59/20.63	c *19.2s| 28263 | 24993 | 46707 |   1.6 |  40M| 701 |   - |1700 |3862 |1700 | 217 |5854 |9780 | 760 | 0.000000e+00 | 7.861000e+03 |    Inf 
21.69/21.77	c  20.3s| 30000 | 26604 | 48296 |   1.6 |  41M| 701 |   0 |1700 |3691 |1700 | 192 |6124 |  10k| 760 | 0.000000e+00 | 7.861000e+03 |    Inf 
27.79/27.80	o 7749
27.79/27.80	c *26.0s| 38749 | 33934 | 60602 |   1.6 |  51M| 701 |   - |1700 |4480 |1700 | 222 |7637 |  14k| 764 | 0.000000e+00 | 7.749000e+03 |    Inf 
27.79/27.87	o 7747
27.79/27.87	c *26.1s| 38836 | 34002 | 60859 |   1.6 |  51M| 701 |   - |1700 |4511 |1700 | 224 |7672 |  14k| 764 | 0.000000e+00 | 7.747000e+03 |    Inf 
27.89/27.90	o 7703
27.89/27.90	c *26.1s| 38865 | 33871 | 61023 |   1.6 |  51M| 701 |   - |1700 |4510 |1700 | 221 |7689 |  14k| 765 | 0.000000e+00 | 7.703000e+03 |    Inf 
28.49/28.51	o 7619
28.49/28.51	c *26.6s| 39589 | 34165 | 64029 |   1.6 |  52M| 701 |   - |1700 |4910 |1700 | 251 |7945 |  15k| 773 | 0.000000e+00 | 7.619000e+03 |    Inf 
28.69/28.79	c  26.9s| 40000 | 34534 | 64618 |   1.6 |  52M| 701 |   0 |1700 |4900 |1700 | 200 |7979 |  15k| 773 | 0.000000e+00 | 7.619000e+03 |    Inf 
29.29/29.39	o 7560
29.29/29.39	c *27.5s| 40788 | 34968 | 65926 |   1.6 |  53M| 701 |   - |1700 |4838 |1700 | 211 |8159 |  15k| 773 | 0.000000e+00 | 7.560000e+03 |    Inf 
34.80/34.86	o 7435
34.80/34.86	c *32.6s| 48718 | 41430 | 77868 |   1.6 |  61M| 701 |   - |1700 |4097 |1700 | 190 |9493 |  19k| 774 | 0.000000e+00 | 7.435000e+03 |    Inf 
34.80/34.86	o 7393
34.80/34.86	c *32.6s| 48719 | 41228 | 77888 |   1.6 |  60M| 701 |   - |1700 |4097 |1700 | 190 |9493 |  19k| 774 | 0.000000e+00 | 7.393000e+03 |    Inf 
35.69/35.76	c  33.5s| 50000 | 42411 | 79990 |   1.6 |  62M| 701 |   0 |1700 |3852 |1700 | 200 |9713 |  19k| 775 | 0.000000e+00 | 7.393000e+03 |    Inf 
37.09/37.12	o 7278
37.09/37.12	c *34.7s| 51963 | 43469 | 82315 |   1.6 |  63M| 701 |   - |1700 |3978 |1700 | 205 |  10k|  20k| 778 | 0.000000e+00 | 7.278000e+03 |    Inf 
37.59/37.60	o 7144
37.59/37.60	c *35.2s| 52470 | 43035 | 84396 |   1.6 |  62M| 701 |   - |1700 |4023 |1700 | 217 |  10k|  20k| 784 | 0.000000e+00 | 7.144000e+03 |    Inf 
37.99/38.06	o 7041
37.99/38.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.99/38.06	c *35.6s| 53063 | 42833 | 85960 |   1.6 |  61M| 701 |   - |1700 |4307 |1700 | 224 |  10k|  21k| 784 | 0.000000e+00 | 7.041000e+03 |    Inf 
42.99/43.00	c  40.2s| 60000 | 48821 | 96477 |   1.6 |  69M| 701 |   0 |1700 |4609 |1700 | 199 |  11k|  24k| 785 | 0.000000e+00 | 7.041000e+03 |    Inf 
44.59/44.62	o 7002
44.59/44.62	c *41.8s| 62534 | 50758 | 98811 |   1.6 |  71M| 701 |   - |1700 |4364 |1700 | 196 |  12k|  25k| 786 | 0.000000e+00 | 7.002000e+03 |    Inf 
44.59/44.63	o 6894
44.59/44.63	c *41.8s| 62539 | 49927 | 98852 |   1.6 |  69M| 701 |   - |1700 |4364 |1700 | 196 |  12k|  25k| 786 | 0.000000e+00 | 6.894000e+03 |    Inf 
48.99/49.01	o 6703
48.99/49.01	c *45.9s| 68574 | 53435 |107924 |   1.6 |  73M| 701 |   - |1700 |4529 |1700 | 219 |  13k|  29k| 786 | 0.000000e+00 | 6.703000e+03 |    Inf 
48.99/49.01	o 6688
48.99/49.01	c *45.9s| 68575 | 53279 |107938 |   1.6 |  73M| 701 |   - |1700 |4529 |1700 | 219 |  13k|  29k| 786 | 0.000000e+00 | 6.688000e+03 |    Inf 
49.40/49.43	o 6659
49.40/49.43	c *46.3s| 69124 | 53477 |109134 |   1.6 |  73M| 701 |   - |1700 |4645 |1700 | 197 |  13k|  29k| 786 | 0.000000e+00 | 6.659000e+03 |    Inf 
49.79/49.86	o 6637
49.79/49.86	c *46.7s| 69704 | 53795 |110701 |   1.6 |  73M| 701 |   - |1700 |4695 |1700 | 198 |  13k|  29k| 786 | 0.000000e+00 | 6.637000e+03 |    Inf 
49.79/49.87	o 6433
49.79/49.87	c *46.7s| 69705 | 51786 |110703 |   1.6 |  69M| 701 |   - |1700 |4695 |1700 | 198 |  13k|  29k| 786 | 0.000000e+00 | 6.433000e+03 |    Inf 
50.10/50.11	c  46.9s| 70000 | 52049 |111587 |   1.6 |  69M| 701 |   0 |1700 |4726 |1700 | 206 |  13k|  29k| 786 | 0.000000e+00 | 6.433000e+03 |    Inf 
50.10/50.13	o 6345
50.10/50.13	c *46.9s| 70023 | 51242 |111605 |   1.6 |  68M| 701 |   - |1700 |4747 |1700 | 208 |  13k|  29k| 786 | 0.000000e+00 | 6.345000e+03 |    Inf 
50.10/50.13	o 6216
50.10/50.13	c *46.9s| 70024 | 50099 |111609 |   1.6 |  66M| 701 |   - |1700 |4747 |1700 | 208 |  13k|  29k| 786 | 0.000000e+00 | 6.216000e+03 |    Inf 
50.19/50.27	o 6080
50.19/50.27	c *47.0s| 70180 | 49085 |112203 |   1.6 |  64M| 701 |   - |1700 |4849 |1700 | 208 |  13k|  30k| 786 | 0.000000e+00 | 6.080000e+03 |    Inf 
52.00/52.01	o 6062
52.00/52.01	c *48.7s| 72496 | 50805 |116428 |   1.6 |  67M| 701 |   - |1700 |5081 |1700 | 191 |  14k|  31k| 789 | 0.000000e+00 | 6.062000e+03 |    Inf 
52.00/52.02	o 6061
52.00/52.02	c *48.7s| 72497 | 50794 |116429 |   1.6 |  67M| 701 |   - |1700 |5081 |1700 | 191 |  14k|  31k| 789 | 0.000000e+00 | 6.061000e+03 |    Inf 
52.00/52.05	o 5935
52.00/52.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.00/52.05	c *48.7s| 72538 | 49762 |116564 |   1.6 |  65M| 701 |   - |1700 |5063 |1700 | 188 |  14k|  31k| 789 | 0.000000e+00 | 5.935000e+03 |    Inf 
52.00/52.05	o 5813
52.00/52.05	c *48.7s| 72539 | 48633 |116565 |   1.6 |  63M| 701 |   - |1700 |5063 |1700 | 188 |  14k|  31k| 789 | 0.000000e+00 | 5.813000e+03 |    Inf 
52.80/52.86	o 5797
52.80/52.86	c *49.5s| 73570 | 49330 |118217 |   1.6 |  64M| 701 |   - |1700 |5141 |1700 | 229 |  14k|  32k| 790 | 0.000000e+00 | 5.797000e+03 |    Inf 
52.99/53.01	o 5702
52.99/53.01	c *49.6s| 73755 | 48571 |118637 |   1.6 |  63M| 701 |   - |1700 |5197 |1700 | 242 |  14k|  32k| 790 | 0.000000e+00 | 5.702000e+03 |    Inf 
53.59/53.62	o 5610
53.59/53.62	c *50.2s| 74494 | 48397 |120148 |   1.6 |  62M| 701 |   - |1700 |5180 |1700 | 241 |  14k|  32k| 790 | 0.000000e+00 | 5.610000e+03 |    Inf 
53.69/53.71	o 5555
53.69/53.71	c *50.3s| 74612 | 48058 |120434 |   1.6 |  62M| 701 |   - |1700 |5171 |1700 | 243 |  14k|  32k| 790 | 0.000000e+00 | 5.555000e+03 |    Inf 
53.69/53.76	o 5506
53.69/53.76	c *50.3s| 74682 | 47764 |120606 |   1.6 |  62M| 701 |   - |1700 |5192 |1700 | 243 |  14k|  32k| 790 | 0.000000e+00 | 5.506000e+03 |    Inf 
53.99/54.07	o 5472
53.99/54.07	c *50.6s| 75062 | 47807 |121553 |   1.6 |  62M| 701 |   - |1700 |5209 |1700 | 216 |  14k|  33k| 790 | 0.000000e+00 | 5.472000e+03 |    Inf 
53.99/54.08	o 5413
53.99/54.08	c *50.6s| 75063 | 47224 |121553 |   1.6 |  61M| 701 |   - |1700 |5209 |1700 | 216 |  14k|  33k| 790 | 0.000000e+00 | 5.413000e+03 |    Inf 
54.10/54.12	o 5402
54.10/54.12	c *50.6s| 75128 | 47226 |121696 |   1.6 |  61M| 701 |   - |1700 |5197 |1700 | 213 |  14k|  33k| 790 | 0.000000e+00 | 5.402000e+03 |    Inf 
54.19/54.26	o 5324
54.19/54.26	c *50.8s| 75313 | 46670 |122199 |   1.6 |  61M| 701 |   - |1700 |5190 |1700 | 243 |  14k|  33k| 790 | 0.000000e+00 | 5.324000e+03 |    Inf 
57.79/57.82	c  54.1s| 80000 | 50564 |130057 |   1.6 |  66M| 701 |   0 |1700 |4866 |1700 | 198 |  16k|  35k| 790 | 0.000000e+00 | 5.324000e+03 |    Inf 
60.79/60.86	o 5304
60.79/60.86	c *56.9s| 83783 | 53451 |137965 |   1.6 |  70M| 701 |   - |1700 |4716 |1700 | 208 |  17k|  37k| 806 | 0.000000e+00 | 5.304000e+03 |    Inf 
61.69/61.79	o 5098
61.69/61.79	c *57.8s| 84945 | 52487 |140765 |   1.7 |  69M| 701 |   - |1700 |4713 |1700 | 219 |  17k|  38k| 806 | 0.000000e+00 | 5.098000e+03 |    Inf 
61.69/61.79	o 5033
61.69/61.79	c *57.8s| 84946 | 51881 |140780 |   1.7 |  68M| 701 |   - |1700 |4713 |1700 | 219 |  17k|  38k| 806 | 0.000000e+00 | 5.033000e+03 |    Inf 
61.79/61.84	o 5032
61.79/61.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.79/61.84	c *57.8s| 85014 | 51944 |140893 |   1.7 |  69M| 701 |   - |1700 |4710 |1700 | 213 |  17k|  38k| 806 | 0.000000e+00 | 5.032000e+03 |    Inf 
61.79/61.84	o 4973
61.79/61.84	c *57.8s| 85015 | 51456 |140895 |   1.7 |  68M| 701 |   - |1700 |4710 |1700 | 213 |  17k|  38k| 806 | 0.000000e+00 | 4.973000e+03 |    Inf 
61.79/61.89	o 4968
61.79/61.89	c *57.9s| 85088 | 51483 |141006 |   1.7 |  68M| 701 |   - |1700 |4724 |1700 | 218 |  17k|  38k| 806 | 0.000000e+00 | 4.968000e+03 |    Inf 
61.79/61.89	o 4909
61.79/61.89	c *57.9s| 85089 | 50994 |141007 |   1.7 |  67M| 701 |   - |1700 |4724 |1700 | 218 |  17k|  38k| 806 | 0.000000e+00 | 4.909000e+03 |    Inf 
62.39/62.44	o 4837
62.39/62.44	c *58.4s| 85842 | 50997 |142603 |   1.7 |  67M| 701 |   - |1700 |4913 |1700 | 219 |  17k|  39k| 807 | 0.000000e+00 | 4.837000e+03 |    Inf 
62.39/62.49	o 4802
62.39/62.49	c *58.4s| 85903 | 50691 |142809 |   1.7 |  67M| 701 |   - |1700 |4905 |1700 | 225 |  17k|  39k| 807 | 0.000000e+00 | 4.802000e+03 |    Inf 
62.50/62.56	o 4788
62.50/62.56	c *58.5s| 85994 | 50599 |143080 |   1.7 |  67M| 701 |   - |1700 |4944 |1700 | 217 |  17k|  39k| 807 | 0.000000e+00 | 4.788000e+03 |    Inf 
62.70/62.71	o 4466
62.70/62.71	c *58.6s| 86199 | 47614 |143335 |   1.7 |  63M| 701 |   - |1700 |4973 |1700 | 227 |  17k|  39k| 807 | 0.000000e+00 | 4.466000e+03 |    Inf 
62.70/62.72	o 4401
62.70/62.72	c *58.6s| 86200 | 46955 |143340 |   1.7 |  62M| 701 |   - |1700 |4973 |1700 | 227 |  17k|  39k| 807 | 0.000000e+00 | 4.401000e+03 |    Inf 
62.79/62.89	o 4259
62.79/62.89	c *58.8s| 86395 | 45511 |143913 |   1.7 |  59M| 701 |   - |1700 |5097 |1700 | 237 |  17k|  39k| 807 | 0.000000e+00 | 4.259000e+03 |    Inf 
63.19/63.20	o 4024
63.19/63.20	c *59.1s| 86787 | 43485 |144509 |   1.7 |  57M| 701 |   - |1700 |5243 |1700 | 225 |  17k|  39k| 808 | 0.000000e+00 | 4.024000e+03 |    Inf 
63.19/63.20	o 3853
63.19/63.20	c *59.1s| 86788 | 41831 |144519 |   1.7 |  55M| 701 |   - |1700 |5243 |1700 | 225 |  17k|  39k| 808 | 0.000000e+00 | 3.853000e+03 |    Inf 
65.90/66.00	c  61.7s| 90000 | 44311 |152217 |   1.7 |  59M| 701 |   0 |1700 |4354 |1700 | 194 |  18k|  41k| 831 | 0.000000e+00 | 3.853000e+03 |    Inf 
68.00/68.00	o 3475
68.00/68.00	c *63.6s| 92350 | 41779 |159408 |   1.7 |  58M| 701 |   - |1700 |5173 |1700 | 220 |  19k|  43k| 847 | 0.000000e+00 | 3.475000e+03 |    Inf 
73.60/73.70	o 3396
73.60/73.70	c *68.9s| 98767 | 45640 |178458 |   1.8 |  66M| 701 |   - |1700 |4867 |1700 | 229 |  22k|  47k| 903 | 0.000000e+00 | 3.396000e+03 |    Inf 
73.70/73.70	o 3317
73.70/73.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
73.70/73.70	c *68.9s| 98768 | 44641 |178459 |   1.8 |  65M| 701 |   - |1700 |4867 |1700 | 229 |  22k|  47k| 903 | 0.000000e+00 | 3.317000e+03 |    Inf 
74.80/74.81	c  69.9s|100000 | 45546 |182089 |   1.8 |  66M| 701 |   0 |1700 |4595 |1700 | 203 |  22k|  48k| 914 | 0.000000e+00 | 3.317000e+03 |    Inf 
76.19/76.21	o 3315
76.19/76.21	c *71.2s|101512 | 46588 |187472 |   1.8 |  68M| 701 |   - |1700 |4419 |1700 | 207 |  23k|  49k| 929 | 0.000000e+00 | 3.315000e+03 |    Inf 
81.69/81.72	o 3271
81.69/81.72	c *76.4s|107403 | 50341 |208039 |   1.9 |  76M| 701 |   - |1700 |5009 |1700 | 223 |  26k|  54k|1013 | 0.000000e+00 | 3.271000e+03 |    Inf 
81.69/81.73	o 3180
81.69/81.73	c *76.4s|107404 | 49163 |208052 |   1.9 |  74M| 701 |   - |1700 |5009 |1700 | 225 |  26k|  54k|1013 | 0.000000e+00 | 3.180000e+03 |    Inf 
82.50/82.56	o 3096
82.50/82.56	c *77.2s|108304 | 48696 |210534 |   1.9 |  74M| 701 |   - |1700 |5146 |1700 | 215 |  26k|  54k|1020 | 0.000000e+00 | 3.096000e+03 |    Inf 
82.50/82.57	o 3090
82.50/82.57	c *77.2s|108311 | 48625 |210589 |   1.9 |  74M| 701 |   - |1700 |5146 |1700 | 217 |  26k|  54k|1020 | 0.000000e+00 | 3.090000e+03 |    Inf 
82.50/82.58	o 2977
82.50/82.58	c *77.2s|108315 | 47057 |210592 |   1.9 |  71M| 701 |   - |1700 |5146 |1700 | 217 |  26k|  54k|1020 | 0.000000e+00 | 2.977000e+03 |    Inf 
82.50/82.58	o 2886
82.50/82.58	c *77.2s|108316 | 45649 |210593 |   1.9 |  69M| 701 |   - |1700 |5146 |1700 | 217 |  26k|  54k|1020 | 0.000000e+00 | 2.886000e+03 |    Inf 
84.30/84.37	c  78.9s|110000 | 46732 |218526 |   2.0 |  72M| 701 |   0 |1700 |5280 |1700 | 225 |  27k|  56k|1035 | 0.000000e+00 | 2.886000e+03 |    Inf 
90.70/90.70	o 2723
90.70/90.70	c *84.8s|116604 | 48996 |244398 |   2.1 |  76M| 701 |   - |1700 |4196 |1700 | 213 |  31k|  61k|1116 | 0.000000e+00 | 2.723000e+03 |    Inf 
90.70/90.71	o 2664
90.70/90.71	c *84.8s|116606 | 48100 |244440 |   2.1 |  75M| 701 |   - |1700 |4196 |1700 | 214 |  31k|  61k|1116 | 0.000000e+00 | 2.664000e+03 |    Inf 
93.99/94.10	c  88.0s|120000 | 50493 |258756 |   2.2 |  80M| 701 |   - |1700 |4117 |   0 |   0 |  33k|  63k|1156 | 0.000000e+00 | 2.664000e+03 |    Inf 
98.60/98.66	o 2661
98.60/98.66	c *92.3s|124681 | 53900 |278420 |   2.2 |  87M| 701 |   - |1700 |4258 |1700 | 211 |  35k|  66k|1218 | 0.000000e+00 | 2.661000e+03 |    Inf 
98.60/98.68	o 2649
98.60/98.68	c *92.3s|124692 | 53592 |278476 |   2.2 |  86M| 701 |   - |1700 |4263 |1700 | 215 |  35k|  66k|1218 | 0.000000e+00 | 2.649000e+03 |    Inf 
98.60/98.68	o 2555
98.60/98.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.60/98.68	c *92.3s|124693 | 51902 |278479 |   2.2 |  83M| 701 |   - |1700 |4263 |1700 | 215 |  35k|  66k|1218 | 0.000000e+00 | 2.555000e+03 |    Inf 
98.69/98.79	o 2230
98.69/98.79	c *92.4s|124761 | 44880 |279208 |   2.2 |  71M| 701 |   - |1700 |4289 |1700 | 226 |  35k|  66k|1223 | 0.000000e+00 | 2.230000e+03 |    Inf 
98.80/98.83	o 2066
98.80/98.83	c *92.5s|124796 | 41386 |279403 |   2.2 |  65M| 701 |   - |1700 |4278 |1700 | 206 |  35k|  66k|1223 | 0.000000e+00 | 2.066000e+03 |    Inf 
98.90/98.90	o 1983
98.90/98.90	c *92.5s|124859 | 39653 |279993 |   2.2 |  62M| 701 |   - |1700 |4283 |1700 | 219 |  35k|  66k|1223 | 0.000000e+00 | 1.983000e+03 |    Inf 
101.20/101.27	o 1902
101.20/101.27	c *94.8s|127005 | 39257 |291686 |   2.3 |  62M| 701 |   - |1700 |4199 |1700 | 236 |  37k|  68k|1268 | 0.000000e+00 | 1.902000e+03 |    Inf 
101.20/101.29	o 1698
101.20/101.29	c *94.8s|127008 | 34623 |291695 |   2.3 |  53M| 701 |   - |1700 |4199 |1700 | 236 |  37k|  68k|1268 | 0.000000e+00 | 1.698000e+03 |    Inf 
104.89/104.92	c  98.2s|130000 | 36329 |312502 |   2.4 |  59M| 701 |   0 |1700 |3792 |1700 | 202 |  39k|  70k|1325 | 0.000000e+00 | 1.698000e+03 |    Inf 
116.80/116.82	c   109s|140000 | 42420 |382587 |   2.7 |  79M| 701 |   0 |1700 |4215 |1700 | 183 |  47k|  78k|1510 | 0.000000e+00 | 1.698000e+03 |    Inf 
120.59/120.61	o 1554
120.59/120.61	c * 113s|143236 | 40773 |403664 |   2.8 |  80M| 701 |   - |1700 |3859 |1700 | 213 |  50k|  80k|1571 | 0.000000e+00 | 1.554000e+03 |    Inf 
120.59/120.62	o 1460
120.59/120.62	c * 113s|143237 | 38426 |403667 |   2.8 |  77M| 701 |   - |1700 |3859 |1700 | 214 |  50k|  80k|1571 | 0.000000e+00 | 1.460000e+03 |    Inf 
121.79/121.82	o 1436
121.79/121.82	c * 114s|144186 | 38417 |410339 |   2.8 |  79M| 701 |   - |1700 |3912 |1700 | 218 |  50k|  81k|1591 | 0.000000e+00 | 1.436000e+03 |    Inf 
121.79/121.82	o 1394
121.79/121.82	c * 114s|144187 | 37348 |410350 |   2.8 |  77M| 701 |   - |1700 |3912 |1700 | 218 |  50k|  81k|1591 | 0.000000e+00 | 1.394000e+03 |    Inf 
122.99/123.00	o 1384
122.99/123.00	c * 115s|145036 | 37499 |417998 |   2.9 |  79M| 701 |   - |1700 |3838 |1700 | 205 |  51k|  81k|1599 | 0.000000e+00 | 1.384000e+03 |    Inf 
122.99/123.01	o 1299
122.99/123.01	c * 115s|145037 | 35162 |418003 |   2.9 |  76M| 701 |   - |1700 |3838 |1700 | 205 |  51k|  81k|1599 | 0.000000e+00 | 1.299000e+03 |    Inf 
124.59/124.64	o 1240
124.59/124.64	c * 117s|146309 | 34416 |427440 |   2.9 |  76M| 701 |   - |1700 |3956 |1700 | 212 |  52k|  83k|1640 | 0.000000e+00 | 1.240000e+03 |    Inf 
129.59/129.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.59/129.67	c   121s|150000 | 36272 |461496 |   3.1 |  84M| 701 |   0 |1700 |3998 |1700 | 206 |  56k|  86k|1727 | 0.000000e+00 | 1.240000e+03 |    Inf 
129.89/129.92	o 1122
129.89/129.92	c * 122s|150220 | 33439 |462804 |   3.1 |  79M| 701 |   - |1700 |3964 |1700 | 208 |  56k|  86k|1731 | 0.000000e+00 | 1.122000e+03 |    Inf 
129.89/129.94	o 1092
129.89/129.94	c * 122s|150231 | 32743 |462854 |   3.1 |  78M| 701 |   - |1700 |3964 |1700 | 210 |  56k|  86k|1731 | 0.000000e+00 | 1.092000e+03 |    Inf 
129.89/129.95	o 918
129.89/129.95	c * 122s|150232 | 26926 |462856 |   3.1 |  65M| 701 |   - |1700 |3964 |1700 | 210 |  56k|  86k|1731 | 0.000000e+00 | 9.180000e+02 |    Inf 
131.10/131.19	o 911
131.10/131.19	c * 123s|150947 | 26915 |471921 |   3.1 |  67M| 701 |   - |1700 |3300 |1700 | 190 |  57k|  87k|1740 | 0.000000e+00 | 9.110000e+02 |    Inf 
131.19/131.25	o 867
131.19/131.25	c * 123s|150987 | 25712 |472381 |   3.1 |  64M| 701 |   - |1700 |3290 |1700 | 224 |  57k|  87k|1740 | 0.000000e+00 | 8.670000e+02 |    Inf 
131.19/131.26	o 808
131.19/131.26	c * 123s|150988 | 24264 |472382 |   3.1 |  60M| 701 |   - |1700 |3290 |1700 | 224 |  57k|  87k|1740 | 0.000000e+00 | 8.080000e+02 |    Inf 
131.39/131.43	o 742
131.39/131.43	c * 123s|151087 | 22137 |473589 |   3.1 |  55M| 701 |   - |1700 |3190 |1700 | 222 |  57k|  87k|1740 | 0.000000e+00 | 7.420000e+02 |    Inf 
131.39/131.46	o 718
131.39/131.46	c * 123s|151102 | 21556 |473752 |   3.1 |  54M| 701 |   - |1700 |3112 |1700 | 232 |  57k|  87k|1740 | 0.000000e+00 | 7.180000e+02 |    Inf 
131.39/131.49	o 646
131.39/131.49	c * 123s|151112 | 18231 |473794 |   3.1 |  47M| 701 |   - |1700 |3070 |1700 | 233 |  57k|  87k|1740 | 0.000000e+00 | 6.460000e+02 |    Inf 
131.49/131.51	o 521
131.49/131.51	c * 123s|151113 | 14472 |473797 |   3.1 |  40M| 701 |   - |1700 |3070 |1700 | 233 |  57k|  87k|1740 | 0.000000e+00 | 5.210000e+02 |    Inf 
131.49/131.55	o 511
131.49/131.55	c * 123s|151133 | 14334 |474208 |   3.1 |  39M| 701 |   - |1700 |2796 |1700 | 216 |  57k|  87k|1742 | 0.000000e+00 | 5.110000e+02 |    Inf 
131.49/131.55	o 435
131.49/131.55	c * 123s|151134 | 12852 |474217 |   3.1 |  36M| 701 |   - |1700 |2796 |1700 | 216 |  57k|  87k|1742 | 0.000000e+00 | 4.350000e+02 |    Inf 
131.70/131.79	o 434
131.70/131.79	c * 123s|151180 | 12638 |475948 |   3.1 |  37M| 701 |   - |1700 |2233 |1700 | 229 |  57k|  87k|1755 | 0.000000e+00 | 4.340000e+02 |    Inf 
132.00/132.08	o 421
132.00/132.08	c * 124s|151298 | 12266 |480181 |   3.2 |  36M| 701 |   - |1700 |2186 |1700 | 219 |  58k|  87k|1769 | 0.000000e+00 | 4.210000e+02 |    Inf 
132.00/132.09	o 414
132.00/132.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.00/132.09	c * 124s|151307 | 12174 |480185 |   3.2 |  36M| 701 |   - |1700 |2154 |1700 | 219 |  58k|  87k|1769 | 0.000000e+00 | 4.140000e+02 |    Inf 
132.10/132.10	o 355
132.10/132.10	c * 124s|151308 |  9452 |480186 |   3.2 |  31M| 701 |   - |1700 |2154 |1700 | 219 |  58k|  87k|1769 | 0.000000e+00 | 3.550000e+02 |    Inf 
132.39/132.46	o 281
132.39/132.46	c * 124s|151461 |  8010 |484628 |   3.2 |  29M| 701 |   - |1700 |2029 |1700 | 220 |  58k|  87k|1780 | 0.000000e+00 | 2.810000e+02 |    Inf 
132.39/132.49	o 265
132.39/132.49	c * 124s|151469 |  7919 |484934 |   3.2 |  28M| 701 |   - |1700 |1941 |1700 | 198 |  58k|  87k|1780 | 0.000000e+00 | 2.650000e+02 |    Inf 
132.49/132.55	o 231
132.49/132.55	c * 124s|151481 |  7208 |485503 |   3.2 |  27M| 701 |   - |1700 |1806 |1700 | 204 |  58k|  87k|1781 | 0.000000e+00 | 2.310000e+02 |    Inf 
132.49/132.57	o 176
132.49/132.57	c * 124s|151485 |  6167 |485600 |   3.2 |  25M| 701 |   - |1700 |1770 |1700 | 202 |  58k|  87k|1781 | 0.000000e+00 | 1.760000e+02 |    Inf 
132.59/132.67	o 156
132.59/132.67	c * 124s|151506 |  5279 |486640 |   3.2 |  24M| 701 |   - |1700 |1696 |1700 | 201 |  58k|  88k|1782 | 0.000000e+00 | 1.560000e+02 |    Inf 
132.69/132.71	o 133
132.69/132.71	c * 124s|151509 |  4616 |486717 |   3.2 |  22M| 701 |   - |1700 |1652 |1700 | 188 |  58k|  88k|1782 | 0.000000e+00 | 1.330000e+02 |    Inf 
133.20/133.27	o 119
133.20/133.27	c * 125s|151780 |   249 |493726 |   3.3 |  13M| 701 |   - |1700 |1666 |1700 | 215 |  59k|  88k|1784 | 0.000000e+00 | 1.190000e+02 |    Inf 
133.29/133.30	o 103
133.29/133.30	c * 125s|151796 |   198 |494214 |   3.3 |  12M| 701 |   - |1700 |1659 |1700 | 204 |  59k|  88k|1784 | 0.000000e+00 | 1.030000e+02 |    Inf 
133.29/133.33	o 55
133.29/133.33	c * 125s|151813 |   103 |494597 |   3.3 |  12M| 701 |   - |1700 |1635 |1700 | 208 |  59k|  88k|1784 | 0.000000e+00 | 5.500000e+01 |    Inf 
133.29/133.33	o 39
133.29/133.33	c * 125s|151814 |    96 |494600 |   3.3 |  12M| 701 |   - |1700 |1635 |1700 | 208 |  59k|  88k|1784 | 0.000000e+00 | 3.900000e+01 |    Inf 
133.29/133.34	c 
133.29/133.34	c SCIP Status        : problem is solved [optimal solution found]
133.29/133.34	c Solving Time (sec) : 124.78
133.29/133.34	c Solving Nodes      : 151816
133.29/133.34	c Primal Bound       : +3.90000000000000e+01 (216 solutions)
133.29/133.34	c Dual Bound         : +3.90000000000000e+01
133.29/133.34	c Gap                : 0.00 %
133.29/133.34	s OPTIMUM FOUND
133.29/133.34	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
133.29/133.34	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
133.29/133.34	v x154 -x153 x152 -x151 x150 -x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 
133.29/133.34	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
133.29/133.34	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 
133.29/133.34	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 
133.29/133.34	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 
133.29/133.34	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 
133.29/133.34	c SCIP Status        : problem is solved [optimal solution found]
133.29/133.34	c Solving Time       :     124.78
133.29/133.34	c Original Problem   :
133.29/133.34	c   Problem name     : HOME/instance-2700237-1278534485.wbo
133.29/133.34	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
133.29/133.34	c   Constraints      : 1701 initial, 1701 maximal
133.29/133.34	c Presolved Problem  :
133.29/133.34	c   Problem name     : t_HOME/instance-2700237-1278534485.wbo
133.29/133.34	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
133.29/133.34	c   Constraints      : 1600 initial, 5556 maximal
133.29/133.34	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
133.29/133.34	c   trivial          :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   implics          :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   probing          :       0.01          0          0          0          0          0          0          0          0
133.29/133.34	c   indicator        :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   linear           :       0.02          0        100          0        800          0        101          0          0
133.29/133.34	c   logicor          :       0.00          0          0          0          0          0          0          0          0
133.29/133.34	c   root node        :          -        776          -          -       1551          -          -          -          -
133.29/133.34	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
133.29/133.34	c   integral         :          0          0          0     157966          0          0         24          0          0       9444
133.29/133.34	c   indicator        :        800          0     352195     153230          0        311    3325488          0          0          0
133.29/133.34	c   linear           :        800          6     351674     153174          0       3392     300628      59402          0          0
133.29/133.34	c   logicor          :          0+         0     219356          0          0        625     142504          0          0          0
133.29/133.34	c   countsols        :          0          0          0     133293          0          0          0          0          0          0
133.29/133.34	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
133.29/133.34	c   integral         :       1.83       0.00       0.00       1.83       0.00
133.29/133.34	c   indicator        :      11.67       0.00       4.99       6.68       0.00
133.29/133.34	c   linear           :       8.92       0.00       4.79       4.13       0.00
133.29/133.34	c   logicor          :       3.23       0.00       3.23       0.00       0.00
133.29/133.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00
133.29/133.34	c Propagators        :       Time      Calls    Cutoffs    DomReds
133.29/133.34	c   vbounds          :       0.00          2          0          0
133.29/133.34	c   rootredcost      :       0.00        108          0        775
133.29/133.34	c   pseudoobj        :       7.82     366070      14072    2840557
133.29/133.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
133.29/133.34	c   propagation      :       1.00      18089      18056      69761       26.0      31503        3.9          -
133.29/133.34	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
133.29/133.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
133.29/133.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
133.29/133.34	c   pseudo solution  :       0.00         53         53        309       25.7        150        4.2          -
133.29/133.34	c   applied globally :          -          -          -      88543       17.1          -          -          -
133.29/133.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
133.29/133.34	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
133.29/133.34	c   cut pool         :       0.00          4          -          -          6          -    (maximal pool size: 88)
133.29/133.34	c   redcost          :       5.60     163453          0     430663          0          0
133.29/133.34	c   impliedbounds    :       0.00          5          0          0          0          0
133.29/133.34	c   intobj           :       0.00          0          0          0          0          0
133.29/133.34	c   cgmip            :       0.00          0          0          0          0          0
133.29/133.34	c   gomory           :       0.00          5          0          0         96          0
133.29/133.34	c   strongcg         :       0.01          5          0          0          0          0
133.29/133.34	c   cmir             :       0.01          5          0          0          0          0
133.29/133.34	c   flowcover        :       0.01          5          0          0          0          0
133.29/133.34	c   clique           :       0.00          1          0          0          0          0
133.29/133.34	c   zerohalf         :       0.00          0          0          0          0          0
133.29/133.34	c   mcf              :       0.00          1          0          0          0          0
133.29/133.34	c   rapidlearning    :       0.00          0          0          0          0          0
133.29/133.34	c Pricers            :       Time      Calls       Vars
133.29/133.34	c   problem variables:       0.00          0          0
133.29/133.34	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
133.29/133.34	c   relpscost        :       1.83       4733          0         24          0          0       9444
133.29/133.34	c   pscost           :       0.00          0          0          0          0          0          0
133.29/133.34	c   inference        :       8.19     133185          0          0          0          0     266370
133.29/133.34	c   mostinf          :       0.00          0          0          0          0          0          0
133.29/133.34	c   leastinf         :       0.00          0          0          0          0          0          0
133.29/133.34	c   fullstrong       :       0.00          0          0          0          0          0          0
133.29/133.34	c   allfullstrong    :       0.00          0          0          0          0          0          0
133.29/133.34	c   random           :       0.00          0          0          0          0          0          0
133.29/133.34	c Primal Heuristics  :       Time      Calls      Found
133.29/133.34	c   LP solutions     :       0.27          -        108
133.29/133.34	c   pseudo solutions :       0.00          -          0
133.29/133.34	c   feaspump         :       0.00          0          0
133.29/133.34	c   oneopt           :       0.22         82          0
133.29/133.34	c   guideddiving     :       0.09        188          0
133.29/133.34	c   coefdiving       :       0.09        188          0
133.29/133.34	c   fracdiving       :       0.07        188          0
133.29/133.34	c   veclendiving     :       0.09        188          0
133.29/133.34	c   linesearchdiving :       0.09        188          0
133.29/133.34	c   pscostdiving     :       0.05        189          0
133.29/133.34	c   objpscostdiving  :       0.07        188          0
133.29/133.34	c   rootsoldiving    :       0.10        188          0
133.29/133.34	c   trivial          :       0.01          2          1
133.29/133.34	c   simplerounding   :       0.01       5132          0
133.29/133.34	c   zirounding       :       0.00       1000          0
133.29/133.34	c   rounding         :       0.01        980          0
133.29/133.34	c   shifting         :       0.10        257          0
133.29/133.34	c   intshifting      :       0.00          3          0
133.29/133.34	c   twoopt           :       0.00          0          0
133.29/133.34	c   fixandinfer      :       0.00          0          0
133.29/133.34	c   intdiving        :       0.00          0          0
133.29/133.34	c   actconsdiving    :       0.00          0          0
133.29/133.34	c   octane           :       0.00          0          0
133.29/133.34	c   rens             :       0.01          1          0
133.29/133.34	c   rins             :       0.00          0          0
133.29/133.34	c   localbranching   :       0.00          0          0
133.29/133.34	c   mutation         :       0.00          0          0
133.29/133.34	c   crossover        :       1.04         88          6
133.29/133.34	c   dins             :       0.00          0          0
133.29/133.34	c   undercover       :       0.00          0          0
133.29/133.34	c   nlp              :       0.00          0          0
133.29/133.34	c   trysol           :       0.07        688        101
133.29/133.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
133.29/133.34	c   primal LP        :       0.00          0          0       0.00          -
133.29/133.34	c   dual LP          :      48.36      48650     488409      10.04   10099.44
133.29/133.34	c   lex dual LP      :       0.00          0          0       0.00          -
133.29/133.34	c   barrier LP       :       0.00          0          0       0.00          -
133.29/133.34	c   diving/probing LP:       0.10         88       6330      71.93   63300.00
133.29/133.34	c   strong branching :       1.79       1784      45213      25.34   25258.66
133.29/133.34	c     (at root node) :          -         33       7464     226.18          -
133.29/133.34	c   conflict analysis:       0.00          0          0       0.00          -
133.29/133.34	c B&B Tree           :
133.29/133.34	c   number of runs   :          1
133.29/133.34	c   nodes            :     151816
133.29/133.34	c   nodes (total)    :     151816
133.29/133.34	c   nodes left       :          0
133.29/133.34	c   max depth        :        701
133.29/133.34	c   max depth (total):        701
133.29/133.34	c   backtracks       :       6229 (4.1%)
133.29/133.34	c   delayed cutoffs  :      10616
133.29/133.34	c   repropagations   :      37705 (1579131 domain reductions, 4652 cutoffs)
133.29/133.34	c   avg switch length:       4.54
133.29/133.34	c   switching time   :       9.00
133.29/133.34	c Solution           :
133.29/133.34	c   Solutions found  :        216 (109 improvements)
133.29/133.34	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
133.29/133.34	c   Primal Bound     : +3.90000000000000e+01   (in run 1, after 151814 nodes, 124.77 seconds, depth 14, found by <relaxation>)
133.29/133.34	c   Dual Bound       : +3.90000000000000e+01
133.29/133.34	c   Gap              :       0.00 %
133.29/133.34	c   Root Dual Bound  : +0.00000000000000e+00
133.29/133.34	c   Root Iterations  :        280
133.29/133.36	c Time complete: 133.36.

Verifier Data

OK	39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700237-1278534485/watcher-2700237-1278534485 -o /tmp/evaluation-result-2700237-1278534485/solver-2700237-1278534485 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700237-1278534485.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: 4.97 4.18 2.34 4/178 20723
/proc/meminfo: memFree=29493652/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=10976 CPUtime=0
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 1669 0 0 0 0 0 0 0 21 0 1 0 21662875 11239424 1590 4089446400 4194304 9819077 140735418383216 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20723/statm: 2744 1590 392 1374 0 1365 0

[startup+0.044623 s]
/proc/loadavg: 4.97 4.18 2.34 4/178 20723
/proc/meminfo: memFree=29493652/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=21556 CPUtime=0.03
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 5315 0 0 0 3 0 0 0 21 0 1 0 21662875 22073344 4111 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 5389 4111 508 1374 0 4010 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21556

[startup+0.100605 s]
/proc/loadavg: 4.97 4.18 2.34 4/178 20723
/proc/meminfo: memFree=29493652/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=25968 CPUtime=0.09
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 6344 0 0 0 8 1 0 0 21 0 1 0 21662875 26591232 5068 4089446400 4194304 9819077 140735418383216 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 6492 5068 673 1374 0 5113 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25968

[startup+0.300547 s]
/proc/loadavg: 4.97 4.18 2.34 4/178 20723
/proc/meminfo: memFree=29493652/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=27396 CPUtime=0.29
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 11063 0 0 0 27 2 0 0 21 0 1 0 21662875 28053504 5174 4089446400 4194304 9819077 140735418383216 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 6849 5176 694 1374 0 5470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27396

[startup+0.700473 s]
/proc/loadavg: 4.97 4.18 2.34 4/178 20723
/proc/meminfo: memFree=29493652/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=27172 CPUtime=0.69
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 16108 0 0 0 64 5 0 0 22 0 1 0 21662875 27824128 5173 4089446400 4194304 9819077 140735418383216 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 6793 5173 699 1374 0 5414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27172

[startup+1.50037 s]
/proc/loadavg: 4.97 4.18 2.34 3/179 20724
/proc/meminfo: memFree=29473928/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=27744 CPUtime=1.49
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 31656 0 0 0 139 10 0 0 25 0 1 0 21662875 28409856 5525 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 6936 5525 702 1374 0 5557 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27744

[startup+3.10108 s]
/proc/loadavg: 4.97 4.18 2.34 3/179 20724
/proc/meminfo: memFree=29467728/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=33260 CPUtime=3.09
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 42299 0 0 0 289 20 0 0 25 0 1 0 21662875 34058240 7226 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 8315 7226 706 1374 0 6936 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33260

[startup+6.30051 s]
/proc/loadavg: 4.73 4.15 2.34 3/179 20724
/proc/meminfo: memFree=29457476/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=39276 CPUtime=6.29
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 59484 0 0 0 589 40 0 0 25 0 1 0 21662875 40218624 8418 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 9819 8418 706 1374 0 8440 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39276

[startup+12.7004 s]
/proc/loadavg: 4.51 4.11 2.34 3/179 20724
/proc/meminfo: memFree=29437028/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=52056 CPUtime=12.69
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 93313 0 0 0 1185 84 0 0 25 0 1 0 21662875 53305344 11604 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 13014 11604 706 1374 0 11635 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52056

[startup+25.5011 s]
/proc/loadavg: 4.03 4.02 2.34 3/179 20725
/proc/meminfo: memFree=29399904/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=76508 CPUtime=25.5
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 164674 0 0 0 2383 167 0 0 25 0 1 0 21662875 78344192 17687 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 19127 17687 706 1374 0 17748 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76508

[startup+51.1006 s]
/proc/loadavg: 3.42 3.88 2.33 3/179 20726
/proc/meminfo: memFree=29333872/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=113376 CPUtime=51.1
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 289312 0 0 0 4783 327 0 0 25 0 1 0 21662875 116097024 26795 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 28344 26795 706 1374 0 26965 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 113376

[startup+102.307 s]
/proc/loadavg: 2.61 3.58 2.31 3/179 20727
/proc/meminfo: memFree=29254864/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=139500 CPUtime=102.3
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 604133 0 0 0 9572 658 0 0 25 0 1 0 21662875 142848000 32591 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 34875 32591 706 1374 0 33496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 139500

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

[startup+115.1 s]
/proc/loadavg: 2.48 3.51 2.31 3/179 20727
/proc/meminfo: memFree=29236872/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=149336 CPUtime=115.09
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 667357 0 0 0 10772 737 0 0 25 0 1 0 21662875 152920064 34674 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 37334 34674 706 1374 0 35955 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 149336

[startup+121.501 s]
/proc/loadavg: 2.44 3.48 2.30 3/179 20728
/proc/meminfo: memFree=29225088/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=155632 CPUtime=121.49
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 706444 0 0 0 11372 777 0 0 25 0 1 0 21662875 159367168 35993 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 38908 35993 706 1374 0 37529 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 155632

[startup+127.901 s]
/proc/loadavg: 2.40 3.46 2.30 4/179 20728
/proc/meminfo: memFree=29212664/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=162224 CPUtime=127.9
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 756339 0 0 0 11972 818 0 0 25 0 1 0 21662875 166117376 37379 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 40556 37379 706 1374 0 39177 0
Current children cumulated CPU time (s) 127.9
Current children cumulated vsize (KiB) 162224

[startup+131.1 s]
/proc/loadavg: 2.37 3.43 2.30 3/179 20728
/proc/meminfo: memFree=29206836/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=164416 CPUtime=131.1
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 778547 0 0 0 12269 841 0 0 25 0 1 0 21662875 168361984 37884 4089446400 4194304 9819077 140735418383216 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 41148 37885 706 1374 0 39769 0
Current children cumulated CPU time (s) 131.1
Current children cumulated vsize (KiB) 164416

[startup+132.701 s]
/proc/loadavg: 2.37 3.43 2.30 3/179 20728
/proc/meminfo: memFree=29205232/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=164884 CPUtime=132.69
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 786681 0 0 0 12418 851 0 0 25 0 1 0 21662875 168841216 37933 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 41221 37933 706 1374 0 39842 0
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (KiB) 164884

[startup+133.107 s]
/proc/loadavg: 2.34 3.41 2.30 4/179 20728
/proc/meminfo: memFree=29203868/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=164908 CPUtime=133.1
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 788770 0 0 0 12456 854 0 0 25 0 1 0 21662875 168865792 37942 4089446400 4194304 9819077 140735418383216 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 41227 37942 706 1374 0 39848 0
Current children cumulated CPU time (s) 133.1
Current children cumulated vsize (KiB) 164908

[startup+133.301 s]
/proc/loadavg: 2.34 3.41 2.30 4/179 20728
/proc/meminfo: memFree=29203868/32951124 swapFree=67111528/67111528
[pid=20723] ppid=20721 vsize=165488 CPUtime=133.29
/proc/20723/stat : 20723 (pbscip.linux.x8) R 20721 20723 20441 0 -1 4202496 791338 0 0 0 12474 855 0 0 25 0 1 0 21662875 169459712 38330 4089446400 4194304 9819077 140735418383216 18446744073709551615 7224816 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20723/statm: 41372 38330 706 1374 0 39993 0
Current children cumulated CPU time (s) 133.29
Current children cumulated vsize (KiB) 165488

Child status: 0
Real time (s): 133.365
CPU time (s): 133.369
CPU user time (s): 124.805
CPU system time (s): 8.5637
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 169008

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

runsolver used 0.25896 second user time and 0.472928 second system time

The end

Launcher Data

Begin job on node103 at 2010-07-07 22:28:05
IDJOB=2700237
IDBENCH=79411
IDSOLVER=1205
FILE ID=node103/2700237-1278534485
PBS_JOBID= 11239271
Free space on /tmp= 73740 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh203_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700237-1278534485/watcher-2700237-1278534485 -o /tmp/evaluation-result-2700237-1278534485/solver-2700237-1278534485 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700237-1278534485.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 542e56009f24e88bce5dd1146eaa3ca2
RANDOM SEED=1567576262

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.793
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.58
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.793
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.82
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.793
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.793
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.86
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.793
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.793
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.793
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29493684 kB
Buffers:        128364 kB
Cached:        2306400 kB
SwapCached:          0 kB
Active:        1845892 kB
Inactive:      1467080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29493684 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:      878232 kB
Mapped:          15180 kB
Slab:            77828 kB
PageTables:       6576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1020072 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= 73736 MiB
End job on node103 at 2010-07-07 22:30:18