Trace number 2693462

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 39.684 39.6823

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-0-100-0.wbo
MD5SUM2498aa7c72321a79724f3337e23f532a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.171973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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: 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-2693462-1277923174.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c t 0.0s|     1 |     0 |     0 |     - |1215k|   0 |   0 | 371 | 202 | 371 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    24 |     - |1249k|   0 |   0 | 371 | 202 | 371 |  26 |  26 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    44 |     - |1265k|   0 |   4 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    56 |     - |1297k|   0 |  19 | 371 | 202 | 371 |  49 |  49 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    79 |     - |1365k|   0 |  29 | 371 | 202 | 371 |  56 |  56 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   107 |     - |1410k|   0 |  30 | 371 | 202 | 371 |  60 |  60 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   127 |     - |1418k|   0 |  36 | 371 | 202 | 371 |  62 |  62 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   212 |     - |1429k|   0 |  36 | 371 | 202 | 371 |  62 |  62 |   0 |  33 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.59/0.63	o 627
0.59/0.63	c * 0.5s|   368 |   344 |  1460 |   3.6 |1835k| 113 |   - | 371 | 208 | 371 |  68 | 119 |   6 | 431 | 0.000000e+00 | 6.270000e+02 |    Inf 
0.59/0.65	o 536
0.59/0.65	c * 0.6s|   400 |   372 |  1654 |   3.8 |1870k| 113 |   - | 371 | 208 | 371 |  64 | 119 |   6 | 440 | 0.000000e+00 | 5.360000e+02 |    Inf 
0.59/0.65	o 495
0.59/0.65	c * 0.6s|   406 |   375 |  1666 |   3.8 |1883k| 113 |   - | 371 | 208 | 371 |  64 | 119 |   6 | 440 | 0.000000e+00 | 4.950000e+02 |    Inf 
0.59/0.67	o 490
0.59/0.67	c * 0.6s|   464 |   413 |  1881 |   3.8 |1967k| 113 |   - | 371 | 227 | 371 |  67 | 121 |  26 | 447 | 0.000000e+00 | 4.900000e+02 |    Inf 
0.69/0.70	o 375
0.69/0.70	c * 0.6s|   552 |   435 |  2008 |   3.4 |2013k| 113 |   - | 371 | 227 | 371 |  64 | 128 |  26 | 447 | 0.000000e+00 | 3.750000e+02 |    Inf 
0.69/0.72	o 270
0.69/0.72	c * 0.6s|   594 |   366 |  2121 |   3.4 |2010k| 113 |   - | 371 | 243 | 371 |  64 | 129 |  42 | 464 | 0.000000e+00 | 2.700000e+02 |    Inf 
0.69/0.73	o 261
0.69/0.73	c * 0.6s|   618 |   374 |  2148 |   3.3 |2026k| 113 |   - | 371 | 244 | 371 |  65 | 130 |  43 | 464 | 0.000000e+00 | 2.610000e+02 |    Inf 
0.69/0.73	o 237
0.69/0.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.73	c * 0.6s|   620 |   352 |  2170 |   3.3 |2009k| 113 |   - | 371 | 244 | 371 |  65 | 130 |  43 | 464 | 0.000000e+00 | 2.370000e+02 |    Inf 
1.10/1.13	o 227
1.10/1.13	c * 1.0s|  1716 |  1371 |  4011 |   2.3 |2951k| 113 |   - | 371 | 336 | 371 |  69 | 297 | 145 | 622 | 0.000000e+00 | 2.270000e+02 |    Inf 
1.49/1.52	o 222
1.49/1.52	c * 1.3s|  2597 |  1841 |  6793 |   2.6 |3670k| 113 |   - | 371 | 647 | 371 |  71 | 414 | 493 | 734 | 0.000000e+00 | 2.220000e+02 |    Inf 
1.79/1.88	o 211
1.79/1.88	c * 1.6s|  3479 |  2305 |  8632 |   2.4 |4274k| 113 |   - | 371 | 941 | 371 |  71 | 495 | 813 | 838 | 0.000000e+00 | 2.110000e+02 |    Inf 
2.99/3.03	o 206
2.99/3.03	c * 2.6s|  6139 |  3137 | 13898 |   2.2 |5493k| 120 |   - | 371 | 995 | 371 |  73 | 640 |2021 | 941 | 0.000000e+00 | 2.060000e+02 |    Inf 
3.49/3.55	o 194
3.49/3.55	c * 3.0s|  7290 |  3627 | 17944 |   2.4 |6281k| 120 |   - | 371 |1026 | 371 |  68 | 792 |2556 |1005 | 0.000000e+00 | 1.940000e+02 |    Inf 
3.59/3.65	o 193
3.59/3.65	c * 3.1s|  7503 |  3727 | 18559 |   2.5 |6397k| 120 |   - | 371 | 955 | 371 |  77 | 819 |2642 |1012 | 0.000000e+00 | 1.930000e+02 |    Inf 
3.59/3.66	o 183
3.59/3.66	c * 3.1s|  7507 |  3665 | 18568 |   2.5 |6352k| 120 |   - | 371 | 955 | 371 |  77 | 819 |2642 |1012 | 0.000000e+00 | 1.830000e+02 |    Inf 
3.59/3.68	o 174
3.59/3.68	c * 3.2s|  7571 |  3593 | 18690 |   2.5 |6285k| 120 |   - | 371 | 971 | 371 |  65 | 822 |2668 |1012 | 0.000000e+00 | 1.740000e+02 |    Inf 
3.59/3.68	o 166
3.59/3.68	c * 3.2s|  7576 |  3483 | 18730 |   2.5 |6127k| 120 |   - | 371 | 966 | 371 |  67 | 823 |2668 |1012 | 0.000000e+00 | 1.660000e+02 |    Inf 
4.49/4.50	o 158
4.49/4.50	c * 3.9s|  9644 |  4201 | 23171 |   2.4 |6914k| 120 |   - | 371 | 976 | 371 |  67 | 925 |3519 |1055 | 0.000000e+00 | 1.580000e+02 |    Inf 
4.49/4.50	o 141
4.49/4.50	c * 3.9s|  9648 |  3929 | 23197 |   2.4 |6527k| 120 |   - | 371 | 974 | 371 |  74 | 932 |3519 |1055 | 0.000000e+00 | 1.410000e+02 |    Inf 
4.59/4.66	c   4.0s| 10000 |  4047 | 24438 |   2.4 |6657k| 120 |   1 | 371 | 945 | 371 |  64 | 959 |3678 |1060 | 0.000000e+00 | 1.410000e+02 |    Inf 
5.99/6.02	o 140
5.99/6.02	c * 5.2s| 13359 |  5356 | 33505 |   2.5 |8364k| 120 |   - | 371 |1282 | 371 |  68 |1182 |5673 |1126 | 0.000000e+00 | 1.400000e+02 |    Inf 
6.89/6.98	o 129
6.89/6.98	c * 6.0s| 15576 |  5734 | 42383 |   2.7 |9043k| 120 |   - | 371 |1199 | 371 |  72 |1369 |7107 |1162 | 0.000000e+00 | 1.290000e+02 |    Inf 
6.99/7.00	o 119
6.99/7.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.99/7.00	c * 6.0s| 15616 |  5532 | 42700 |   2.7 |8734k| 120 |   - | 371 |1202 | 371 |  72 |1388 |7130 |1162 | 0.000000e+00 | 1.190000e+02 |    Inf 
6.99/7.01	o 115
6.99/7.01	c * 6.0s| 15626 |  5450 | 42811 |   2.7 |8688k| 120 |   - | 371 |1196 | 371 |  74 |1399 |7134 |1162 | 0.000000e+00 | 1.150000e+02 |    Inf 
7.49/7.60	o 98
7.49/7.60	c * 6.5s| 17009 |  5420 | 48092 |   2.8 |8844k| 120 |   - | 371 |1364 | 371 |  69 |1499 |8039 |1169 | 0.000000e+00 | 9.800000e+01 |    Inf 
7.99/8.07	o 93
7.99/8.07	c * 6.9s| 18056 |  5395 | 51713 |   2.9 |8930k| 120 |   - | 371 |1256 | 371 |  71 |1619 |8804 |1172 | 0.000000e+00 | 9.300000e+01 |    Inf 
7.99/8.08	o 89
7.99/8.08	c * 6.9s| 18073 |  5185 | 51770 |   2.9 |8708k| 120 |   - | 371 |1242 | 371 |  71 |1626 |8814 |1172 | 0.000000e+00 | 8.900000e+01 |    Inf 
8.29/8.32	o 77
8.29/8.32	c * 7.2s| 18610 |  4741 | 53335 |   2.9 |8285k| 120 |   - | 371 |1174 | 371 |  67 |1671 |9242 |1172 | 0.000000e+00 | 7.700000e+01 |    Inf 
8.80/8.85	c   7.6s| 20000 |  5083 | 57019 |   2.8 |8842k| 120 |   0 | 371 |1375 | 371 |  67 |1755 |  10k|1181 | 0.000000e+00 | 7.700000e+01 |    Inf 
8.89/8.94	o 63
8.89/8.94	c * 7.7s| 20245 |  4619 | 57472 |   2.8 |8298k| 120 |   - | 371 |1410 | 371 |  72 |1772 |  10k|1182 | 0.000000e+00 | 6.300000e+01 |    Inf 
9.20/9.28	o 62
9.20/9.28	c * 8.0s| 20985 |  4588 | 59500 |   2.8 |8435k| 120 |   - | 371 |1558 | 371 |  74 |1861 |  10k|1186 | 0.000000e+00 | 6.200000e+01 |    Inf 
9.90/9.98	o 50
9.90/9.98	c * 8.5s| 22748 |  4731 | 65401 |   2.9 |8663k| 120 |   - | 371 |1683 | 371 |  66 |2037 |  11k|1188 | 0.000000e+00 | 5.000000e+01 |    Inf 
9.99/10.09	o 49
9.99/10.09	c * 8.6s| 22976 |  4727 | 66276 |   2.9 |8683k| 120 |   - | 371 |1669 | 371 |  71 |2067 |  11k|1188 | 0.000000e+00 | 4.900000e+01 |    Inf 
10.19/10.23	o 46
10.19/10.23	c * 8.8s| 23239 |  4173 | 68006 |   2.9 |8180k| 120 |   - | 371 |1652 | 371 |  60 |2139 |  11k|1190 | 0.000000e+00 | 4.600000e+01 |    Inf 
12.99/13.08	c  11.2s| 30000 |  4879 | 92444 |   3.1 |  10M| 120 |   - | 371 |3442 |   0 |   0 |2655 |  16k|1194 | 0.000000e+00 | 4.600000e+01 |    Inf 
17.69/17.77	c  15.3s| 40000 |  5647 |137170 |   3.4 |  12M| 120 |   - | 371 |4312 | 371 |  63 |3617 |  24k|1288 | 0.000000e+00 | 4.600000e+01 |    Inf 
19.39/19.47	o 44
19.39/19.47	c *16.7s| 43335 |  5604 |155160 |   3.6 |  13M| 120 |   - | 371 |4407 | 371 |  66 |3982 |  27k|1355 | 0.000000e+00 | 4.400000e+01 |    Inf 
22.49/22.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.49/22.55	c  19.4s| 50000 |  6100 |179516 |   3.6 |  15M| 120 |   - | 371 |4709 |   0 |   0 |4541 |  32k|1509 | 0.000000e+00 | 4.400000e+01 |    Inf 
25.09/25.15	o 33
25.09/25.15	c *21.7s| 55233 |  6171 |204021 |   3.7 |  16M| 120 |   - | 371 |5299 | 371 |  67 |4888 |  37k|1627 | 0.000000e+00 | 3.300000e+01 |    Inf 
27.69/27.71	c  23.9s| 60000 |  6362 |233932 |   3.9 |  17M| 120 |   1 | 371 |4114 | 371 |  60 |5586 |  41k|1786 | 0.000000e+00 | 3.300000e+01 |    Inf 
32.70/32.78	c  28.4s| 70000 |  7306 |287922 |   4.1 |  20M| 120 |   - | 371 |6389 | 371 |  68 |6649 |  49k|1996 | 0.000000e+00 | 3.300000e+01 |    Inf 
37.99/38.05	c  33.0s| 80000 |  7781 |338654 |   4.2 |  22M| 120 |   - | 371 |5850 |   0 |   0 |7666 |  58k|2233 | 0.000000e+00 | 3.300000e+01 |    Inf 
38.70/38.71	o 18
38.70/38.71	c *33.6s| 81190 |  6676 |346490 |   4.3 |  21M| 120 |   - | 371 |6464 | 371 |  66 |7827 |  59k|2296 | 0.000000e+00 | 1.800000e+01 |    Inf 
38.99/39.02	o 17
38.99/39.02	c *33.9s| 81426 |  6399 |349425 |   4.3 |  20M| 120 |   - | 371 |4350 | 371 |  66 |7879 |  59k|2306 | 0.000000e+00 | 1.700000e+01 |    Inf 
39.60/39.67	c 
39.60/39.67	c SCIP Status        : problem is solved [optimal solution found]
39.60/39.67	c Solving Time (sec) : 34.47
39.60/39.67	c Solving Nodes      : 81725
39.60/39.67	c Primal Bound       : +1.70000000000000e+01 (437 solutions)
39.60/39.67	c Dual Bound         : +1.70000000000000e+01
39.60/39.67	c Gap                : 0.00 %
39.60/39.67	s OPTIMUM FOUND
39.60/39.67	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 
39.60/39.67	v -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
39.60/39.67	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 
39.60/39.67	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 
39.60/39.67	v -x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
39.60/39.67	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 
39.60/39.67	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 
39.60/39.67	v -x4 -x3 -x2 -x1 
39.60/39.67	c SCIP Status        : problem is solved [optimal solution found]
39.60/39.67	c Solving Time       :      34.47
39.60/39.67	c Original Problem   :
39.60/39.67	c   Problem name     : HOME/instance-2693462-1277923174.wbo
39.60/39.67	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
39.60/39.67	c   Constraints      : 203 initial, 203 maximal
39.60/39.67	c Presolved Problem  :
39.60/39.67	c   Problem name     : t_HOME/instance-2693462-1277923174.wbo
39.60/39.67	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
39.60/39.67	c   Constraints      : 202 initial, 6660 maximal
39.60/39.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
39.60/39.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   probing          :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   indicator        :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   linear           :       0.00          0          0          0        101          0          1          0          0
39.60/39.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
39.60/39.67	c   root node        :          -         87          -          -        173          -          -          -          -
39.60/39.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
39.60/39.67	c   integral         :          0          0          0      54817          0          4        340          0          0      60216
39.60/39.67	c   indicator        :        101          0     292871      24366          0       2724     387467          0          0          0
39.60/39.67	c   linear           :        101          6     290247      24332          0      15612    1127453       7898          0          0
39.60/39.67	c   logicor          :          0+         0     117663          0          0       4127      94094          0          0          0
39.60/39.67	c   bounddisjunction :          0+         0      12240          0          0          0         16          0          0          0
39.60/39.67	c   countsols        :          0          0          0      19807          0          0          0          0          0          0
39.60/39.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
39.60/39.67	c   integral         :       1.39       0.00       0.00       1.39       0.00
39.60/39.67	c   indicator        :       0.23       0.00       0.22       0.01       0.00
39.60/39.67	c   linear           :       5.11       0.00       5.05       0.06       0.00
39.60/39.67	c   logicor          :       3.05       0.00       3.05       0.00       0.00
39.60/39.67	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
39.60/39.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
39.60/39.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
39.60/39.67	c   vbounds          :       0.00          2          0          0
39.60/39.67	c   rootredcost      :       0.00         36          0         86
39.60/39.67	c   pseudoobj        :       1.77     297417       4574     359209
39.60/39.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
39.60/39.67	c   propagation      :       1.47      24313      24252     155570       26.6       2876        6.1          -
39.60/39.67	c   infeasible LP    :       0.49       8876       8871      51039       20.3        405        7.0          0
39.60/39.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
39.60/39.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
39.60/39.67	c   pseudo solution  :       0.01        143        143        599       16.7         21        5.3          -
39.60/39.67	c   applied globally :          -          -          -      59318       16.7          -          -          -
39.60/39.67	c   applied locally  :          -          -          -       1293       38.9          -          -          -
39.60/39.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
39.60/39.67	c   cut pool         :       0.00          3          -          -          3          -    (maximal pool size: 26)
39.60/39.67	c   redcost          :       0.35      58422          0      48751          0          0
39.60/39.67	c   impliedbounds    :       0.00          4          0          0          0          0
39.60/39.67	c   intobj           :       0.00          0          0          0          0          0
39.60/39.67	c   cgmip            :       0.00          0          0          0          0          0
39.60/39.67	c   gomory           :       0.00          4          0          0         30          0
39.60/39.67	c   strongcg         :       0.00          4          0          0          0          0
39.60/39.67	c   cmir             :       0.00          4          0          0          0          0
39.60/39.67	c   flowcover        :       0.01          4          0          0          2          0
39.60/39.67	c   clique           :       0.00          1          0          0          0          0
39.60/39.67	c   zerohalf         :       0.00          0          0          0          0          0
39.60/39.67	c   mcf              :       0.00          1          0          0          0          0
39.60/39.67	c   rapidlearning    :       0.00          0          0          0          0          0
39.60/39.67	c Pricers            :       Time      Calls       Vars
39.60/39.67	c   problem variables:       0.00          0          0
39.60/39.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
39.60/39.67	c   relpscost        :       1.39      30445          4        340          0          0      60216
39.60/39.67	c   pscost           :       0.00          0          0          0          0          0          0
39.60/39.67	c   inference        :       0.31      19771          0          0          0          0      39542
39.60/39.67	c   mostinf          :       0.00          0          0          0          0          0          0
39.60/39.67	c   leastinf         :       0.00          0          0          0          0          0          0
39.60/39.67	c   fullstrong       :       0.00          0          0          0          0          0          0
39.60/39.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
39.60/39.67	c   random           :       0.00          0          0          0          0          0          0
39.60/39.67	c Primal Heuristics  :       Time      Calls      Found
39.60/39.67	c   LP solutions     :       0.01          -         36
39.60/39.67	c   pseudo solutions :       0.00          -          0
39.60/39.67	c   feaspump         :       0.00          0          0
39.60/39.67	c   oneopt           :       0.05         36          0
39.60/39.67	c   guideddiving     :       0.02        164          0
39.60/39.67	c   coefdiving       :       0.03        164          0
39.60/39.67	c   pscostdiving     :       0.02        164          0
39.60/39.67	c   fracdiving       :       0.01        164          0
39.60/39.67	c   veclendiving     :       0.01        164          0
39.60/39.67	c   linesearchdiving :       0.04        165          0
39.60/39.67	c   rootsoldiving    :       0.02        143          0
39.60/39.67	c   objpscostdiving  :       0.01        146          0
39.60/39.67	c   trivial          :       0.00          2          2
39.60/39.67	c   simplerounding   :       0.04      31923          0
39.60/39.67	c   zirounding       :       0.03       1000          0
39.60/39.67	c   rounding         :       0.06       2480          0
39.60/39.67	c   shifting         :       0.06        730          0
39.60/39.67	c   intshifting      :       0.02          6          0
39.60/39.67	c   twoopt           :       0.00          0          0
39.60/39.67	c   fixandinfer      :       0.00          0          0
39.60/39.67	c   intdiving        :       0.00          0          0
39.60/39.67	c   actconsdiving    :       0.00          0          0
39.60/39.67	c   octane           :       0.00          0          0
39.60/39.67	c   rens             :       0.00          1          0
39.60/39.67	c   rins             :       0.00          0          0
39.60/39.67	c   localbranching   :       0.00          0          0
39.60/39.67	c   mutation         :       0.00          0          0
39.60/39.67	c   crossover        :       0.27         33          0
39.60/39.67	c   dins             :       0.00          0          0
39.60/39.67	c   undercover       :       0.00          0          0
39.60/39.67	c   nlp              :       0.00          0          0
39.60/39.67	c   trysol           :       0.02       1541        399
39.60/39.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
39.60/39.67	c   primal LP        :       0.01          0          0       0.00       0.00
39.60/39.67	c   dual LP          :      13.09      49997     353088       7.06   26973.87
39.60/39.67	c   lex dual LP      :       0.00          0          0       0.00          -
39.60/39.67	c   barrier LP       :       0.00          0          0       0.00          -
39.60/39.67	c   diving/probing LP:       0.06        261       1210       4.64   20166.67
39.60/39.67	c   strong branching :       1.26       2320      42241      18.21   33524.60
39.60/39.67	c     (at root node) :          -         33       3421     103.67          -
39.60/39.67	c   conflict analysis:       0.00          0          0       0.00          -
39.60/39.67	c B&B Tree           :
39.60/39.67	c   number of runs   :          1
39.60/39.67	c   nodes            :      81725
39.60/39.67	c   nodes (total)    :      81725
39.60/39.67	c   nodes left       :          0
39.60/39.67	c   max depth        :        120
39.60/39.67	c   max depth (total):        120
39.60/39.67	c   backtracks       :      10719 (13.1%)
39.60/39.67	c   delayed cutoffs  :      11410
39.60/39.67	c   repropagations   :     125313 (338081 domain reductions, 4133 cutoffs)
39.60/39.67	c   avg switch length:       5.62
39.60/39.67	c   switching time   :       4.17
39.60/39.67	c Solution           :
39.60/39.67	c   Solutions found  :        437 (37 improvements)
39.60/39.67	c   First Solution   : +4.94300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
39.60/39.67	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 81426 nodes, 33.90 seconds, depth 30, found by <relaxation>)
39.60/39.67	c   Dual Bound       : +1.70000000000000e+01
39.60/39.67	c   Gap              :       0.00 %
39.60/39.67	c   Root Dual Bound  : +0.00000000000000e+00
39.60/39.67	c   Root Iterations  :        127
39.60/39.68	c Time complete: 39.67.

Verifier Data

OK	17

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 4/196 19703
/proc/meminfo: memFree=30897016/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=10956 CPUtime=0
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 1669 0 0 0 0 0 0 0 23 0 1 0 133612022 11218944 1590 4089446400 4194304 9819077 140735758794816 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19703/statm: 2739 1590 392 1374 0 1360 0

[startup+0.080414 s]
/proc/loadavg: 1.96 1.98 1.99 4/196 19703
/proc/meminfo: memFree=30897016/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=18996 CPUtime=0.07
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 6579 0 0 0 6 1 0 0 23 0 1 0 133612022 19451904 3123 4089446400 4194304 9819077 140735758794816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 4749 3123 691 1374 0 3370 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18996

[startup+0.100417 s]
/proc/loadavg: 1.96 1.98 1.99 4/196 19703
/proc/meminfo: memFree=30897016/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=18992 CPUtime=0.09
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 6880 0 0 0 8 1 0 0 23 0 1 0 133612022 19447808 3120 4089446400 4194304 9819077 140735758794816 18446744073709551615 7228640 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 4790 3121 691 1374 0 3411 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18992

[startup+0.302127 s]
/proc/loadavg: 1.96 1.98 1.99 4/196 19703
/proc/meminfo: memFree=30897016/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=17952 CPUtime=0.29
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 11300 0 0 0 26 3 0 0 23 0 1 0 133612022 18382848 3099 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 4488 3099 698 1374 0 3109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17952

[startup+0.700253 s]
/proc/loadavg: 1.96 1.98 1.99 4/196 19703
/proc/meminfo: memFree=30897016/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=18896 CPUtime=0.69
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 20774 0 0 0 60 9 0 0 25 0 1 0 133612022 19349504 3319 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 4724 3319 703 1374 0 3345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18896

[startup+1.50011 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30883988/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=21576 CPUtime=1.49
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 32492 0 0 0 129 20 0 0 25 0 1 0 133612022 22093824 4020 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 5394 4020 704 1374 0 4015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21576

[startup+3.10082 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30882376/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=24732 CPUtime=3.1
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 51622 0 0 0 267 43 0 0 25 0 1 0 133612022 25325568 4788 4089446400 4194304 9819077 140735758794816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 6121 4786 719 1374 0 4742 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 24732

[startup+6.30025 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30877824/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=29160 CPUtime=6.29
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 92764 0 0 0 542 87 0 0 25 0 1 0 133612022 29859840 5942 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 7290 5942 720 1374 0 5911 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29160

[startup+12.7001 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30873368/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=33644 CPUtime=12.69
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 162294 0 0 0 1086 183 0 0 25 0 1 0 133612022 34451456 7042 4089446400 4194304 9819077 140735758794816 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 8411 7042 726 1374 0 7032 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33644

[startup+25.5008 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30866040/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=41504 CPUtime=25.49
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 302828 0 0 0 2199 350 0 0 25 0 1 0 133612022 42500096 9222 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 10376 9222 739 1374 0 8997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41504

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

[startup+31.9067 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19704
/proc/meminfo: memFree=30861540/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=44720 CPUtime=31.9
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 358047 0 0 0 2765 425 0 0 25 0 1 0 133612022 45793280 9849 4089446400 4194304 9819077 140735758794816 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 11180 9849 739 1374 0 9801 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (KiB) 44720

[startup+35.1011 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30855712/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=46488 CPUtime=35.1
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 380356 0 0 0 3045 465 0 0 25 0 1 0 133612022 47603712 10272 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 11622 10272 739 1374 0 10243 0
Current children cumulated CPU time (s) 35.1
Current children cumulated vsize (KiB) 46488

[startup+36.7008 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30851492/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=48268 CPUtime=36.69
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 391789 0 0 0 3184 485 0 0 25 0 1 0 133612022 49426432 10658 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 12067 10658 739 1374 0 10688 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 48268

[startup+38.3005 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30846904/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=49904 CPUtime=38.3
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 404700 0 0 0 3327 503 0 0 25 0 1 0 133612022 51101696 11073 4089446400 4194304 9819077 140735758794816 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 12476 11073 739 1374 0 11097 0
Current children cumulated CPU time (s) 38.3
Current children cumulated vsize (KiB) 49904

[startup+39.1004 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30840332/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=50600 CPUtime=39.1
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 418051 0 0 0 3398 512 0 0 25 0 1 0 133612022 51814400 11294 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 12650 11294 739 1374 0 11271 0
Current children cumulated CPU time (s) 39.1
Current children cumulated vsize (KiB) 50600

[startup+39.5003 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30803748/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=50596 CPUtime=39.5
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 424957 0 0 0 3433 517 0 0 25 0 1 0 133612022 51810304 11294 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 12649 11294 739 1374 0 11270 0
Current children cumulated CPU time (s) 39.5
Current children cumulated vsize (KiB) 50596

[startup+39.6063 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 19705
/proc/meminfo: memFree=30803748/32951124 swapFree=67111528/67111528
[pid=19703] ppid=19701 vsize=50600 CPUtime=39.6
/proc/19703/stat : 19703 (pbscip.linux.x8) R 19701 19703 16986 0 -1 4202496 425072 0 0 0 3442 518 0 0 25 0 1 0 133612022 51814400 11294 4089446400 4194304 9819077 140735758794816 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19703/statm: 12650 11294 739 1374 0 11271 0
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (KiB) 50600

Child status: 0
Real time (s): 39.6823
CPU time (s): 39.684
CPU user time (s): 34.4898
CPU system time (s): 5.19421
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 50784

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

runsolver used 0.058991 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node146 at 2010-06-30 20:39:34
IDJOB=2693462
IDBENCH=79199
IDSOLVER=1205
FILE ID=node146/2693462-1277923174
PBS_JOBID= 11197264
Free space on /tmp= 74180 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969170--soft-0-100-0.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-2693462-1277923174/watcher-2693462-1277923174 -o /tmp/evaluation-result-2693462-1277923174/solver-2693462-1277923174 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693462-1277923174.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 2498aa7c72321a79724f3337e23f532a
RANDOM SEED=1684556905

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30897296 kB
Buffers:        212676 kB
Cached:        1333656 kB
SwapCached:          0 kB
Active:         779940 kB
Inactive:      1125748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30897296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:      359496 kB
Mapped:          20440 kB
Slab:            83924 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1650136 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= 74172 MiB
End job on node146 at 2010-06-30 20:40:13