Trace number 2705700

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1791.22 1791.15

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_40_ext.wbo
MD5SUM0ff77ac8423d8f0c8431956bf6b828bc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.012997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints550
Number of soft constraints400
Number of constraints which are clauses400
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 401
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 400
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705700-1278578663.wbo>
0.00/0.01	c original problem has 1100 variables (700 bin, 0 int, 400 impl, 0 cont) and 951 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 150 del vars, 151 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.01	c (round 2) 150 del vars, 151 del conss, 400 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 300 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/550 (18.4%) - 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 (3 rounds):
0.00/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  1100 implications, 0 cliques
0.00/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.00/0.02	c     400 constraints of type <linear>
0.00/0.02	c     400 constraints of type <indicator>
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.3
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 = 1790
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 # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
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 # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = 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	o 400
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 t 0.0s|     1 |     0 |     0 |     - |3315k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |     0 |     - |3523k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    31 |     - |3556k|   0 |   0 | 950 | 800 | 950 |  31 |  31 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    71 |     - |3560k|   0 |  15 | 950 | 800 | 950 |  40 |  40 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    76 |     - |3566k|   0 |   0 | 950 | 800 | 950 |  45 |  45 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    81 |     - |3568k|   0 |  22 | 950 | 800 | 950 |  50 |  50 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    85 |     - |3580k|   0 |   0 | 950 | 800 | 950 |  57 |  57 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    88 |     - |3582k|   0 |  15 | 950 | 800 | 950 |  60 |  60 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    92 |     - |3593k|   0 |   0 | 950 | 800 | 950 |  64 |  64 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |    96 |     - |3594k|   0 |   6 | 950 | 800 | 950 |  67 |  67 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |    98 |     - |3598k|   0 |   7 | 950 | 800 | 950 |  69 |  69 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   102 |     - |3605k|   0 |  13 | 950 | 800 | 950 |  72 |  72 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   106 |     - |3611k|   0 |   7 | 950 | 800 | 950 |  75 |  75 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   108 |     - |3627k|   0 |   3 | 950 | 800 | 950 |  77 |  77 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.06/0.08	c   0.1s|     1 |     2 |   108 |     - |3642k|   0 |   3 | 950 | 800 | 950 |  77 |  77 |   0 |   3 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.19	o 3
0.09/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.19	c * 0.2s|   337 |   331 |   125 |   0.1 |3954k| 336 |   - | 950 | 800 | 950 |  77 |  86 |   0 |  17 | 0.000000e+00 | 3.000000e+00 |    Inf 
0.19/0.24	o 2
0.19/0.24	c * 0.2s|   424 |   269 |   183 |   0.2 |4137k| 336 |   - | 950 | 800 | 950 | 117 | 126 |   0 |  38 | 0.000000e+00 | 2.000000e+00 |    Inf 
0.59/0.63	o 1
0.59/0.63	c s 0.6s|   513 |   201 |   927 |   1.6 |4271k| 336 |   - | 950 | 800 | 950 | 204 | 566 |   0 | 461 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.59/19.61	c  19.6s| 10000 |  7500 | 81473 |   8.1 |  13M| 336 |   6 | 950 |4161 | 950 | 220 |  28k|6062 |2563 | 0.000000e+00 | 1.000000e+00 |    Inf 
38.29/38.32	c  38.3s| 20000 | 14144 |165051 |   8.2 |  22M| 336 |  32 | 950 |6892 | 950 | 252 |  56k|  13k|3623 | 0.000000e+00 | 1.000000e+00 |    Inf 
56.59/56.62	c  56.6s| 30000 | 20509 |243443 |   8.1 |  30M| 336 |   6 | 950 |9268 | 950 | 237 |  82k|  20k|4427 | 0.000000e+00 | 1.000000e+00 |    Inf 
75.59/75.69	c  75.7s| 40000 | 26357 |320146 |   8.0 |  38M| 336 |   3 | 950 |  10k| 950 | 251 | 110k|  25k|5105 | 0.000000e+00 | 1.000000e+00 |    Inf 
93.79/93.88	c  93.9s| 50000 | 32026 |393557 |   7.9 |  44M| 336 |   3 | 950 |6958 | 950 | 252 | 136k|  31k|5603 | 0.000000e+00 | 1.000000e+00 |    Inf 
112.49/112.52	c   113s| 60000 | 37641 |468658 |   7.8 |  52M| 336 |   3 | 950 |9066 | 950 | 191 | 163k|  37k|6044 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.09/132.16	c   132s| 70000 | 43397 |546569 |   7.8 |  59M| 336 |   - | 950 |8240 |   0 |   0 | 193k|  43k|6515 | 0.000000e+00 | 1.000000e+00 |    Inf 
151.90/151.99	c   152s| 80000 | 48860 |623812 |   7.8 |  67M| 336 |   3 | 950 |9372 | 950 | 231 | 222k|  48k|6958 | 0.000000e+00 | 1.000000e+00 |    Inf 
171.30/171.33	c   171s| 90000 | 54723 |701354 |   7.8 |  74M| 336 |   7 | 950 |9827 | 950 | 228 | 251k|  53k|7343 | 0.000000e+00 | 1.000000e+00 |    Inf 
190.31/190.35	c   190s|100000 | 60556 |776914 |   7.8 |  81M| 336 |   3 | 950 |7604 | 950 | 248 | 280k|  58k|7702 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.50/209.56	c   210s|110000 | 66181 |854245 |   7.8 |  88M| 336 |   6 | 950 |6621 | 950 | 198 | 310k|  62k|8035 | 0.000000e+00 | 1.000000e+00 |    Inf 
228.71/228.72	c   229s|120000 | 72074 |933802 |   7.8 |  95M| 336 |   7 | 950 |5550 | 950 | 247 | 339k|  67k|8375 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.00/248.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
248.00/248.06	c   248s|130000 | 77815 |  1013k|   7.8 | 102M| 336 |   - | 950 |6451 |   0 |   0 | 369k|  72k|8699 | 0.000000e+00 | 1.000000e+00 |    Inf 
267.60/267.66	c   268s|140000 | 83526 |  1091k|   7.8 | 110M| 336 |   7 | 950 |6020 | 950 | 233 | 399k|  77k|8975 | 0.000000e+00 | 1.000000e+00 |    Inf 
286.30/286.33	c   286s|150000 | 89572 |  1169k|   7.8 | 117M| 336 |   8 | 950 |6237 | 950 | 230 | 428k|  81k|9252 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.00/305.00	c   305s|160000 | 95662 |  1246k|   7.8 | 125M| 336 |  32 | 950 |6125 | 950 | 264 | 456k|  85k|9540 | 0.000000e+00 | 1.000000e+00 |    Inf 
324.30/324.38	c   324s|170000 |101480 |  1324k|   7.8 | 132M| 336 |   3 | 950 |6716 | 950 | 199 | 486k|  90k|9816 | 0.000000e+00 | 1.000000e+00 |    Inf 
343.70/343.76	c   344s|180000 |107426 |  1401k|   7.8 | 140M| 336 |   7 | 950 |7065 | 950 | 208 | 516k|  94k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
362.10/362.12	c   362s|190000 |113414 |  1477k|   7.8 | 147M| 336 |   3 | 950 |6319 | 950 | 213 | 544k|  98k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
380.91/380.97	c   381s|200000 |119362 |  1554k|   7.8 | 154M| 336 |   3 | 950 |5797 | 950 | 181 | 572k| 102k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
399.61/399.65	c   400s|210000 |125501 |  1631k|   7.8 | 162M| 336 |   - | 950 |5829 |   0 |   0 | 601k| 106k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
418.80/418.88	c   419s|220000 |131135 |  1711k|   7.8 | 169M| 336 |  17 | 950 |6221 | 950 | 221 | 630k| 111k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
438.60/438.61	c   439s|230000 |137009 |  1793k|   7.8 | 177M| 336 |   3 | 950 |6457 | 950 | 236 | 661k| 115k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
458.81/458.81	c   459s|240000 |142549 |  1877k|   7.8 | 184M| 336 |   - | 950 |6687 |   0 |   0 | 692k| 120k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
478.10/478.14	c   478s|250000 |148143 |  1958k|   7.8 | 191M| 336 |   3 | 950 |5777 | 950 | 209 | 722k| 124k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
498.11/498.13	c   498s|260000 |153479 |  2037k|   7.8 | 198M| 336 |  17 | 950 |5858 | 950 | 209 | 754k| 129k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
516.21/516.26	c   516s|270000 |158856 |  2115k|   7.8 | 205M| 336 |  13 | 950 |6129 | 950 | 221 | 782k| 134k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
535.50/535.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.50/535.54	c   536s|280000 |164480 |  2195k|   7.8 | 213M| 336 |  17 | 950 |7220 | 950 | 260 | 812k| 138k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
554.42/554.45	c   554s|290000 |170125 |  2276k|   7.8 | 221M| 336 |  16 | 950 |7998 | 950 | 252 | 841k| 143k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
573.51/573.54	c   574s|300000 |176059 |  2355k|   7.9 | 228M| 336 |   - | 950 |7134 |   0 |   0 | 870k| 148k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
593.21/593.24	c   593s|310000 |181919 |  2436k|   7.9 | 235M| 336 |   6 | 950 |6688 | 950 | 225 | 901k| 152k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
612.61/612.62	c   613s|320000 |187908 |  2515k|   7.9 | 242M| 336 |   6 | 950 |5679 | 950 | 236 | 932k| 156k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
631.92/631.99	c   632s|330000 |193960 |  2594k|   7.9 | 250M| 336 |   - | 950 |5510 |   0 |   0 | 962k| 160k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
650.51/650.53	c   651s|340000 |199562 |  2671k|   7.9 | 257M| 336 |   3 | 950 |6010 | 950 | 210 | 991k| 165k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
669.61/669.65	c   670s|350000 |205359 |  2750k|   7.9 | 265M| 336 |  18 | 950 |5382 | 950 | 234 |1020k| 169k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
689.22/689.23	c   689s|360000 |210850 |  2831k|   7.9 | 272M| 336 |   3 | 950 |5664 | 950 | 231 |1051k| 174k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
708.42/708.49	c   708s|370000 |216372 |  2911k|   7.9 | 279M| 336 |   - | 950 |5413 |   0 |   0 |1081k| 178k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
727.51/727.53	c   728s|380000 |221977 |  2991k|   7.9 | 286M| 336 |  13 | 950 |4918 | 950 | 208 |1110k| 183k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
746.82/746.88	c   747s|390000 |227453 |  3072k|   7.9 | 294M| 336 |   6 | 950 |5824 | 950 | 200 |1139k| 187k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
766.02/766.06	c   766s|400000 |233142 |  3150k|   7.9 | 301M| 336 |   - | 950 |6230 |   0 |   0 |1168k| 192k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
785.02/785.04	c   785s|410000 |238781 |  3229k|   7.9 | 308M| 336 |  16 | 950 |5587 | 950 | 204 |1197k| 196k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
803.32/803.36	c   803s|420000 |244231 |  3308k|   7.9 | 316M| 336 |  18 | 950 |6192 | 950 | 243 |1224k| 202k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
822.22/822.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
822.22/822.29	c   822s|430000 |250053 |  3388k|   7.9 | 324M| 336 |   3 | 950 |6021 | 950 | 240 |1253k| 206k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
841.02/841.03	c   841s|440000 |255405 |  3465k|   7.9 | 331M| 336 |  15 | 950 |6225 | 950 | 233 |1281k| 211k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
859.52/859.58	c   860s|450000 |260703 |  3543k|   7.9 | 338M| 336 |  30 | 950 |6235 | 950 | 260 |1308k| 217k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
877.62/877.65	c   878s|460000 |266534 |  3621k|   7.9 | 345M| 336 |   3 | 950 |5614 | 950 | 193 |1334k| 221k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
896.63/896.63	c   897s|470000 |272173 |  3700k|   7.9 | 353M| 336 |   3 | 950 |5608 | 950 | 238 |1363k| 225k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
916.52/916.54	c   917s|480000 |277708 |  3784k|   7.9 | 360M| 336 |  15 | 950 |7027 | 950 | 270 |1394k| 230k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
935.93/935.96	c   936s|490000 |283401 |  3865k|   7.9 | 368M| 336 |  13 | 950 |7019 | 950 | 247 |1424k| 234k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
954.02/954.09	c   954s|500000 |288735 |  3942k|   7.9 | 375M| 336 |   3 | 950 |6832 | 950 | 198 |1451k| 239k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
973.02/973.01	c   973s|510000 |294200 |  4023k|   7.9 | 383M| 336 |   3 | 950 |7249 | 950 | 244 |1479k| 243k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
991.73/991.76	c   992s|520000 |299583 |  4101k|   7.9 | 390M| 336 |   3 | 950 |5530 | 950 | 236 |1507k| 248k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1010.63/1010.65	c  1011s|530000 |305125 |  4182k|   7.9 | 398M| 336 |  33 | 950 |6808 | 950 | 263 |1536k| 253k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
1029.82/1029.87	c  1030s|540000 |310664 |  4266k|   7.9 | 405M| 336 |  41 | 950 |5991 | 950 | 256 |1565k| 257k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1049.02/1049.09	c  1049s|550000 |316388 |  4347k|   7.9 | 412M| 336 |   7 | 950 |5625 | 950 | 256 |1594k| 261k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1068.23/1068.27	c  1068s|560000 |322053 |  4428k|   7.9 | 419M| 336 |   3 | 950 |6228 | 950 | 219 |1624k| 266k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1086.93/1086.98	c  1087s|570000 |327544 |  4510k|   7.9 | 427M| 336 |   6 | 950 |6177 | 950 | 241 |1651k| 270k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1105.63/1105.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1105.63/1105.62	c  1106s|580000 |333031 |  4587k|   7.9 | 434M| 336 |  13 | 950 |5441 | 950 | 215 |1679k| 274k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1124.73/1124.71	c  1125s|590000 |338754 |  4665k|   7.9 | 441M| 336 |   7 | 950 |5365 | 950 | 220 |1709k| 279k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
1143.33/1143.33	c  1143s|600000 |344024 |  4746k|   7.9 | 449M| 336 |   3 | 950 |6004 | 950 | 222 |1736k| 283k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1162.74/1162.78	c  1163s|610000 |349557 |  4830k|   7.9 | 456M| 336 |  16 | 950 |5739 | 950 | 216 |1766k| 287k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1181.13/1181.17	c  1181s|620000 |355241 |  4910k|   7.9 | 463M| 336 |   7 | 950 |4723 | 950 | 213 |1794k| 291k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1199.73/1199.76	c  1200s|630000 |360414 |  4990k|   7.9 | 470M| 336 |   6 | 950 |4630 | 950 | 267 |1822k| 295k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1217.94/1217.98	c  1218s|640000 |365912 |  5069k|   7.9 | 478M| 336 |  11 | 950 |4442 | 950 | 185 |1849k| 299k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1237.63/1237.69	c  1238s|650000 |370989 |  5152k|   7.9 | 484M| 336 |   3 | 950 |4844 | 950 | 234 |1880k| 303k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1257.04/1257.08	c  1257s|660000 |376271 |  5234k|   7.9 | 492M| 336 |  13 | 950 |5099 | 950 | 231 |1910k| 307k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1276.44/1276.49	c  1276s|670000 |381498 |  5316k|   7.9 | 498M| 336 |   9 | 950 |4805 | 950 | 210 |1940k| 311k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1296.24/1296.27	c  1296s|680000 |386483 |  5402k|   7.9 | 506M| 336 |  40 | 950 |5210 | 950 | 241 |1970k| 315k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1315.55/1315.51	c  1316s|690000 |391655 |  5484k|   7.9 | 513M| 336 |   6 | 950 |4826 | 950 | 236 |2000k| 320k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1335.04/1335.07	c  1335s|700000 |396513 |  5566k|   8.0 | 519M| 336 |   7 | 950 |4371 | 950 | 207 |2030k| 324k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1354.74/1354.70	c  1355s|710000 |401698 |  5650k|   8.0 | 526M| 336 |   3 | 950 |4311 | 950 | 214 |2060k| 328k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1373.74/1373.70	c  1374s|720000 |406753 |  5732k|   8.0 | 533M| 336 |  13 | 950 |4412 | 950 | 236 |2089k| 332k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1392.84/1392.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1392.84/1392.88	c  1393s|730000 |411686 |  5814k|   8.0 | 540M| 336 |  44 | 950 |4482 | 950 | 251 |2118k| 336k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1412.74/1412.77	c  1413s|740000 |416798 |  5900k|   8.0 | 547M| 336 |   3 | 950 |4724 | 950 | 225 |2149k| 340k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1432.54/1432.53	c  1433s|750000 |421909 |  5984k|   8.0 | 554M| 336 |   8 | 950 |5162 | 950 | 237 |2179k| 344k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1452.24/1452.24	c  1452s|760000 |427120 |  6067k|   8.0 | 561M| 336 |  34 | 950 |4975 | 950 | 204 |2209k| 348k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1471.14/1471.13	c  1471s|770000 |432159 |  6147k|   8.0 | 568M| 336 |   3 | 950 |4526 | 950 | 242 |2238k| 352k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1490.14/1490.12	c  1490s|780000 |437570 |  6229k|   8.0 | 575M| 336 |  13 | 950 |3910 | 950 | 204 |2267k| 356k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1509.34/1509.31	c  1509s|790000 |442561 |  6311k|   8.0 | 582M| 336 |  34 | 950 |3844 | 950 | 206 |2296k| 360k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1527.74/1527.71	c  1528s|800000 |447280 |  6390k|   8.0 | 588M| 336 |   6 | 950 |3929 | 950 | 196 |2324k| 364k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1546.24/1546.21	c  1546s|810000 |452197 |  6469k|   8.0 | 595M| 336 |  10 | 950 |4020 | 950 | 225 |2352k| 368k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1564.95/1564.93	c  1565s|820000 |457279 |  6549k|   8.0 | 602M| 336 |   3 | 950 |3773 | 950 | 241 |2381k| 372k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1584.05/1584.09	c  1584s|830000 |462304 |  6631k|   8.0 | 609M| 336 |   3 | 950 |4084 | 950 | 211 |2410k| 376k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1603.54/1603.52	c  1604s|840000 |466639 |  6713k|   8.0 | 615M| 336 |   3 | 950 |4215 | 950 | 229 |2440k| 380k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1622.75/1622.74	c  1623s|850000 |471142 |  6794k|   8.0 | 621M| 336 |   3 | 950 |3835 | 950 | 278 |2469k| 384k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1641.75/1641.70	c  1642s|860000 |475992 |  6875k|   8.0 | 628M| 336 |   3 | 950 |3627 | 950 | 216 |2498k| 388k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1660.65/1660.68	c  1661s|870000 |480578 |  6956k|   8.0 | 635M| 336 |   3 | 950 |4037 | 950 | 235 |2527k| 392k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1679.65/1679.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1679.65/1679.64	c  1680s|880000 |485629 |  7037k|   8.0 | 641M| 336 |   6 | 950 |3257 | 950 | 224 |2556k| 396k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1698.65/1698.64	c  1699s|890000 |490502 |  7119k|   8.0 | 648M| 336 |   7 | 950 |3481 | 950 | 218 |2586k| 400k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1717.65/1717.68	c  1718s|900000 |495233 |  7201k|   8.0 | 655M| 336 |  30 | 950 |3759 | 950 | 230 |2615k| 404k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1736.45/1736.42	c  1736s|910000 |499650 |  7280k|   8.0 | 661M| 336 |   3 | 950 |3876 | 950 | 238 |2643k| 408k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1755.46/1755.44	c  1755s|920000 |504184 |  7360k|   8.0 | 668M| 336 |   6 | 950 |3309 | 950 | 250 |2672k| 412k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1774.45/1774.42	c  1774s|930000 |508871 |  7439k|   8.0 | 675M| 336 |   6 | 950 |3310 | 950 | 202 |2701k| 416k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1790.00
1790.05/1790.01	c Solving Nodes      : 938339
1790.05/1790.01	c Primal Bound       : +1.00000000000000e+00 (12 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v -x300 x299 -x298 x297 x296 -x295 -x294 x293 x292 -x291 x290 -x289 x288 -x287 -x286 x285 -x284 x283 x282 -x281 x280 -x279 -x278 
1790.05/1790.01	v x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 x266 -x265 x264 -x263 x262 -x261 -x260 x259 -x258 x257 -x256 x255 
1790.05/1790.01	v -x254 x253 -x252 x251 x250 -x249 -x248 x247 -x246 x245 -x244 x243 -x242 x241 x240 -x239 -x238 x237 -x236 x235 -x234 x233 x232 
1790.05/1790.01	v -x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 x222 -x221 x220 -x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 
1790.05/1790.01	v x208 -x207 -x206 x205 x204 -x203 x202 -x201 -x200 x199 -x198 x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 x188 -x187 
1790.05/1790.01	v x186 -x185 x184 -x183 -x182 x181 x180 -x179 -x178 x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 -x164 
1790.05/1790.01	v x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 
1790.05/1790.01	v x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 x118 
1790.05/1790.01	v -x117 -x116 x115 x114 -x113 -x112 x111 x110 -x109 -x108 x107 x106 -x105 x104 -x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 
1790.05/1790.01	v x94 -x93 x92 -x91 -x90 x89 x88 -x87 x86 -x85 x84 -x83 x82 -x81 -x80 x79 -x78 x77 x76 -x75 x74 -x73 -x72 x71 x70 -x69 x68 -x67 
1790.05/1790.01	v -x66 x65 -x64 x63 -x62 x61 x60 -x59 x58 -x57 -x56 x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 x46 -x45 x44 -x43 -x42 x41 -x40 x39 
1790.05/1790.01	v -x38 x37 -x36 x35 x34 -x33 x32 -x31 -x30 x29 x28 -x27 x26 -x25 x24 -x23 x22 -x21 -x20 x19 x18 -x17 -x16 x15 x14 -x13 -x12 
1790.05/1790.01	v x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1790.00
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705700-1278578663.wbo
1790.05/1790.01	c   Variables        : 1100 (700 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 951 initial, 951 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705700-1278578663.wbo
1790.05/1790.01	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 800 initial, 11397 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   linear           :       0.00          0        150          0        400          0        151          0          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -        800          -          -        800          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0    3482374          0          0        476          0          0    1645682
1790.05/1790.01	c   linear           :        400         12    3204314    2659327          2     110004    5779982    2725790          0          0
1790.05/1790.01	c   indicator        :        400          0        627        419          0          0       2005          0          0          0
1790.05/1790.01	c   logicor          :          0+         0    1872764          0          0      98874    2185798          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0        415          2          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      16.30       0.00       0.00      16.30       0.00
1790.05/1790.01	c   linear           :      67.70       0.00      33.43      34.27       0.00
1790.05/1790.01	c   indicator        :       0.01       0.00       0.00       0.01       0.00
1790.05/1790.01	c   logicor          :      36.97       0.00      36.97       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.50          2          0          0
1790.05/1790.01	c   rootredcost      :       0.45          3          0        400
1790.05/1790.01	c   pseudoobj        :      16.51    3204114          0          0
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       6.13     208878     205201    1114838       27.3       6312       14.5          -
1790.05/1790.01	c   infeasible LP    :       0.00         11         11         89       24.0          0        0.0          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          1          1          1        1.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -     420188       24.2          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          1       58.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          9          -          -          0          -    (maximal pool size: 52)
1790.05/1790.01	c   redcost          :      34.44    2361656          0       1586          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          7          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.00          7          0          0        102          0
1790.05/1790.01	c   strongcg         :       0.00          7          0          0        102          0
1790.05/1790.01	c   cmir             :       0.00          7          0          0          0          0
1790.05/1790.01	c   flowcover        :       0.00          7          0          0          0          0
1790.05/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.03          1          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      15.05     823047          0        476          0          0    1645682
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.02        415          0          0          0          0        830
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.00          -          2
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   feaspump         :       0.00          0          0
1790.05/1790.01	c   intshifting      :       0.00          0          0
1790.05/1790.01	c   oneopt           :       0.21          4          0
1790.05/1790.01	c   coefdiving       :       0.00          5          0
1790.05/1790.01	c   pscostdiving     :       0.00          5          0
1790.05/1790.01	c   fracdiving       :       0.00          5          0
1790.05/1790.01	c   rootsoldiving    :       0.01          3          0
1790.05/1790.01	c   veclendiving     :       0.00          6          0
1790.05/1790.01	c   linesearchdiving :       0.00          6          0
1790.05/1790.01	c   guideddiving     :       0.00          6          0
1790.05/1790.01	c   crossover        :       0.23          2          0
1790.05/1790.01	c   objpscostdiving  :       0.00          4          0
1790.05/1790.01	c   trivial          :       0.00          2          1
1790.05/1790.01	c   simplerounding   :       1.64     823027          0
1790.05/1790.01	c   zirounding       :       0.18       1000          0
1790.05/1790.01	c   rounding         :       1.43      12804          0
1790.05/1790.01	c   shifting         :       0.82      13418          1
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.01          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.12          0          0
1790.05/1790.01	c   trysol           :       0.52         10          8
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :    1248.45    3481610    7505118       2.16    6011.55
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       0.01         19        132       6.95   11819.48
1790.05/1790.01	c   strong branching :       9.72      22250     100262       4.51   10320.05
1790.05/1790.01	c     (at root node) :          -          3          7       2.33          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     938339
1790.05/1790.01	c   nodes (total)    :     938339
1790.05/1790.01	c   nodes left       :     512677
1790.05/1790.01	c   max depth        :        336
1790.05/1790.01	c   max depth (total):        336
1790.05/1790.01	c   backtracks       :     100073 (10.7%)
1790.05/1790.01	c   delayed cutoffs  :     195190
1790.05/1790.01	c   repropagations   :     315567 (2749764 domain reductions, 93783 cutoffs)
1790.05/1790.01	c   avg switch length:       3.28
1790.05/1790.01	c   switching time   :      52.44
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         12 (4 improvements)
1790.05/1790.01	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 513 nodes, 0.62 seconds, depth 30, found by <shifting>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        108
1791.16/1791.15	c Time complete: 1791.21.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705700-1278578663/watcher-2705700-1278578663 -o /tmp/evaluation-result-2705700-1278578663/solver-2705700-1278578663 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705700-1278578663.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.95 4/177 19572
/proc/meminfo: memFree=30117496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=12520 CPUtime=0
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 1965 0 0 0 0 0 0 0 25 0 1 0 26013515 12820480 1883 4089446400 4194304 10345943 140736711708560 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19572/statm: 3130 1883 423 1502 0 1623 0

[startup+0.0766489 s]
/proc/loadavg: 2.00 2.01 1.95 4/177 19572
/proc/meminfo: memFree=30117496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28200 CPUtime=0.06
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 6845 0 0 0 6 0 0 0 25 0 1 0 26013515 28876800 5866 4089446400 4194304 10345943 140736711708560 18446744073709551615 4407019 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7050 5866 739 1502 0 5543 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28200

[startup+0.100646 s]
/proc/loadavg: 2.00 2.01 1.95 4/177 19572
/proc/meminfo: memFree=30117496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28808 CPUtime=0.09
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 7465 0 0 0 9 0 0 0 25 0 1 0 26013515 29499392 6066 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7202 6066 757 1502 0 5695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28808

[startup+0.300606 s]
/proc/loadavg: 2.00 2.01 1.95 4/177 19572
/proc/meminfo: memFree=30117496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28200 CPUtime=0.29
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 7943 0 0 0 28 1 0 0 25 0 1 0 26013515 28876800 5917 4089446400 4194304 10345943 140736711708560 18446744073709551615 6518696 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7050 5917 759 1502 0 5543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28200

[startup+0.700532 s]
/proc/loadavg: 2.00 2.01 1.95 4/177 19572
/proc/meminfo: memFree=30117496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28200 CPUtime=0.69
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 7947 0 0 0 68 1 0 0 25 0 1 0 26013515 28876800 5921 4089446400 4194304 10345943 140736711708560 18446744073709551615 6119558 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7050 5921 762 1502 0 5543 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28200

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19573
/proc/meminfo: memFree=30095540/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28200 CPUtime=1.49
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 9012 0 0 0 147 2 0 0 25 0 1 0 26013515 28876800 5927 4089446400 4194304 10345943 140736711708560 18446744073709551615 6777410 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7050 5927 768 1502 0 5543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28200

[startup+3.10108 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19573
/proc/meminfo: memFree=30095560/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=28640 CPUtime=3.09
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 9102 0 0 0 307 2 0 0 25 0 1 0 26013515 29327360 6017 4089446400 4194304 10345943 140736711708560 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7160 6017 779 1502 0 5653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28640

[startup+6.30047 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19573
/proc/meminfo: memFree=30092708/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=29664 CPUtime=6.29
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 9365 0 0 0 624 5 0 0 25 0 1 0 26013515 30375936 6280 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 7416 6280 779 1502 0 5909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29664

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19574
/proc/meminfo: memFree=30087228/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=33732 CPUtime=12.69
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 10897 0 0 0 1261 8 0 0 25 0 1 0 26013515 34541568 6833 4089446400 4194304 10345943 140736711708560 18446744073709551615 6556776 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 8433 6833 779 1502 0 6926 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33732

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19574
/proc/meminfo: memFree=30072072/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=41124 CPUtime=25.49
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 13628 0 0 0 2534 15 0 0 25 0 1 0 26013515 42110976 8844 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 10281 8844 779 1502 0 8774 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41124

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19574
/proc/meminfo: memFree=30045656/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=56628 CPUtime=51.09
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 18978 0 0 0 5080 29 0 0 25 0 1 0 26013515 57987072 12537 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 14157 12537 779 1502 0 12650 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56628

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19576
/proc/meminfo: memFree=29994536/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=81196 CPUtime=102.3
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 25967 0 0 0 10177 53 0 0 25 0 1 0 26013515 83144704 18649 4089446400 4194304 10345943 140736711708560 18446744073709551615 8160445 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 20299 18649 779 1502 0 18792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 81196

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19578
/proc/meminfo: memFree=29879156/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=108588 CPUtime=162.29
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 32970 0 0 0 16149 80 0 0 25 0 1 0 26013515 111194112 25652 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 27147 25652 779 1502 0 25640 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108588

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 19579
/proc/meminfo: memFree=29851684/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=138120 CPUtime=222.3
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 40400 0 0 0 22119 111 0 0 25 0 1 0 26013515 141434880 32236 4089446400 4194304 10345943 140736711708560 18446744073709551615 7519288 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 34530 32236 779 1502 0 33023 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138120

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 19580
/proc/meminfo: memFree=29826568/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=162504 CPUtime=282.3
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 46553 0 0 0 28089 141 0 0 25 0 1 0 26013515 166404096 38389 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 40626 38389 779 1502 0 39119 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 162504

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19582
/proc/meminfo: memFree=29777756/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=190144 CPUtime=342.3
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 53449 0 0 0 34059 171 0 0 25 0 1 0 26013515 194707456 45285 4089446400 4194304 10345943 140736711708560 18446744073709551615 6556503 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 47536 45285 779 1502 0 46029 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 190144

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19584
/proc/meminfo: memFree=29727480/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=215268 CPUtime=402.3
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 60416 0 0 0 40027 203 0 0 25 0 1 0 26013515 220434432 51516 4089446400 4194304 10345943 140736711708560 18446744073709551615 6558371 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 53817 51516 779 1502 0 52310 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 215268

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19586
/proc/meminfo: memFree=29674916/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=240348 CPUtime=462.31
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 66583 0 0 0 45998 233 0 0 25 0 1 0 26013515 246116352 57683 4089446400 4194304 10345943 140736711708560 18446744073709551615 6755811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 60087 57683 779 1502 0 58580 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 240348

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19587
/proc/meminfo: memFree=29627504/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=261884 CPUtime=522.31
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 71962 0 0 0 51969 262 0 0 25 0 1 0 26013515 268169216 63061 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 65471 63061 779 1502 0 63964 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 261884

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19588
/proc/meminfo: memFree=29575620/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=289680 CPUtime=582.31
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 78893 0 0 0 57938 293 0 0 25 0 1 0 26013515 296632320 69992 4089446400 4194304 10345943 140736711708560 18446744073709551615 6805455 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 72420 69992 779 1502 0 70913 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 289680

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 19590
/proc/meminfo: memFree=29523364/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=322336 CPUtime=642.32
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 86519 0 0 0 63907 325 0 0 25 0 1 0 26013515 330072064 77618 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19572/statm: 80584 77618 779 1502 0 79077 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 322336

[startup+702.301 s]

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

/proc/meminfo: memFree=29246068/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=460872 CPUtime=1002.33
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 121844 0 0 0 99732 501 0 0 25 0 1 0 26013515 471932928 112143 4089446400 4194304 10345943 140736711708560 18446744073709551615 5085385 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 115218 112143 780 1502 0 113711 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 460872

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 19611
/proc/meminfo: memFree=29200760/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=485136 CPUtime=1062.33
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 127776 0 0 0 105702 531 0 0 25 0 1 0 26013515 496779264 118075 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 121284 118075 780 1502 0 119777 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 485136

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 19612
/proc/meminfo: memFree=29147864/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=514700 CPUtime=1122.33
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 135300 0 0 0 111672 561 0 0 25 0 1 0 26013515 527052800 125599 4089446400 4194304 10345943 140736711708560 18446744073709551615 6119491 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 128675 125599 780 1502 0 127168 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 514700

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 19613
/proc/meminfo: memFree=29097820/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=543176 CPUtime=1182.34
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 142354 0 0 0 117641 593 0 0 25 0 1 0 26013515 556212224 132653 4089446400 4194304 10345943 140736711708560 18446744073709551615 6558479 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 135794 132653 780 1502 0 134287 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 543176

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 19615
/proc/meminfo: memFree=29048432/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=566008 CPUtime=1242.33
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 148054 0 0 0 123611 622 0 0 25 0 1 0 26013515 579592192 138353 4089446400 4194304 10345943 140736711708560 18446744073709551615 6551104 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 141502 138353 780 1502 0 139995 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 566008

[startup+1302.3 s]
/proc/loadavg: 2.11 2.03 1.97 3/178 19617
/proc/meminfo: memFree=29005324/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=588888 CPUtime=1302.35
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 153700 0 0 0 129586 649 0 0 25 0 1 0 26013515 603021312 143999 4089446400 4194304 10345943 140736711708560 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 147222 143999 780 1502 0 145715 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 588888

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/178 19619
/proc/meminfo: memFree=28966716/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=604628 CPUtime=1362.34
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 157687 0 0 0 135557 677 0 0 25 0 1 0 26013515 619139072 147986 4089446400 4194304 10345943 140736711708560 18446744073709551615 6017659 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 151157 147986 780 1502 0 149650 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 604628

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 19620
/proc/meminfo: memFree=28923996/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=624992 CPUtime=1422.34
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 162585 0 0 0 141525 709 0 0 25 0 1 0 26013515 639991808 152884 4089446400 4194304 10345943 140736711708560 18446744073709551615 6692816 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 156248 152884 780 1502 0 154741 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 624992

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 19621
/proc/meminfo: memFree=28882420/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=645728 CPUtime=1482.34
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 167563 0 0 0 147495 739 0 0 25 0 1 0 26013515 661225472 157862 4089446400 4194304 10345943 140736711708560 18446744073709551615 7509818 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 161432 157862 780 1502 0 159925 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 645728

[startup+1542.3 s]
/proc/loadavg: 1.40 1.84 1.91 2/170 19644
/proc/meminfo: memFree=29806496/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=664148 CPUtime=1542.34
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 172474 0 0 0 153467 767 0 0 25 0 1 0 26013515 680087552 162773 4089446400 4194304 10345943 140736711708560 18446744073709551615 6712068 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 166037 162773 780 1502 0 164530 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 664148

[startup+1602.3 s]
/proc/loadavg: 1.14 1.68 1.85 2/170 19646
/proc/meminfo: memFree=29777920/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=701992 CPUtime=1602.35
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 180422 0 0 0 159437 798 0 0 25 0 1 0 26013515 718839808 169875 4089446400 4194304 10345943 140736711708560 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 175498 169875 780 1502 0 173991 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 701992

[startup+1662.3 s]
/proc/loadavg: 1.05 1.56 1.79 2/170 19648
/proc/meminfo: memFree=29756044/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=722072 CPUtime=1662.35
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 185864 0 0 0 165409 826 0 0 25 0 1 0 26013515 739401728 175317 4089446400 4194304 10345943 140736711708560 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 180518 175317 780 1502 0 179011 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 722072

[startup+1722.3 s]
/proc/loadavg: 1.02 1.45 1.74 2/170 19649
/proc/meminfo: memFree=29731692/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=746712 CPUtime=1722.35
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 191945 0 0 0 171379 856 0 0 25 0 1 0 26013515 764633088 181398 4089446400 4194304 10345943 140736711708560 18446744073709551615 6262406 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 186678 181398 780 1502 0 185171 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 746712

[startup+1782.3 s]
/proc/loadavg: 1.06 1.38 1.70 2/170 19650
/proc/meminfo: memFree=29712160/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=766796 CPUtime=1782.36
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197057 0 0 0 177350 886 0 0 25 0 1 0 26013515 785199104 186510 4089446400 4194304 10345943 140736711708560 18446744073709551615 6713124 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 191699 186510 780 1502 0 190192 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 766796

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

[startup+1785.5 s]
/proc/loadavg: 1.06 1.38 1.69 2/170 19650
/proc/meminfo: memFree=29708812/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=769088 CPUtime=1785.56
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197634 0 0 0 177668 888 0 0 25 0 1 0 26013515 787546112 187087 4089446400 4194304 10345943 140736711708560 18446744073709551615 9104399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 192272 187087 780 1502 0 190765 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 769088

[startup+1788.7 s]
/proc/loadavg: 1.06 1.38 1.69 2/170 19650
/proc/meminfo: memFree=29707692/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=770808 CPUtime=1788.75
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197917 0 0 0 177985 890 0 0 25 0 1 0 26013515 789307392 187370 4089446400 4194304 10345943 140736711708560 18446744073709551615 6119520 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/19572/statm: 192702 187370 780 1502 0 191195 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 770808

[startup+1790.3 s]
/proc/loadavg: 1.06 1.38 1.69 2/170 19650
/proc/meminfo: memFree=29707812/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=771008 CPUtime=1790.35
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197961 0 0 0 178144 891 0 0 25 0 1 0 26013515 789512192 187414 4089446400 4194304 10345943 140736711708560 18446744073709551615 6324963 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19572/statm: 192752 187414 781 1502 0 191245 0
Current children cumulated CPU time (s) 1790.35
Current children cumulated vsize (KiB) 771008

[startup+1790.7 s]
/proc/loadavg: 1.05 1.37 1.69 2/170 19650
/proc/meminfo: memFree=29707564/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=771008 CPUtime=1790.76
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197961 0 0 0 178185 891 0 0 25 0 1 0 26013515 789512192 187414 4089446400 4194304 10345943 140736711708560 18446744073709551615 4664736 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19572/statm: 192752 187414 781 1502 0 191245 0
Current children cumulated CPU time (s) 1790.76
Current children cumulated vsize (KiB) 771008

[startup+1791.1 s]
/proc/loadavg: 1.05 1.37 1.69 2/170 19650
/proc/meminfo: memFree=29707564/32950928 swapFree=67111528/67111528
[pid=19572] ppid=19570 vsize=771008 CPUtime=1791.16
/proc/19572/stat : 19572 (pbscip.linux.x8) R 19570 19572 18986 0 -1 4202496 197961 0 0 0 178225 891 0 0 25 0 1 0 26013515 789512192 187414 4089446400 4194304 10345943 140736711708560 18446744073709551615 4221116 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19572/statm: 192752 187414 781 1502 0 191245 0
Current children cumulated CPU time (s) 1791.16
Current children cumulated vsize (KiB) 771008

Child status: 0
Real time (s): 1791.15
CPU time (s): 1791.22
CPU user time (s): 1782.28
CPU system time (s): 8.94264
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 771008

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

runsolver used 3.05454 second user time and 6.00809 second system time

The end

Launcher Data

Begin job on node115 at 2010-07-08 10:44:23
IDJOB=2705700
IDBENCH=79364
IDSOLVER=1214
FILE ID=node115/2705700-1278578663
PBS_JOBID= 11240224
Free space on /tmp= 73616 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/dimacs/normalized-pret150_40_ext.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705700-1278578663/watcher-2705700-1278578663 -o /tmp/evaluation-result-2705700-1278578663/solver-2705700-1278578663 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705700-1278578663.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0ff77ac8423d8f0c8431956bf6b828bc
RANDOM SEED=433747501

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
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.82
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.812
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:      30118148 kB
Buffers:        148484 kB
Cached:        2155916 kB
SwapCached:          0 kB
Active:        1283884 kB
Inactive:      1405412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30118148 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:      384996 kB
Mapped:          17376 kB
Slab:            80128 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   531452 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= 73616 MiB
End job on node115 at 2010-07-08 11:14:14