Trace number 2692597

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 62.5695 62.5671

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-2.ucl--soft-0-100-0.wbo
MD5SUM77ebb6b67de6f14a142f66a247373f54
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.016996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables152
Total number of constraints127
Number of soft constraints127
Number of constraints which are clauses77
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 6297
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6296
Biggest number in a constraint 772
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2305
Number of bits of the biggest sum of numbers12
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-2692597-1277931865.wbo>
0.00/0.00	c original problem has 406 variables (279 bin, 0 int, 0 impl, 127 cont) and 255 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 6296
0.00/0.00	c feasible solution found by trivial heuristic, objective value  6.296000e+03
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 27 chg sides, 54 chg coeffs, 0 upgd conss, 127 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 127 chg bounds, 27 chg sides, 54 chg coeffs, 0 upgd conss, 127 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 127 chg bounds, 27 chg sides, 54 chg coeffs, 1 upgd conss, 127 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 165/279 (59.1%) - 0 fixings, 0 aggregations, 1 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 (4 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 127 tightened bounds, 0 added holes, 27 changed sides, 54 changed coefficients
0.00/0.01	c  130 implications, 0 cliques
0.00/0.01	c presolved problem has 406 variables (279 bin, 0 int, 0 impl, 127 cont) and 254 constraints
0.00/0.01	c     127 constraints of type <indicator>
0.00/0.01	c       1 constraints of type <varbound>
0.00/0.01	c     126 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 |     - |1369k|   0 |   0 | 406 | 254 | 406 |   0 |   0 |   0 |   0 | 0.000000e+00 | 6.296000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    26 |     - |1403k|   0 |  23 | 406 | 254 | 406 |  26 |  26 |   0 |   0 | 0.000000e+00 | 6.296000e+03 |    Inf 
0.00/0.02	o 6240
0.00/0.02	c y 0.0s|     1 |     0 |    26 |     - |1411k|   0 |  23 | 406 | 254 | 406 |  26 |  26 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    60 |     - |1452k|   0 |  27 | 406 | 254 | 406 |  62 |  62 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   125 |     - |1499k|   0 |  41 | 406 | 254 | 406 |  93 |  93 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   151 |     - |1530k|   0 |  40 | 406 | 254 | 406 | 105 | 105 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |   180 |     - |1541k|   0 |  45 | 406 | 254 | 406 | 114 | 114 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |   227 |     - |1572k|   0 |  52 | 406 | 254 | 406 | 130 | 130 |   0 |   0 | 0.000000e+00 | 6.240000e+03 |    Inf 
0.09/0.18	c   0.1s|     1 |     2 |   313 |     - |1579k|   0 |  52 | 406 | 254 | 406 | 130 | 130 |   0 |  33 | 0.000000e+00 | 6.240000e+03 |    Inf 
3.39/3.43	c   2.8s| 10000 | 10001 | 14621 |   1.4 |8007k| 167 |   0 | 406 | 255 | 406 | 122 |3852 |   1 | 884 | 0.000000e+00 | 6.240000e+03 |    Inf 
4.59/4.60	o 876
4.59/4.60	c * 3.8s| 14322 | 14307 | 20540 |   1.4 |  10M| 167 |   - | 406 | 259 | 406 | 128 |5830 |   5 | 886 | 0.000000e+00 | 8.760000e+02 |    Inf 
6.39/6.41	c   5.3s| 20000 | 19985 | 32461 |   1.6 |  13M| 167 |   0 | 406 | 259 | 406 |  99 |  10k|   5 | 897 | 0.000000e+00 | 8.760000e+02 |    Inf 
9.59/9.69	c   8.0s| 30000 | 29985 | 57884 |   1.9 |  19M| 167 |   2 | 406 | 259 | 406 |  85 |  18k|   5 | 909 | 0.000000e+00 | 8.760000e+02 |    Inf 
12.79/12.87	c  10.7s| 40000 | 39985 | 84526 |   2.1 |  25M| 167 |   0 | 406 | 258 | 406 | 121 |  26k|   5 | 925 | 0.000000e+00 | 8.760000e+02 |    Inf 
16.09/16.15	c  13.3s| 50000 | 49983 |110383 |   2.2 |  31M| 167 |   0 | 406 | 258 | 406 | 122 |  34k|   6 | 977 | 0.000000e+00 | 8.760000e+02 |    Inf 
19.19/19.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.19/19.25	c  15.9s| 60000 | 59983 |136148 |   2.3 |  36M| 167 |   0 | 406 | 258 | 406 | 118 |  40k|   6 |1063 | 0.000000e+00 | 8.760000e+02 |    Inf 
22.29/22.32	c  18.4s| 70000 | 69983 |171272 |   2.4 |  42M| 167 |   1 | 406 | 257 | 406 | 124 |  44k|   6 |1150 | 0.000000e+00 | 8.760000e+02 |    Inf 
25.09/25.15	c  20.8s| 80000 | 79981 |187704 |   2.3 |  47M| 167 |   0 | 406 | 258 | 406 | 126 |  49k|   7 |1220 | 0.000000e+00 | 8.760000e+02 |    Inf 
28.00/28.01	c  23.2s| 90000 | 89981 |203925 |   2.3 |  53M| 167 |   0 | 406 | 258 | 406 | 119 |  54k|   7 |1257 | 0.000000e+00 | 8.760000e+02 |    Inf 
31.00/31.03	c  25.7s|100000 | 99981 |226839 |   2.3 |  59M| 167 |   0 | 406 | 257 | 406 | 120 |  59k|   7 |1310 | 0.000000e+00 | 8.760000e+02 |    Inf 
34.19/34.24	c  28.3s|110000 |109979 |253424 |   2.3 |  65M| 167 |   0 | 406 | 258 | 406 |  85 |  65k|   8 |1384 | 0.000000e+00 | 8.760000e+02 |    Inf 
37.40/37.43	c  31.0s|120000 |119979 |281267 |   2.3 |  70M| 167 |   0 | 406 | 258 | 406 |  86 |  71k|   8 |1451 | 0.000000e+00 | 8.760000e+02 |    Inf 
40.39/40.46	c  33.5s|130000 |129979 |303826 |   2.3 |  76M| 167 |   0 | 406 | 258 | 406 | 120 |  77k|   8 |1503 | 0.000000e+00 | 8.760000e+02 |    Inf 
43.50/43.52	c  36.0s|140000 |139975 |323651 |   2.3 |  82M| 167 |   1 | 406 | 260 | 406 |  95 |  83k|  10 |1539 | 0.000000e+00 | 8.760000e+02 |    Inf 
46.39/46.43	c  38.5s|150000 |149975 |339918 |   2.3 |  87M| 167 |   0 | 406 | 260 | 406 | 109 |  88k|  10 |1577 | 0.000000e+00 | 8.760000e+02 |    Inf 
49.19/49.20	c  40.8s|160000 |159975 |352676 |   2.2 |  93M| 167 |   1 | 406 | 260 | 406 |  92 |  93k|  10 |1596 | 0.000000e+00 | 8.760000e+02 |    Inf 
52.00/52.00	c  43.1s|170000 |169975 |369025 |   2.2 |  99M| 167 |   0 | 406 | 260 | 406 | 119 |  98k|  10 |1634 | 0.000000e+00 | 8.760000e+02 |    Inf 
54.79/54.90	c  45.5s|180000 |179975 |385132 |   2.1 | 104M| 167 |   4 | 406 | 259 | 406 |  95 | 103k|  10 |1667 | 0.000000e+00 | 8.760000e+02 |    Inf 
57.69/57.73	c  47.9s|190000 |189973 |399473 |   2.1 | 110M| 167 |   0 | 406 | 260 | 406 | 108 | 109k|  11 |1697 | 0.000000e+00 | 8.760000e+02 |    Inf 
60.49/60.58	c  50.2s|200000 |199973 |415446 |   2.1 | 116M| 167 |   0 | 406 | 259 | 406 | 108 | 113k|  11 |1742 | 0.000000e+00 | 8.760000e+02 |    Inf 
60.90/60.97	o 175
60.90/60.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.90/60.97	c *50.6s|201164 | 84383 |415892 |   2.1 |  55M| 193 |   - | 406 | 259 | 406 |  85 | 113k|  11 |1783 | 0.000000e+00 | 1.750000e+02 |    Inf 
60.99/61.07	o 172
60.99/61.07	c *50.7s|201459 | 82619 |416181 |   2.1 |  54M| 193 |   - | 406 | 310 | 406 |  87 | 114k|  63 |1801 | 0.000000e+00 | 1.720000e+02 |    Inf 
61.09/61.10	o 165
61.09/61.10	c *50.7s|201495 | 78475 |416254 |   2.1 |  51M| 193 |   - | 406 | 311 | 406 |  85 | 114k|  64 |1822 | 0.000000e+00 | 1.650000e+02 |    Inf 
61.09/61.14	o 158
61.09/61.14	c *50.7s|201563 | 74872 |416377 |   2.1 |  49M| 193 |   - | 406 | 313 | 406 |  87 | 114k|  67 |1864 | 0.000000e+00 | 1.580000e+02 |    Inf 
61.09/61.16	o 155
61.09/61.16	c *50.8s|201609 | 73562 |416529 |   2.1 |  48M| 193 |   - | 406 | 318 | 406 |  95 | 114k|  72 |1871 | 0.000000e+00 | 1.550000e+02 |    Inf 
61.20/61.21	o 150
61.20/61.21	c *50.8s|201733 | 70705 |416705 |   2.1 |  46M| 193 |   - | 406 | 339 | 406 |  85 | 114k|  93 |1903 | 0.000000e+00 | 1.500000e+02 |    Inf 
61.20/61.22	o 145
61.20/61.22	c *50.8s|201766 | 68142 |416774 |   2.1 |  45M| 193 |   - | 406 | 343 | 406 |  85 | 114k|  97 |1916 | 0.000000e+00 | 1.450000e+02 |    Inf 
61.29/61.36	o 143
61.29/61.36	c *50.9s|202150 | 66131 |417550 |   2.1 |  44M| 193 |   - | 406 | 418 | 406 |  85 | 114k| 176 |1931 | 0.000000e+00 | 1.430000e+02 |    Inf 
61.40/61.42	o 137
61.40/61.42	c *51.0s|202309 | 62715 |417923 |   2.1 |  42M| 193 |   - | 406 | 458 | 406 |  85 | 114k| 217 |1952 | 0.000000e+00 | 1.370000e+02 |    Inf 
61.50/61.51	o 132
61.50/61.51	c *51.0s|202550 | 59610 |418335 |   2.1 |  40M| 193 |   - | 406 | 484 | 406 |  98 | 114k| 245 |1967 | 0.000000e+00 | 1.320000e+02 |    Inf 
61.50/61.56	o 123
61.50/61.56	c g51.1s|202679 | 56325 |418552 |   2.1 |  37M| 193 |   - | 406 | 507 | 406 |  90 | 114k| 270 |1973 | 0.000000e+00 | 1.230000e+02 |    Inf 
61.50/61.58	o 121
61.50/61.58	c *51.1s|202734 | 55504 |418646 |   2.1 |  37M| 193 |   - | 406 | 508 | 406 |  94 | 114k| 271 |1976 | 0.000000e+00 | 1.210000e+02 |    Inf 
61.69/61.77	o 117
61.69/61.77	c *51.3s|203310 | 53527 |419679 |   2.1 |  36M| 193 |   - | 406 | 562 | 406 |  89 | 114k| 327 |2005 | 0.000000e+00 | 1.170000e+02 |    Inf 
61.79/61.83	o 108
61.79/61.83	c *51.3s|203490 | 50707 |420093 |   2.1 |  34M| 193 |   - | 406 | 564 | 406 |  85 | 114k| 329 |2017 | 0.000000e+00 | 1.080000e+02 |    Inf 
61.79/61.89	o 104
61.79/61.89	c *51.4s|203668 | 48836 |420451 |   2.1 |  33M| 193 |   - | 406 | 577 | 406 |  88 | 114k| 342 |2021 | 0.000000e+00 | 1.040000e+02 |    Inf 
61.89/61.92	o 97
61.89/61.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.89/61.92	c v51.4s|203734 | 45253 |420539 |   2.1 |  31M| 193 |   - | 406 | 582 | 406 |  85 | 114k| 347 |2030 | 0.000000e+00 | 9.700000e+01 |    Inf 
61.89/61.97	o 90
61.89/61.97	c l51.4s|203844 | 40674 |420793 |   2.1 |  28M| 193 |   - | 406 | 598 | 406 |  86 | 114k| 371 |2032 | 0.000000e+00 | 9.000000e+01 |    Inf 
62.00/62.02	o 89
62.00/62.02	c *51.5s|203970 | 40350 |421100 |   2.1 |  28M| 193 |   - | 406 | 623 | 406 |  86 | 114k| 405 |2034 | 0.000000e+00 | 8.900000e+01 |    Inf 
62.00/62.04	o 81
62.00/62.04	c R51.5s|204012 | 36875 |421228 |   2.1 |  26M| 193 |   - | 406 | 625 | 406 |  86 | 114k| 408 |2039 | 0.000000e+00 | 8.100000e+01 |    Inf 
62.00/62.05	o 80
62.00/62.05	c *51.5s|204033 | 36644 |421357 |   2.1 |  26M| 193 |   - | 406 | 615 | 406 |  95 | 114k| 417 |2039 | 0.000000e+00 | 8.000000e+01 |    Inf 
62.00/62.07	o 74
62.00/62.07	c *51.5s|204055 | 35008 |421436 |   2.1 |  24M| 193 |   - | 406 | 613 | 406 |  89 | 114k| 419 |2039 | 0.000000e+00 | 7.400000e+01 |    Inf 
62.00/62.07	o 71
62.00/62.07	c *51.5s|204058 | 34382 |421445 |   2.1 |  24M| 193 |   - | 406 | 600 | 406 |  89 | 114k| 419 |2039 | 0.000000e+00 | 7.100000e+01 |    Inf 
62.00/62.08	o 66
62.00/62.08	c *51.5s|204071 | 32216 |421507 |   2.1 |  22M| 193 |   - | 406 | 597 | 406 |  89 | 114k| 419 |2039 | 0.000000e+00 | 6.600000e+01 |    Inf 
62.10/62.12	o 61
62.10/62.12	c *51.5s|204190 | 31646 |421655 |   2.1 |  22M| 193 |   - | 406 | 594 | 406 |  89 | 114k| 426 |2041 | 0.000000e+00 | 6.100000e+01 |    Inf 
62.10/62.16	o 56
62.10/62.16	c *51.6s|204318 | 29087 |421791 |   2.1 |  20M| 193 |   - | 406 | 585 | 406 |  89 | 114k| 436 |2046 | 0.000000e+00 | 5.600000e+01 |    Inf 
62.19/62.25	o 49
62.19/62.25	c g51.6s|204585 | 25437 |422007 |   2.1 |  18M| 193 |   - | 406 | 502 | 406 |  93 | 114k| 442 |2046 | 0.000000e+00 | 4.900000e+01 |    Inf 
62.19/62.26	o 48
62.19/62.26	c *51.7s|204597 | 25173 |422085 |   2.1 |  18M| 193 |   - | 406 | 456 | 406 | 105 | 114k| 442 |2051 | 0.000000e+00 | 4.800000e+01 |    Inf 
62.19/62.27	o 46
62.19/62.27	c *51.7s|204614 | 25049 |422163 |   2.1 |  18M| 193 |   - | 406 | 468 | 406 |  87 | 114k| 454 |2055 | 0.000000e+00 | 4.600000e+01 |    Inf 
62.30/62.30	o 38
62.30/62.30	c *51.7s|204647 | 21996 |422436 |   2.1 |  16M| 193 |   - | 406 | 459 | 406 |  88 | 114k| 460 |2055 | 0.000000e+00 | 3.800000e+01 |    Inf 
62.30/62.31	o 35
62.30/62.31	c *51.7s|204656 | 20119 |422483 |   2.1 |  14M| 193 |   - | 406 | 340 | 406 |  89 | 114k| 460 |2055 | 0.000000e+00 | 3.500000e+01 |    Inf 
62.30/62.31	o 31
62.30/62.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.30/62.31	c *51.7s|204658 | 19934 |422487 |   2.1 |  14M| 193 |   - | 406 | 289 | 406 |  89 | 114k| 460 |2055 | 0.000000e+00 | 3.100000e+01 |    Inf 
62.30/62.31	o 30
62.30/62.31	c *51.7s|204666 | 19928 |422531 |   2.1 |  14M| 193 |   - | 406 | 264 | 406 |  90 | 114k| 460 |2055 | 0.000000e+00 | 3.000000e+01 |    Inf 
62.30/62.32	o 26
62.30/62.32	c *51.7s|204668 | 19600 |422535 |   2.1 |  14M| 193 |   - | 406 | 257 | 406 |  90 | 114k| 460 |2055 | 0.000000e+00 | 2.600000e+01 |    Inf 
62.30/62.32	o 23
62.30/62.32	c *51.7s|204678 | 19230 |422600 |   2.1 |  14M| 193 |   - | 406 | 262 | 406 |  87 | 114k| 468 |2055 | 0.000000e+00 | 2.300000e+01 |    Inf 
62.30/62.35	o 19
62.30/62.35	c *51.7s|204715 | 18406 |422998 |   2.1 |  13M| 193 |   - | 406 | 258 | 406 |  88 | 114k| 484 |2061 | 0.000000e+00 | 1.900000e+01 |    Inf 
62.30/62.36	o 17
62.30/62.36	c *51.8s|204727 | 17605 |423180 |   2.1 |  13M| 193 |   - | 406 | 246 | 406 |  91 | 114k| 486 |2061 | 0.000000e+00 | 1.700000e+01 |    Inf 
62.30/62.37	o 13
62.30/62.37	c *51.8s|204736 | 15596 |423357 |   2.1 |  12M| 193 |   - | 406 | 187 | 406 |  94 | 114k| 490 |2063 | 0.000000e+00 | 1.300000e+01 |    Inf 
62.30/62.39	o 10
62.30/62.39	c *51.8s|204792 | 14352 |423812 |   2.1 |  11M| 193 |   - | 406 | 163 | 406 |  92 | 114k| 490 |2063 | 0.000000e+00 | 1.000000e+01 |    Inf 
62.40/62.40	o 9
62.40/62.40	c *51.8s|204805 | 14174 |423869 |   2.1 |  11M| 193 |   - | 406 | 159 | 406 |  90 | 114k| 494 |2064 | 0.000000e+00 | 9.000000e+00 |    Inf 
62.40/62.41	o 8
62.40/62.41	c *51.8s|204825 | 13733 |424173 |   2.1 |  11M| 193 |   - | 406 | 151 | 406 |  97 | 114k| 495 |2064 | 0.000000e+00 | 8.000000e+00 |    Inf 
62.40/62.44	o 7
62.40/62.44	c *51.8s|204895 | 13240 |424458 |   2.1 |  10M| 193 |   - | 406 | 184 | 406 |  96 | 114k| 542 |2065 | 0.000000e+00 | 7.000000e+00 |    Inf 
62.40/62.44	o 6
62.40/62.44	c *51.8s|204908 | 13237 |424508 |   2.1 |  10M| 193 |   - | 406 | 164 | 406 |  98 | 114k| 542 |2065 | 0.000000e+00 | 6.000000e+00 |    Inf 
62.40/62.45	o 5
62.40/62.45	c *51.8s|204922 | 12778 |424550 |   2.1 |  10M| 193 |   - | 406 | 167 | 406 |  97 | 114k| 545 |2065 | 0.000000e+00 | 5.000000e+00 |    Inf 
62.40/62.45	o 3
62.40/62.45	c *51.8s|204927 | 12699 |424563 |   2.1 |  10M| 193 |   - | 406 | 149 | 406 |  96 | 114k| 545 |2065 | 0.000000e+00 | 3.000000e+00 |    Inf 
62.40/62.49	o 2
62.40/62.49	c *51.9s|204976 | 10648 |425617 |   2.1 |9637k| 193 |   - | 406 | 205 | 406 |  92 | 114k| 608 |2071 | 0.000000e+00 | 2.000000e+00 |    Inf 
62.49/62.55	c 
62.49/62.55	c SCIP Status        : problem is solved [optimal solution found]
62.49/62.55	c Solving Time (sec) : 51.89
62.49/62.55	c Solving Nodes      : 205027
62.49/62.55	c Primal Bound       : +2.00000000000000e+00 (184 solutions)
62.49/62.55	c Dual Bound         : +2.00000000000000e+00
62.49/62.55	c Gap                : 0.00 %
62.49/62.55	s OPTIMUM FOUND
62.49/62.55	v -x152 x151 x150 x149 x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 x133 x132 x131 x130 
62.49/62.55	v -x129 -x128 -x127 -x126 x125 x124 x123 x122 x121 -x120 -x119 -x118 x117 x116 x115 x114 x113 x112 -x111 -x110 -x109 -x108 x107 
62.49/62.55	v -x106 -x105 -x104 -x103 x102 -x101 x100 x99 x98 x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 x86 x85 x84 x83 x82 -x81 
62.49/62.55	v -x80 -x79 x78 x77 x76 x75 x74 x73 -x72 -x71 -x70 x69 x68 x67 x66 x65 x64 -x63 -x62 -x61 x60 x59 x58 x57 x56 x55 -x54 -x53 -x52 
62.49/62.55	v x51 x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 -x31 -x30 x29 x28 x27 x26 x25 x24 x23 x22 
62.49/62.55	v x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 -x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
62.49/62.55	c SCIP Status        : problem is solved [optimal solution found]
62.49/62.55	c Solving Time       :      51.89
62.49/62.55	c Original Problem   :
62.49/62.55	c   Problem name     : HOME/instance-2692597-1277931865.wbo
62.49/62.55	c   Variables        : 406 (279 binary, 0 integer, 0 implicit integer, 127 continuous)
62.49/62.55	c   Constraints      : 255 initial, 255 maximal
62.49/62.55	c Presolved Problem  :
62.49/62.55	c   Problem name     : t_HOME/instance-2692597-1277931865.wbo
62.49/62.55	c   Variables        : 406 (279 binary, 0 integer, 0 implicit integer, 127 continuous)
62.49/62.55	c   Constraints      : 254 initial, 628 maximal
62.49/62.55	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
62.49/62.55	c   trivial          :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   implics          :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   probing          :       0.01          0          0          0          0          0          0          0          0
62.49/62.55	c   indicator        :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   varbound         :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   linear           :       0.00          0          0          0        127          0          1         27         54
62.49/62.55	c   logicor          :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
62.49/62.55	c   root node        :          -        183          -          -        308          -          -          -          -
62.49/62.55	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
62.49/62.55	c   integral         :          0          0          0     248127          0          0          0          0          0     135080
62.49/62.55	c   indicator        :        127          0     342840     180565          0         15     181457          0          0          0
62.49/62.55	c   varbound         :          1          6     122846      33397          0          0       5332          1          0          0
62.49/62.55	c   linear           :        126          6     343251     180587          0        251     128867     114562          0          0
62.49/62.55	c   logicor          :          0+         0      10302          0          0         96       1702          0          0          0
62.49/62.55	c   bounddisjunction :          0+         0        848          0          0          0         10          0          0          0
62.49/62.55	c   countsols        :          0          0          0     137163          0          0          0          0          0          0
62.49/62.55	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
62.49/62.55	c   integral         :       1.11       0.00       0.00       1.11       0.00
62.49/62.55	c   indicator        :       1.33       0.00       0.42       0.91       0.00
62.49/62.55	c   varbound         :       0.01       0.00       0.01       0.00       0.00
62.49/62.55	c   linear           :       1.85       0.00       0.94       0.91       0.00
62.49/62.55	c   logicor          :       0.01       0.00       0.01       0.00       0.00
62.49/62.55	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
62.49/62.55	c   countsols        :       0.00       0.00       0.00       0.00       0.00
62.49/62.55	c Propagators        :       Time      Calls    Cutoffs    DomReds
62.49/62.55	c   vbounds          :       0.00      10718          0         62
62.49/62.55	c   rootredcost      :       0.00         47          0        125
62.49/62.55	c   pseudoobj        :       0.98     343012         74      16290
62.49/62.55	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
62.49/62.55	c   propagation      :       0.00        421        406        735       14.5         89        5.2          -
62.49/62.55	c   infeasible LP    :       0.00          9          9         12        4.0          4        2.5          0
62.49/62.55	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
62.49/62.55	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
62.49/62.55	c   pseudo solution  :       0.00          5          5         10        7.7          1        2.0          -
62.49/62.55	c   applied globally :          -          -          -        636       11.0          -          -          -
62.49/62.55	c   applied locally  :          -          -          -         13       33.8          -          -          -
62.49/62.55	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
62.49/62.55	c   cut pool         :       0.00          4          -          -         11          -    (maximal pool size: 191)
62.49/62.55	c   redcost          :       1.81     248480          0      10209          0          0
62.49/62.55	c   impliedbounds    :       0.00          5          0          0          0          0
62.49/62.55	c   intobj           :       0.00          0          0          0          0          0
62.49/62.55	c   cgmip            :       0.00          0          0          0          0          0
62.49/62.55	c   gomory           :       0.01          5          0          0         14          0
62.49/62.55	c   strongcg         :       0.00          5          0          0          0          0
62.49/62.55	c   cmir             :       0.01          5          0          0         82          0
62.49/62.55	c   flowcover        :       0.01          5          0          0        130          0
62.49/62.55	c   clique           :       0.00          1          0          0          0          0
62.49/62.55	c   zerohalf         :       0.00          0          0          0          0          0
62.49/62.55	c   mcf              :       0.00          1          0          0          0          0
62.49/62.55	c   rapidlearning    :       0.00          0          0          0          0          0
62.49/62.55	c Pricers            :       Time      Calls       Vars
62.49/62.55	c   problem variables:       0.00          0          0
62.49/62.55	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
62.49/62.55	c   relpscost        :       1.11      67540          0          0          0          0     135080
62.49/62.55	c   pscost           :       0.00          0          0          0          0          0          0
62.49/62.55	c   inference        :       2.13     137122          0          0          0          0     274244
62.49/62.55	c   mostinf          :       0.00          0          0          0          0          0          0
62.49/62.55	c   leastinf         :       0.00          0          0          0          0          0          0
62.49/62.55	c   fullstrong       :       0.00          0          0          0          0          0          0
62.49/62.55	c   allfullstrong    :       0.00          0          0          0          0          0          0
62.49/62.55	c   random           :       0.00          0          0          0          0          0          0
62.49/62.55	c Primal Heuristics  :       Time      Calls      Found
62.49/62.55	c   LP solutions     :       0.21          -         41
62.49/62.55	c   pseudo solutions :       0.00          -          0
62.49/62.55	c   feaspump         :       0.00          0          0
62.49/62.55	c   oneopt           :       0.05         47          0
62.49/62.55	c   crossover        :       0.12         16          0
62.49/62.55	c   veclendiving     :       0.72       5562          1
62.49/62.55	c   linesearchdiving :       0.79       5562          1
62.49/62.55	c   guideddiving     :       0.75       5562          2
62.49/62.55	c   coefdiving       :       0.78       5562          0
62.49/62.55	c   pscostdiving     :       0.89       5562          0
62.49/62.55	c   fracdiving       :       0.70       5563          0
62.49/62.55	c   rootsoldiving    :       0.56       5096          0
62.49/62.55	c   objpscostdiving  :       0.57       5099          0
62.49/62.55	c   trivial          :       0.00          2          2
62.49/62.55	c   simplerounding   :       0.02      64593          0
62.49/62.55	c   zirounding       :       0.09       1000          0
62.49/62.55	c   rounding         :       0.04       3670          1
62.49/62.55	c   shifting         :       0.07       1115          0
62.49/62.55	c   intshifting      :       0.03         47          0
62.49/62.55	c   twoopt           :       0.00          0          0
62.49/62.55	c   fixandinfer      :       0.00          0          0
62.49/62.55	c   intdiving        :       0.00          0          0
62.49/62.55	c   actconsdiving    :       0.00          0          0
62.49/62.55	c   octane           :       0.00          0          0
62.49/62.55	c   rens             :       0.01          1          0
62.49/62.55	c   rins             :       0.00          0          0
62.49/62.55	c   localbranching   :       0.00          0          0
62.49/62.55	c   mutation         :       0.00          0          0
62.49/62.55	c   dins             :       0.00          0          0
62.49/62.55	c   undercover       :       0.00          0          0
62.49/62.55	c   nlp              :       0.00          0          0
62.49/62.55	c   trysol           :       0.05       8226        136
62.49/62.55	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
62.49/62.55	c   primal LP        :       0.00          0          0       0.00          -
62.49/62.55	c   dual LP          :      22.16     156191     416616       2.67   18800.36
62.49/62.55	c   lex dual LP      :       0.00          0          0       0.00          -
62.49/62.55	c   barrier LP       :       0.00          0          0       0.00          -
62.49/62.55	c   diving/probing LP:       0.44       3241      10237       3.16   23265.91
62.49/62.55	c   strong branching :       0.85       2073      26338      12.71   30985.88
62.49/62.55	c     (at root node) :          -         33       3031      91.85          -
62.49/62.55	c   conflict analysis:       0.00          0          0       0.00          -
62.49/62.55	c B&B Tree           :
62.49/62.55	c   number of runs   :          1
62.49/62.55	c   nodes            :     205027
62.49/62.55	c   nodes (total)    :     205027
62.49/62.55	c   nodes left       :          0
62.49/62.55	c   max depth        :        193
62.49/62.55	c   max depth (total):        193
62.49/62.55	c   backtracks       :       6642 (3.2%)
62.49/62.55	c   delayed cutoffs  :      16107
62.49/62.55	c   repropagations   :       4069 (12464 domain reductions, 122 cutoffs)
62.49/62.55	c   avg switch length:       3.30
62.49/62.55	c   switching time   :       2.59
62.49/62.55	c Solution           :
62.49/62.55	c   Solutions found  :        184 (48 improvements)
62.49/62.55	c   First Solution   : +6.29600000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
62.49/62.55	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 204976 nodes, 51.84 seconds, depth 23, found by <relaxation>)
62.49/62.55	c   Dual Bound       : +2.00000000000000e+00
62.49/62.55	c   Gap              :       0.00 %
62.49/62.55	c   Root Dual Bound  : +0.00000000000000e+00
62.49/62.55	c   Root Iterations  :        227
62.49/62.56	c Time complete: 62.56.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692597-1277931865/watcher-2692597-1277931865 -o /tmp/evaluation-result-2692597-1277931865/solver-2692597-1277931865 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692597-1277931865.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.08 2.03 2.01 3/178 13920
/proc/meminfo: memFree=29495476/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=9408 CPUtime=0
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 1650 0 0 0 0 0 0 0 21 0 1 0 134484075 9633792 1569 4089446400 4194304 8223781 140735645214432 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13920/statm: 2352 1569 369 984 0 1365 0

[startup+0.0771701 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 13920
/proc/meminfo: memFree=29495476/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=16704 CPUtime=0.07
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 5845 0 0 0 6 1 0 0 21 0 1 0 134484075 17104896 3328 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 4176 3328 578 984 0 3189 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16704

[startup+0.101161 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 13920
/proc/meminfo: memFree=29495476/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=16704 CPUtime=0.09
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 5845 0 0 0 8 1 0 0 21 0 1 0 134484075 17104896 3328 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 4176 3328 578 984 0 3189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16704

[startup+0.300133 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 13920
/proc/meminfo: memFree=29495476/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=16704 CPUtime=0.29
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 5845 0 0 0 25 4 0 0 21 0 1 0 134484075 17104896 3328 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 4176 3328 578 984 0 3189 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16704

[startup+0.701052 s]
/proc/loadavg: 2.08 2.03 2.01 3/178 13920
/proc/meminfo: memFree=29495476/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=16824 CPUtime=0.69
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 6149 0 0 0 59 10 0 0 22 0 1 0 134484075 17227776 3368 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 4206 3368 586 984 0 3219 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16824

[startup+1.5009 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 13921
/proc/meminfo: memFree=29483564/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=17956 CPUtime=1.49
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 9054 0 0 0 126 23 0 0 25 0 1 0 134484075 18386944 3629 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 4489 3629 586 984 0 3502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17956

[startup+3.10061 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 13921
/proc/meminfo: memFree=29480836/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=22216 CPUtime=3.09
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 14541 0 0 0 257 52 0 0 25 0 1 0 134484075 22749184 4749 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 5554 4749 586 984 0 4567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22216

[startup+6.30103 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 13922
/proc/meminfo: memFree=29473892/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=29072 CPUtime=6.29
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 27201 0 0 0 520 109 0 0 25 0 1 0 134484075 29769728 6479 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 7268 6479 588 984 0 6281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29072

[startup+12.7009 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 13922
/proc/meminfo: memFree=29451704/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=40828 CPUtime=12.69
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 34594 0 0 0 1051 218 0 0 25 0 1 0 134484075 41807872 9498 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 10207 9498 588 984 0 9220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40828

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29404264/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=67024 CPUtime=25.49
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 43640 0 0 0 2109 440 0 0 25 0 1 0 134484075 68632576 15708 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 16756 15708 588 984 0 15769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67024

[startup+51.1009 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29309860/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=114644 CPUtime=51.09
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 58061 0 0 0 4237 872 0 0 25 0 1 0 134484075 117395456 27955 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 28661 27955 588 984 0 27674 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114644

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

[startup+57.5007 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29289512/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=127588 CPUtime=57.49
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 61377 0 0 0 4768 981 0 0 25 0 1 0 134484075 130650112 31271 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 31897 31271 588 984 0 30910 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 127588

[startup+60.7011 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29280460/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=137256 CPUtime=60.7
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 62824 0 0 0 5034 1036 0 0 25 0 1 0 134484075 140550144 32718 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 34314 32718 588 984 0 33327 0
Current children cumulated CPU time (s) 60.7
Current children cumulated vsize (KiB) 137256

[startup+61.501 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29276864/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=138192 CPUtime=61.5
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 69607 0 0 0 5104 1046 0 0 25 0 1 0 134484075 141508608 32953 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 34548 32953 590 984 0 33561 0
Current children cumulated CPU time (s) 61.5
Current children cumulated vsize (KiB) 138192

[startup+62.3008 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29276864/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=138916 CPUtime=62.3
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 72598 0 0 0 5170 1060 0 0 25 0 1 0 134484075 142249984 33132 4089446400 4194304 8223781 140735645214432 18446744073709551615 6206544 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 34729 33132 590 984 0 33742 0
Current children cumulated CPU time (s) 62.3
Current children cumulated vsize (KiB) 138916

[startup+62.5008 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 13923
/proc/meminfo: memFree=29276864/32951124 swapFree=67111528/67111528
[pid=13920] ppid=13918 vsize=139128 CPUtime=62.49
/proc/13920/stat : 13920 (pbscip.linux.x8) R 13918 13920 13274 0 -1 4202496 72630 0 0 0 5185 1064 0 0 25 0 1 0 134484075 142467072 33164 4089446400 4194304 8223781 140735645214432 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/13920/statm: 34782 33164 590 984 0 33795 0
Current children cumulated CPU time (s) 62.49
Current children cumulated vsize (KiB) 139128

Child status: 0
Real time (s): 62.5671
CPU time (s): 62.5695
CPU user time (s): 51.8971
CPU system time (s): 10.6724
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 139128

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

runsolver used 0.085986 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node104 at 2010-06-30 23:04:25
IDJOB=2692597
IDBENCH=79327
IDSOLVER=1204
FILE ID=node104/2692597-1277931865
PBS_JOBID= 11197376
Free space on /tmp= 74208 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/web/uclid_pb_benchmarks/normalized-blast-floppy1-2.ucl--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-2692597-1277931865/watcher-2692597-1277931865 -o /tmp/evaluation-result-2692597-1277931865/solver-2692597-1277931865 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692597-1277931865.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 77ebb6b67de6f14a142f66a247373f54
RANDOM SEED=1611646736

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29496128 kB
Buffers:        209628 kB
Cached:         705032 kB
SwapCached:          0 kB
Active:        2749760 kB
Inactive:       556216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29496128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4768 kB
Writeback:           0 kB
AnonPages:     2391180 kB
Mapped:          16376 kB
Slab:            79272 kB
PageTables:       9616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2669740 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 node104 at 2010-06-30 23:05:28