Trace number 2692848

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPTIMUM 12.1612 12.1604

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
MD5SUM033c12179045731c4fd222e5d353b2b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.499923
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 1231
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: SoPlex 1.4.2] [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-2692848-1277923643.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.01
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 |    26 |     - |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 |    66 |     - |1265k|   0 |  28 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    86 |     - |1436k|   0 |  31 | 371 | 202 | 371 |  51 |  51 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    97 |     - |1508k|   0 |  36 | 371 | 202 | 371 |  56 |  56 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   118 |     - |1521k|   0 |  37 | 371 | 202 | 371 |  60 |  60 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   138 |     - |1528k|   0 |  38 | 371 | 202 | 371 |  61 |  61 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   197 |     - |1539k|   0 |  38 | 371 | 202 | 371 |  61 |  61 |   0 |  33 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.89/0.94	o 669
0.89/0.94	c * 0.8s|   365 |   327 |  1532 |   3.8 |1911k| 123 |   - | 371 | 211 | 371 |  61 |  82 |   9 | 548 | 0.000000e+00 | 6.690000e+02 |    Inf 
1.39/1.40	o 564
1.39/1.40	c * 1.2s|  1847 |  1803 |  3910 |   2.0 |3213k| 165 |   - | 371 | 217 | 371 |  61 | 134 |  15 | 663 | 0.000000e+00 | 5.640000e+02 |    Inf 
1.49/1.57	o 556
1.49/1.57	c * 1.3s|  2394 |  2342 |  4718 |   1.9 |3713k| 165 |   - | 371 | 219 | 371 |  64 | 185 |  18 | 687 | 0.000000e+00 | 5.560000e+02 |    Inf 
2.69/2.77	o 553
2.69/2.77	c * 2.4s|  6274 |  6198 | 13133 |   2.1 |6148k| 165 |   - | 371 | 237 | 371 |  69 | 638 |  36 | 980 | 0.000000e+00 | 5.530000e+02 |    Inf 
3.49/3.51	o 547
3.49/3.51	c g 3.0s|  8613 |  8499 | 20448 |   2.4 |7516k| 165 |   - | 371 | 260 | 371 |  63 | 919 |  60 |1078 | 0.000000e+00 | 5.470000e+02 |    Inf 
3.49/3.51	o 504
3.49/3.51	c * 3.0s|  8629 |  8438 | 20514 |   2.4 |7444k| 165 |   - | 371 | 260 | 371 |  61 | 919 |  60 |1079 | 0.000000e+00 | 5.040000e+02 |    Inf 
3.49/3.57	o 483
3.49/3.57	c * 3.1s|  8769 |  8484 | 21203 |   2.4 |7482k| 165 |   - | 371 | 268 | 371 |  74 | 932 |  75 |1086 | 0.000000e+00 | 4.830000e+02 |    Inf 
3.49/3.57	o 470
3.49/3.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.57	c * 3.1s|  8771 |  8460 | 21224 |   2.4 |7478k| 165 |   - | 371 | 268 | 371 |  74 | 932 |  75 |1086 | 0.000000e+00 | 4.700000e+02 |    Inf 
3.79/3.89	c   3.3s| 10000 |  9645 | 22722 |   2.3 |8091k| 165 |   0 | 371 | 287 | 371 |  63 | 967 |  97 |1097 | 0.000000e+00 | 4.700000e+02 |    Inf 
4.99/5.02	o 468
4.99/5.02	c * 4.3s| 14603 | 14185 | 27290 |   1.9 |  10M| 165 |   - | 371 | 304 | 371 |  61 |1301 | 129 |1098 | 0.000000e+00 | 4.680000e+02 |    Inf 
4.99/5.02	o 457
4.99/5.02	c * 4.3s| 14604 | 14114 | 27293 |   1.9 |  10M| 165 |   - | 371 | 304 | 371 |  61 |1301 | 129 |1098 | 0.000000e+00 | 4.570000e+02 |    Inf 
5.40/5.43	o 441
5.40/5.43	c * 4.6s| 16152 | 15566 | 28858 |   1.8 |  11M| 165 |   - | 371 | 310 | 371 |  74 |1360 | 136 |1103 | 0.000000e+00 | 4.410000e+02 |    Inf 
5.49/5.51	o 413
5.49/5.51	c * 4.7s| 16474 | 15706 | 29038 |   1.8 |  11M| 165 |   - | 371 | 317 | 371 |  74 |1367 | 146 |1103 | 0.000000e+00 | 4.130000e+02 |    Inf 
6.30/6.39	c   5.4s| 20000 | 19150 | 32412 |   1.6 |  12M| 165 |   0 | 371 | 328 | 371 |  61 |1483 | 195 |1112 | 0.000000e+00 | 4.130000e+02 |    Inf 
6.79/6.84	o 405
6.79/6.84	c * 5.8s| 21794 | 20831 | 34930 |   1.6 |  13M| 165 |   - | 371 | 356 | 371 |  69 |1552 | 239 |1114 | 0.000000e+00 | 4.050000e+02 |    Inf 
6.89/6.92	o 404
6.89/6.92	c * 5.8s| 22053 | 21067 | 35667 |   1.6 |  13M| 165 |   - | 371 | 369 | 371 |  61 |1560 | 252 |1114 | 0.000000e+00 | 4.040000e+02 |    Inf 
6.99/7.01	o 403
6.99/7.01	c * 5.9s| 22364 | 21346 | 36013 |   1.6 |  14M| 165 |   - | 371 | 376 | 371 |  62 |1561 | 266 |1114 | 0.000000e+00 | 4.030000e+02 |    Inf 
7.90/7.96	o 394
7.90/7.96	c * 6.7s| 26104 | 24944 | 39552 |   1.5 |  16M| 165 |   - | 371 | 425 | 371 |  61 |1597 | 329 |1118 | 0.000000e+00 | 3.940000e+02 |    Inf 
8.09/8.12	o 383
8.09/8.12	c * 6.8s| 26721 | 25425 | 40273 |   1.5 |  16M| 165 |   - | 371 | 429 | 371 |  73 |1632 | 335 |1118 | 0.000000e+00 | 3.830000e+02 |    Inf 
8.29/8.32	o 380
8.29/8.32	c * 7.0s| 27508 | 26139 | 41111 |   1.5 |  16M| 165 |   - | 371 | 431 | 371 |  66 |1656 | 342 |1118 | 0.000000e+00 | 3.800000e+02 |    Inf 
8.49/8.55	o 371
8.49/8.55	c * 7.2s| 28297 | 26764 | 42715 |   1.5 |  17M| 165 |   - | 371 | 450 | 371 |  64 |1691 | 369 |1124 | 0.000000e+00 | 3.710000e+02 |    Inf 
8.49/8.55	o 365
8.49/8.55	c * 7.2s| 28299 | 26644 | 42763 |   1.5 |  17M| 165 |   - | 371 | 450 | 371 |  69 |1696 | 369 |1124 | 0.000000e+00 | 3.650000e+02 |    Inf 
8.60/8.65	o 362
8.60/8.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.60/8.65	c * 7.3s| 28645 | 26913 | 43257 |   1.5 |  17M| 165 |   - | 371 | 459 | 371 |  64 |1705 | 380 |1126 | 0.000000e+00 | 3.620000e+02 |    Inf 
8.70/8.73	o 359
8.70/8.73	c * 7.4s| 28949 | 27181 | 43691 |   1.5 |  17M| 165 |   - | 371 | 461 | 371 |  61 |1711 | 384 |1126 | 0.000000e+00 | 3.590000e+02 |    Inf 
8.70/8.74	o 354
8.70/8.74	c * 7.4s| 28953 | 27114 | 43755 |   1.5 |  17M| 165 |   - | 371 | 461 | 371 |  64 |1714 | 384 |1126 | 0.000000e+00 | 3.540000e+02 |    Inf 
8.89/8.96	o 348
8.89/8.96	c * 7.6s| 29749 | 27747 | 44940 |   1.5 |  17M| 165 |   - | 371 | 480 | 371 |  65 |1744 | 409 |1128 | 0.000000e+00 | 3.480000e+02 |    Inf 
8.89/8.96	o 346
8.89/8.96	c * 7.6s| 29750 | 27691 | 44940 |   1.5 |  17M| 165 |   - | 371 | 480 | 371 |  65 |1744 | 409 |1128 | 0.000000e+00 | 3.460000e+02 |    Inf 
8.99/9.01	o 345
8.99/9.01	c * 7.6s| 29877 | 27774 | 45806 |   1.5 |  17M| 165 |   - | 371 | 485 | 371 |  66 |1757 | 424 |1128 | 0.000000e+00 | 3.450000e+02 |    Inf 
8.99/9.05	c   7.7s| 30000 | 27895 | 46142 |   1.5 |  17M| 165 |   0 | 371 | 484 | 371 |  61 |1757 | 426 |1128 | 0.000000e+00 | 3.450000e+02 |    Inf 
9.09/9.12	o 340
9.09/9.12	c * 7.7s| 30252 | 28018 | 46646 |   1.5 |  17M| 165 |   - | 371 | 495 | 371 |  61 |1757 | 439 |1128 | 0.000000e+00 | 3.400000e+02 |    Inf 
9.19/9.21	o 334
9.19/9.21	c * 7.8s| 30545 | 28201 | 46952 |   1.5 |  18M| 165 |   - | 371 | 502 | 371 |  61 |1758 | 450 |1128 | 0.000000e+00 | 3.340000e+02 |    Inf 
9.49/9.54	o 330
9.49/9.54	c * 8.1s| 31701 | 29177 | 49028 |   1.5 |  18M| 165 |   - | 371 | 529 | 371 |  70 |1816 | 546 |1131 | 0.000000e+00 | 3.300000e+02 |    Inf 
9.49/9.58	o 325
9.49/9.58	c * 8.1s| 31873 | 29207 | 49317 |   1.5 |  18M| 165 |   - | 371 | 531 | 371 |  61 |1822 | 548 |1132 | 0.000000e+00 | 3.250000e+02 |    Inf 
9.49/9.58	o 323
9.49/9.58	c * 8.1s| 31875 | 29075 | 49346 |   1.5 |  18M| 165 |   - | 371 | 531 | 371 |  66 |1827 | 548 |1132 | 0.000000e+00 | 3.230000e+02 |    Inf 
9.49/9.58	o 321
9.49/9.58	c * 8.1s| 31876 | 28996 | 49349 |   1.5 |  18M| 165 |   - | 371 | 531 | 371 |  66 |1827 | 548 |1132 | 0.000000e+00 | 3.210000e+02 |    Inf 
9.69/9.72	o 300
9.69/9.72	c * 8.2s| 32334 | 28696 | 50305 |   1.6 |  18M| 165 |   - | 371 | 529 | 371 |  61 |1850 | 553 |1134 | 0.000000e+00 | 3.000000e+02 |    Inf 
9.80/9.85	o 294
9.80/9.85	c * 8.3s| 32850 | 28976 | 50764 |   1.5 |  18M| 165 |   - | 371 | 523 | 371 |  67 |1863 | 553 |1134 | 0.000000e+00 | 2.940000e+02 |    Inf 
9.80/9.89	o 282
9.80/9.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.80/9.89	c * 8.4s| 33011 | 28665 | 51055 |   1.5 |  18M| 165 |   - | 371 | 533 | 371 |  61 |1869 | 566 |1134 | 0.000000e+00 | 2.820000e+02 |    Inf 
9.89/9.91	o 275
9.89/9.91	c * 8.4s| 33061 | 28318 | 51290 |   1.5 |  18M| 165 |   - | 371 | 553 | 371 |  64 |1872 | 589 |1134 | 0.000000e+00 | 2.750000e+02 |    Inf 
9.99/10.04	o 272
9.99/10.04	c * 8.5s| 33418 | 28392 | 52398 |   1.6 |  18M| 165 |   - | 371 | 567 | 371 |  75 |1911 | 620 |1136 | 0.000000e+00 | 2.720000e+02 |    Inf 
9.99/10.06	o 268
9.99/10.06	c * 8.5s| 33511 | 28261 | 52584 |   1.6 |  18M| 165 |   - | 371 | 563 | 371 |  70 |1921 | 620 |1136 | 0.000000e+00 | 2.680000e+02 |    Inf 
9.99/10.06	o 258
9.99/10.06	c * 8.5s| 33512 | 27809 | 52585 |   1.6 |  18M| 165 |   - | 371 | 563 | 371 |  70 |1921 | 620 |1136 | 0.000000e+00 | 2.580000e+02 |    Inf 
10.09/10.19	o 253
10.09/10.19	c * 8.6s| 33877 | 27830 | 53438 |   1.6 |  18M| 165 |   - | 371 | 591 | 371 |  66 |1974 | 683 |1136 | 0.000000e+00 | 2.530000e+02 |    Inf 
10.20/10.23	o 238
10.20/10.23	c * 8.6s| 33982 | 27115 | 53791 |   1.6 |  17M| 165 |   - | 371 | 617 | 371 |  63 |1989 | 720 |1136 | 0.000000e+00 | 2.380000e+02 |    Inf 
10.20/10.25	o 223
10.20/10.25	c * 8.7s| 34030 | 25247 | 53967 |   1.6 |  16M| 165 |   - | 371 | 633 | 371 |  61 |1998 | 740 |1136 | 0.000000e+00 | 2.230000e+02 |    Inf 
10.20/10.26	o 218
10.20/10.26	c * 8.7s| 34072 | 24795 | 54232 |   1.6 |  16M| 165 |   - | 371 | 639 | 371 |  71 |2009 | 749 |1136 | 0.000000e+00 | 2.180000e+02 |    Inf 
10.29/10.33	o 204
10.29/10.33	c * 8.7s| 34250 | 23702 | 54896 |   1.6 |  16M| 165 |   - | 371 | 662 | 371 |  62 |2032 | 777 |1136 | 0.000000e+00 | 2.040000e+02 |    Inf 
10.29/10.34	o 203
10.29/10.34	c * 8.7s| 34288 | 23649 | 55068 |   1.6 |  16M| 165 |   - | 371 | 682 | 371 |  61 |2042 | 800 |1136 | 0.000000e+00 | 2.030000e+02 |    Inf 
10.29/10.34	o 199
10.29/10.34	c * 8.7s| 34289 | 23199 | 55069 |   1.6 |  15M| 165 |   - | 371 | 682 | 371 |  61 |2042 | 800 |1136 | 0.000000e+00 | 1.990000e+02 |    Inf 
10.29/10.35	o 193
10.29/10.35	c * 8.7s| 34316 | 22542 | 55175 |   1.6 |  15M| 165 |   - | 371 | 689 | 371 |  62 |2045 | 807 |1136 | 0.000000e+00 | 1.930000e+02 |    Inf 
10.40/10.42	o 191
10.40/10.42	c * 8.8s| 34499 | 22362 | 55918 |   1.6 |  15M| 165 |   - | 371 | 727 | 371 |  64 |2080 | 853 |1137 | 0.000000e+00 | 1.910000e+02 |    Inf 
10.40/10.46	o 185
10.40/10.46	c * 8.8s| 34619 | 21881 | 56194 |   1.6 |  15M| 165 |   - | 371 | 734 | 371 |  63 |2097 | 862 |1137 | 0.000000e+00 | 1.850000e+02 |    Inf 
10.40/10.47	o 181
10.40/10.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.40/10.47	c * 8.8s| 34650 | 21130 | 56260 |   1.6 |  14M| 165 |   - | 371 | 739 | 371 |  66 |2104 | 867 |1137 | 0.000000e+00 | 1.810000e+02 |    Inf 
10.60/10.61	o 175
10.60/10.61	c * 9.0s| 35014 | 20614 | 57867 |   1.6 |  14M| 165 |   - | 371 | 774 | 371 |  61 |2134 | 936 |1137 | 0.000000e+00 | 1.750000e+02 |    Inf 
10.60/10.65	o 171
10.60/10.65	c * 9.0s| 35121 | 20256 | 57974 |   1.6 |  14M| 165 |   - | 371 | 779 | 371 |  61 |2136 | 955 |1137 | 0.000000e+00 | 1.710000e+02 |    Inf 
10.60/10.66	o 158
10.60/10.66	c * 9.0s| 35153 | 18835 | 58097 |   1.6 |  13M| 165 |   - | 371 | 782 | 371 |  71 |2148 | 960 |1137 | 0.000000e+00 | 1.580000e+02 |    Inf 
10.69/10.70	o 149
10.69/10.70	c * 9.0s| 35258 | 17454 | 58491 |   1.7 |  13M| 165 |   - | 371 | 784 | 371 |  62 |2156 | 975 |1137 | 0.000000e+00 | 1.490000e+02 |    Inf 
10.69/10.70	o 148
10.69/10.70	c * 9.0s| 35259 | 17357 | 58491 |   1.7 |  13M| 165 |   - | 371 | 784 | 371 |  62 |2156 | 975 |1137 | 0.000000e+00 | 1.480000e+02 |    Inf 
10.69/10.72	o 133
10.69/10.72	c * 9.0s| 35294 | 13921 | 58588 |   1.7 |  11M| 165 |   - | 371 | 792 | 371 |  62 |2158 | 984 |1137 | 0.000000e+00 | 1.330000e+02 |    Inf 
10.79/10.82	o 127
10.79/10.82	c * 9.1s| 35557 | 13425 | 59224 |   1.7 |  11M| 165 |   - | 371 | 803 | 371 |  71 |2192 |1066 |1137 | 0.000000e+00 | 1.270000e+02 |    Inf 
10.90/10.98	o 108
10.90/10.98	c * 9.2s| 36011 | 11322 | 60203 |   1.7 |  10M| 165 |   - | 371 | 788 | 371 |  62 |2219 |1232 |1138 | 0.000000e+00 | 1.080000e+02 |    Inf 
11.10/11.18	o 105
11.10/11.18	c * 9.4s| 36526 | 11307 | 61306 |   1.7 |  10M| 165 |   - | 371 | 651 | 371 |  63 |2268 |1441 |1141 | 0.000000e+00 | 1.050000e+02 |    Inf 
11.10/11.19	o 100
11.10/11.19	c * 9.4s| 36548 | 10492 | 61371 |   1.7 |9578k| 165 |   - | 371 | 663 | 371 |  63 |2281 |1455 |1141 | 0.000000e+00 | 1.000000e+02 |    Inf 
11.19/11.21	o 88
11.19/11.21	c * 9.4s| 36607 |  8942 | 61553 |   1.7 |8610k| 165 |   - | 371 | 668 | 371 |  61 |2283 |1481 |1141 | 0.000000e+00 | 8.800000e+01 |    Inf 
11.19/11.24	o 79
11.19/11.24	c * 9.5s| 36644 |  7977 | 61924 |   1.7 |8027k| 165 |   - | 371 | 628 | 371 |  66 |2300 |1501 |1141 | 0.000000e+00 | 7.900000e+01 |    Inf 
11.19/11.25	o 69
11.19/11.25	c * 9.5s| 36647 |  6640 | 61975 |   1.7 |7114k| 165 |   - | 371 | 617 | 371 |  61 |2300 |1505 |1141 | 0.000000e+00 | 6.900000e+01 |    Inf 
11.19/11.26	o 57
11.19/11.26	c * 9.5s| 36657 |  3733 | 62059 |   1.7 |5336k| 165 |   - | 371 | 604 | 371 |  64 |2303 |1509 |1141 | 0.000000e+00 | 5.700000e+01 |    Inf 
11.19/11.29	o 50
11.19/11.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.19/11.29	c * 9.5s| 36724 |  2546 | 62421 |   1.7 |4506k| 165 |   - | 371 | 592 | 371 |  61 |2318 |1548 |1141 | 0.000000e+00 | 5.000000e+01 |    Inf 
11.29/11.39	o 49
11.29/11.39	c * 9.6s| 36922 |  2500 | 63747 |   1.7 |4546k| 165 |   - | 371 | 622 | 371 |  69 |2373 |1678 |1141 | 0.000000e+00 | 4.900000e+01 |    Inf 
11.39/11.40	o 47
11.39/11.40	c * 9.6s| 36946 |  2487 | 63861 |   1.7 |4537k| 165 |   - | 371 | 633 | 371 |  68 |2381 |1695 |1141 | 0.000000e+00 | 4.700000e+01 |    Inf 
11.39/11.42	o 41
11.39/11.42	c * 9.6s| 36981 |   780 | 64147 |   1.7 |3490k| 165 |   - | 371 | 639 | 371 |  61 |2381 |1714 |1141 | 0.000000e+00 | 4.100000e+01 |    Inf 
11.49/11.58	o 35
11.49/11.58	c * 9.7s| 37372 |   775 | 66407 |   1.8 |3617k| 165 |   - | 371 | 821 | 371 |  63 |2400 |2046 |1144 | 0.000000e+00 | 3.500000e+01 |    Inf 
11.59/11.61	o 13
11.59/11.61	c * 9.8s| 37433 |   510 | 66898 |   1.8 |3408k| 165 |   - | 371 | 809 | 371 |  61 |2406 |2078 |1144 | 0.000000e+00 | 1.300000e+01 |    Inf 
12.10/12.14	o 3
12.10/12.14	c *10.2s| 38100 |    65 | 78751 |   2.1 |2865k| 165 |   - | 371 | 996 | 371 |  61 |2495 |2948 |1176 | 0.000000e+00 | 3.000000e+00 |    Inf 
12.10/12.15	c 
12.10/12.15	c SCIP Status        : problem is solved [optimal solution found]
12.10/12.15	c Solving Time (sec) : 10.18
12.10/12.15	c Solving Nodes      : 38119
12.10/12.15	c Primal Bound       : +3.00000000000000e+00 (195 solutions)
12.10/12.15	c Dual Bound         : +3.00000000000000e+00
12.10/12.15	c Gap                : 0.00 %
12.10/12.15	s OPTIMUM FOUND
12.10/12.15	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 
12.10/12.15	v -x147 -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
12.10/12.15	v -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
12.10/12.15	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 
12.10/12.15	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 
12.10/12.15	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 
12.10/12.15	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 
12.10/12.15	v -x4 -x3 -x2 -x1 
12.10/12.15	c SCIP Status        : problem is solved [optimal solution found]
12.10/12.15	c Solving Time       :      10.18
12.10/12.15	c Original Problem   :
12.10/12.15	c   Problem name     : HOME/instance-2692848-1277923643.wbo
12.10/12.15	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
12.10/12.15	c   Constraints      : 203 initial, 203 maximal
12.10/12.15	c Presolved Problem  :
12.10/12.15	c   Problem name     : t_HOME/instance-2692848-1277923643.wbo
12.10/12.15	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
12.10/12.15	c   Constraints      : 202 initial, 998 maximal
12.10/12.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
12.10/12.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   probing          :       0.01          0          0          0          0          0          0          0          0
12.10/12.15	c   indicator        :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   linear           :       0.00          0          0          0        101          0          1          0          0
12.10/12.15	c   logicor          :       0.00          0          0          0          0          0          0          0          0
12.10/12.15	c   root node        :          -         99          -          -        198          -          -          -          -
12.10/12.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
12.10/12.15	c   integral         :          0          0          0      37975          0          0          7          0          0       8302
12.10/12.15	c   indicator        :        101          0      62131      33808          0        164      57052          0          0          0
12.10/12.15	c   linear           :        101          6      61624      33523          0        627     122523       2491          0          0
12.10/12.15	c   logicor          :          0+         0      14699          0          0        144       6091          0          0          0
12.10/12.15	c   countsols        :          0          0          0      32241          0          0          0          0          0          0
12.10/12.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
12.10/12.15	c   integral         :       1.03       0.00       0.00       1.03       0.00
12.10/12.15	c   indicator        :       0.27       0.00       0.08       0.19       0.00
12.10/12.15	c   linear           :       0.62       0.00       0.44       0.18       0.00
12.10/12.15	c   logicor          :       0.08       0.00       0.08       0.00       0.00
12.10/12.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
12.10/12.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
12.10/12.15	c   vbounds          :       0.00          2          0          0
12.10/12.15	c   rootredcost      :       0.00         71          0         99
12.10/12.15	c   pseudoobj        :       0.28      62493        537      30049
12.10/12.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
12.10/12.15	c   propagation      :       0.13       1308       1301       5283       33.9        260        7.2          -
12.10/12.15	c   infeasible LP    :       0.06        370        364       1906       19.3          5       16.0          0
12.10/12.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
12.10/12.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
12.10/12.15	c   pseudo solution  :       0.00         69         69        250       15.2         14       10.1          -
12.10/12.15	c   applied globally :          -          -          -       2588       14.6          -          -          -
12.10/12.15	c   applied locally  :          -          -          -        385       47.6          -          -          -
12.10/12.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
12.10/12.15	c   cut pool         :       0.00          3          -          -          9          -    (maximal pool size: 39)
12.10/12.15	c   redcost          :       0.21      38524          0      12638          0          0
12.10/12.15	c   impliedbounds    :       0.00          4          0          0          0          0
12.10/12.15	c   intobj           :       0.00          0          0          0          0          0
12.10/12.15	c   cgmip            :       0.00          0          0          0          0          0
12.10/12.15	c   gomory           :       0.01          4          0          0         39          0
12.10/12.15	c   strongcg         :       0.00          4          0          0          0          0
12.10/12.15	c   cmir             :       0.00          4          0          0          0          0
12.10/12.15	c   flowcover        :       0.00          4          0          0          0          0
12.10/12.15	c   clique           :       0.00          1          0          0          0          0
12.10/12.15	c   zerohalf         :       0.00          0          0          0          0          0
12.10/12.15	c   mcf              :       0.00          1          0          0          0          0
12.10/12.15	c   rapidlearning    :       0.00          0          0          0          0          0
12.10/12.15	c Pricers            :       Time      Calls       Vars
12.10/12.15	c   problem variables:       0.00          0          0
12.10/12.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
12.10/12.15	c   relpscost        :       1.03       4158          0          7          0          0       8302
12.10/12.15	c   pscost           :       0.00          0          0          0          0          0          0
12.10/12.15	c   inference        :       0.54      32171          0          0          0          0      64342
12.10/12.15	c   mostinf          :       0.00          0          0          0          0          0          0
12.10/12.15	c   leastinf         :       0.00          0          0          0          0          0          0
12.10/12.15	c   fullstrong       :       0.00          0          0          0          0          0          0
12.10/12.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
12.10/12.15	c   random           :       0.00          0          0          0          0          0          0
12.10/12.15	c Primal Heuristics  :       Time      Calls      Found
12.10/12.15	c   LP solutions     :       0.02          -         70
12.10/12.15	c   pseudo solutions :       0.00          -          0
12.10/12.15	c   feaspump         :       0.00          0          0
12.10/12.15	c   oneopt           :       0.06         65          0
12.10/12.15	c   coefdiving       :       0.12       1307          0
12.10/12.15	c   pscostdiving     :       0.19       1307          0
12.10/12.15	c   fracdiving       :       0.12       1307          0
12.10/12.15	c   veclendiving     :       0.08       1307          0
12.10/12.15	c   linesearchdiving :       0.07       1307          0
12.10/12.15	c   guideddiving     :       0.11       1307          1
12.10/12.15	c   rootsoldiving    :       0.12       1194          0
12.10/12.15	c   objpscostdiving  :       0.07       1205          0
12.10/12.15	c   trivial          :       0.00          2          2
12.10/12.15	c   simplerounding   :       0.00       4240          0
12.10/12.15	c   zirounding       :       0.03       1000          0
12.10/12.15	c   rounding         :       0.01        866          0
12.10/12.15	c   shifting         :       0.01        246          0
12.10/12.15	c   intshifting      :       0.01          5          0
12.10/12.15	c   twoopt           :       0.00          0          0
12.10/12.15	c   fixandinfer      :       0.00          0          0
12.10/12.15	c   intdiving        :       0.00          0          0
12.10/12.15	c   actconsdiving    :       0.00          0          0
12.10/12.15	c   octane           :       0.00          0          0
12.10/12.15	c   rens             :       0.00          1          0
12.10/12.15	c   rins             :       0.00          0          0
12.10/12.15	c   localbranching   :       0.00          0          0
12.10/12.15	c   mutation         :       0.00          0          0
12.10/12.15	c   crossover        :       0.19         27          1
12.10/12.15	c   dins             :       0.00          0          0
12.10/12.15	c   undercover       :       0.00          0          0
12.10/12.15	c   nlp              :       0.00          0          0
12.10/12.15	c   trysol           :       0.02       2203        121
12.10/12.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
12.10/12.15	c   primal LP        :       0.00          0          0       0.00          -
12.10/12.15	c   dual LP          :       3.60       8898      77358       8.69   21488.33
12.10/12.15	c   lex dual LP      :       0.00          0          0       0.00          -
12.10/12.15	c   barrier LP       :       0.00          0          0       0.00          -
12.10/12.15	c   diving/probing LP:       0.03        118       1592      13.49   53066.67
12.10/12.15	c   strong branching :       0.98       1176      40554      34.48   41381.63
12.10/12.15	c     (at root node) :          -         33       2743      83.12          -
12.10/12.15	c   conflict analysis:       0.00          0          0       0.00          -
12.10/12.15	c B&B Tree           :
12.10/12.15	c   number of runs   :          1
12.10/12.15	c   nodes            :      38119
12.10/12.15	c   nodes (total)    :      38119
12.10/12.15	c   nodes left       :          0
12.10/12.15	c   max depth        :        165
12.10/12.15	c   max depth (total):        165
12.10/12.15	c   backtracks       :       1873 (4.9%)
12.10/12.15	c   delayed cutoffs  :        553
12.10/12.15	c   repropagations   :       7743 (21298 domain reductions, 183 cutoffs)
12.10/12.15	c   avg switch length:       3.02
12.10/12.15	c   switching time   :       0.56
12.10/12.15	c Solution           :
12.10/12.15	c   Solutions found  :        195 (72 improvements)
12.10/12.15	c   First Solution   : +4.94300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
12.10/12.15	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 38100 nodes, 10.17 seconds, depth 26, found by <relaxation>)
12.10/12.15	c   Dual Bound       : +3.00000000000000e+00
12.10/12.15	c   Gap              :       0.00 %
12.10/12.15	c   Root Dual Bound  : +0.00000000000000e+00
12.10/12.15	c   Root Iterations  :        138
12.10/12.16	c Time complete: 12.15.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692848-1277923643/watcher-2692848-1277923643 -o /tmp/evaluation-result-2692848-1277923643/solver-2692848-1277923643 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692848-1277923643.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 3/178 13696
/proc/meminfo: memFree=31592740/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=9396 CPUtime=0
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 1646 0 0 0 0 0 0 0 21 0 1 0 133660703 9621504 1565 4089446400 4194304 8223781 140736770050032 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13696/statm: 2349 1568 369 984 0 1362 0

[startup+0.0951661 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13696
/proc/meminfo: memFree=31592740/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=14968 CPUtime=0.09
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 5758 0 0 0 8 1 0 0 21 0 1 0 133660703 15327232 2889 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 3742 2889 574 984 0 2755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14968

[startup+0.101161 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13696
/proc/meminfo: memFree=31592740/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=14968 CPUtime=0.09
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 5758 0 0 0 8 1 0 0 21 0 1 0 133660703 15327232 2889 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 3742 2889 574 984 0 2755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14968

[startup+0.300103 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13696
/proc/meminfo: memFree=31592740/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=14968 CPUtime=0.29
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 5758 0 0 0 26 3 0 0 21 0 1 0 133660703 15327232 2889 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 3742 2889 574 984 0 2755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14968

[startup+0.701034 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13696
/proc/meminfo: memFree=31592740/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=14968 CPUtime=0.69
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 5763 0 0 0 60 9 0 0 22 0 1 0 133660703 15327232 2894 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 3742 2894 577 984 0 2755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14968

[startup+1.5009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13697
/proc/meminfo: memFree=31578720/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=17660 CPUtime=1.49
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 11288 0 0 0 126 23 0 0 25 0 1 0 133660703 18083840 3583 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 4415 3583 582 984 0 3428 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17660

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13697
/proc/meminfo: memFree=31569960/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=21316 CPUtime=3.09
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 22253 0 0 0 268 41 0 0 25 0 1 0 133660703 21827584 4492 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 5329 4492 582 984 0 4342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21316

[startup+6.30009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13697
/proc/meminfo: memFree=31552600/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=28208 CPUtime=6.3
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 44832 0 0 0 532 98 0 0 25 0 1 0 133660703 28884992 6285 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 7052 6285 582 984 0 6065 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 28208

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

[startup+9.50055 s]
/proc/loadavg: 2.00 2.00 2.00 3/198 13745
/proc/meminfo: memFree=31560852/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=35080 CPUtime=9.49
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 73356 0 0 0 803 146 0 0 25 0 1 0 133660703 35921920 8016 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 8770 8016 583 984 0 7783 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 35080

[startup+11.1003 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 13749
/proc/meminfo: memFree=31547324/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=36056 CPUtime=11.1
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 83388 0 0 0 935 175 0 0 25 0 1 0 133660703 36921344 8281 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 9014 8281 585 984 0 8027 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 36056

[startup+11.9002 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 13749
/proc/meminfo: memFree=31547324/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=36388 CPUtime=11.89
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 87213 0 0 0 999 190 0 0 25 0 1 0 133660703 37261312 8365 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 9097 8365 585 984 0 8110 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 36388

[startup+12.1062 s]
/proc/loadavg: 2.00 2.00 2.00 2/198 13751
/proc/meminfo: memFree=31540504/32950928 swapFree=67111528/67111528
[pid=13696] ppid=13694 vsize=36388 CPUtime=12.1
/proc/13696/stat : 13696 (pbscip.linux.x8) R 13694 13696 12818 0 -1 4202496 87213 0 0 0 1015 195 0 0 25 0 1 0 133660703 37261312 8365 4089446400 4194304 8223781 140736770050032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/13696/statm: 9097 8365 585 984 0 8110 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 36388

Child status: 0
Real time (s): 12.1604
CPU time (s): 12.1612
CPU user time (s): 10.1915
CPU system time (s): 1.9697
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 36388

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

runsolver used 0.021996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 20:47:23
IDJOB=2692848
IDBENCH=79212
IDSOLVER=1204
FILE ID=node126/2692848-1277923643
PBS_JOBID= 11197344
Free space on /tmp= 74188 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692848-1277923643/watcher-2692848-1277923643 -o /tmp/evaluation-result-2692848-1277923643/solver-2692848-1277923643 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692848-1277923643.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 033c12179045731c4fd222e5d353b2b2
RANDOM SEED=2128122025

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.835
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:     32950928 kB
MemFree:      31593392 kB
Buffers:        204176 kB
Cached:         927028 kB
SwapCached:          0 kB
Active:         549756 kB
Inactive:       665628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31593392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7572 kB
Writeback:           0 kB
AnonPages:       84244 kB
Mapped:          15104 kB
Slab:            78920 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   227396 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= 74188 MiB
End job on node126 at 2010-06-30 20:47:36