Trace number 2694112

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 1495.22 1495.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-0-100-0.wbo
MD5SUM14fe5a51c3c33a9eb099b4fa76f18c14
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.120981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2694112-1277923382.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	o 5033
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.033000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
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 |     2 |     0 |     - |1124k|   0 |   - | 371 | 202 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.59/1.60	c   1.4s| 10000 |  6649 |     0 |   0.0 |7908k| 173 |   - | 371 |5420 |   0 |   0 |   0 |8809 |   0 | 0.000000e+00 | 5.033000e+03 |    Inf 
1.59/1.63	o 934
1.59/1.63	c * 1.4s| 10526 |  7173 |     0 |   0.0 |8079k| 175 |   - | 371 |5394 |   0 |   0 |   0 |8809 |   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
3.09/3.14	c   2.8s| 20000 | 13927 |     0 |   0.0 |  12M| 180 |   - | 371 |6298 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
7.09/7.10	c   6.5s| 30000 | 16206 |     0 |   0.0 |  18M| 180 |   - | 371 |  11k|   0 |   0 |   0 |  36k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
9.19/9.21	c   8.4s| 40000 | 22849 |     0 |   0.0 |  18M| 181 |   - | 371 |2756 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
9.59/9.66	c   8.6s| 50000 | 32825 |     0 |   0.0 |  20M| 199 |   - | 371 | 708 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
10.09/10.11	c   8.9s| 60000 | 42800 |     0 |   0.0 |  23M| 201 |   - | 371 | 655 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
10.49/10.55	c   9.2s| 70000 | 52781 |     0 |   0.0 |  26M| 201 |   - | 371 | 644 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 9.340000e+02 |    Inf 
10.59/10.63	o 296
10.59/10.63	c * 9.2s| 71914 | 52261 |     0 |   0.0 |  26M| 202 |   - | 371 | 636 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
10.99/11.02	c   9.5s| 80000 | 60315 |     0 |   0.0 |  29M| 202 |   - | 371 | 631 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
11.49/11.54	c   9.8s| 90000 | 70225 |     0 |   0.0 |  32M| 202 |   - | 371 | 751 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
12.00/12.08	c  10.2s|100000 | 80078 |     0 |   0.0 |  36M| 202 |   - | 371 | 867 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
12.49/12.58	c  10.5s|110000 | 90006 |     0 |   0.0 |  39M| 202 |   - | 371 | 399 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
15.59/15.69	c  13.3s|120000 | 92797 |     0 |   0.0 |  46M| 202 |   - | 371 |  11k|   0 |   0 |   0 |  62k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
22.59/22.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.59/22.60	c  19.9s|130000 | 91888 |     0 |   0.0 |  51M| 202 |   - | 371 |  21k|   0 |   0 |   0 |  87k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
27.40/27.47	c  24.6s|140000 | 96479 |     0 |   0.0 |  47M| 202 |   - | 371 |5564 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
27.90/27.99	c  24.9s|150000 |106445 |     0 |   0.0 |  48M| 202 |   - | 371 | 726 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
28.39/28.48	c  25.3s|160000 |116399 |     0 |   0.0 |  51M| 202 |   - | 371 | 661 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
28.89/28.96	c  25.6s|170000 |126351 |     0 |   0.0 |  54M| 202 |   - | 371 | 600 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
29.39/29.43	c  25.9s|180000 |136325 |     0 |   0.0 |  57M| 202 |   - | 371 | 575 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
29.89/29.96	c  26.3s|190000 |146111 |     0 |   0.0 |  60M| 202 |   - | 371 | 833 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
30.39/30.47	c  26.6s|200000 |156032 |     0 |   0.0 |  63M| 202 |   - | 371 | 776 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
30.89/30.97	c  26.9s|210000 |165986 |     0 |   0.0 |  66M| 202 |   - | 371 | 741 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
31.39/31.46	c  27.3s|220000 |175942 |     0 |   0.0 |  69M| 202 |   - | 371 | 756 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 2.960000e+02 |    Inf 
31.49/31.56	o 290
31.49/31.56	c *27.3s|221953 |177482 |     0 |   0.0 |  70M| 202 |   - | 371 | 780 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
31.99/32.05	c  27.6s|230000 |185186 |     0 |   0.0 |  73M| 202 |   - | 371 |1100 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 2.900000e+02 |    Inf 
32.09/32.11	o 70
32.09/32.11	c *27.7s|230185 |117013 |     0 |   0.0 |  50M| 202 |   - | 371 |1101 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
32.09/32.18	o 69
32.09/32.18	c *27.8s|230808 |114483 |     0 |   0.0 |  50M| 202 |   - | 371 |1261 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.900000e+01 |    Inf 
32.09/32.19	o 60
32.09/32.19	c *27.8s|230813 |100104 |     0 |   0.0 |  45M| 202 |   - | 371 |1264 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 | 6.000000e+01 |    Inf 
32.39/32.47	o 13
32.39/32.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.39/32.47	c *28.0s|233007 | 67405 |     0 |   0.0 |  35M| 202 |   - | 371 |1926 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.300000e+01 |    Inf 
32.39/32.47	o 11
32.39/32.47	c *28.0s|233017 | 66787 |     0 |   0.0 |  35M| 202 |   - | 371 |1930 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
34.19/34.25	c  29.6s|240000 | 69789 |     0 |   0.0 |  40M| 202 |   - | 371 |4472 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
40.18/40.24	c  35.2s|250000 | 67869 |     0 |   0.0 |  47M| 202 |   - | 371 |  11k|   0 |   0 |   0 | 128k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
46.09/46.15	c  40.7s|260000 | 64299 |     0 |   0.0 |  48M| 202 |   - | 371 |5917 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
48.89/48.99	c  43.3s|270000 | 68789 |     0 |   0.0 |  54M| 202 |   - | 371 |7264 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
53.69/53.75	c  47.7s|280000 | 68569 |     0 |   0.0 |  59M| 202 |   - | 371 |  13k|   0 |   0 |   0 | 172k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
65.18/65.24	c  58.9s|290000 | 64784 |     0 |   0.0 |  56M| 202 |   - | 371 |  21k|   0 |   0 |   0 | 199k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
72.69/72.74	c  66.1s|300000 | 66489 |     0 |   0.0 |  56M| 202 |   - | 371 |  12k|   0 |   0 |   0 | 214k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
80.59/80.67	c  73.7s|310000 | 65667 |     0 |   0.0 |  60M| 202 |   - | 371 |  14k|   0 |   0 |   0 | 232k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
91.39/91.45	c  84.1s|320000 | 62685 |     0 |   0.0 |  63M| 202 |   - | 371 |  17k|   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
104.29/104.39	c  96.6s|330000 | 58481 |     0 |   0.0 |  64M| 202 |   - | 371 |  20k|   0 |   0 |   0 | 276k|   0 | 0.000000e+00 | 1.100000e+01 |    Inf 
121.59/121.65	c   113s|340000 | 45904 |     0 |   0.0 |  59M| 202 |   - | 371 |  20k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
127.39/127.48	c   119s|350000 | 50658 |     0 |   0.0 |  62M| 202 |   - | 371 |  16k|   0 |   0 |   0 | 313k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
135.38/135.45	c   126s|360000 | 52956 |     0 |   0.0 |  66M| 202 |   - | 371 |  20k|   0 |   0 |   0 | 332k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
141.69/141.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
141.69/141.74	c   132s|370000 | 57515 |     0 |   0.0 |  70M| 202 |   - | 371 |  18k|   0 |   0 |   0 | 346k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
148.39/148.43	c   139s|380000 | 61066 |     0 |   0.0 |  75M| 202 |   - | 371 |  22k|   0 |   0 |   0 | 362k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
158.59/158.66	c   149s|390000 | 62545 |     0 |   0.0 |  79M| 202 |   - | 371 |  26k|   0 |   0 |   0 | 383k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
167.99/168.04	c   158s|400000 | 64834 |     0 |   0.0 |  82M| 202 |   - | 371 |  24k|   0 |   0 |   0 | 400k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
179.58/179.69	c   169s|410000 | 64316 |     0 |   0.0 |  85M| 202 |   - | 371 |  28k|   0 |   0 |   0 | 421k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
197.79/197.81	c   187s|420000 | 61680 |     0 |   0.0 |  87M| 202 |   - | 371 |  31k|   0 |   0 |   0 | 448k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
223.79/223.85	c   213s|430000 | 54672 |     0 |   0.0 |  83M| 202 |   - | 371 |  37k|   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
238.89/238.97	c   227s|440000 | 56940 |     0 |   0.0 |  80M| 202 |   - | 371 |  27k|   0 |   0 |   0 | 495k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
248.99/249.08	c   237s|450000 | 60937 |     0 |   0.0 |  82M| 202 |   - | 371 |  25k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
261.09/261.17	c   249s|460000 | 62469 |     0 |   0.0 |  85M| 202 |   - | 371 |  28k|   0 |   0 |   0 | 531k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
275.69/275.74	c   263s|470000 | 63373 |     0 |   0.0 |  88M| 202 |   - | 371 |  33k|   0 |   0 |   0 | 552k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
287.19/287.26	c   274s|480000 | 67436 |     0 |   0.0 |  91M| 202 |   - | 371 |  34k|   0 |   0 |   0 | 568k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
299.19/299.21	c   286s|490000 | 70726 |     0 |   0.0 |  94M| 202 |   - | 371 |  35k|   0 |   0 |   0 | 585k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
312.19/312.24	c   299s|500000 | 73319 |     0 |   0.0 |  97M| 202 |   - | 371 |  37k|   0 |   0 |   0 | 603k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
328.09/328.16	c   314s|510000 | 74834 |     0 |   0.0 | 101M| 202 |   - | 371 |  41k|   0 |   0 |   0 | 622k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
350.29/350.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
350.29/350.34	c   336s|520000 | 73748 |     0 |   0.0 | 102M| 202 |   - | 371 |  45k|   0 |   0 |   0 | 646k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
367.40/367.47	c   353s|530000 | 75527 |     0 |   0.0 | 104M| 202 |   - | 371 |  45k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
388.79/388.81	c   374s|540000 | 73720 |     0 |   0.0 |  97M| 202 |   - | 371 |  33k|   0 |   0 |   0 | 687k|   0 | 1.000000e+00 | 1.100000e+01 |1000.00%
411.40/411.48	c   396s|550000 | 70301 |     0 |   0.0 |  95M| 202 |   - | 371 |  36k|   0 |   0 |   0 | 714k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
438.80/438.87	c   424s|560000 | 67434 |     0 |   0.0 |  98M| 202 |   - | 371 |  42k|   0 |   0 |   0 | 741k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
473.59/473.60	c   458s|570000 | 62772 |     0 |   0.0 |  97M| 202 |   - | 371 |  47k|   0 |   0 |   0 | 771k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
504.70/504.77	c   489s|580000 | 59682 |     0 |   0.0 |  97M| 202 |   - | 371 |  41k|   0 |   0 |   0 | 798k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
537.00/537.07	c   520s|590000 | 55547 |     0 |   0.0 |  98M| 202 |   - | 371 |  44k|   0 |   0 |   0 | 828k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
571.50/571.52	c   555s|600000 | 51981 |     0 |   0.0 |  98M| 202 |   - | 371 |  48k|   0 |   0 |   0 | 855k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
610.50/610.58	c   593s|610000 | 47955 |     0 |   0.0 |  97M| 202 |   - | 371 |  53k|   0 |   0 |   0 | 882k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
652.70/652.78	c   635s|620000 | 42356 |     0 |   0.0 |  93M| 202 |   - | 371 |  55k|   0 |   0 |   0 | 910k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
667.40/667.46	c   649s|630000 | 47426 |     0 |   0.0 |  85M| 202 |   - | 371 |  23k|   0 |   0 |   0 | 923k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
673.60/673.60	c   655s|640000 | 52954 |     0 |   0.0 |  89M| 202 |   - | 371 |  23k|   0 |   0 |   0 | 936k|   0 | 2.000000e+00 | 1.100000e+01 | 450.00%
673.70/673.78	o 9
673.70/673.78	c * 655s|640122 | 37863 |     0 |   0.0 |  69M| 202 |   - | 371 |  23k|   0 |   0 |   0 | 937k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
702.10/702.18	c   683s|650000 | 25979 |     0 |   0.0 |  56M| 202 |   - | 371 |  29k|   0 |   0 |   0 | 971k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
720.40/720.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.40/720.46	c   701s|660000 | 25104 |     0 |   0.0 |  46M| 202 |   - | 371 |  25k|   0 |   0 |   0 | 991k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
730.70/730.74	c   711s|670000 | 29279 |     0 |   0.0 |  49M| 202 |   - | 371 |  25k|   0 |   0 |   0 |1008k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
742.30/742.32	c   723s|680000 | 32151 |     0 |   0.0 |  52M| 202 |   - | 371 |  24k|   0 |   0 |   0 |1029k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
754.20/754.20	c   734s|690000 | 34281 |     0 |   0.0 |  55M| 202 |   - | 371 |  23k|   0 |   0 |   0 |1050k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
766.00/766.04	c   746s|700000 | 35856 |     0 |   0.0 |  58M| 202 |   - | 371 |  24k|   0 |   0 |   0 |1073k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
778.00/778.03	c   757s|710000 | 37053 |     0 |   0.0 |  58M| 202 |   - | 371 |  19k|   0 |   0 |   0 |1095k|   0 | 2.000000e+00 | 9.000000e+00 | 350.00%
787.80/787.90	c   767s|720000 | 38404 |     0 |   0.0 |  57M| 202 |   - | 371 |  24k|   0 |   0 |   0 |1117k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
803.30/803.32	c   782s|730000 | 38221 |     0 |   0.0 |  63M| 202 |   - | 371 |  35k|   0 |   0 |   0 |1144k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
824.80/824.87	c   803s|740000 | 36813 |     0 |   0.0 |  66M| 202 |   - | 371 |  41k|   0 |   0 |   0 |1172k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
848.90/848.96	c   827s|750000 | 35207 |     0 |   0.0 |  68M| 202 |   - | 371 |  43k|   0 |   0 |   0 |1200k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
875.30/875.30	c   853s|760000 | 33503 |     0 |   0.0 |  69M| 202 |   - | 371 |  42k|   0 |   0 |   0 |1228k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
900.91/900.93	c   878s|770000 | 30916 |     0 |   0.0 |  68M| 202 |   - | 371 |  40k|   0 |   0 |   0 |1258k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
923.11/923.17	c   900s|780000 | 29591 |     0 |   0.0 |  62M| 202 |   - | 371 |  26k|   0 |   0 |   0 |1283k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
929.31/929.36	c   906s|790000 | 35070 |     0 |   0.0 |  64M| 202 |   - | 371 |  19k|   0 |   0 |   0 |1296k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
941.20/941.20	c   917s|800000 | 33495 |     0 |   0.0 |  61M| 202 |   - | 371 |  18k|   0 |   0 |   0 |1321k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
959.60/959.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
959.60/959.60	c   935s|810000 | 29222 |     0 |   0.0 |  63M| 202 |   - | 371 |  33k|   0 |   0 |   0 |1354k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
994.41/994.46	c   970s|820000 | 22342 |     0 |   0.0 |  58M| 202 |   - | 371 |  47k|   0 |   0 |   0 |1389k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1019.81/1019.83	c   995s|830000 | 22791 |     0 |   0.0 |  47M| 202 |   - | 371 |  33k|   0 |   0 |   0 |1410k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1029.71/1029.77	c  1005s|840000 | 28324 |     0 |   0.0 |  50M| 202 |   - | 371 |  28k|   0 |   0 |   0 |1425k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1040.81/1040.85	c  1015s|850000 | 31984 |     0 |   0.0 |  53M| 202 |   - | 371 |  26k|   0 |   0 |   0 |1444k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1054.81/1054.82	c  1029s|860000 | 32394 |     0 |   0.0 |  55M| 202 |   - | 371 |  24k|   0 |   0 |   0 |1468k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1065.31/1065.35	c  1039s|870000 | 34168 |     0 |   0.0 |  51M| 202 |   - | 371 |  13k|   0 |   0 |   0 |1485k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1074.41/1074.46	c  1048s|880000 | 33682 |     0 |   0.0 |  49M| 202 |   - | 371 |  23k|   0 |   0 |   0 |1508k|   0 | 5.000000e+00 | 9.000000e+00 |  80.00%
1086.00/1086.01	c  1059s|890000 | 36310 |     0 |   0.0 |  49M| 202 |   - | 371 |  28k|   0 |   0 |   0 |1529k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1099.51/1099.51	c  1073s|900000 | 38128 |     0 |   0.0 |  53M| 202 |   - | 371 |  29k|   0 |   0 |   0 |1553k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1115.10/1115.10	c  1088s|910000 | 38376 |     0 |   0.0 |  57M| 202 |   - | 371 |  31k|   0 |   0 |   0 |1580k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1133.81/1133.89	c  1106s|920000 | 37342 |     0 |   0.0 |  60M| 202 |   - | 371 |  35k|   0 |   0 |   0 |1608k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1155.51/1155.57	c  1128s|930000 | 35372 |     0 |   0.0 |  62M| 202 |   - | 371 |  37k|   0 |   0 |   0 |1637k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1181.20/1181.25	c  1153s|940000 | 31994 |     0 |   0.0 |  59M| 202 |   - | 371 |  37k|   0 |   0 |   0 |1667k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1192.01/1192.06	c  1163s|950000 | 37003 |     0 |   0.0 |  58M| 202 |   - | 371 |  23k|   0 |   0 |   0 |1682k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1200.51/1200.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.51/1200.56	c  1172s|960000 | 41089 |     0 |   0.0 |  61M| 202 |   - | 371 |  21k|   0 |   0 |   0 |1699k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1210.71/1210.73	c  1182s|970000 | 43628 |     0 |   0.0 |  65M| 202 |   - | 371 |  23k|   0 |   0 |   0 |1720k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1226.61/1226.69	c  1197s|980000 | 42023 |     0 |   0.0 |  69M| 202 |   - | 371 |  31k|   0 |   0 |   0 |1749k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1254.21/1254.25	c  1224s|990000 | 36159 |     0 |   0.0 |  68M| 202 |   - | 371 |  39k|   0 |   0 |   0 |1785k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1292.21/1292.28	c  1262s|  1000k| 27573 |     0 |   0.0 |  59M| 202 |   - | 371 |  50k|   0 |   0 |   0 |1822k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1316.41/1316.49	c  1286s|  1010k| 27964 |     0 |   0.0 |  55M| 202 |   - | 371 |  38k|   0 |   0 |   0 |1847k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1338.21/1338.23	c  1307s|  1020k| 27086 |     0 |   0.0 |  55M| 202 |   - | 371 |  33k|   0 |   0 |   0 |1874k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1357.11/1357.12	c  1326s|  1030k| 26026 |     0 |   0.0 |  55M| 202 |   - | 371 |  29k|   0 |   0 |   0 |1901k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1376.71/1376.71	c  1345s|  1040k| 24086 |     0 |   0.0 |  55M| 202 |   - | 371 |  31k|   0 |   0 |   0 |1930k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1400.81/1400.87	c  1369s|  1050k| 18828 |     0 |   0.0 |  49M| 202 |   - | 371 |  38k|   0 |   0 |   0 |1962k|   0 | 7.000000e+00 | 9.000000e+00 |  28.57%
1426.81/1426.89	c  1395s|  1060k| 15048 |     0 |   0.0 |  47M| 202 |   - | 371 |  43k|   0 |   0 |   0 |1993k|   0 | 8.000000e+00 | 9.000000e+00 |  12.50%
1458.11/1458.16	c  1425s|  1070k|  9496 |     0 |   0.0 |  42M| 202 |   - | 371 |  45k|   0 |   0 |   0 |2026k|   0 | 8.000000e+00 | 9.000000e+00 |  12.50%
1495.11/1495.13	c 
1495.11/1495.13	c SCIP Status        : problem is solved [optimal solution found]
1495.11/1495.13	c Solving Time (sec) : 1462.02
1495.11/1495.13	c Solving Nodes      : 1078544
1495.11/1495.13	c Primal Bound       : +9.00000000000000e+00 (12 solutions)
1495.11/1495.13	c Dual Bound         : +9.00000000000000e+00
1495.11/1495.13	c Gap                : 0.00 %
1495.11/1495.13	s OPTIMUM FOUND
1495.11/1495.13	v -x169 -x168 -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1495.11/1495.13	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 x127 
1495.11/1495.13	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1495.11/1495.13	v -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 
1495.11/1495.13	v -x81 -x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 
1495.11/1495.13	v -x56 -x55 x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 
1495.11/1495.13	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 
1495.11/1495.13	v -x4 -x3 -x2 -x1 
1495.11/1495.13	c SCIP Status        : problem is solved [optimal solution found]
1495.11/1495.13	c Solving Time       :    1462.02
1495.11/1495.13	c Original Problem   :
1495.11/1495.13	c   Problem name     : HOME/instance-2694112-1277923382.wbo
1495.11/1495.13	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1495.11/1495.13	c   Constraints      : 203 initial, 203 maximal
1495.11/1495.13	c Presolved Problem  :
1495.11/1495.13	c   Problem name     : t_HOME/instance-2694112-1277923382.wbo
1495.11/1495.13	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
1495.11/1495.13	c   Constraints      : 202 initial, 55329 maximal
1495.11/1495.13	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1495.11/1495.13	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1495.11/1495.13	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   implics          :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   probing          :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   linear           :       0.00          0          0          0        101          0          1          0          0
1495.11/1495.13	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1495.11/1495.13	c   root node        :          -          0          -          -          0          -          -          -          -
1495.11/1495.13	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1495.11/1495.13	c   integral         :          0          0          0          0          0          0          0          0          0          0
1495.11/1495.13	c   indicator        :        101          0    2977786          0     686658        765     250353          0          0          0
1495.11/1495.13	c   linear           :        101          0    3213474          0     732925     445486   19638017          0          0          0
1495.11/1495.13	c   logicor          :          0+         0    1496447          0          0      61503     826228          0          0          0
1495.11/1495.13	c   bounddisjunction :          0+         0       3485          0          0          0          5          0          0          0
1495.11/1495.13	c   countsols        :          0          0          0          0     732933          0          0          0          0          0
1495.11/1495.13	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1495.11/1495.13	c   integral         :       0.00       0.00       0.00       0.00       0.00
1495.11/1495.13	c   indicator        :       0.70       0.00       0.24       0.00       0.46
1495.11/1495.13	c   linear           :     108.01       0.00     107.96       0.00       0.05
1495.11/1495.13	c   logicor          :     706.90       0.00     706.90       0.00       0.00
1495.11/1495.13	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1495.11/1495.13	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1495.11/1495.13	c Propagators        :       Time      Calls    Cutoffs    DomReds
1495.11/1495.13	c   vbounds          :       0.01          2          0          0
1495.11/1495.13	c   rootredcost      :       0.00          0          0          0
1495.11/1495.13	c   pseudoobj        :       7.36    3214312        258     218259
1495.11/1495.13	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1495.11/1495.13	c   propagation      :      32.35     507246     507240    2658470       27.1     309104       14.5          -
1495.11/1495.13	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1495.11/1495.13	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1495.11/1495.13	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1495.11/1495.13	c   pseudo solution  :       0.00         19         19         95       26.2         18       15.3          -
1495.11/1495.13	c   applied globally :          -          -          -    2010881       18.2          -          -          -
1495.11/1495.13	c   applied locally  :          -          -          -      45881       37.2          -          -          -
1495.11/1495.13	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1495.11/1495.13	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1495.11/1495.13	c   redcost          :       0.00          0          0          0          0          0
1495.11/1495.13	c   impliedbounds    :       0.00          0          0          0          0          0
1495.11/1495.13	c   intobj           :       0.00          0          0          0          0          0
1495.11/1495.13	c   cgmip            :       0.00          0          0          0          0          0
1495.11/1495.13	c   gomory           :       0.00          0          0          0          0          0
1495.11/1495.13	c   strongcg         :       0.00          0          0          0          0          0
1495.11/1495.13	c   cmir             :       0.00          0          0          0          0          0
1495.11/1495.13	c   flowcover        :       0.00          0          0          0          0          0
1495.11/1495.13	c   clique           :       0.00          0          0          0          0          0
1495.11/1495.13	c   zerohalf         :       0.00          0          0          0          0          0
1495.11/1495.13	c   mcf              :       0.00          0          0          0          0          0
1495.11/1495.13	c   rapidlearning    :       0.00          0          0          0          0          0
1495.11/1495.13	c Pricers            :       Time      Calls       Vars
1495.11/1495.13	c   problem variables:       0.00          0          0
1495.11/1495.13	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1495.11/1495.13	c   relpscost        :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   pscost           :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   inference        :       5.97     732924          0          0          0          0    1465848
1495.11/1495.13	c   mostinf          :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   leastinf         :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   fullstrong       :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   allfullstrong    :       0.00          0          0          0          0          0          0
1495.11/1495.13	c   random           :       0.00          0          0          0          0          0          0
1495.11/1495.13	c Primal Heuristics  :       Time      Calls      Found
1495.11/1495.13	c   LP solutions     :       0.00          -          0
1495.11/1495.13	c   pseudo solutions :       0.13          -          9
1495.11/1495.13	c   oneopt           :       0.03          0          0
1495.11/1495.13	c   trivial          :       0.00          2          2
1495.11/1495.13	c   simplerounding   :       0.00          0          0
1495.11/1495.13	c   zirounding       :       0.00          0          0
1495.11/1495.13	c   rounding         :       0.00          0          0
1495.11/1495.13	c   shifting         :       0.00          0          0
1495.11/1495.13	c   intshifting      :       0.00          0          0
1495.11/1495.13	c   twoopt           :       0.00          0          0
1495.11/1495.13	c   fixandinfer      :       0.00          0          0
1495.11/1495.13	c   feaspump         :       0.00          0          0
1495.11/1495.13	c   coefdiving       :       0.00          0          0
1495.11/1495.13	c   pscostdiving     :       0.00          0          0
1495.11/1495.13	c   fracdiving       :       0.00          0          0
1495.11/1495.13	c   veclendiving     :       0.00          0          0
1495.11/1495.13	c   intdiving        :       0.00          0          0
1495.11/1495.13	c   actconsdiving    :       0.00          0          0
1495.11/1495.13	c   objpscostdiving  :       0.00          0          0
1495.11/1495.13	c   rootsoldiving    :       0.00          0          0
1495.11/1495.13	c   linesearchdiving :       0.00          0          0
1495.11/1495.13	c   guideddiving     :       0.00          0          0
1495.11/1495.13	c   octane           :       0.00          0          0
1495.11/1495.13	c   rens             :       0.00          0          0
1495.11/1495.13	c   rins             :       0.00          0          0
1495.11/1495.13	c   localbranching   :       0.00          0          0
1495.11/1495.13	c   mutation         :       0.00          0          0
1495.11/1495.13	c   crossover        :       0.00          0          0
1495.11/1495.13	c   dins             :       0.00          0          0
1495.11/1495.13	c   undercover       :       0.00          0          0
1495.11/1495.13	c   nlp              :       0.00          0          0
1495.11/1495.13	c   trysol           :       0.00          1          1
1495.11/1495.13	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1495.11/1495.13	c   primal LP        :       0.00          0          0       0.00          -
1495.11/1495.13	c   dual LP          :       0.00          0          0       0.00          -
1495.11/1495.13	c   lex dual LP      :       0.00          0          0       0.00          -
1495.11/1495.13	c   barrier LP       :       0.00          0          0       0.00          -
1495.11/1495.13	c   diving/probing LP:       0.00          0          0       0.00          -
1495.11/1495.13	c   strong branching :       0.00          0          0       0.00          -
1495.11/1495.13	c     (at root node) :          -          0          0       0.00          -
1495.11/1495.13	c   conflict analysis:       0.00          0          0       0.00          -
1495.11/1495.13	c B&B Tree           :
1495.11/1495.13	c   number of runs   :          1
1495.11/1495.13	c   nodes            :    1078544
1495.11/1495.13	c   nodes (total)    :    1078544
1495.11/1495.13	c   nodes left       :          0
1495.11/1495.13	c   max depth        :        202
1495.11/1495.13	c   max depth (total):        202
1495.11/1495.13	c   backtracks       :     388040 (36.0%)
1495.11/1495.13	c   delayed cutoffs  :     248511
1495.11/1495.13	c   repropagations   :    1216262 (5899279 domain reductions, 162420 cutoffs)
1495.11/1495.13	c   avg switch length:      19.48
1495.11/1495.13	c   switching time   :     461.61
1495.11/1495.13	c Solution           :
1495.11/1495.13	c   Solutions found  :         12 (10 improvements)
1495.11/1495.13	c   First Solution   : +5.03300000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1495.11/1495.13	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 640122 nodes, 655.42 seconds, depth 39, found by <relaxation>)
1495.11/1495.13	c   Dual Bound       : +9.00000000000000e+00
1495.11/1495.13	c   Gap              :       0.00 %
1495.11/1495.13	c   Root Dual Bound  : +0.00000000000000e+00
1495.11/1495.13	c   Root Iterations  :          0
1495.11/1495.19	c Time complete: 1495.21.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694112-1277923382/watcher-2694112-1277923382 -o /tmp/evaluation-result-2694112-1277923382/solver-2694112-1277923382 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694112-1277923382.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.04 2.03 2.00 4/178 17367
/proc/meminfo: memFree=31147076/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=8436 CPUtime=0
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 1553 0 0 0 0 0 0 0 18 0 1 0 133634173 8638464 1476 4089446400 4194304 7136930 140734821436064 18446744073709551615 6328580 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17367/statm: 2109 1494 275 719 0 1388 0

[startup+0.0865081 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 17367
/proc/meminfo: memFree=31147076/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=13616 CPUtime=0.08
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 3381 0 0 0 7 1 0 0 20 0 1 0 133634173 13942784 2694 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17367/statm: 3404 2694 390 719 0 2683 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13616

[startup+0.100504 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 17367
/proc/meminfo: memFree=31147076/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=13752 CPUtime=0.09
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 3406 0 0 0 8 1 0 0 20 0 1 0 133634173 14082048 2719 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 3438 2719 390 719 0 2717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13752

[startup+0.300469 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 17367
/proc/meminfo: memFree=31147076/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=16508 CPUtime=0.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 4113 0 0 0 24 5 0 0 20 0 1 0 133634173 16904192 3426 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 4127 3426 390 719 0 3406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16508

[startup+0.700398 s]
/proc/loadavg: 2.04 2.03 2.00 4/178 17367
/proc/meminfo: memFree=31147076/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=19072 CPUtime=0.69
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 4763 0 0 0 59 10 0 0 21 0 1 0 133634173 19529728 4076 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 4768 4076 390 719 0 4047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19072

[startup+1.50024 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 17368
/proc/meminfo: memFree=31131320/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=21516 CPUtime=1.49
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 5364 0 0 0 132 17 0 0 23 0 1 0 133634173 22032384 4677 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 5379 4677 390 719 0 4658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21516

[startup+3.10098 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 17368
/proc/meminfo: memFree=31127120/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=27816 CPUtime=3.09
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 6964 0 0 0 272 37 0 0 25 0 1 0 133634173 28483584 6277 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 6954 6277 390 719 0 6233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27816

[startup+6.30041 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 17368
/proc/meminfo: memFree=31119132/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=35096 CPUtime=6.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 8786 0 0 0 570 59 0 0 25 0 1 0 133634173 35938304 8099 4089446400 4194304 7136930 140734821436064 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 8774 8099 390 719 0 8053 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35096

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17368
/proc/meminfo: memFree=31094460/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=64272 CPUtime=12.69
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 15818 0 0 0 1056 213 0 0 25 0 1 0 133634173 65814528 15131 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 16068 15131 391 719 0 15347 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64272

[startup+25.501 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17369
/proc/meminfo: memFree=31076280/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=77420 CPUtime=25.49
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 19038 0 0 0 2274 275 0 0 25 0 1 0 133634173 79278080 18351 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 19355 18351 391 719 0 18634 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77420

[startup+51.1005 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 17370
/proc/meminfo: memFree=31031384/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=122736 CPUtime=51.09
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 30455 0 0 0 4520 589 0 0 25 0 1 0 133634173 125681664 29768 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 30684 29768 393 719 0 29963 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122736

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 17371
/proc/meminfo: memFree=31019164/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=134316 CPUtime=102.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 33272 0 0 0 9456 773 0 0 25 0 1 0 133634173 137539584 32585 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 33579 32585 393 719 0 32858 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 134316

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17372
/proc/meminfo: memFree=31003944/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=151016 CPUtime=162.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 37329 0 0 0 15229 1000 0 0 25 0 1 0 133634173 154640384 36642 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210365 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17367/statm: 37754 36642 393 719 0 37033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151016

[startup+222.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17374
/proc/meminfo: memFree=30990352/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=164628 CPUtime=222.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 40618 0 0 0 21105 1124 0 0 25 0 1 0 133634173 168579072 39931 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 41157 39931 393 719 0 40436 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164628

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 17376
/proc/meminfo: memFree=30989048/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=165620 CPUtime=282.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 40863 0 0 0 26965 1264 0 0 25 0 1 0 133634173 169594880 40176 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 41405 40176 393 719 0 40684 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 165620

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 17378
/proc/meminfo: memFree=30980656/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=174028 CPUtime=342.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 42881 0 0 0 32839 1390 0 0 25 0 1 0 133634173 178204672 42194 4089446400 4194304 7136930 140734821436064 18446744073709551615 4221241 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 43507 42194 393 719 0 42786 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 174028

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17379
/proc/meminfo: memFree=30979356/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=176192 CPUtime=402.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 43257 0 0 0 38741 1488 0 0 25 0 1 0 133634173 180420608 42570 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 44048 42570 393 719 0 43327 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 176192

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17380
/proc/meminfo: memFree=30978816/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=176192 CPUtime=462.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 43358 0 0 0 44665 1565 0 0 25 0 1 0 133634173 180420608 42671 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 44048 42671 393 719 0 43327 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176192

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17382
/proc/meminfo: memFree=30977008/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=178408 CPUtime=522.29
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 43762 0 0 0 50591 1638 0 0 25 0 1 0 133634173 182689792 43075 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 44602 43075 393 719 0 43881 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 178408

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17384
/proc/meminfo: memFree=30975608/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=180176 CPUtime=582.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 44141 0 0 0 56522 1708 0 0 25 0 1 0 133634173 184500224 43454 4089446400 4194304 7136930 140734821436064 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 45044 43454 393 719 0 44323 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 180176

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17386
/proc/meminfo: memFree=30972212/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=183232 CPUtime=642.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45030 0 0 0 62461 1769 0 0 25 0 1 0 133634173 187629568 44343 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 45808 44343 393 719 0 45087 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 183232

[startup+702.301 s]

################
# More data... #
################

/proc/meminfo: memFree=30779044/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=183376 CPUtime=762.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45067 0 0 0 74205 2026 0 0 25 0 1 0 133634173 187777024 44380 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 45844 44380 393 719 0 45123 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 183376

[startup+822.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 17462
/proc/meminfo: memFree=30765084/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=183636 CPUtime=822.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45188 0 0 0 80069 2161 0 0 25 0 1 0 133634173 188043264 44501 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 45909 44501 393 719 0 45188 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 183636

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17464
/proc/meminfo: memFree=30748520/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184600 CPUtime=882.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45318 0 0 0 85976 2254 0 0 25 0 1 0 133634173 189030400 44631 4089446400 4194304 7136930 140734821436064 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46150 44631 393 719 0 45429 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 184600

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17466
/proc/meminfo: memFree=30743740/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184600 CPUtime=942.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45351 0 0 0 91847 2384 0 0 25 0 1 0 133634173 189030400 44664 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46150 44664 393 719 0 45429 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 184600

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17467
/proc/meminfo: memFree=30737496/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184764 CPUtime=1002.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45449 0 0 0 97767 2464 0 0 25 0 1 0 133634173 189198336 44762 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46191 44762 393 719 0 45470 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 184764

[startup+1062.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/197 17468
/proc/meminfo: memFree=30721184/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184764 CPUtime=1062.3
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45449 0 0 0 103639 2591 0 0 25 0 1 0 133634173 189198336 44762 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46191 44762 393 719 0 45470 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 184764

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 17479
/proc/meminfo: memFree=30714844/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184764 CPUtime=1122.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45449 0 0 0 109492 2739 0 0 25 0 1 0 133634173 189198336 44762 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46191 44762 393 719 0 45470 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 184764

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17481
/proc/meminfo: memFree=30708612/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184764 CPUtime=1182.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45449 0 0 0 115395 2836 0 0 25 0 1 0 133634173 189198336 44762 4089446400 4194304 7136930 140734821436064 18446744073709551615 5004470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46191 44762 393 719 0 45470 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 184764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17483
/proc/meminfo: memFree=30705952/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=184764 CPUtime=1242.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45450 0 0 0 121259 2972 0 0 25 0 1 0 133634173 189198336 44763 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46191 44763 393 719 0 45470 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 184764

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 17484
/proc/meminfo: memFree=30700200/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1302.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45502 0 0 0 127188 3043 0 0 25 0 1 0 133634173 189898752 44815 4089446400 4194304 7136930 140734821436064 18446744073709551615 4208878 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44815 393 719 0 45641 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 185448

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 17485
/proc/meminfo: memFree=30697544/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1362.32
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45502 0 0 0 133097 3135 0 0 25 0 1 0 133634173 189898752 44815 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44815 393 719 0 45641 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 185448

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 17487
/proc/meminfo: memFree=30692540/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1422.33
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 139004 3229 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 185448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30690880/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1482.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 144933 3298 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 185448

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

[startup+1484.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30690880/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1484.71
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 145170 3301 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1484.71
Current children cumulated vsize (KiB) 185448

[startup+1491.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30686040/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1491.11
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 145804 3307 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1491.11
Current children cumulated vsize (KiB) 185448

[startup+1492.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30686040/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1492.72
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 145963 3309 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1492.72
Current children cumulated vsize (KiB) 185448

[startup+1494.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30685916/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1494.31
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 146120 3311 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1494.31
Current children cumulated vsize (KiB) 185448

[startup+1494.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30685916/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=185448 CPUtime=1494.72
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 146160 3312 0 0 25 0 1 0 133634173 189898752 44816 4089446400 4194304 7136930 140734821436064 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 46362 44816 393 719 0 45641 0
Current children cumulated CPU time (s) 1494.72
Current children cumulated vsize (KiB) 185448

[startup+1495.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 17489
/proc/meminfo: memFree=30685792/32951124 swapFree=67111528/67111528
[pid=17367] ppid=17365 vsize=179252 CPUtime=1495.11
/proc/17367/stat : 17367 (pbscip.linux.x8) R 17365 17367 14469 0 -1 4202496 45503 0 0 0 146199 3312 0 0 25 0 1 0 133634173 183554048 43267 4089446400 4194304 7136930 140734821436064 18446744073709551615 4999992 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17367/statm: 44813 43267 393 719 0 44092 0
Current children cumulated CPU time (s) 1495.11
Current children cumulated vsize (KiB) 179252

Child status: 0
Real time (s): 1495.2
CPU time (s): 1495.22
CPU user time (s): 1462.08
CPU system time (s): 33.138
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 185448

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

runsolver used 2.79157 second user time and 5.2792 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 20:43:02
IDJOB=2694112
IDBENCH=79204
IDSOLVER=1206
FILE ID=node136/2694112-1277923382
PBS_JOBID= 11197279
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-0-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-2694112-1277923382/watcher-2694112-1277923382 -o /tmp/evaluation-result-2694112-1277923382/solver-2694112-1277923382 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694112-1277923382.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 14fe5a51c3c33a9eb099b4fa76f18c14
RANDOM SEED=1649945947

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
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.840
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.840
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.840
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:     32951124 kB
MemFree:      31147480 kB
Buffers:        208192 kB
Cached:        1377752 kB
SwapCached:          0 kB
Active:         734924 kB
Inactive:       921700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31147480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:       70812 kB
Mapped:          15640 kB
Slab:            82864 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217480 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= 74136 MiB
End job on node136 at 2010-06-30 21:07:57