Trace number 2693632

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 77.3362 77.3349

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: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693632-1277913551.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.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.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.00/0.02	c    (0.0s) probing: 101/441 (22.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (4 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 167 tightened bounds, 0 added holes, 50 changed sides, 100 changed coefficients
0.00/0.02	c  288 implications, 0 cliques
0.00/0.02	c presolved problem has 608 variables (441 bin, 0 int, 0 impl, 167 cont) and 426 constraints
0.00/0.02	c     167 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <varbound>
0.00/0.02	c      39 constraints of type <knapsack>
0.00/0.02	c     166 constraints of type <linear>
0.00/0.02	c      53 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     2 |     0 |     - |1967k|   0 |   - | 608 | 426 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.82	c   0.7s| 10000 |  9965 |     0 |   0.0 |5893k| 242 |   - | 608 | 479 |   0 |   0 |   0 |  53 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.54	c   1.4s| 20000 | 19951 |     0 |   0.0 |9706k| 242 |   - | 608 | 478 |   0 |   0 |   0 |  74 |   0 | 0.000000e+00 |      --      |    Inf 
2.09/2.19	c   2.0s| 30000 | 29951 |     0 |   0.0 |  13M| 242 |   - | 608 | 452 |   0 |   0 |   0 |  74 |   0 | 0.000000e+00 |      --      |    Inf 
2.79/2.83	c   2.5s| 40000 | 39945 |     0 |   0.0 |  17M| 242 |   - | 608 | 440 |   0 |   0 |   0 |  79 |   0 | 0.000000e+00 |      --      |    Inf 
3.49/3.50	c   3.1s| 50000 | 49892 |     0 |   0.0 |  21M| 258 |   - | 608 | 536 |   0 |   0 |   0 | 179 |   0 | 0.000000e+00 |      --      |    Inf 
4.19/4.24	c   3.8s| 60000 | 59859 |     0 |   0.0 |  24M| 262 |   - | 608 | 571 |   0 |   0 |   0 | 238 |   0 | 0.000000e+00 |      --      |    Inf 
4.99/5.04	c   4.5s| 70000 | 69857 |     0 |   0.0 |  28M| 262 |   - | 608 | 489 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
5.79/5.83	c   5.2s| 80000 | 79857 |     0 |   0.0 |  32M| 262 |   - | 608 | 457 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
6.60/6.63	c   5.9s| 90000 | 89857 |     0 |   0.0 |  35M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
7.39/7.42	c   6.6s|100000 | 99857 |     0 |   0.0 |  39M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.18	c   7.3s|110000 |109857 |     0 |   0.0 |  43M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
8.80/8.88	c   7.9s|120000 |119857 |     0 |   0.0 |  46M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 240 |   0 | 0.000000e+00 |      --      |    Inf 
9.59/9.62	c   8.6s|130000 |129855 |     0 |   0.0 |  50M| 262 |   - | 608 | 454 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
10.39/10.40	c   9.3s|140000 |139855 |     0 |   0.0 |  54M| 262 |   - | 608 | 453 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
11.09/11.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.09/11.18	c  10.0s|150000 |149855 |     0 |   0.0 |  57M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
11.89/11.96	c  10.7s|160000 |159855 |     0 |   0.0 |  61M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
12.69/12.73	c  11.4s|170000 |169855 |     0 |   0.0 |  65M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
13.39/13.49	c  12.1s|180000 |179855 |     0 |   0.0 |  68M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 246 |   0 | 0.000000e+00 |      --      |    Inf 
14.20/14.26	c  12.8s|190000 |189853 |     0 |   0.0 |  72M| 262 |   - | 608 | 456 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
14.89/14.96	c  13.4s|200000 |199853 |     0 |   0.0 |  76M| 262 |   - | 608 | 454 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
15.59/15.66	c  14.0s|210000 |209853 |     0 |   0.0 |  79M| 262 |   - | 608 | 451 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
16.40/16.40	c  14.7s|220000 |219853 |     0 |   0.0 |  83M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
17.09/17.18	c  15.4s|230000 |229853 |     0 |   0.0 |  86M| 262 |   - | 608 | 450 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.93	c  16.1s|240000 |239853 |     0 |   0.0 |  90M| 262 |   - | 608 | 449 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
18.60/18.68	c  16.8s|250000 |249853 |     0 |   0.0 |  94M| 262 |   - | 608 | 445 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
19.39/19.43	c  17.4s|260000 |259853 |     0 |   0.0 |  97M| 262 |   - | 608 | 443 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
20.09/20.18	c  18.1s|270000 |269853 |     0 |   0.0 | 101M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
20.89/20.94	c  18.8s|280000 |279853 |     0 |   0.0 | 105M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
21.59/21.64	c  19.4s|290000 |289853 |     0 |   0.0 | 108M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
22.29/22.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.29/22.34	c  20.0s|300000 |299853 |     0 |   0.0 | 112M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
22.99/23.10	c  20.7s|310000 |309853 |     0 |   0.0 | 116M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
23.79/23.86	c  21.4s|320000 |319853 |     0 |   0.0 | 119M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
24.59/24.63	c  22.1s|330000 |329853 |     0 |   0.0 | 123M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
25.30/25.38	c  22.7s|340000 |339853 |     0 |   0.0 | 127M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
26.09/26.13	c  23.4s|350000 |349853 |     0 |   0.0 | 130M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
26.79/26.87	c  24.1s|360000 |359853 |     0 |   0.0 | 134M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
27.59/27.60	c  24.7s|370000 |369853 |     0 |   0.0 | 138M| 262 |   - | 608 | 440 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
28.19/28.24	c  25.3s|380000 |379853 |     0 |   0.0 | 141M| 262 |   - | 608 | 439 |   0 |   0 |   0 | 252 |   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.85	c  25.8s|390000 |389851 |     0 |   0.0 | 145M| 262 |   - | 608 | 442 |   0 |   0 |   0 | 257 |   0 | 0.000000e+00 |      --      |    Inf 
29.39/29.49	c  26.4s|400000 |399851 |     0 |   0.0 | 149M| 262 |   - | 608 | 437 |   0 |   0 |   0 | 257 |   0 | 0.000000e+00 |      --      |    Inf 
29.79/29.87	o 82
29.79/29.87	c *26.7s|402185 | 84656 |     0 |   0.0 |  33M| 264 |   - | 608 | 467 |   0 |   0 |   0 | 287 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
30.49/30.54	c  27.3s|410000 | 92141 |     0 |   0.0 |  38M| 264 |   - | 608 | 817 |   0 |   0 |   0 | 711 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
31.39/31.43	c  28.1s|420000 |101864 |     0 |   0.0 |  45M| 264 |   - | 608 | 587 |   0 |   0 |   0 | 871 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
32.29/32.37	c  29.0s|430000 |111723 |     0 |   0.0 |  54M| 264 |   - | 608 | 624 |   0 |   0 |   0 | 993 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
33.29/33.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.29/33.30	c  29.9s|440000 |121616 |     0 |   0.0 |  63M| 264 |   - | 608 | 594 |   0 |   0 |   0 |1078 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
34.19/34.21	c  30.7s|450000 |131504 |     0 |   0.0 |  72M| 264 |   - | 608 | 660 |   0 |   0 |   0 |1280 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
34.99/35.06	c  31.4s|460000 |141295 |     0 |   0.0 |  82M| 264 |   - | 608 | 780 |   0 |   0 |   0 |1534 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
35.89/35.94	c  32.2s|470000 |151043 |     0 |   0.0 |  91M| 264 |   - | 608 |1001 |   0 |   0 |   0 |1826 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
36.79/36.86	c  33.1s|480000 |160823 |     0 |   0.0 | 100M| 264 |   - | 608 |1142 |   0 |   0 |   0 |2101 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
37.69/37.77	c  33.9s|490000 |170589 |     0 |   0.0 | 109M| 264 |   - | 608 |1242 |   0 |   0 |   0 |2393 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
38.59/38.68	c  34.7s|500000 |180352 |     0 |   0.0 | 119M| 264 |   - | 608 |1254 |   0 |   0 |   0 |2559 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
39.50/39.59	c  35.5s|510000 |190055 |     0 |   0.0 | 128M| 264 |   - | 608 |1457 |   0 |   0 |   0 |2954 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
40.49/40.54	c  36.4s|520000 |199820 |     0 |   0.0 | 137M| 264 |   - | 608 |1643 |   0 |   0 |   0 |3265 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
41.39/41.40	c  37.2s|530000 |209563 |     0 |   0.0 | 147M| 264 |   - | 608 |1697 |   0 |   0 |   0 |3508 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
42.20/42.27	c  38.0s|540000 |219360 |     0 |   0.0 | 156M| 264 |   - | 608 |1785 |   0 |   0 |   0 |3729 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
43.19/43.24	c  38.8s|550000 |229120 |     0 |   0.0 | 166M| 264 |   - | 608 |1903 |   0 |   0 |   0 |4000 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
44.09/44.19	c  39.7s|560000 |238944 |     0 |   0.0 | 175M| 264 |   - | 608 |1993 |   0 |   0 |   0 |4257 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
45.10/45.12	c  40.5s|570000 |248771 |     0 |   0.0 | 184M| 264 |   - | 608 |2022 |   0 |   0 |   0 |4474 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
46.00/46.08	c  41.4s|580000 |258620 |     0 |   0.0 | 194M| 264 |   - | 608 |1981 |   0 |   0 |   0 |4626 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
46.99/47.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.99/47.01	c  42.3s|590000 |268461 |     0 |   0.0 | 204M| 264 |   - | 608 |2006 |   0 |   0 |   0 |4770 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
47.79/47.82	c  43.0s|600000 |278332 |     0 |   0.0 | 213M| 264 |   - | 608 |2010 |   0 |   0 |   0 |4847 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
48.60/48.63	c  43.7s|610000 |288207 |     0 |   0.0 | 222M| 264 |   - | 608 |2164 |   0 |   0 |   0 |5077 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
49.50/49.52	c  44.5s|620000 |298044 |     0 |   0.0 | 232M| 264 |   - | 608 |2212 |   0 |   0 |   0 |5208 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
50.39/50.47	c  45.4s|630000 |307893 |     0 |   0.0 | 241M| 264 |   - | 608 |2309 |   0 |   0 |   0 |5394 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
51.39/51.42	c  46.2s|640000 |317707 |     0 |   0.0 | 250M| 264 |   - | 608 |2432 |   0 |   0 |   0 |5618 |   0 | 0.000000e+00 | 8.200000e+01 |    Inf 
52.19/52.29	o 81
52.19/52.29	c *47.0s|648240 |236402 |     0 |   0.0 | 187M| 264 |   - | 608 |2495 |   0 |   0 |   0 |5767 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
52.39/52.47	c  47.2s|650000 |238094 |     0 |   0.0 | 189M| 264 |   - | 608 |2552 |   0 |   0 |   0 |5842 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
53.40/53.42	c  48.0s|660000 |247860 |     0 |   0.0 | 198M| 264 |   - | 608 |2673 |   0 |   0 |   0 |6061 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
54.29/54.32	c  48.9s|670000 |257618 |     0 |   0.0 | 206M| 264 |   - | 608 |2778 |   0 |   0 |   0 |6274 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
55.09/55.18	c  49.6s|680000 |267359 |     0 |   0.0 | 215M| 264 |   - | 608 |2858 |   0 |   0 |   0 |6469 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
56.10/56.16	c  50.5s|690000 |277121 |     0 |   0.0 | 223M| 264 |   - | 608 |2105 |   0 |   0 |   0 |6609 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
57.10/57.16	c  51.4s|700000 |286930 |     0 |   0.0 | 231M| 264 |   - | 608 |1954 |   0 |   0 |   0 |6643 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
57.99/58.04	c  52.2s|710000 |296754 |     0 |   0.0 | 239M| 264 |   - | 608 |1968 |   0 |   0 |   0 |6672 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
58.89/58.91	c  53.0s|720000 |306585 |     0 |   0.0 | 247M| 264 |   - | 608 |1958 |   0 |   0 |   0 |6680 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
59.69/59.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.69/59.78	c  53.8s|730000 |316391 |     0 |   0.0 | 254M| 264 |   - | 608 |1989 |   0 |   0 |   0 |6724 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
60.60/60.62	c  54.5s|740000 |326164 |     0 |   0.0 | 261M| 264 |   - | 608 |2009 |   0 |   0 |   0 |6770 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
61.29/61.38	c  55.2s|750000 |336003 |     0 |   0.0 | 268M| 264 |   - | 608 |1990 |   0 |   0 |   0 |6780 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
62.09/62.18	c  55.9s|760000 |345789 |     0 |   0.0 | 274M| 264 |   - | 608 |2007 |   0 |   0 |   0 |6819 |   0 | 0.000000e+00 | 8.100000e+01 |    Inf 
62.90/62.93	o 79
62.90/62.93	c *56.5s|768491 |314030 |     0 |   0.0 | 261M| 264 |   - | 608 |2021 |   0 |   0 |   0 |6852 |   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
63.00/63.06	c  56.7s|770000 |315493 |     0 |   0.0 | 261M| 264 |   - | 608 |2033 |   0 |   0 |   0 |6869 |   0 | 0.000000e+00 | 7.900000e+01 |    Inf 
63.49/63.55	o 78
63.49/63.55	c *57.1s|775175 |295551 |     0 |   0.0 | 249M| 264 |   - | 608 |2091 |   0 |   0 |   0 |6945 |   0 | 0.000000e+00 | 7.800000e+01 |    Inf 
63.89/63.95	c  57.4s|780000 |300272 |     0 |   0.0 | 252M| 264 |   - | 608 |2103 |   0 |   0 |   0 |6988 |   0 | 0.000000e+00 | 7.800000e+01 |    Inf 
63.99/64.07	o 77
63.99/64.07	c *57.5s|781240 |286485 |     0 |   0.0 | 247M| 264 |   - | 608 |2116 |   0 |   0 |   0 |7005 |   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
64.80/64.81	c  58.2s|790000 |294960 |     0 |   0.0 | 253M| 264 |   - | 608 |2138 |   0 |   0 |   0 |7055 |   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
65.59/65.64	c  59.0s|800000 |304636 |     0 |   0.0 | 259M| 264 |   - | 608 |2182 |   0 |   0 |   0 |7132 |   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
66.39/66.47	c  59.7s|810000 |314288 |     0 |   0.0 | 265M| 264 |   - | 608 |2210 |   0 |   0 |   0 |7199 |   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
67.19/67.27	c  60.5s|820000 |323950 |     0 |   0.0 | 271M| 264 |   - | 608 |2251 |   0 |   0 |   0 |7282 |   0 | 0.000000e+00 | 7.700000e+01 |    Inf 
67.89/67.94	o 76
67.89/67.94	c *61.1s|827730 |236139 |     0 |   0.0 | 191M| 264 |   - | 608 |2235 |   0 |   0 |   0 |7295 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
68.10/68.12	c  61.2s|830000 |238324 |     0 |   0.0 | 193M| 264 |   - | 608 |2229 |   0 |   0 |   0 |7302 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
68.89/68.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
68.89/68.92	c  61.9s|840000 |247863 |     0 |   0.0 | 199M| 264 |   - | 608 |2219 |   0 |   0 |   0 |7328 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
69.70/69.74	c  62.7s|850000 |257401 |     0 |   0.0 | 204M| 264 |   - | 608 |2216 |   0 |   0 |   0 |7349 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
70.50/70.57	c  63.4s|860000 |267047 |     0 |   0.0 | 210M| 264 |   - | 608 |2223 |   0 |   0 |   0 |7390 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
71.30/71.39	c  64.2s|870000 |276611 |     0 |   0.0 | 215M| 264 |   - | 608 |2231 |   0 |   0 |   0 |7416 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
72.19/72.21	c  64.9s|880000 |286300 |     0 |   0.0 | 221M| 264 |   - | 608 |2236 |   0 |   0 |   0 |7432 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
72.99/73.03	c  65.6s|890000 |296013 |     0 |   0.0 | 226M| 264 |   - | 608 |2236 |   0 |   0 |   0 |7442 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
73.70/73.78	c  66.3s|900000 |305784 |     0 |   0.0 | 231M| 264 |   - | 608 |2250 |   0 |   0 |   0 |7471 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
74.39/74.42	c  66.8s|910000 |315524 |     0 |   0.0 | 235M| 264 |   - | 608 |2278 |   0 |   0 |   0 |7507 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
75.09/75.15	c  67.5s|920000 |325401 |     0 |   0.0 | 240M| 264 |   - | 608 |2280 |   0 |   0 |   0 |7528 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
75.80/75.88	c  68.2s|930000 |335053 |     0 |   0.0 | 244M| 264 |   - | 608 |2285 |   0 |   0 |   0 |7557 |   0 | 0.000000e+00 | 7.600000e+01 |    Inf 
77.19/77.20	o 8
77.19/77.20	c *69.4s|939588 | 27474 |     0 |   0.0 |  26M| 264 |   - | 608 |1397 |   0 |   0 |   0 |7749 |   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
77.29/77.31	c 
77.29/77.31	c SCIP Status        : problem is solved [optimal solution found]
77.29/77.31	c Solving Time (sec) : 69.48
77.29/77.31	c Solving Nodes      : 939588
77.29/77.31	c Primal Bound       : +8.00000000000000e+00 (7 solutions)
77.29/77.31	c Dual Bound         : +8.00000000000000e+00
77.29/77.31	c Gap                : 0.00 %
77.29/77.31	s OPTIMUM FOUND
77.29/77.31	v -x274 -x273 -x272 x271 -x270 -x269 x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 x260 x259 -x258 -x257 x256 -x255 -x254 -x253 
77.29/77.31	v -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 -x241 x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 x232 -x231 
77.29/77.31	v x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
77.29/77.31	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
77.29/77.31	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
77.29/77.31	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
77.29/77.31	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 x133 -x132 x131 -x130 -x129 -x128 x127 -x126 x125 
77.29/77.31	v -x124 -x123 -x122 x121 -x120 x119 -x118 -x117 -x116 x115 -x114 x113 -x112 -x111 -x110 x109 -x108 x107 -x106 -x105 x104 x103 
77.29/77.31	v x102 x101 x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 x79 -x78 
77.29/77.31	v -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 -x51 
77.29/77.31	v -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 
77.29/77.31	v -x22 x21 -x20 -x19 -x18 x17 -x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
77.29/77.31	c SCIP Status        : problem is solved [optimal solution found]
77.29/77.31	c Solving Time       :      69.48
77.29/77.31	c Original Problem   :
77.29/77.31	c   Problem name     : HOME/instance-2693632-1277913551.wbo
77.29/77.31	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
77.29/77.31	c   Constraints      : 427 initial, 427 maximal
77.29/77.31	c Presolved Problem  :
77.29/77.31	c   Problem name     : t_HOME/instance-2693632-1277913551.wbo
77.29/77.31	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
77.29/77.31	c   Constraints      : 426 initial, 2914 maximal
77.29/77.31	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
77.29/77.31	c   trivial          :       0.01          0          0          0          0          0          0          0          0
77.29/77.31	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   implics          :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   probing          :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   indicator        :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   varbound         :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   linear           :       0.00          0          0          0        167          0          1         50        100
77.29/77.31	c   logicor          :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
77.29/77.31	c   root node        :          -         44          -          -         81          -          -          -          -
77.29/77.31	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
77.29/77.31	c   integral         :          0          0          0          0          0          0          0          0          0          0
77.29/77.31	c   indicator        :        167          0    1473185          0     832143        134    2083580          0          0          0
77.29/77.31	c   varbound         :          1          0       1167          0        514          0         96          0          0          0
77.29/77.31	c   knapsack         :         39          0    1651138          0     937321        720     353153          0          0          0
77.29/77.31	c   linear           :        166          0    1650417          0     937320       1030    1184452          0          0          0
77.29/77.31	c   logicor          :         53+         0     335892          0     937184        665     254084          0          0          0
77.29/77.31	c   bounddisjunction :          0+         0      20636          0          0          0       8458          0          0          0
77.29/77.31	c   countsols        :          0          0          0          0     937321          0          0          0          0          0
77.29/77.31	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
77.29/77.31	c   integral         :       0.00       0.00       0.00       0.00       0.00
77.29/77.31	c   indicator        :       5.84       0.00       3.13       0.00       2.71
77.29/77.31	c   varbound         :       0.00       0.00       0.00       0.00       0.00
77.29/77.31	c   knapsack         :       4.26       0.00       3.35       0.00       0.91
77.29/77.31	c   linear           :       6.77       0.00       6.10       0.00       0.67
77.29/77.31	c   logicor          :       2.16       0.00       1.26       0.00       0.90
77.29/77.31	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
77.29/77.31	c   countsols        :       0.15       0.00       0.00       0.00       0.15
77.29/77.31	c Propagators        :       Time      Calls    Cutoffs    DomReds
77.29/77.31	c   vbounds          :       0.40        274          0         34
77.29/77.31	c   rootredcost      :       0.37          0          0          0
77.29/77.31	c   pseudoobj        :       9.47    1651151         79    1690313
77.29/77.31	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
77.29/77.31	c   propagation      :       0.03       2494       2453       5720       11.5       3936        3.2          -
77.29/77.31	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
77.29/77.31	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
77.29/77.31	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
77.29/77.31	c   pseudo solution  :       0.00          5          5          7        3.1         15        3.9          -
77.29/77.31	c   applied globally :          -          -          -       7761        6.9          -          -          -
77.29/77.31	c   applied locally  :          -          -          -          0        0.0          -          -          -
77.29/77.31	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
77.29/77.31	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
77.29/77.31	c   redcost          :       0.00          0          0          0          0          0
77.29/77.31	c   impliedbounds    :       0.00          0          0          0          0          0
77.29/77.31	c   intobj           :       0.00          0          0          0          0          0
77.29/77.31	c   cgmip            :       0.00          0          0          0          0          0
77.29/77.31	c   gomory           :       0.00          0          0          0          0          0
77.29/77.31	c   strongcg         :       0.00          0          0          0          0          0
77.29/77.31	c   cmir             :       0.00          0          0          0          0          0
77.29/77.31	c   flowcover        :       0.00          0          0          0          0          0
77.29/77.31	c   clique           :       0.00          0          0          0          0          0
77.29/77.31	c   zerohalf         :       0.00          0          0          0          0          0
77.29/77.31	c   mcf              :       0.00          0          0          0          0          0
77.29/77.31	c   rapidlearning    :       0.00          0          0          0          0          0
77.29/77.31	c Pricers            :       Time      Calls       Vars
77.29/77.31	c   problem variables:       0.00          0          0
77.29/77.31	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
77.29/77.31	c   relpscost        :       0.00          0          0          0          0          0          0
77.29/77.31	c   pscost           :       0.00          0          0          0          0          0          0
77.29/77.31	c   inference        :      16.17     937314          0          0          0          0    1874628
77.29/77.31	c   mostinf          :       0.00          0          0          0          0          0          0
77.29/77.31	c   leastinf         :       0.00          0          0          0          0          0          0
77.29/77.31	c   fullstrong       :       0.00          0          0          0          0          0          0
77.29/77.31	c   allfullstrong    :       0.00          0          0          0          0          0          0
77.29/77.31	c   random           :       0.00          0          0          0          0          0          0
77.29/77.31	c Primal Heuristics  :       Time      Calls      Found
77.29/77.31	c   LP solutions     :       0.00          -          0
77.29/77.31	c   pseudo solutions :       0.92          -          7
77.29/77.31	c   oneopt           :       0.20          0          0
77.29/77.31	c   trivial          :       0.00          2          0
77.29/77.31	c   simplerounding   :       0.00          0          0
77.29/77.31	c   zirounding       :       0.00          0          0
77.29/77.31	c   rounding         :       0.00          0          0
77.29/77.31	c   shifting         :       0.00          0          0
77.29/77.31	c   intshifting      :       0.00          0          0
77.29/77.31	c   twoopt           :       0.00          0          0
77.29/77.31	c   fixandinfer      :       0.00          0          0
77.29/77.31	c   feaspump         :       0.00          0          0
77.29/77.31	c   coefdiving       :       0.00          0          0
77.29/77.31	c   pscostdiving     :       0.00          0          0
77.29/77.31	c   fracdiving       :       0.00          0          0
77.29/77.31	c   veclendiving     :       0.00          0          0
77.29/77.31	c   intdiving        :       0.00          0          0
77.29/77.31	c   actconsdiving    :       0.00          0          0
77.29/77.31	c   objpscostdiving  :       0.00          0          0
77.29/77.31	c   rootsoldiving    :       0.00          0          0
77.29/77.31	c   linesearchdiving :       0.00          0          0
77.29/77.31	c   guideddiving     :       0.00          0          0
77.29/77.31	c   octane           :       0.00          0          0
77.29/77.31	c   rens             :       0.00          0          0
77.29/77.31	c   rins             :       0.00          0          0
77.29/77.31	c   localbranching   :       0.00          0          0
77.29/77.31	c   mutation         :       0.00          0          0
77.29/77.31	c   crossover        :       0.00          0          0
77.29/77.31	c   dins             :       0.00          0          0
77.29/77.31	c   undercover       :       0.00          0          0
77.29/77.31	c   nlp              :       0.31          0          0
77.29/77.31	c   trysol           :       0.15          1          0
77.29/77.31	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
77.29/77.31	c   primal LP        :       0.00          0          0       0.00          -
77.29/77.31	c   dual LP          :       0.00          0          0       0.00          -
77.29/77.31	c   lex dual LP      :       0.00          0          0       0.00          -
77.29/77.31	c   barrier LP       :       0.00          0          0       0.00          -
77.29/77.31	c   diving/probing LP:       0.00          0          0       0.00          -
77.29/77.31	c   strong branching :       0.00          0          0       0.00          -
77.29/77.31	c     (at root node) :          -          0          0       0.00          -
77.29/77.31	c   conflict analysis:       0.00          0          0       0.00          -
77.29/77.31	c B&B Tree           :
77.29/77.31	c   number of runs   :          1
77.29/77.31	c   nodes            :     939588
77.29/77.31	c   nodes (total)    :     939588
77.29/77.31	c   nodes left       :          0
77.29/77.31	c   max depth        :        264
77.29/77.31	c   max depth (total):        264
77.29/77.31	c   backtracks       :      25082 (2.7%)
77.29/77.31	c   delayed cutoffs  :      34179
77.29/77.31	c   repropagations   :      31184 (169019 domain reductions, 366 cutoffs)
77.29/77.31	c   avg switch length:       3.91
77.29/77.31	c   switching time   :       9.86
77.29/77.31	c Solution           :
77.29/77.31	c   Solutions found  :          7 (7 improvements)
77.29/77.31	c   First Solution   : +8.20000000000000e+01   (in run 1, after 402185 nodes, 26.49 seconds, depth 264, found by <relaxation>)
77.29/77.31	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 939588 nodes, 69.00 seconds, depth 243, found by <relaxation>)
77.29/77.31	c   Dual Bound       : +8.00000000000000e+00
77.29/77.31	c   Gap              :       0.00 %
77.29/77.31	c   Root Dual Bound  : +0.00000000000000e+00
77.29/77.31	c   Root Iterations  :          0
77.29/77.33	c Time complete: 77.32.

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-2693632-1277913551/watcher-2693632-1277913551 -o /tmp/evaluation-result-2693632-1277913551/solver-2693632-1277913551 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693632-1277913551.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.85 1.97 2.06 4/178 13502
/proc/meminfo: memFree=29476256/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=7988 CPUtime=0
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 1493 0 0 0 0 0 0 0 24 0 1 0 132651785 8179712 1415 4089446400 4194304 7136930 140736615374400 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13502/statm: 1997 1415 275 719 0 1276 0

[startup+0.0861519 s]
/proc/loadavg: 1.85 1.97 2.06 4/178 13502
/proc/meminfo: memFree=29476256/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=13784 CPUtime=0.07
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 3947 0 0 0 6 1 0 0 24 0 1 0 132651785 14114816 2745 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 3446 2745 401 719 0 2725 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13784

[startup+0.101158 s]
/proc/loadavg: 1.85 1.97 2.06 4/178 13502
/proc/meminfo: memFree=29476256/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=14072 CPUtime=0.09
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 3998 0 0 0 7 2 0 0 25 0 1 0 132651785 14409728 2796 4089446400 4194304 7136930 140736615374400 18446744073709551615 4660086 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 3518 2796 405 719 0 2797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14072

[startup+0.301116 s]
/proc/loadavg: 1.85 1.97 2.06 4/178 13502
/proc/meminfo: memFree=29476256/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=15052 CPUtime=0.29
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 4254 0 0 0 26 3 0 0 25 0 1 0 132651785 15413248 3052 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 3763 3052 405 719 0 3042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15052

[startup+0.701049 s]
/proc/loadavg: 1.85 1.97 2.06 4/178 13502
/proc/meminfo: memFree=29476256/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=17460 CPUtime=0.69
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 4903 0 0 0 61 8 0 0 25 0 1 0 132651785 17879040 3701 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 4365 3701 405 719 0 3644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17460

[startup+1.50078 s]
/proc/loadavg: 1.85 1.97 2.06 3/179 13504
/proc/meminfo: memFree=29460252/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=21872 CPUtime=1.49
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 6034 0 0 0 134 15 0 0 25 0 1 0 132651785 22396928 4832 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 5468 4832 405 719 0 4747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21872

[startup+3.10061 s]
/proc/loadavg: 1.85 1.97 2.06 3/179 13504
/proc/meminfo: memFree=29451572/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=31096 CPUtime=3.09
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 8451 0 0 0 278 31 0 0 25 0 1 0 132651785 31842304 7249 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 7774 7249 405 719 0 7053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31096

[startup+6.30106 s]
/proc/loadavg: 1.86 1.97 2.06 3/179 13504
/proc/meminfo: memFree=29429868/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=49384 CPUtime=6.29
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 12640 0 0 0 563 66 0 0 25 0 1 0 132651785 50569216 11438 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 12346 11438 405 719 0 11625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49384

[startup+12.7009 s]
/proc/loadavg: 1.87 1.97 2.06 3/179 13504
/proc/meminfo: memFree=29394164/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=82008 CPUtime=12.69
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 21140 0 0 0 1137 132 0 0 25 0 1 0 132651785 83976192 19938 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 20502 19938 405 719 0 19781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82008

[startup+25.5007 s]
/proc/loadavg: 1.90 1.97 2.05 3/179 13505
/proc/meminfo: memFree=29315412/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=149704 CPUtime=25.49
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 37726 0 0 0 2284 265 0 0 25 0 1 0 132651785 153296896 36524 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 37426 36524 405 719 0 36705 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 149704

[startup+51.1012 s]
/proc/loadavg: 1.93 1.97 2.05 3/179 13505
/proc/meminfo: memFree=29107404/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=355992 CPUtime=51.09
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 83445 0 0 0 4594 515 0 0 25 0 1 0 132651785 364535808 82243 4089446400 4194304 7136930 140736615374400 18446744073709551615 4660995 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 88998 82243 408 719 0 88277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 355992

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

[startup+63.9009 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13505
/proc/meminfo: memFree=29026048/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=426824 CPUtime=63.89
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 99289 0 0 0 5740 649 0 0 25 0 1 0 132651785 437067776 98087 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 106706 98087 408 719 0 105985 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 426824

[startup+70.3008 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13505
/proc/meminfo: memFree=29003352/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=445320 CPUtime=70.29
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 103753 0 0 0 6315 714 0 0 25 0 1 0 132651785 456007680 102551 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 111330 102551 408 719 0 110609 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 445320

[startup+73.5001 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13505
/proc/meminfo: memFree=28998140/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=452728 CPUtime=73.49
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 105484 0 0 0 6603 746 0 0 25 0 1 0 132651785 463593472 104282 4089446400 4194304 7136930 140736615374400 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 113182 104282 408 719 0 112461 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 452728

[startup+75.1009 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13505
/proc/meminfo: memFree=28991812/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=456844 CPUtime=75.09
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 106323 0 0 0 6747 762 0 0 25 0 1 0 132651785 467808256 105121 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 114211 105121 408 719 0 113490 0
Current children cumulated CPU time (s) 75.09
Current children cumulated vsize (KiB) 456844

[startup+76.7006 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13506
/proc/meminfo: memFree=28988464/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=460880 CPUtime=76.69
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 107359 0 0 0 6889 780 0 0 25 0 1 0 132651785 471941120 106157 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 115220 106157 408 719 0 114499 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 460880

[startup+77.1006 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13506
/proc/meminfo: memFree=28984124/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=461740 CPUtime=77.09
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 107476 0 0 0 6928 781 0 0 25 0 1 0 132651785 472821760 106274 4089446400 4194304 7136930 140736615374400 18446744073709551615 4616445 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 115435 106274 408 719 0 114714 0
Current children cumulated CPU time (s) 77.09
Current children cumulated vsize (KiB) 461740

[startup+77.3005 s]
/proc/loadavg: 1.95 1.97 2.05 3/179 13506
/proc/meminfo: memFree=28984124/32950928 swapFree=67111528/67111528
[pid=13502] ppid=13500 vsize=456796 CPUtime=77.29
/proc/13502/stat : 13502 (pbscip.linux.x8) R 13500 13502 13477 0 -1 4202496 107476 0 0 0 6947 782 0 0 25 0 1 0 132651785 467759104 105039 4089446400 4194304 7136930 140736615374400 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/13502/statm: 114199 105039 408 719 0 113478 0
Current children cumulated CPU time (s) 77.29
Current children cumulated vsize (KiB) 456796

Child status: 0
Real time (s): 77.3349
CPU time (s): 77.3362
CPU user time (s): 69.4894
CPU system time (s): 7.84681
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 461740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.4894
system time used= 7.84681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107489
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 162

runsolver used 0.122981 second user time and 0.236963 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 17:59:11
IDJOB=2693632
IDBENCH=79018
IDSOLVER=1206
FILE ID=node125/2693632-1277913551
PBS_JOBID= 11197320
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any 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.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693632-1277913551/watcher-2693632-1277913551 -o /tmp/evaluation-result-2693632-1277913551/solver-2693632-1277913551 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693632-1277913551.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e0a386232805af8ddb0c67f40a0a75f2
RANDOM SEED=619036276

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
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.74
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.822
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.822
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:      29476900 kB
Buffers:        198140 kB
Cached:         795712 kB
SwapCached:          0 kB
Active:        2769632 kB
Inactive:       558728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29476900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3200 kB
Writeback:           0 kB
AnonPages:     2334324 kB
Mapped:          16096 kB
Slab:            78096 kB
PageTables:       9408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2607196 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= 74200 MiB
End job on node125 at 2010-06-30 18:00:29