Trace number 2692992

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 18.3852 18.3847

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-33-100-0.wbo
MD5SUMe0a386232805af8ddb0c67f40a0a75f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.002998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables274
Total number of constraints259
Number of soft constraints167
Number of constraints which are clauses159
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 9191
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 9190
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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-2692992-1277913542.wbo>
0.00/0.00	c original problem has 608 variables (441 bin, 0 int, 0 impl, 167 cont) and 427 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 287 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 167 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 287 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 167 chg bounds, 50 chg sides, 100 chg coeffs, 93 upgd conss, 287 impls, 0 clqs
0.01/0.02	c    (0.0s) probing: 101/441 (22.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.02	c presolving (4 rounds):
0.01/0.02	c  0 deleted vars, 1 deleted constraints, 167 tightened bounds, 0 added holes, 50 changed sides, 100 changed coefficients
0.01/0.02	c  288 implications, 0 cliques
0.01/0.02	c presolved problem has 608 variables (441 bin, 0 int, 0 impl, 167 cont) and 426 constraints
0.01/0.02	c     167 constraints of type <indicator>
0.01/0.02	c       1 constraints of type <varbound>
0.01/0.02	c      39 constraints of type <knapsack>
0.01/0.02	c     166 constraints of type <linear>
0.01/0.02	c      53 constraints of type <logicor>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.01
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 1.2.1.2
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1800
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 3420
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.02	c 
0.01/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.02	c   0.0s|     1 |     0 |    27 |     - |2182k|   0 |  23 | 608 | 426 | 608 |  92 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    76 |     - |2240k|   0 |  69 | 608 | 426 | 608 | 142 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	o 9099
0.01/0.03	c y 0.0s|     1 |     0 |    76 |     - |2260k|   0 |  69 | 608 | 426 | 608 | 142 |  50 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   114 |     - |2344k|   0 |  72 | 608 | 426 | 608 | 193 | 101 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   242 |     - |2449k|   0 | 110 | 608 | 426 | 608 | 232 | 140 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.08	c   0.1s|     1 |     0 |   314 |     - |2555k|   0 | 123 | 608 | 426 | 608 | 277 | 185 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   402 |     - |2673k|   0 | 134 | 608 | 426 | 608 | 320 | 228 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   507 |     - |2753k|   0 | 137 | 608 | 426 | 608 | 367 | 275 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.19/0.22	c   0.2s|     1 |     2 |   507 |     - |2767k|   0 | 137 | 608 | 426 | 608 | 367 | 275 |   0 |  26 | 0.000000e+00 | 9.099000e+03 |    Inf 
3.09/3.10	o 805
3.09/3.10	c * 2.9s|  1861 |  1717 |  8338 |   4.2 |4895k| 213 |   - | 608 | 441 | 608 | 278 | 422 |  15 |1624 | 0.000000e+00 | 8.050000e+02 |    Inf 
3.69/3.77	o 801
3.69/3.77	c v 3.5s|  2833 |  2645 | 11465 |   3.9 |5626k| 213 |   - | 608 | 449 | 608 | 277 | 632 |  23 |1693 | 0.000000e+00 | 8.010000e+02 |    Inf 
3.79/3.82	o 779
3.79/3.82	c * 3.6s|  2926 |  2607 | 11781 |   3.9 |5633k| 213 |   - | 608 | 450 | 608 | 276 | 659 |  24 |1697 | 0.000000e+00 | 7.790000e+02 |    Inf 
3.79/3.88	o 731
3.79/3.88	c l 3.6s|  3024 |  2417 | 12034 |   3.8 |5467k| 213 |   - | 608 | 455 | 608 | 276 | 686 |  29 |1700 | 0.000000e+00 | 7.310000e+02 |    Inf 
4.09/4.15	o 730
4.09/4.15	c * 3.9s|  3439 |  2813 | 13195 |   3.7 |5804k| 213 |   - | 608 | 462 | 608 | 276 | 793 |  36 |1712 | 0.000000e+00 | 7.300000e+02 |    Inf 
4.29/4.36	o 727
4.29/4.36	c * 4.1s|  3787 |  3139 | 14269 |   3.6 |5996k| 213 |   - | 608 | 462 | 608 | 277 | 883 |  36 |1727 | 0.000000e+00 | 7.270000e+02 |    Inf 
4.40/4.45	o 677
4.40/4.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.40/4.45	c * 4.2s|  3948 |  3076 | 14836 |   3.6 |5874k| 213 |   - | 608 | 463 | 608 | 277 | 922 |  37 |1728 | 0.000000e+00 | 6.770000e+02 |    Inf 
4.49/4.56	o 675
4.49/4.56	c * 4.3s|  4073 |  3179 | 16045 |   3.8 |5957k| 213 |   - | 608 | 464 | 608 | 277 | 949 |  38 |1745 | 0.000000e+00 | 6.750000e+02 |    Inf 
4.49/4.58	o 630
4.49/4.58	c v 4.3s|  4105 |  3086 | 16134 |   3.8 |5842k| 213 |   - | 608 | 464 | 608 | 277 | 959 |  38 |1745 | 0.000000e+00 | 6.300000e+02 |    Inf 
4.59/4.65	o 570
4.59/4.65	c * 4.3s|  4232 |  3040 | 16410 |   3.8 |5798k| 213 |   - | 608 | 464 | 608 | 277 | 998 |  38 |1745 | 0.000000e+00 | 5.700000e+02 |    Inf 
4.59/4.67	o 565
4.59/4.67	c * 4.4s|  4260 |  3052 | 16518 |   3.8 |5816k| 213 |   - | 608 | 464 | 608 | 277 |1008 |  38 |1748 | 0.000000e+00 | 5.650000e+02 |    Inf 
4.59/4.67	o 517
4.59/4.67	c * 4.4s|  4261 |  2831 | 16523 |   3.8 |5655k| 213 |   - | 608 | 464 | 608 | 277 |1009 |  38 |1748 | 0.000000e+00 | 5.170000e+02 |    Inf 
4.69/4.70	o 516
4.69/4.70	c * 4.4s|  4307 |  2865 | 16675 |   3.8 |5692k| 213 |   - | 608 | 478 | 608 | 275 |1027 |  52 |1749 | 0.000000e+00 | 5.160000e+02 |    Inf 
5.89/5.95	o 468
5.89/5.95	c * 5.6s|  6095 |  4274 | 24271 |   3.9 |6763k| 213 |   - | 608 | 690 | 608 | 275 |1383 | 264 |1812 | 0.000000e+00 | 4.680000e+02 |    Inf 
5.89/5.96	o 463
5.89/5.96	c * 5.6s|  6112 |  4262 | 24358 |   3.9 |6744k| 213 |   - | 608 | 689 | 608 | 275 |1391 | 264 |1812 | 0.000000e+00 | 4.630000e+02 |    Inf 
5.99/6.02	o 462
5.99/6.02	c * 5.6s|  6189 |  4306 | 24699 |   3.9 |6822k| 213 |   - | 608 | 716 | 608 | 277 |1438 | 292 |1812 | 0.000000e+00 | 4.620000e+02 |    Inf 
5.99/6.06	o 459
5.99/6.06	c * 5.7s|  6258 |  4333 | 24900 |   3.9 |6882k| 213 |   - | 608 | 732 | 608 | 274 |1444 | 315 |1812 | 0.000000e+00 | 4.590000e+02 |    Inf 
6.29/6.31	o 456
6.29/6.31	c * 5.9s|  6618 |  4558 | 26102 |   3.9 |7171k| 213 |   - | 608 | 786 | 608 | 273 |1591 | 422 |1812 | 0.000000e+00 | 4.560000e+02 |    Inf 
6.50/6.51	o 451
6.50/6.51	c * 6.1s|  6918 |  4798 | 26938 |   3.8 |7437k| 213 |   - | 608 | 785 | 608 | 276 |1718 | 463 |1812 | 0.000000e+00 | 4.510000e+02 |    Inf 
6.60/6.63	o 424
6.60/6.63	c * 6.2s|  7087 |  4735 | 27532 |   3.8 |7405k| 213 |   - | 608 | 820 | 608 | 275 |1808 | 537 |1812 | 0.000000e+00 | 4.240000e+02 |    Inf 
6.89/6.98	o 422
6.89/6.98	c * 6.5s|  7601 |  5126 | 30057 |   3.9 |7828k| 213 |   - | 608 | 837 | 608 | 276 |2019 | 671 |1817 | 0.000000e+00 | 4.220000e+02 |    Inf 
7.09/7.14	o 407
7.09/7.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.09/7.14	c * 6.7s|  7820 |  4996 | 31094 |   3.9 |7601k| 213 |   - | 608 | 828 | 608 | 276 |2104 | 726 |1819 | 0.000000e+00 | 4.070000e+02 |    Inf 
7.19/7.23	o 398
7.19/7.23	c * 6.8s|  7952 |  5020 | 31897 |   3.9 |7638k| 213 |   - | 608 | 824 | 608 | 274 |2152 | 761 |1819 | 0.000000e+00 | 3.980000e+02 |    Inf 
7.19/7.25	o 393
7.19/7.25	c * 6.8s|  7974 |  4930 | 32011 |   4.0 |7558k| 213 |   - | 608 | 823 | 608 | 274 |2165 | 765 |1819 | 0.000000e+00 | 3.930000e+02 |    Inf 
7.39/7.41	o 382
7.39/7.41	c * 6.9s|  8175 |  4939 | 33033 |   4.0 |7616k| 213 |   - | 608 | 847 | 608 | 275 |2278 | 866 |1820 | 0.000000e+00 | 3.820000e+02 |    Inf 
7.49/7.57	o 377
7.49/7.57	c * 7.1s|  8385 |  5016 | 34006 |   4.0 |7742k| 213 |   - | 608 | 842 | 608 | 275 |2371 | 929 |1823 | 0.000000e+00 | 3.770000e+02 |    Inf 
7.99/8.00	o 374
7.99/8.00	c * 7.5s|  8855 |  5262 | 37028 |   4.1 |7953k| 213 |   - | 608 | 777 | 608 | 277 |2588 |1108 |1830 | 0.000000e+00 | 3.740000e+02 |    Inf 
8.09/8.15	o 371
8.09/8.15	c * 7.7s|  9012 |  5351 | 38158 |   4.2 |8033k| 213 |   - | 608 | 764 | 608 | 276 |2654 |1153 |1830 | 0.000000e+00 | 3.710000e+02 |    Inf 
8.09/8.19	o 356
8.09/8.19	c * 7.7s|  9070 |  5189 | 38450 |   4.2 |7846k| 213 |   - | 608 | 775 | 608 | 278 |2700 |1179 |1830 | 0.000000e+00 | 3.560000e+02 |    Inf 
8.19/8.23	o 348
8.19/8.23	c * 7.7s|  9105 |  5164 | 38966 |   4.2 |7806k| 213 |   - | 608 | 777 | 608 | 278 |2711 |1184 |1830 | 0.000000e+00 | 3.480000e+02 |    Inf 
8.19/8.25	o 333
8.19/8.25	c * 7.7s|  9124 |  5021 | 39060 |   4.2 |7666k| 213 |   - | 608 | 781 | 608 | 278 |2731 |1190 |1830 | 0.000000e+00 | 3.330000e+02 |    Inf 
8.19/8.26	o 321
8.19/8.26	c * 7.8s|  9138 |  4945 | 39147 |   4.2 |7570k| 213 |   - | 608 | 778 | 608 | 277 |2741 |1191 |1830 | 0.000000e+00 | 3.210000e+02 |    Inf 
8.19/8.27	o 316
8.19/8.27	c * 7.8s|  9148 |  4840 | 39239 |   4.2 |7512k| 213 |   - | 608 | 779 | 608 | 277 |2751 |1193 |1830 | 0.000000e+00 | 3.160000e+02 |    Inf 
8.89/8.98	c   8.4s| 10000 |  5432 | 43945 |   4.3 |8011k| 213 |   1 | 608 | 743 | 608 | 267 |2987 |1426 |1842 | 0.000000e+00 | 3.160000e+02 |    Inf 
11.49/11.52	o 308
11.49/11.52	c *10.8s| 12600 |  7514 | 66854 |   5.3 |9690k| 213 |   - | 608 | 715 | 608 | 276 |3196 |1799 |1880 | 0.000000e+00 | 3.080000e+02 |    Inf 
11.89/11.97	o 307
11.89/11.97	c c11.2s| 12940 |  7802 | 71446 |   5.5 |9907k| 213 |   - | 608 | 739 | 608 | 267 |3226 |1875 |1880 | 0.000000e+00 | 3.070000e+02 |    Inf 
13.60/13.61	o 305
13.60/13.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.60/13.61	c *12.8s| 14551 |  9102 | 87725 |   6.0 |  11M| 213 |   - | 608 | 714 | 608 | 275 |3496 |2107 |1888 | 0.000000e+00 | 3.050000e+02 |    Inf 
16.09/16.16	o 276
16.09/16.16	c *15.2s| 17562 | 10517 |105851 |   6.0 |  12M| 213 |   - | 608 | 706 | 608 | 275 |4008 |2462 |1890 | 0.000000e+00 | 2.760000e+02 |    Inf 
16.09/16.17	o 253
16.09/16.17	c *15.2s| 17577 |  9972 |105926 |   6.0 |  11M| 213 |   - | 608 | 701 | 608 | 276 |4017 |2462 |1890 | 0.000000e+00 | 2.530000e+02 |    Inf 
16.19/16.20	o 242
16.19/16.20	c *15.2s| 17626 |  9668 |106084 |   6.0 |  11M| 213 |   - | 608 | 700 | 608 | 275 |4042 |2468 |1890 | 0.000000e+00 | 2.420000e+02 |    Inf 
16.40/16.45	o 232
16.40/16.45	c *15.5s| 18011 |  9746 |106972 |   5.9 |  11M| 213 |   - | 608 | 680 | 608 | 275 |4188 |2489 |1890 | 0.000000e+00 | 2.320000e+02 |    Inf 
16.50/16.52	o 193
16.50/16.52	c *15.6s| 18121 |  8218 |107251 |   5.9 |9924k| 213 |   - | 608 | 689 | 608 | 277 |4246 |2518 |1890 | 0.000000e+00 | 1.930000e+02 |    Inf 
16.50/16.53	o 152
16.50/16.53	c *15.6s| 18132 |  5602 |107327 |   5.9 |8099k| 213 |   - | 608 | 689 | 608 | 275 |4254 |2519 |1890 | 0.000000e+00 | 1.520000e+02 |    Inf 
16.50/16.56	o 113
16.50/16.56	c *15.6s| 18170 |  4194 |107443 |   5.9 |7020k| 213 |   - | 608 | 692 | 608 | 277 |4278 |2525 |1890 | 0.000000e+00 | 1.130000e+02 |    Inf 
16.60/16.61	o 108
16.60/16.61	c *15.6s| 18227 |  4151 |107998 |   5.9 |7030k| 213 |   - | 608 | 699 | 608 | 274 |4308 |2537 |1890 | 0.000000e+00 | 1.080000e+02 |    Inf 
16.60/16.67	o 104
16.60/16.67	c *15.7s| 18304 |  3998 |108281 |   5.9 |7032k| 213 |   - | 608 | 733 | 608 | 277 |4348 |2582 |1890 | 0.000000e+00 | 1.040000e+02 |    Inf 
16.89/16.93	o 97
16.89/16.93	c v15.9s| 18694 |  3869 |110216 |   5.9 |7083k| 213 |   - | 608 | 753 | 608 | 267 |4390 |2672 |1890 | 0.000000e+00 | 9.700000e+01 |    Inf 
17.50/17.53	o 96
17.50/17.53	c *16.5s| 19597 |  4121 |114463 |   5.8 |7650k| 213 |   - | 608 | 864 | 608 | 268 |4592 |2894 |1902 | 0.000000e+00 | 9.600000e+01 |    Inf 
17.69/17.71	o 95
17.69/17.71	c *16.7s| 19850 |  4268 |115314 |   5.8 |7821k| 213 |   - | 608 | 918 | 608 | 277 |4708 |2974 |1902 | 0.000000e+00 | 9.500000e+01 |    Inf 
17.69/17.74	o 92
17.69/17.74	c *16.7s| 19872 |  4079 |115607 |   5.8 |7692k| 213 |   - | 608 | 923 | 608 | 277 |4709 |2981 |1902 | 0.000000e+00 | 9.200000e+01 |    Inf 
17.69/17.75	o 90
17.69/17.75	c *16.7s| 19880 |  3998 |115641 |   5.8 |7631k| 213 |   - | 608 | 907 | 608 | 279 |4712 |2987 |1902 | 0.000000e+00 | 9.000000e+01 |    Inf 
17.79/17.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.79/17.86	c  16.8s| 20000 |  3930 |117007 |   5.8 |7678k| 213 |   - | 608 | 893 |   0 |   0 |4719 |3022 |1902 | 0.000000e+00 | 9.000000e+01 |    Inf 
18.09/18.13	o 80
18.09/18.13	c f17.1s| 20292 |  2653 |120943 |   5.9 |6731k| 213 |   - | 608 | 889 | 608 | 267 |4742 |3060 |1902 | 0.000000e+00 | 8.000000e+01 |    Inf 
18.19/18.28	o 72
18.19/18.28	c *17.2s| 20506 |  1909 |122494 |   5.9 |6226k| 213 |   - | 608 | 859 | 608 | 267 |4771 |3133 |1902 | 0.000000e+00 | 7.200000e+01 |    Inf 
18.19/18.29	o 69
18.19/18.29	c *17.2s| 20508 |  1652 |122511 |   5.9 |6047k| 213 |   - | 608 | 673 | 608 | 267 |4771 |3133 |1902 | 0.000000e+00 | 6.900000e+01 |    Inf 
18.29/18.30	o 54
18.29/18.30	c *17.2s| 20521 |  1442 |122601 |   6.0 |5831k| 213 |   - | 608 | 627 | 608 | 267 |4771 |3135 |1902 | 0.000000e+00 | 5.400000e+01 |    Inf 
18.29/18.31	o 38
18.29/18.31	c *17.2s| 20532 |  1139 |122694 |   6.0 |5599k| 213 |   - | 608 | 582 | 608 | 268 |4772 |3135 |1902 | 0.000000e+00 | 3.800000e+01 |    Inf 
18.29/18.32	o 35
18.29/18.32	c *17.2s| 20541 |  1131 |122781 |   6.0 |5586k| 213 |   - | 608 | 522 | 608 | 269 |4774 |3135 |1902 | 0.000000e+00 | 3.500000e+01 |    Inf 
18.29/18.33	o 33
18.29/18.33	c *17.3s| 20565 |  1099 |122972 |   6.0 |5569k| 213 |   - | 608 | 504 | 608 | 274 |4781 |3136 |1902 | 0.000000e+00 | 3.300000e+01 |    Inf 
18.29/18.35	o 27
18.29/18.35	c *17.3s| 20584 |  1103 |123050 |   6.0 |5568k| 213 |   - | 608 | 478 | 608 | 273 |4787 |3136 |1902 | 0.000000e+00 | 2.700000e+01 |    Inf 
18.29/18.36	o 24
18.29/18.36	c *17.3s| 20601 |  1019 |123105 |   6.0 |5508k| 213 |   - | 608 | 442 | 608 | 273 |4793 |3136 |1902 | 0.000000e+00 | 2.400000e+01 |    Inf 
18.29/18.37	o 8
18.29/18.37	c *17.3s| 20612 |   776 |123150 |   6.0 |5184k| 213 |   - | 608 | 433 | 608 | 274 |4800 |3136 |1902 | 0.000000e+00 | 8.000000e+00 |    Inf 
18.29/18.37	c 
18.29/18.37	c SCIP Status        : problem is solved [optimal solution found]
18.29/18.37	c Solving Time (sec) : 17.29
18.29/18.37	c Solving Nodes      : 20612
18.29/18.37	c Primal Bound       : +8.00000000000000e+00 (216 solutions)
18.29/18.37	c Dual Bound         : +8.00000000000000e+00
18.29/18.37	c Gap                : 0.00 %
18.29/18.37	s OPTIMUM FOUND
18.29/18.37	v -x274 -x273 x272 -x271 -x270 x269 -x268 x267 -x266 -x265 x264 x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 -x253 -x252 
18.29/18.37	v x251 x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 x242 x241 x240 x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 x231 -x230 
18.29/18.37	v -x229 -x228 x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 
18.29/18.37	v -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 
18.29/18.37	v -x187 x186 -x185 -x184 -x183 x182 -x181 x180 x179 x178 x177 -x176 -x175 -x174 -x173 -x172 x171 x170 x169 x168 x167 x166 -x165 
18.29/18.37	v x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 x153 x152 x151 x150 x149 x148 x147 -x146 x145 -x144 -x143 
18.29/18.37	v -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 x134 x133 x132 x131 x130 -x129 x128 x127 x126 x125 x124 -x123 x122 x121 x120 x119 
18.29/18.37	v x118 -x117 x116 x115 x114 x113 x112 -x111 x110 x109 x108 x107 x106 -x105 x104 x103 x102 x101 x100 -x99 -x98 -x97 -x96 -x95 
18.29/18.37	v -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 x75 -x74 -x73 x72 -x71 x70 -x69 
18.29/18.37	v -x68 x67 x66 x65 x64 -x63 -x62 x61 -x60 -x59 -x58 x57 x56 x55 x54 -x53 x52 -x51 x50 -x49 x48 -x47 -x46 x45 -x44 x43 -x42 -x41 
18.29/18.37	v x40 -x39 -x38 x37 -x36 -x35 x34 -x33 -x32 x31 -x30 -x29 x28 x27 x26 x25 x24 -x23 -x22 x21 -x20 -x19 -x18 x17 -x16 x15 x14 
18.29/18.37	v x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
18.29/18.37	c SCIP Status        : problem is solved [optimal solution found]
18.29/18.37	c Solving Time       :      17.29
18.29/18.37	c Original Problem   :
18.29/18.37	c   Problem name     : HOME/instance-2692992-1277913542.wbo
18.29/18.37	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
18.29/18.37	c   Constraints      : 427 initial, 427 maximal
18.29/18.37	c Presolved Problem  :
18.29/18.37	c   Problem name     : t_HOME/instance-2692992-1277913542.wbo
18.29/18.37	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
18.29/18.37	c   Constraints      : 426 initial, 923 maximal
18.29/18.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
18.29/18.37	c   trivial          :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   implics          :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   probing          :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   indicator        :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   varbound         :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   linear           :       0.01          0          0          0        167          0          1         50        100
18.29/18.37	c   logicor          :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
18.29/18.37	c   root node        :          -        236          -          -        394          -          -          -          -
18.29/18.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
18.29/18.37	c   integral         :          0          0          0      20544          0          0          1          0          0      27826
18.29/18.37	c   indicator        :        167          0      57328       6628          0         39     143788          0          0          0
18.29/18.37	c   varbound         :          1          6       1217          6          0          0         13          1          0          0
18.29/18.37	c   knapsack         :         39          6      57298       6630          0         37       5452        204          0          0
18.29/18.37	c   linear           :        166          6      57261       6630          0        603      36465       4568          0          0
18.29/18.37	c   logicor          :         53+         6      22675       5306          0        602      18767          0          0          0
18.29/18.37	c   bounddisjunction :          0+         0       1527          0          0          0          4          0          0          0
18.29/18.37	c   countsols        :          0          0          0       5306          0          0          0          0          0          0
18.29/18.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
18.29/18.37	c   integral         :       2.03       0.00       0.00       2.03       0.00
18.29/18.37	c   indicator        :       0.30       0.00       0.22       0.08       0.00
18.29/18.37	c   varbound         :       0.00       0.00       0.00       0.00       0.00
18.29/18.37	c   knapsack         :       0.14       0.00       0.14       0.00       0.00
18.29/18.37	c   linear           :       0.49       0.00       0.41       0.08       0.00
18.29/18.37	c   logicor          :       0.11       0.00       0.11       0.00       0.00
18.29/18.37	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
18.29/18.37	c   countsols        :       0.01       0.00       0.00       0.01       0.00
18.29/18.37	c Propagators        :       Time      Calls    Cutoffs    DomReds
18.29/18.37	c   vbounds          :       0.01        116          0         14
18.29/18.37	c   rootredcost      :       0.02         61          0        158
18.29/18.37	c   pseudoobj        :       0.43      57812        675     112822
18.29/18.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
18.29/18.37	c   propagation      :       0.05       1917       1806       3640       15.1        234        4.7          -
18.29/18.37	c   infeasible LP    :       0.00         38         37         45        4.4          4        5.5          0
18.29/18.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
18.29/18.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
18.29/18.37	c   pseudo solution  :       0.00         10         10         23        7.1          6        3.0          -
18.29/18.37	c   applied globally :          -          -          -       3136       12.8          -          -          -
18.29/18.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
18.29/18.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
18.29/18.37	c   cut pool         :       0.00          5          -          -        270          -    (maximal pool size: 772)
18.29/18.37	c   redcost          :       0.38      21421          0      23194          0          0
18.29/18.37	c   impliedbounds    :       0.00          6          0          0          0          0
18.29/18.37	c   intobj           :       0.00          0          0          0          0          0
18.29/18.37	c   cgmip            :       0.00          0          0          0          0          0
18.29/18.37	c   gomory           :       0.02          6          0          0         83          0
18.29/18.37	c   strongcg         :       0.01          6          0          0         44          0
18.29/18.37	c   cmir             :       0.02          6          0          0        301          0
18.29/18.37	c   flowcover        :       0.04          6          0          0        583          0
18.29/18.37	c   clique           :       0.00          1          0          0          0          0
18.29/18.37	c   zerohalf         :       0.00          0          0          0          0          0
18.29/18.37	c   mcf              :       0.00          1          0          0          0          0
18.29/18.37	c   rapidlearning    :       0.00          0          0          0          0          0
18.29/18.37	c Pricers            :       Time      Calls       Vars
18.29/18.37	c   problem variables:       0.00          0          0
18.29/18.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
18.29/18.37	c   relpscost        :       1.99      13914          0          1          0          0      27826
18.29/18.37	c   pscost           :       0.00          0          0          0          0          0          0
18.29/18.37	c   inference        :       0.16       5252          0          0          0          0      10504
18.29/18.37	c   mostinf          :       0.00          0          0          0          0          0          0
18.29/18.37	c   leastinf         :       0.00          0          0          0          0          0          0
18.29/18.37	c   fullstrong       :       0.00          0          0          0          0          0          0
18.29/18.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
18.29/18.37	c   random           :       0.00          0          0          0          0          0          0
18.29/18.37	c Primal Heuristics  :       Time      Calls      Found
18.29/18.37	c   LP solutions     :       0.03          -         54
18.29/18.37	c   pseudo solutions :       0.00          -          0
18.29/18.37	c   feaspump         :       0.00          1          0
18.29/18.37	c   oneopt           :       0.07         59          0
18.29/18.37	c   objpscostdiving  :       0.11         12          0
18.29/18.37	c   crossover        :       0.26         18          0
18.29/18.37	c   pscostdiving     :       0.61        203          0
18.29/18.37	c   fracdiving       :       0.50        203          1
18.29/18.37	c   veclendiving     :       0.51        203          3
18.29/18.37	c   linesearchdiving :       0.59        203          1
18.29/18.37	c   guideddiving     :       0.53        203          0
18.29/18.37	c   coefdiving       :       0.42        203          1
18.29/18.37	c   rootsoldiving    :       0.03        158          0
18.29/18.37	c   trivial          :       0.00          2          0
18.29/18.37	c   simplerounding   :       0.02      14151          0
18.29/18.37	c   zirounding       :       0.02       1000          0
18.29/18.37	c   rounding         :       0.00       1629          0
18.29/18.37	c   shifting         :       0.05        469          0
18.29/18.37	c   intshifting      :       0.00         25          0
18.29/18.37	c   twoopt           :       0.00          0          0
18.29/18.37	c   fixandinfer      :       0.00          0          0
18.29/18.37	c   intdiving        :       0.00          0          0
18.29/18.37	c   actconsdiving    :       0.00          0          0
18.29/18.37	c   octane           :       0.00          0          0
18.29/18.37	c   rens             :       0.02          1          0
18.29/18.37	c   rins             :       0.00          0          0
18.29/18.37	c   localbranching   :       0.00          0          0
18.29/18.37	c   mutation         :       0.00          0          0
18.29/18.37	c   dins             :       0.00          0          0
18.29/18.37	c   undercover       :       0.00          0          0
18.29/18.37	c   nlp              :       0.01          0          0
18.29/18.37	c   trysol           :       0.04       1299        156
18.29/18.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
18.29/18.37	c   primal LP        :       0.00          0          0       0.00          -
18.29/18.37	c   dual LP          :       7.01      17103      95136       5.56   13571.47
18.29/18.37	c   lex dual LP      :       0.00          0          0       0.00          -
18.29/18.37	c   barrier LP       :       0.00          0          0       0.00          -
18.29/18.37	c   diving/probing LP:       2.36       7020      28014       3.99   11870.34
18.29/18.37	c   strong branching :       1.73       1902      29968      15.76   17322.54
18.29/18.37	c     (at root node) :          -         26        578      22.23          -
18.29/18.37	c   conflict analysis:       0.00          0          0       0.00          -
18.29/18.37	c B&B Tree           :
18.29/18.37	c   number of runs   :          1
18.29/18.37	c   nodes            :      20612
18.29/18.37	c   nodes (total)    :      20612
18.29/18.37	c   nodes left       :          0
18.29/18.37	c   max depth        :        213
18.29/18.37	c   max depth (total):        213
18.29/18.37	c   backtracks       :       1065 (5.2%)
18.29/18.37	c   delayed cutoffs  :       2434
18.29/18.37	c   repropagations   :       7385 (62094 domain reductions, 329 cutoffs)
18.29/18.37	c   avg switch length:       3.71
18.29/18.37	c   switching time   :       0.58
18.29/18.37	c Solution           :
18.29/18.37	c   Solutions found  :        216 (61 improvements)
18.29/18.37	c   First Solution   : +9.09900000000000e+03   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trysol>)
18.29/18.37	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 20612 nodes, 17.29 seconds, depth 45, found by <relaxation>)
18.29/18.37	c   Dual Bound       : +8.00000000000000e+00
18.29/18.37	c   Gap              :       0.00 %
18.29/18.37	c   Root Dual Bound  : +0.00000000000000e+00
18.29/18.37	c   Root Iterations  :        507
18.29/18.38	c Time complete: 18.38.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692992-1277913542/watcher-2692992-1277913542 -o /tmp/evaluation-result-2692992-1277913542/solver-2692992-1277913542 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692992-1277913542.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.92 1.98 1.99 4/178 25016
/proc/meminfo: memFree=30617008/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=10840 CPUtime=0
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 1639 0 0 0 0 0 0 0 25 0 1 0 166957296 11100160 1560 4089446400 4194304 9819077 140734792775872 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25016/statm: 2710 1560 392 1374 0 1331 0

[startup+0.0182619 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25016
/proc/meminfo: memFree=30617008/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=15996 CPUtime=0.01
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 3592 0 0 0 1 0 0 0 25 0 1 0 166957296 16379904 2647 4089446400 4194304 9819077 140734792775872 18446744073709551615 8675336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 3999 2686 514 1374 0 2620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15996

[startup+0.100245 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25016
/proc/meminfo: memFree=30617008/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=20208 CPUtime=0.09
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 4899 0 0 0 9 0 0 0 25 0 1 0 166957296 20692992 3598 4089446400 4194304 9819077 140734792775872 18446744073709551615 5734170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 5052 3598 689 1374 0 3673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20208

[startup+0.301206 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25016
/proc/meminfo: memFree=30617008/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=21344 CPUtime=0.29
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 14770 0 0 0 28 1 0 0 25 0 1 0 166957296 21856256 3698 4089446400 4194304 9819077 140734792775872 18446744073709551615 7284106 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 5336 3698 721 1374 0 3957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21344

[startup+0.70113 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 25016
/proc/meminfo: memFree=30617008/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=21544 CPUtime=0.69
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 25075 0 0 0 65 4 0 0 25 0 1 0 166957296 22061056 3714 4089446400 4194304 9819077 140734792775872 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 5386 3714 724 1374 0 4007 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21544

[startup+1.50098 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 25017
/proc/meminfo: memFree=30604228/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=21408 CPUtime=1.49
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 49673 0 0 0 138 11 0 0 25 0 1 0 166957296 21921792 3730 4089446400 4194304 9819077 140734792775872 18446744073709551615 7287815 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 5399 3731 724 1374 0 4020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21408

[startup+3.10067 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 25017
/proc/meminfo: memFree=30604352/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=22660 CPUtime=3.09
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 93641 0 0 0 287 22 0 0 25 0 1 0 166957296 23203840 4314 4089446400 4194304 9819077 140734792775872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 5665 4314 735 1374 0 4286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22660

[startup+6.30107 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30596976/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=26600 CPUtime=6.29
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 144432 0 0 0 589 40 0 0 25 0 1 0 166957296 27238400 5310 4089446400 4194304 9819077 140734792775872 18446744073709551615 6591377 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 6650 5310 737 1374 0 5271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26600

[startup+12.7009 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30586128/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=32040 CPUtime=12.69
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 224670 0 0 0 1192 77 0 0 25 0 1 0 166957296 32808960 6701 4089446400 4194304 9819077 140734792775872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 8010 6701 737 1374 0 6631 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32040

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

[startup+15.9002 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30583268/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=34000 CPUtime=15.89
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 267198 0 0 0 1496 93 0 0 25 0 1 0 166957296 34816000 7392 4089446400 4194304 9819077 140734792775872 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 8676 7397 737 1374 0 7297 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 34000

[startup+17.5009 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30576336/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=35748 CPUtime=17.5
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 289173 0 0 0 1648 102 0 0 25 0 1 0 166957296 36605952 7625 4089446400 4194304 9819077 140734792775872 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 8937 7625 737 1374 0 7558 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 35748

[startup+17.9009 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30576336/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=35852 CPUtime=17.9
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 296452 0 0 0 1685 105 0 0 25 0 1 0 166957296 36712448 7660 4089446400 4194304 9819077 140734792775872 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 8963 7663 737 1374 0 7584 0
Current children cumulated CPU time (s) 17.9
Current children cumulated vsize (KiB) 35852

[startup+18.3008 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 25018
/proc/meminfo: memFree=30576336/32950928 swapFree=67111528/67111528
[pid=25016] ppid=25014 vsize=35920 CPUtime=18.29
/proc/25016/stat : 25016 (pbscip.linux.x8) R 25014 25016 24945 0 -1 4202496 303294 0 0 0 1722 107 0 0 25 0 1 0 166957296 36782080 7679 4089446400 4194304 9819077 140734792775872 18446744073709551615 6003593 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/25016/statm: 8980 7679 737 1374 0 7601 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 35920

Child status: 0
Real time (s): 18.3847
CPU time (s): 18.3852
CPU user time (s): 17.3024
CPU system time (s): 1.08283
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 41688

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

runsolver used 0.024996 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 17:59:02
IDJOB=2692992
IDBENCH=79018
IDSOLVER=1205
FILE ID=node115/2692992-1277913542
PBS_JOBID= 11197319
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-33-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-2692992-1277913542/watcher-2692992-1277913542 -o /tmp/evaluation-result-2692992-1277913542/solver-2692992-1277913542 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692992-1277913542.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e0a386232805af8ddb0c67f40a0a75f2
RANDOM SEED=1924326262

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30617536 kB
Buffers:        199388 kB
Cached:         937688 kB
SwapCached:          0 kB
Active:        1516828 kB
Inactive:       670348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30617536 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6424 kB
Writeback:           0 kB
AnonPages:     1050344 kB
Mapped:          16140 kB
Slab:            78560 kB
PageTables:       7840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1234820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node115 at 2010-06-30 17:59:21