Trace number 2693942

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 721.864 721.855

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-33-100-0.wbo
MD5SUM82fa1f93f0f1de3f2bb6b9affea621cb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.263959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1240
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693942-1277898042.wbo>
0.00/0.00	c original problem has 297 variables (233 bin, 0 int, 0 impl, 64 cont) and 166 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 3) 1 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 4) 2 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 33 upgd conss, 66 impls, 23 clqs
0.00/0.02	c    (0.0s) probing: 101/232 (43.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 7 deleted constraints, 63 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  66 implications, 23 cliques
0.00/0.02	c presolved problem has 295 variables (232 bin, 0 int, 0 impl, 63 cont) and 159 constraints
0.00/0.02	c      63 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      23 constraints of type <setppc>
0.00/0.02	c      63 constraints of type <linear>
0.00/0.02	c       9 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |1056k|   0 |   - | 295 | 159 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.20/1.26	c   1.2s| 10000 |  7772 |     0 |   0.0 |6323k| 183 |   - | 295 |3026 |   0 |   0 |   0 |5683 |   0 | 0.000000e+00 |      --      |    Inf 
3.19/3.30	o 472
3.19/3.30	c * 3.1s| 17853 | 11650 |     0 |   0.0 |  10M| 183 |   - | 295 |5332 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.720000e+02 |    Inf 
3.39/3.41	o 442
3.39/3.41	c * 3.2s| 18903 | 12617 |     0 |   0.0 |  10M| 183 |   - | 295 |4348 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
3.49/3.52	c   3.3s| 20000 | 13628 |     0 |   0.0 |  10M| 183 |   - | 295 |3077 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
5.19/5.24	c   5.0s| 30000 | 20734 |     0 |   0.0 |  15M| 183 |   - | 295 |4773 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
7.69/7.74	c   7.3s| 40000 | 26677 |     0 |   0.0 |  20M| 183 |   - | 295 |6061 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
10.59/10.63	c  10.2s| 50000 | 32004 |     0 |   0.0 |  24M| 183 |   - | 295 |7003 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
14.30/14.37	c  13.8s| 60000 | 35905 |     0 |   0.0 |  29M| 183 |   - | 295 |9198 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
19.89/19.92	c  19.2s| 70000 | 37239 |     0 |   0.0 |  33M| 183 |   - | 295 |  11k|   0 |   0 |   0 |  71k|   0 | 0.000000e+00 | 4.420000e+02 |    Inf 
23.79/23.85	o 322
23.79/23.85	c *23.0s| 78782 | 40362 |     0 |   0.0 |  33M| 183 |   - | 295 |2368 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.220000e+02 |    Inf 
23.89/23.98	c  23.2s| 80000 | 41415 |     0 |   0.0 |  33M| 183 |   - | 295 |1703 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 3.220000e+02 |    Inf 
24.49/24.55	o 316
24.49/24.55	c *23.7s| 85171 | 45886 |     0 |   0.0 |  35M| 183 |   - | 295 |1636 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 3.160000e+02 |    Inf 
24.49/24.55	o 278
24.49/24.55	c *23.7s| 85172 | 45878 |     0 |   0.0 |  35M| 183 |   - | 295 |1636 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 2.780000e+02 |    Inf 
24.59/24.68	o 197
24.59/24.68	c *23.8s| 86334 | 46877 |     0 |   0.0 |  35M| 183 |   - | 295 |1683 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
24.99/25.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.99/25.09	c  24.2s| 90000 | 50047 |     0 |   0.0 |  36M| 183 |   - | 295 |1890 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
26.29/26.35	c  25.4s|100000 | 58351 |     0 |   0.0 |  40M| 183 |   - | 295 |1735 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
27.59/27.65	c  26.6s|110000 | 66451 |     0 |   0.0 |  44M| 183 |   - | 295 |1824 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.970000e+02 |    Inf 
28.49/28.56	o 175
28.49/28.56	c *27.4s|116554 | 71578 |     0 |   0.0 |  47M| 183 |   - | 295 |1917 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
28.99/29.06	c  27.9s|120000 | 74230 |     0 |   0.0 |  48M| 183 |   - | 295 |2138 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
30.49/30.55	c  29.3s|130000 | 81931 |     0 |   0.0 |  52M| 183 |   - | 295 |2531 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
32.29/32.34	c  31.0s|140000 | 89094 |     0 |   0.0 |  57M| 183 |   - | 295 |3325 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
34.69/34.70	c  33.2s|150000 | 95123 |     0 |   0.0 |  61M| 183 |   - | 295 |4985 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
38.99/39.08	c  37.5s|160000 | 98116 |     0 |   0.0 |  66M| 183 |   - | 295 |9331 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
44.60/44.65	c  42.9s|170000 |100388 |     0 |   0.0 |  70M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 140k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
50.79/50.87	c  49.0s|180000 |101788 |     0 |   0.0 |  74M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
57.39/57.43	c  55.5s|190000 |102739 |     0 |   0.0 |  77M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
64.79/64.84	c  62.8s|200000 |102475 |     0 |   0.0 |  80M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
72.50/72.58	c  70.4s|210000 |101856 |     0 |   0.0 |  82M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 220k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
81.09/81.15	c  78.8s|220000 |100075 |     0 |   0.0 |  84M| 183 |   - | 295 |  14k|   0 |   0 |   0 | 240k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
88.59/88.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
88.59/88.60	c  86.1s|230000 |100898 |     0 |   0.0 |  79M| 183 |   - | 295 |3477 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
90.10/90.13	c  87.6s|240000 |108726 |     0 |   0.0 |  83M| 183 |   - | 295 |2012 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
91.69/91.70	c  89.1s|250000 |116403 |     0 |   0.0 |  87M| 183 |   - | 295 |2366 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
93.19/93.21	c  90.5s|260000 |124227 |     0 |   0.0 |  91M| 183 |   - | 295 |2688 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
94.79/94.81	c  92.0s|270000 |131873 |     0 |   0.0 |  95M| 183 |   - | 295 |3065 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
96.39/96.41	c  93.5s|280000 |139622 |     0 |   0.0 |  99M| 183 |   - | 295 |3268 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
98.09/98.10	c  95.1s|290000 |147172 |     0 |   0.0 | 103M| 183 |   - | 295 |3602 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
99.79/99.81	c  96.7s|300000 |154716 |     0 |   0.0 | 107M| 183 |   - | 295 |3990 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
101.39/101.45	c  98.3s|310000 |162402 |     0 |   0.0 | 111M| 183 |   - | 295 |4172 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 | 1.750000e+02 |    Inf 
102.30/102.37	o 152
102.30/102.37	c *99.2s|315075 |165806 |     0 |   0.0 | 113M| 183 |   - | 295 |4278 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
103.19/103.25	c   100s|320000 |169473 |     0 |   0.0 | 115M| 183 |   - | 295 |4341 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
104.99/105.07	c   102s|330000 |176928 |     0 |   0.0 | 119M| 183 |   - | 295 |4757 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 | 1.520000e+02 |    Inf 
106.50/106.56	o 128
106.50/106.56	c * 103s|337734 |181557 |     0 |   0.0 | 122M| 183 |   - | 295 |4818 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
106.99/107.08	c   104s|340000 |182998 |     0 |   0.0 | 123M| 183 |   - | 295 |5059 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
109.19/109.20	c   106s|350000 |190018 |     0 |   0.0 | 128M| 183 |   - | 295 |5172 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 | 1.280000e+02 |    Inf 
110.89/110.95	o 124
110.89/110.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.89/110.95	c * 107s|357637 |195050 |     0 |   0.0 | 131M| 183 |   - | 295 |5185 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
110.89/110.96	o 79
110.89/110.96	c * 107s|357638 |184455 |     0 |   0.0 | 124M| 183 |   - | 295 |5185 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
111.59/111.61	c   108s|360000 |185862 |     0 |   0.0 | 125M| 183 |   - | 295 |5168 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
114.20/114.22	c   110s|370000 |191877 |     0 |   0.0 | 130M| 183 |   - | 295 |4738 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
116.79/116.88	c   113s|380000 |197588 |     0 |   0.0 | 134M| 183 |   - | 295 |1280 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
119.09/119.14	c   115s|390000 |203177 |     0 |   0.0 | 139M| 183 |   - | 295 |1951 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
121.59/121.62	c   118s|400000 |208575 |     0 |   0.0 | 143M| 183 |   - | 295 | 930 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
123.89/123.92	c   120s|410000 |214067 |     0 |   0.0 | 148M| 183 |   - | 295 |2100 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
126.19/126.28	c   122s|420000 |219644 |     0 |   0.0 | 152M| 183 |   - | 295 | 859 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
128.39/128.49	c   124s|430000 |225411 |     0 |   0.0 | 156M| 183 |   - | 295 |1939 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
130.59/130.68	c   126s|440000 |231307 |     0 |   0.0 | 160M| 183 |   - | 295 |2071 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
132.90/132.93	c   128s|450000 |237097 |     0 |   0.0 | 165M| 183 |   - | 295 |2378 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
133.20/133.26	o 61
133.20/133.26	c * 129s|451660 |221788 |     0 |   0.0 | 154M| 183 |   - | 295 |2187 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
135.19/135.26	c   130s|460000 |226120 |     0 |   0.0 | 157M| 183 |   - | 295 |1337 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 | 6.100000e+01 |    Inf 
136.49/136.52	o 60
136.49/136.52	c * 132s|465584 |228935 |     0 |   0.0 | 159M| 183 |   - | 295 |1769 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
136.49/136.55	o 23
136.49/136.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.49/136.55	c * 132s|465585 |203962 |     0 |   0.0 | 144M| 183 |   - | 295 |1769 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
137.79/137.82	c   133s|470000 |206019 |     0 |   0.0 | 147M| 183 |   - | 295 |2644 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
140.89/140.95	c   136s|480000 |210174 |     0 |   0.0 | 152M| 183 |   - | 295 |3632 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
144.29/144.31	c   139s|490000 |214254 |     0 |   0.0 | 156M| 183 |   - | 295 |3986 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
147.79/147.86	c   143s|500000 |218051 |     0 |   0.0 | 160M| 183 |   - | 295 |4877 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
151.69/151.74	c   146s|510000 |221263 |     0 |   0.0 | 164M| 183 |   - | 295 |5669 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
155.89/155.94	c   150s|520000 |224091 |     0 |   0.0 | 168M| 183 |   - | 295 |6127 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
160.39/160.50	c   155s|530000 |226370 |     0 |   0.0 | 172M| 183 |   - | 295 |6735 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
165.39/165.40	c   160s|540000 |228284 |     0 |   0.0 | 175M| 183 |   - | 295 |7230 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
170.89/170.92	c   165s|550000 |229317 |     0 |   0.0 | 178M| 183 |   - | 295 |9738 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 2.300000e+01 |    Inf 
172.60/172.66	o 13
172.60/172.66	c * 167s|552627 |210311 |     0 |   0.0 | 165M| 183 |   - | 295 |9328 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
177.49/177.55	c   171s|560000 |209518 |     0 |   0.0 | 165M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 461k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
188.09/188.18	c   182s|570000 |204909 |     0 |   0.0 | 164M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 487k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
200.09/200.15	c   194s|580000 |198709 |     0 |   0.0 | 158M| 183 |   - | 295 |  13k|   0 |   0 |   0 | 514k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
209.89/209.93	c   203s|590000 |194299 |     0 |   0.0 | 147M| 183 |   - | 295 |3986 |   0 |   0 |   0 | 534k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
214.79/214.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.79/214.89	c   208s|600000 |195337 |     0 |   0.0 | 151M| 183 |   - | 295 |6078 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
219.78/219.85	c   213s|610000 |197171 |     0 |   0.0 | 156M| 183 |   - | 295 |7263 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
223.89/223.97	o 8
223.89/223.97	c * 217s|618001 |190511 |     0 |   0.0 | 153M| 183 |   - | 295 |8295 |   0 |   0 |   0 | 565k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
225.29/225.40	c   218s|620000 |190445 |     0 |   0.0 | 154M| 183 |   - | 295 |8696 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
233.48/233.51	c   226s|630000 |189552 |     0 |   0.0 | 158M| 183 |   - | 295 |  10k|   0 |   0 |   0 | 581k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
241.99/242.00	c   235s|640000 |187985 |     0 |   0.0 | 162M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 596k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
251.39/251.46	c   244s|650000 |185070 |     0 |   0.0 | 165M| 183 |   - | 295 |  13k|   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
261.28/261.31	o 7
261.28/261.31	c * 254s|659205 |178327 |     0 |   0.0 | 164M| 183 |   - | 295 |  14k|   0 |   0 |   0 | 626k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
262.49/262.54	c   255s|660000 |177729 |     0 |   0.0 | 164M| 183 |   - | 295 |  13k|   0 |   0 |   0 | 627k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
275.19/275.26	c   267s|670000 |171106 |     0 |   0.0 | 165M| 183 |   - | 295 |  15k|   0 |   0 |   0 | 648k|   0 | 0.000000e+00 | 7.000000e+00 |    Inf 
276.89/276.95	o 2
276.89/276.95	c * 269s|671428 |164430 |     0 |   0.0 | 161M| 183 |   - | 295 |  15k|   0 |   0 |   0 | 651k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
290.40/290.46	c   282s|680000 |152847 |     0 |   0.0 | 158M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 674k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
303.99/304.08	c   296s|690000 |141728 |     0 |   0.0 | 154M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 697k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
315.59/315.61	c   307s|700000 |135104 |     0 |   0.0 | 152M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 717k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
325.99/326.03	c   317s|710000 |130155 |     0 |   0.0 | 152M| 183 |   - | 295 |  13k|   0 |   0 |   0 | 737k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
336.59/336.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.59/336.62	c   328s|720000 |125942 |     0 |   0.0 | 151M| 183 |   - | 295 |  14k|   0 |   0 |   0 | 756k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
347.60/347.64	c   339s|730000 |122423 |     0 |   0.0 | 152M| 183 |   - | 295 |  16k|   0 |   0 |   0 | 775k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
359.69/359.79	c   351s|740000 |118469 |     0 |   0.0 | 151M| 183 |   - | 295 |  17k|   0 |   0 |   0 | 795k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
371.80/371.88	c   363s|750000 |115267 |     0 |   0.0 | 150M| 183 |   - | 295 |  17k|   0 |   0 |   0 | 814k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
384.70/384.73	c   375s|760000 |112098 |     0 |   0.0 | 152M| 183 |   - | 295 |  20k|   0 |   0 |   0 | 835k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
398.59/398.66	c   389s|770000 |109129 |     0 |   0.0 | 152M| 183 |   - | 295 |  22k|   0 |   0 |   0 | 856k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
413.99/414.00	c   404s|780000 |105708 |     0 |   0.0 | 153M| 183 |   - | 295 |  25k|   0 |   0 |   0 | 878k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
430.59/430.65	c   421s|790000 |101940 |     0 |   0.0 | 152M| 183 |   - | 295 |  26k|   0 |   0 |   0 | 900k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
446.99/447.01	c   437s|800000 | 98952 |     0 |   0.0 | 152M| 183 |   - | 295 |  29k|   0 |   0 |   0 | 922k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
465.20/465.24	c   455s|810000 | 94741 |     0 |   0.0 | 151M| 183 |   - | 295 |  33k|   0 |   0 |   0 | 945k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
487.20/487.29	c   477s|820000 | 88390 |     0 |   0.0 | 146M| 183 |   - | 295 |  24k|   0 |   0 |   0 | 973k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
510.20/510.29	c   500s|830000 | 80940 |     0 |   0.0 | 145M| 183 |   - | 295 |  30k|   0 |   0 |   0 |1001k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
538.09/538.19	c   528s|840000 | 71921 |     0 |   0.0 | 140M| 183 |   - | 295 |  37k|   0 |   0 |   0 |1030k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
571.60/571.68	c   561s|850000 | 59906 |     0 |   0.0 | 126M| 183 |   - | 295 |  39k|   0 |   0 |   0 |1059k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
604.79/604.83	c   594s|860000 | 51683 |     0 |   0.0 | 114M| 183 |   - | 295 |  39k|   0 |   0 |   0 |1087k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
639.19/639.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.19/639.29	c   628s|870000 | 44459 |     0 |   0.0 | 108M| 183 |   - | 295 |  46k|   0 |   0 |   0 |1115k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
685.40/685.47	c   674s|880000 | 36879 |     0 |   0.0 | 100M| 183 |   - | 295 |  51k|   0 |   0 |   0 |1143k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
721.70/721.75	o 1
721.70/721.75	c * 710s|887321 |     0 |     0 |   0.0 |  23M| 183 |   - | 295 |  55k|   0 |   0 |   0 |1163k|   0 | 1.000000e+00 | 1.000000e+00 |   0.00%
721.70/721.76	c 
721.70/721.76	c SCIP Status        : problem is solved [optimal solution found]
721.70/721.76	c Solving Time (sec) : 709.55
721.70/721.76	c Solving Nodes      : 887321
721.70/721.76	c Primal Bound       : +1.00000000000000e+00 (19 solutions)
721.70/721.76	c Dual Bound         : +1.00000000000000e+00
721.70/721.76	c Gap                : 0.00 %
721.70/721.76	s OPTIMUM FOUND
721.70/721.76	v -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 
721.70/721.76	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
721.70/721.76	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
721.70/721.76	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
721.70/721.76	v -x81 -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
721.70/721.76	v -x56 -x55 -x54 x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 
721.70/721.76	v -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
721.70/721.76	v -x4 x3 -x2 -x1 
721.70/721.76	c SCIP Status        : problem is solved [optimal solution found]
721.70/721.76	c Solving Time       :     709.55
721.70/721.76	c Original Problem   :
721.70/721.76	c   Problem name     : HOME/instance-2693942-1277898042.wbo
721.70/721.76	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
721.70/721.76	c   Constraints      : 166 initial, 166 maximal
721.70/721.76	c Presolved Problem  :
721.70/721.76	c   Problem name     : t_HOME/instance-2693942-1277898042.wbo
721.70/721.76	c   Variables        : 295 (232 binary, 0 integer, 0 implicit integer, 63 continuous)
721.70/721.76	c   Constraints      : 159 initial, 55871 maximal
721.70/721.76	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
721.70/721.76	c   trivial          :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
721.70/721.76	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   implics          :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   probing          :       0.01          0          0          0          0          0          0          0          0
721.70/721.76	c   indicator        :       0.00          0          0          0          0          0          1          0          0
721.70/721.76	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   setppc           :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   linear           :       0.00          0          0          0         63          0          6          1          0
721.70/721.76	c   logicor          :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
721.70/721.76	c   root node        :          -         13          -          -         26          -          -          -          -
721.70/721.76	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
721.70/721.76	c   integral         :          0          0          0          0          0          0          0          0          0          0
721.70/721.76	c   indicator        :         63          0    2215726          0     503526       1774     442550          0          0          0
721.70/721.76	c   knapsack         :          1          0    2848938          0     619117      69685    8920886          0          0          0
721.70/721.76	c   setppc           :         23          0    2778955          0     619066      91743    1875027          0          0          0
721.70/721.76	c   linear           :         63          0    2687497          0     619109     198544    3576211          0          0          0
721.70/721.76	c   logicor          :          9+         0    1272393          0     619042      31220     637093          0          0          0
721.70/721.76	c   bounddisjunction :          0+         0      87311          0          0          0       1566          0          0          0
721.70/721.76	c   countsols        :          0          0          0          0     619127          0          0          0          0          0
721.70/721.76	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
721.70/721.76	c   integral         :       0.00       0.00       0.00       0.00       0.00
721.70/721.76	c   indicator        :       1.78       0.00       1.06       0.00       0.72
721.70/721.76	c   knapsack         :      92.54       0.00      90.62       0.00       1.92
721.70/721.76	c   setppc           :       9.33       0.00       7.61       0.00       1.72
721.70/721.76	c   linear           :      33.44       0.00      33.13       0.00       0.31
721.70/721.76	c   logicor          :     270.25       0.00     269.46       0.00       0.79
721.70/721.76	c   bounddisjunction :       0.78       0.00       0.78       0.00       0.00
721.70/721.76	c   countsols        :       0.12       0.00       0.00       0.00       0.12
721.70/721.76	c Propagators        :       Time      Calls    Cutoffs    DomReds
721.70/721.76	c   vbounds          :       0.63          2          0          0
721.70/721.76	c   rootredcost      :       0.66          0          0          0
721.70/721.76	c   pseudoobj        :       6.61    2852208       1635     415771
721.70/721.76	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
721.70/721.76	c   propagation      :      14.09     392827     392825    1973108       23.5     105979       13.5          -
721.70/721.76	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
721.70/721.76	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
721.70/721.76	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
721.70/721.76	c   pseudo solution  :       0.00         65         65        298       27.7         24       15.0          -
721.70/721.76	c   applied globally :          -          -          -    1140009       16.9          -          -          -
721.70/721.76	c   applied locally  :          -          -          -      23773       36.6          -          -          -
721.70/721.76	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
721.70/721.76	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
721.70/721.76	c   redcost          :       0.00          0          0          0          0          0
721.70/721.76	c   impliedbounds    :       0.00          0          0          0          0          0
721.70/721.76	c   intobj           :       0.00          0          0          0          0          0
721.70/721.76	c   cgmip            :       0.00          0          0          0          0          0
721.70/721.76	c   gomory           :       0.00          0          0          0          0          0
721.70/721.76	c   strongcg         :       0.00          0          0          0          0          0
721.70/721.76	c   cmir             :       0.00          0          0          0          0          0
721.70/721.76	c   flowcover        :       0.00          0          0          0          0          0
721.70/721.76	c   clique           :       0.00          0          0          0          0          0
721.70/721.76	c   zerohalf         :       0.00          0          0          0          0          0
721.70/721.76	c   mcf              :       0.00          0          0          0          0          0
721.70/721.76	c   rapidlearning    :       0.00          0          0          0          0          0
721.70/721.76	c Pricers            :       Time      Calls       Vars
721.70/721.76	c   problem variables:       0.00          0          0
721.70/721.76	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
721.70/721.76	c   relpscost        :       0.00          0          0          0          0          0          0
721.70/721.76	c   pscost           :       0.00          0          0          0          0          0          0
721.70/721.76	c   inference        :       5.64     619108          0          0          0          0    1238216
721.70/721.76	c   mostinf          :       0.00          0          0          0          0          0          0
721.70/721.76	c   leastinf         :       0.00          0          0          0          0          0          0
721.70/721.76	c   fullstrong       :       0.00          0          0          0          0          0          0
721.70/721.76	c   allfullstrong    :       0.00          0          0          0          0          0          0
721.70/721.76	c   random           :       0.00          0          0          0          0          0          0
721.70/721.76	c Primal Heuristics  :       Time      Calls      Found
721.70/721.76	c   LP solutions     :       0.00          -          0
721.70/721.76	c   pseudo solutions :       0.30          -         19
721.70/721.76	c   oneopt           :       0.33          0          0
721.70/721.76	c   trivial          :       0.01          2          0
721.70/721.76	c   simplerounding   :       0.00          0          0
721.70/721.76	c   zirounding       :       0.00          0          0
721.70/721.76	c   rounding         :       0.00          0          0
721.70/721.76	c   shifting         :       0.00          0          0
721.70/721.76	c   intshifting      :       0.00          0          0
721.70/721.76	c   twoopt           :       0.00          0          0
721.70/721.76	c   fixandinfer      :       0.00          0          0
721.70/721.76	c   feaspump         :       0.00          0          0
721.70/721.76	c   coefdiving       :       0.00          0          0
721.70/721.76	c   pscostdiving     :       0.00          0          0
721.70/721.76	c   fracdiving       :       0.00          0          0
721.70/721.76	c   veclendiving     :       0.00          0          0
721.70/721.76	c   intdiving        :       0.00          0          0
721.70/721.76	c   actconsdiving    :       0.00          0          0
721.70/721.76	c   objpscostdiving  :       0.00          0          0
721.70/721.76	c   rootsoldiving    :       0.00          0          0
721.70/721.76	c   linesearchdiving :       0.00          0          0
721.70/721.76	c   guideddiving     :       0.00          0          0
721.70/721.76	c   octane           :       0.00          0          0
721.70/721.76	c   rens             :       0.00          0          0
721.70/721.76	c   rins             :       0.00          0          0
721.70/721.76	c   localbranching   :       0.00          0          0
721.70/721.76	c   mutation         :       0.00          0          0
721.70/721.76	c   crossover        :       0.00          0          0
721.70/721.76	c   dins             :       0.00          0          0
721.70/721.76	c   undercover       :       0.00          0          0
721.70/721.76	c   nlp              :       0.30          0          0
721.70/721.76	c   trysol           :       0.12          1          0
721.70/721.76	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
721.70/721.76	c   primal LP        :       0.00          0          0       0.00          -
721.70/721.76	c   dual LP          :       0.00          0          0       0.00          -
721.70/721.76	c   lex dual LP      :       0.00          0          0       0.00          -
721.70/721.76	c   barrier LP       :       0.00          0          0       0.00          -
721.70/721.76	c   diving/probing LP:       0.00          0          0       0.00          -
721.70/721.76	c   strong branching :       0.00          0          0       0.00          -
721.70/721.76	c     (at root node) :          -          0          0       0.00          -
721.70/721.76	c   conflict analysis:       0.00          0          0       0.00          -
721.70/721.76	c B&B Tree           :
721.70/721.76	c   number of runs   :          1
721.70/721.76	c   nodes            :     887321
721.70/721.76	c   nodes (total)    :     887321
721.70/721.76	c   nodes left       :          0
721.70/721.76	c   max depth        :        183
721.70/721.76	c   max depth (total):        183
721.70/721.76	c   backtracks       :     315470 (35.6%)
721.70/721.76	c   delayed cutoffs  :     229672
721.70/721.76	c   repropagations   :    1114251 (4687737 domain reductions, 126472 cutoffs)
721.70/721.76	c   avg switch length:      25.01
721.70/721.76	c   switching time   :     202.83
721.70/721.76	c Solution           :
721.70/721.76	c   Solutions found  :         19 (19 improvements)
721.70/721.76	c   First Solution   : +4.72000000000000e+02   (in run 1, after 17853 nodes, 3.10 seconds, depth 95, found by <relaxation>)
721.70/721.76	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 887321 nodes, 709.38 seconds, depth 81, found by <relaxation>)
721.70/721.76	c   Dual Bound       : +1.00000000000000e+00
721.70/721.76	c   Gap              :       0.00 %
721.70/721.76	c   Root Dual Bound  : +0.00000000000000e+00
721.70/721.76	c   Root Iterations  :          0
721.80/721.85	c Time complete: 721.86.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11858
/proc/meminfo: memFree=29542476/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=8256 CPUtime=0
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 131099596 8454144 1462 4089446400 4194304 7136930 140735923070464 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11858/statm: 2064 1463 275 719 0 1343 0

[startup+0.0453259 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11858
/proc/meminfo: memFree=29542476/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=12480 CPUtime=0.04
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 4890 0 0 0 3 1 0 0 25 0 1 0 131099596 12779520 2404 4089446400 4194304 7136930 140735923070464 18446744073709551615 4854288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 3120 2404 404 719 0 2399 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12480

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11858
/proc/meminfo: memFree=29542476/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=13084 CPUtime=0.09
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 5041 0 0 0 8 1 0 0 25 0 1 0 131099596 13398016 2555 4089446400 4194304 7136930 140735923070464 18446744073709551615 5892216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 3271 2555 404 719 0 2550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13084

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11858
/proc/meminfo: memFree=29542476/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=14184 CPUtime=0.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 5341 0 0 0 26 3 0 0 25 0 1 0 131099596 14524416 2855 4089446400 4194304 7136930 140735923070464 18446744073709551615 4862040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 3546 2855 404 719 0 2825 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14184

[startup+0.700208 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 11858
/proc/meminfo: memFree=29542476/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=16960 CPUtime=0.69
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 6051 0 0 0 63 6 0 0 25 0 1 0 131099596 17367040 3565 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 4240 3565 404 719 0 3519 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16960

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11859
/proc/meminfo: memFree=29527092/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=20724 CPUtime=1.49
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 6980 0 0 0 138 11 0 0 25 0 1 0 131099596 21221376 4494 4089446400 4194304 7136930 140735923070464 18446744073709551615 6212574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 5181 4494 404 719 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20724

[startup+3.10078 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11859
/proc/meminfo: memFree=29521388/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=24732 CPUtime=3.09
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 7987 0 0 0 291 18 0 0 25 0 1 0 131099596 25325568 5501 4089446400 4194304 7136930 140735923070464 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 6183 5501 404 719 0 5462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24732

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11859
/proc/meminfo: memFree=29508728/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=34504 CPUtime=6.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 10500 0 0 0 596 33 0 0 25 0 1 0 131099596 35332096 8014 4089446400 4194304 7136930 140735923070464 18446744073709551615 6125255 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 8626 8014 405 719 0 7905 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34504

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11859
/proc/meminfo: memFree=29490284/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=45808 CPUtime=12.69
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 13356 0 0 0 1214 55 0 0 25 0 1 0 131099596 46907392 10870 4089446400 4194304 7136930 140735923070464 18446744073709551615 4431822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 11452 10870 405 719 0 10731 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45808

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11860
/proc/meminfo: memFree=29457604/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=62624 CPUtime=25.49
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 17578 0 0 0 2455 94 0 0 25 0 1 0 131099596 64126976 15092 4089446400 4194304 7136930 140735923070464 18446744073709551615 4697566 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 15656 15092 405 719 0 14935 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62624

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11861
/proc/meminfo: memFree=29382036/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=106016 CPUtime=51.09
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 28101 0 0 0 4926 183 0 0 25 0 1 0 131099596 108560384 25615 4089446400 4194304 7136930 140735923070464 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 26504 25615 407 719 0 25783 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 106016

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11862
/proc/meminfo: memFree=29274116/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=150868 CPUtime=102.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 39485 0 0 0 9909 321 0 0 25 0 1 0 131099596 154488832 36999 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 37717 36999 407 719 0 36996 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150868

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11863
/proc/meminfo: memFree=29141752/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=228032 CPUtime=162.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 57924 0 0 0 15652 577 0 0 25 0 1 0 131099596 233504768 55438 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11858/statm: 57008 55438 407 719 0 56287 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 228032

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11865
/proc/meminfo: memFree=29072148/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=237508 CPUtime=222.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 60227 0 0 0 21537 692 0 0 25 0 1 0 131099596 243208192 57741 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/11858/statm: 59377 57741 407 719 0 58656 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 237508

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11867
/proc/meminfo: memFree=29021508/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=242076 CPUtime=282.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 61270 0 0 0 27435 794 0 0 25 0 1 0 131099596 247885824 58784 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 60519 58784 407 719 0 59798 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 242076

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 11868
/proc/meminfo: memFree=28958592/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=246360 CPUtime=342.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 62321 0 0 0 33344 885 0 0 25 0 1 0 131099596 252272640 59835 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 61590 59835 407 719 0 60869 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 246360

[startup+402.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11870
/proc/meminfo: memFree=28892832/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=250704 CPUtime=402.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 63361 0 0 0 39271 959 0 0 25 0 1 0 131099596 256720896 60875 4089446400 4194304 7136930 140735923070464 18446744073709551615 4221373 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 62676 60875 407 719 0 61955 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 250704

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11871
/proc/meminfo: memFree=28819376/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=254272 CPUtime=462.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 64223 0 0 0 45213 1016 0 0 25 0 1 0 131099596 260374528 61737 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 63568 61737 407 719 0 62847 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 254272

[startup+522.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 11873
/proc/meminfo: memFree=28747148/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=257004 CPUtime=522.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 64860 0 0 0 51167 1063 0 0 25 0 1 0 131099596 263172096 62374 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 64251 62374 407 719 0 63530 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 257004

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 11875
/proc/meminfo: memFree=28686844/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=260876 CPUtime=582.29
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 65492 0 0 0 57134 1095 0 0 25 0 1 0 131099596 267137024 63006 4089446400 4194304 7136930 140735923070464 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11858/statm: 65219 63006 407 719 0 64498 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 260876

[startup+642.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/179 11932
/proc/meminfo: memFree=31017692/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=261632 CPUtime=642.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 65683 0 0 0 63097 1133 0 0 25 0 1 0 131099596 267911168 63197 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65408 63197 407 719 0 64687 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 261632

[startup+702.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11933
/proc/meminfo: memFree=30868364/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=262732 CPUtime=702.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66039 0 0 0 69027 1203 0 0 25 0 1 0 131099596 269037568 63553 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65683 63553 407 719 0 64962 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 262732

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

[startup+703.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11933
/proc/meminfo: memFree=30868108/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=262732 CPUtime=703.9
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66040 0 0 0 69186 1204 0 0 25 0 1 0 131099596 269037568 63554 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65683 63554 407 719 0 64962 0
Current children cumulated CPU time (s) 703.9
Current children cumulated vsize (KiB) 262732

[startup+710.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11933
/proc/meminfo: memFree=30855212/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=263252 CPUtime=710.3
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66170 0 0 0 69821 1209 0 0 25 0 1 0 131099596 269570048 63684 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65813 63684 407 719 0 65092 0
Current children cumulated CPU time (s) 710.3
Current children cumulated vsize (KiB) 263252

[startup+716.701 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11933
/proc/meminfo: memFree=30841068/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=263252 CPUtime=716.7
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66172 0 0 0 70453 1217 0 0 25 0 1 0 131099596 269570048 63686 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65813 63686 407 719 0 65092 0
Current children cumulated CPU time (s) 716.7
Current children cumulated vsize (KiB) 263252

[startup+719.9 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11934
/proc/meminfo: memFree=30831888/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=263252 CPUtime=719.9
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66172 0 0 0 70770 1220 0 0 25 0 1 0 131099596 269570048 63686 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65813 63686 407 719 0 65092 0
Current children cumulated CPU time (s) 719.9
Current children cumulated vsize (KiB) 263252

[startup+720.7 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11934
/proc/meminfo: memFree=30831392/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=263252 CPUtime=720.7
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66172 0 0 0 70850 1220 0 0 25 0 1 0 131099596 269570048 63686 4089446400 4194304 7136930 140735923070464 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65813 63686 407 719 0 65092 0
Current children cumulated CPU time (s) 720.7
Current children cumulated vsize (KiB) 263252

[startup+721.501 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11934
/proc/meminfo: memFree=30828540/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=263252 CPUtime=721.51
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66173 0 0 0 70930 1221 0 0 25 0 1 0 131099596 269570048 63687 4089446400 4194304 7136930 140735923070464 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65813 63687 407 719 0 65092 0
Current children cumulated CPU time (s) 721.51
Current children cumulated vsize (KiB) 263252

[startup+721.701 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11934
/proc/meminfo: memFree=30828540/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=262228 CPUtime=721.7
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66173 0 0 0 70949 1221 0 0 25 0 1 0 131099596 268521472 63431 4089446400 4194304 7136930 140735923070464 18446744073709551615 6165594 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11858/statm: 65557 63431 407 719 0 64836 0
Current children cumulated CPU time (s) 721.7
Current children cumulated vsize (KiB) 262228

[startup+721.801 s]
/proc/loadavg: 1.99 2.00 1.99 3/179 11934
/proc/meminfo: memFree=30828540/32951124 swapFree=67111528/67111528
[pid=11858] ppid=11856 vsize=260852 CPUtime=721.8
/proc/11858/stat : 11858 (pbscip.linux.x8) R 11856 11858 9887 0 -1 4202496 66258 0 0 0 70959 1221 0 0 18 0 1 0 131099596 267112448 63064 4089446400 4194304 7136930 140735923070464 18446744073709551615 4997767 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11858/statm: 65213 63064 412 719 0 64492 0
Current children cumulated CPU time (s) 721.8
Current children cumulated vsize (KiB) 260852

Child status: 0
Real time (s): 721.855
CPU time (s): 721.864
CPU user time (s): 709.64
CPU system time (s): 12.2241
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 263252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 709.64
system time used= 12.2241
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66265
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= 2
involuntary context switches= 1508

runsolver used 1.3118 second user time and 2.44563 second system time

The end

Launcher Data

Begin job on node137 at 2010-06-30 13:40:42
IDJOB=2693942
IDBENCH=78823
IDSOLVER=1206
FILE ID=node137/2693942-1277898042
PBS_JOBID= 11197080
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111225605--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693942-1277898042/watcher-2693942-1277898042 -o /tmp/evaluation-result-2693942-1277898042/solver-2693942-1277898042 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693942-1277898042.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 82fa1f93f0f1de3f2bb6b9affea621cb
RANDOM SEED=466588680

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29543004 kB
Buffers:        180864 kB
Cached:        1260760 kB
SwapCached:          0 kB
Active:        2361820 kB
Inactive:       898596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29543004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3360 kB
Writeback:           0 kB
AnonPages:     1819504 kB
Mapped:          15248 kB
Slab:            79632 kB
PageTables:       8232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1968760 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= 74204 MiB
End job on node137 at 2010-06-30 13:52:44