Trace number 2705706

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.68 1791.64

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/dimacs/
normalized-pret150_25_ext.wbo
MD5SUM365904b3d99ce590f30201f621420ac3
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.011997
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-2705706-1278578680.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.02	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.01/0.02	c    (0.0s) probing: 101/550 (18.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.02	c presolving (3 rounds):
0.01/0.02	c  150 deleted vars, 151 deleted constraints, 400 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.02	c  1100 implications, 0 cliques
0.01/0.02	c presolved problem has 950 variables (550 bin, 0 int, 400 impl, 0 cont) and 800 constraints
0.01/0.02	c     400 constraints of type <linear>
0.01/0.02	c     400 constraints of type <indicator>
0.01/0.02	c transformed objective value is always integral (scale: 1)
0.01/0.02	c Presolving Time: 0.01
0.01/0.02	c - non default parameters ----------------------------------------------------------------------
0.01/0.02	c # SCIP version 1.2.1.3
0.01/0.02	c 
0.01/0.02	c # frequency for displaying node information lines
0.01/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.02	c display/freq = 10000
0.01/0.02	c 
0.01/0.02	c # maximal time in seconds to run
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/time = 1790
0.01/0.02	c 
0.01/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.02	c limits/memory = 3420
0.01/0.02	c 
0.01/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.02	c # [type: int, range: [1,2], default: 1]
0.01/0.02	c timing/clocktype = 2
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify inequalities
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/linear/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/indicator/addCouplingCons = TRUE
0.01/0.02	c 
0.01/0.02	c # should presolving try to simplify knapsacks
0.01/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.02	c 
0.01/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.02	c separating/rapidlearning/freq = 0
0.01/0.02	c 
0.01/0.02	c -----------------------------------------------------------------------------------------------
0.01/0.02	c start solving
0.01/0.02	c 
0.01/0.02	o 400
0.01/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.02	c t 0.0s|     1 |     0 |     0 |     - |3312k|   0 |   - | 950 | 800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.000000e+02 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |     0 |     - |3520k|   0 |   0 | 950 | 800 | 950 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |     1 |     - |3534k|   0 |   0 | 950 | 800 | 950 |   1 |   1 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |     3 |     - |3535k|   0 |   0 | 950 | 800 | 950 |   2 |   2 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |     4 |     - |3536k|   0 |   0 | 950 | 800 | 950 |   3 |   3 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |     5 |     - |3536k|   0 |   3 | 950 | 800 | 950 |   4 |   4 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |     6 |     - |3538k|   0 |   0 | 950 | 800 | 950 |   5 |   5 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |     7 |     - |3538k|   0 |   4 | 950 | 800 | 950 |   6 |   6 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |     8 |     - |3542k|   0 |   0 | 950 | 800 | 950 |   8 |   8 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |     9 |     - |3542k|   0 |   4 | 950 | 800 | 950 |   9 |   9 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    11 |     - |3546k|   0 |   0 | 950 | 800 | 950 |  11 |  11 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    12 |     - |3546k|   0 |   0 | 950 | 800 | 950 |  12 |  12 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    13 |     - |3547k|   0 |   5 | 950 | 800 | 950 |  13 |  13 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |    14 |     - |3563k|   0 |   0 | 950 | 800 | 950 |  15 |  15 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.01/0.07	c   0.1s|     1 |     2 |    14 |     - |3563k|   0 |   0 | 950 | 800 | 950 |  15 |  15 |   0 |   0 | 0.000000e+00 | 4.000000e+02 |    Inf 
0.09/0.16	o 1
0.09/0.16	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.16	c * 0.1s|   254 |   252 |    14 |   0.0 |3791k| 253 |   - | 950 | 800 | 950 |  14 |  15 |   0 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
19.59/19.70	c  19.7s| 10000 |  9100 | 78682 |   7.9 |  12M| 304 |   7 | 950 |2219 | 950 | 240 |  31k|2757 |2767 | 0.000000e+00 | 1.000000e+00 |    Inf 
38.69/38.76	c  38.8s| 20000 | 17815 |158525 |   7.9 |  19M| 304 |   7 | 950 |1657 | 950 | 183 |  63k|5537 |3957 | 0.000000e+00 | 1.000000e+00 |    Inf 
57.60/57.62	c  57.6s| 30000 | 26475 |237546 |   7.9 |  26M| 304 |   6 | 950 |1865 | 950 | 277 |  95k|8472 |4827 | 0.000000e+00 | 1.000000e+00 |    Inf 
76.59/76.61	c  76.6s| 40000 | 35138 |316916 |   7.9 |  34M| 304 |   3 | 950 |2073 | 950 | 159 | 127k|  11k|5600 | 0.000000e+00 | 1.000000e+00 |    Inf 
95.79/95.85	c  95.8s| 50000 | 43786 |397579 |   8.0 |  42M| 304 |   3 | 950 |2320 | 950 | 216 | 160k|  14k|6245 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.79/114.85	c   115s| 60000 | 52309 |476832 |   7.9 |  49M| 304 |   5 | 950 |2408 | 950 | 157 | 191k|  17k|6791 | 0.000000e+00 | 1.000000e+00 |    Inf 
134.00/134.08	c   134s| 70000 | 60835 |556793 |   8.0 |  57M| 304 |   3 | 950 |2590 | 950 | 208 | 223k|  20k|7354 | 0.000000e+00 | 1.000000e+00 |    Inf 
153.09/153.19	c   153s| 80000 | 69383 |636424 |   8.0 |  64M| 304 |   3 | 950 |2519 | 950 | 169 | 255k|  22k|7839 | 0.000000e+00 | 1.000000e+00 |    Inf 
172.39/172.47	c   172s| 90000 | 77900 |716882 |   8.0 |  71M| 304 |   8 | 950 |2357 | 950 | 212 | 288k|  25k|8273 | 0.000000e+00 | 1.000000e+00 |    Inf 
191.69/191.76	c   192s|100000 | 86428 |797344 |   8.0 |  79M| 304 |   3 | 950 |2389 | 950 | 239 | 320k|  28k|8710 | 0.000000e+00 | 1.000000e+00 |    Inf 
210.70/210.78	c   211s|110000 | 94869 |877381 |   8.0 |  87M| 304 |  11 | 950 |2602 | 950 | 238 | 352k|  30k|9122 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.69/229.73	c   230s|120000 |103024 |956554 |   8.0 |  94M| 304 |  17 | 950 |3164 | 950 | 242 | 383k|  34k|9472 | 0.000000e+00 | 1.000000e+00 |    Inf 
248.89/248.98	c   249s|130000 |111217 |  1038k|   8.0 | 101M| 304 |   3 | 950 |2854 | 950 | 231 | 415k|  37k|9891 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.19/268.21	c   268s|140000 |119508 |  1119k|   8.0 | 109M| 304 |  19 | 950 |2796 | 950 | 233 | 447k|  40k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
287.19/287.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.19/287.20	c   287s|150000 |127704 |  1200k|   8.0 | 116M| 304 |   3 | 950 |2592 | 950 | 217 | 478k|  43k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
306.30/306.35	c   306s|160000 |135829 |  1281k|   8.0 | 124M| 304 |   7 | 950 |2792 | 950 | 219 | 510k|  46k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
324.89/324.99	c   325s|170000 |143939 |  1362k|   8.0 | 131M| 304 |  13 | 950 |2813 | 950 | 231 | 540k|  49k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
343.60/343.61	c   344s|180000 |152020 |  1440k|   8.0 | 139M| 304 |   3 | 950 |3004 | 950 | 202 | 571k|  53k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
362.40/362.46	c   362s|190000 |160119 |  1519k|   8.0 | 146M| 304 |  17 | 950 |2985 | 950 | 202 | 602k|  56k|  11k| 0.000000e+00 | 1.000000e+00 |    Inf 
381.30/381.35	c   381s|200000 |168194 |  1600k|   8.0 | 154M| 304 |   - | 950 |3062 |   0 |   0 | 632k|  59k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
400.90/400.93	c   401s|210000 |176323 |  1682k|   8.0 | 161M| 304 |   3 | 950 |3129 | 950 | 250 | 665k|  62k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
420.00/420.08	c   420s|220000 |184377 |  1763k|   8.0 | 169M| 304 |   3 | 950 |3181 | 950 | 185 | 696k|  65k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
439.00/439.06	c   439s|230000 |192450 |  1843k|   8.0 | 176M| 304 |   7 | 950 |3028 | 950 | 185 | 727k|  68k|  12k| 0.000000e+00 | 1.000000e+00 |    Inf 
458.00/458.03	c   458s|240000 |200591 |  1924k|   8.0 | 184M| 304 |  14 | 950 |3086 | 950 | 268 | 758k|  71k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
477.20/477.26	c   477s|250000 |208748 |  2005k|   8.0 | 191M| 304 |   7 | 950 |3275 | 950 | 231 | 790k|  74k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
496.01/496.02	c   496s|260000 |216761 |  2084k|   8.0 | 199M| 304 |   3 | 950 |3107 | 950 | 211 | 820k|  78k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
515.10/515.18	c   515s|270000 |224855 |  2165k|   8.0 | 206M| 304 |   - | 950 |3067 |   0 |   0 | 851k|  81k|  13k| 0.000000e+00 | 1.000000e+00 |    Inf 
533.80/533.85	c   534s|280000 |233004 |  2245k|   8.0 | 214M| 304 |   8 | 950 |3264 | 950 | 209 | 882k|  84k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
552.70/552.72	c   553s|290000 |240960 |  2325k|   8.0 | 221M| 304 |  18 | 950 |3348 | 950 | 188 | 912k|  87k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
571.71/571.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.71/571.72	c   572s|300000 |249002 |  2407k|   8.0 | 229M| 304 |   3 | 950 |3241 | 950 | 239 | 943k|  90k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
590.81/590.87	c   591s|310000 |257023 |  2489k|   8.0 | 236M| 304 |  11 | 950 |3395 | 950 | 239 | 973k|  93k|  14k| 0.000000e+00 | 1.000000e+00 |    Inf 
609.41/609.43	c   609s|320000 |264897 |  2569k|   8.0 | 244M| 304 |   3 | 950 |3294 | 950 | 251 |1004k|  96k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
627.90/627.90	c   628s|330000 |272782 |  2648k|   8.0 | 251M| 304 |   3 | 950 |3475 | 950 | 233 |1034k| 100k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
646.50/646.54	c   647s|340000 |280670 |  2728k|   8.0 | 259M| 304 |  32 | 950 |3329 | 950 | 259 |1064k| 103k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
665.31/665.33	c   665s|350000 |288588 |  2809k|   8.0 | 266M| 304 |   3 | 950 |3232 | 950 | 228 |1094k| 106k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
684.00/684.08	c   684s|360000 |296548 |  2888k|   8.0 | 274M| 304 |  41 | 950 |3248 | 950 | 225 |1125k| 109k|  15k| 0.000000e+00 | 1.000000e+00 |    Inf 
703.01/703.04	c   703s|370000 |304516 |  2968k|   8.0 | 281M| 304 |   8 | 950 |3137 | 950 | 200 |1155k| 113k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
722.11/722.16	c   722s|380000 |312352 |  3050k|   8.0 | 289M| 304 |   7 | 950 |3353 | 950 | 260 |1186k| 116k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
740.91/740.94	c   741s|390000 |320287 |  3131k|   8.0 | 296M| 304 |   7 | 950 |2829 | 950 | 218 |1216k| 119k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
760.31/760.39	c   760s|400000 |328299 |  3214k|   8.0 | 304M| 304 |   3 | 950 |3061 | 950 | 260 |1248k| 122k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
779.40/779.46	c   779s|410000 |336200 |  3293k|   8.0 | 311M| 304 |   7 | 950 |3186 | 950 | 189 |1279k| 125k|  16k| 0.000000e+00 | 1.000000e+00 |    Inf 
798.51/798.53	c   799s|420000 |344028 |  3376k|   8.0 | 318M| 304 |   7 | 950 |2829 | 950 | 268 |1309k| 128k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
817.32/817.39	c   817s|430000 |351761 |  3455k|   8.0 | 326M| 304 |   8 | 950 |3119 | 950 | 235 |1340k| 131k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
836.21/836.21	c   836s|440000 |359747 |  3535k|   8.0 | 333M| 304 |   3 | 950 |2820 | 950 | 193 |1371k| 134k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
855.01/855.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
855.01/855.02	c   855s|450000 |367659 |  3616k|   8.0 | 341M| 304 |  13 | 950 |2940 | 950 | 263 |1401k| 137k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
874.21/874.27	c   874s|460000 |375501 |  3697k|   8.0 | 348M| 304 |   3 | 950 |3361 | 950 | 260 |1432k| 140k|  17k| 0.000000e+00 | 1.000000e+00 |    Inf 
893.11/893.12	c   893s|470000 |383209 |  3777k|   8.0 | 356M| 304 |   3 | 950 |3405 | 950 | 165 |1462k| 144k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
911.92/911.99	c   912s|480000 |391098 |  3857k|   8.0 | 363M| 304 |   3 | 950 |3192 | 950 | 211 |1493k| 146k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
931.01/931.08	c   931s|490000 |398899 |  3938k|   8.0 | 371M| 304 |   8 | 950 |3422 | 950 | 269 |1523k| 149k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
950.11/950.16	c   950s|500000 |406581 |  4021k|   8.0 | 378M| 304 |   3 | 950 |3360 | 950 | 222 |1554k| 153k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
969.02/969.01	c   969s|510000 |414394 |  4102k|   8.0 | 386M| 304 |  52 | 950 |3496 | 950 | 240 |1584k| 156k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
988.01/988.05	c   988s|520000 |422233 |  4183k|   8.0 | 393M| 304 |   3 | 950 |3606 | 950 | 260 |1615k| 159k|  18k| 0.000000e+00 | 1.000000e+00 |    Inf 
1006.92/1006.97	c  1007s|530000 |429997 |  4265k|   8.0 | 401M| 304 |   8 | 950 |3318 | 950 | 164 |1645k| 162k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1025.81/1025.87	c  1026s|540000 |437817 |  4345k|   8.0 | 408M| 304 |   3 | 950 |3690 | 950 | 255 |1675k| 165k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1044.81/1044.84	c  1045s|550000 |445670 |  4428k|   8.1 | 416M| 304 |   9 | 950 |3550 | 950 | 210 |1706k| 168k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1064.11/1064.15	c  1064s|560000 |453499 |  4510k|   8.1 | 424M| 304 |   3 | 950 |3683 | 950 | 221 |1737k| 171k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1083.12/1083.11	c  1083s|570000 |461241 |  4590k|   8.1 | 431M| 304 |   9 | 950 |3527 | 950 | 224 |1767k| 174k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1102.12/1102.11	c  1102s|580000 |469028 |  4673k|   8.1 | 438M| 304 |   - | 950 |3630 |   0 |   0 |1798k| 177k|  19k| 0.000000e+00 | 1.000000e+00 |    Inf 
1120.82/1120.80	c  1121s|590000 |476628 |  4754k|   8.1 | 446M| 304 |   3 | 950 |3657 | 950 | 237 |1827k| 180k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1139.72/1139.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1139.72/1139.74	c  1140s|600000 |484333 |  4835k|   8.1 | 453M| 304 |   3 | 950 |3591 | 950 | 235 |1858k| 183k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1158.32/1158.34	c  1158s|610000 |492075 |  4915k|   8.1 | 461M| 304 |   - | 950 |3566 |   0 |   0 |1887k| 186k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1177.31/1177.32	c  1177s|620000 |499789 |  4996k|   8.1 | 468M| 304 |   3 | 950 |3571 | 950 | 256 |1918k| 189k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1196.11/1196.16	c  1196s|630000 |507514 |  5075k|   8.1 | 476M| 304 |   - | 950 |3889 |   0 |   0 |1948k| 191k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1214.92/1214.90	c  1215s|640000 |515124 |  5155k|   8.1 | 483M| 304 |   3 | 950 |3527 | 950 | 206 |1978k| 195k|  20k| 0.000000e+00 | 1.000000e+00 |    Inf 
1233.81/1233.88	c  1234s|650000 |522777 |  5237k|   8.1 | 490M| 304 |   7 | 950 |3420 | 950 | 230 |2008k| 197k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1253.21/1253.22	c  1253s|660000 |530557 |  5319k|   8.1 | 498M| 304 |   - | 950 |3560 |   0 |   0 |2039k| 200k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1271.71/1271.78	c  1272s|670000 |538238 |  5399k|   8.1 | 505M| 304 |   3 | 950 |3523 | 950 | 258 |2069k| 203k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1290.72/1290.79	c  1291s|680000 |545943 |  5481k|   8.1 | 513M| 304 |  15 | 950 |3427 | 950 | 202 |2100k| 206k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1309.82/1309.86	c  1310s|690000 |553617 |  5563k|   8.1 | 520M| 304 |  17 | 950 |3185 | 950 | 227 |2130k| 209k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1328.92/1328.96	c  1329s|700000 |561327 |  5645k|   8.1 | 528M| 304 |   3 | 950 |3108 | 950 | 189 |2161k| 211k|  21k| 0.000000e+00 | 1.000000e+00 |    Inf 
1347.92/1347.97	c  1348s|710000 |569031 |  5728k|   8.1 | 535M| 304 |  53 | 950 |3344 | 950 | 254 |2192k| 214k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1366.92/1366.94	c  1367s|720000 |576654 |  5809k|   8.1 | 543M| 304 |  52 | 950 |3361 | 950 | 258 |2222k| 217k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1385.92/1385.91	c  1386s|730000 |584364 |  5890k|   8.1 | 550M| 304 |  29 | 950 |3478 | 950 | 228 |2253k| 220k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1404.82/1404.80	c  1405s|740000 |592064 |  5970k|   8.1 | 557M| 304 |   3 | 950 |3363 | 950 | 189 |2283k| 223k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1423.82/1423.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1423.82/1423.87	c  1424s|750000 |599872 |  6053k|   8.1 | 565M| 304 |   6 | 950 |3258 | 950 | 275 |2314k| 225k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1442.32/1442.37	c  1442s|760000 |607544 |  6134k|   8.1 | 572M| 304 |   6 | 950 |3222 | 950 | 188 |2344k| 228k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1459.92/1459.91	c  1460s|770000 |615254 |  6215k|   8.1 | 580M| 304 |  13 | 950 |3096 | 950 | 233 |2375k| 231k|  22k| 0.000000e+00 | 1.000000e+00 |    Inf 
1477.12/1477.12	c  1477s|780000 |622783 |  6297k|   8.1 | 587M| 304 |   8 | 950 |3011 | 950 | 200 |2405k| 234k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1494.83/1494.86	c  1495s|790000 |630433 |  6383k|   8.1 | 595M| 304 |   3 | 950 |3070 | 950 | 226 |2436k| 236k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1512.12/1512.19	c  1512s|800000 |637975 |  6464k|   8.1 | 602M| 304 |  19 | 950 |3146 | 950 | 259 |2467k| 239k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1529.22/1529.28	c  1529s|810000 |645663 |  6544k|   8.1 | 610M| 304 |   7 | 950 |3046 | 950 | 244 |2497k| 242k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1546.73/1546.74	c  1547s|820000 |653225 |  6627k|   8.1 | 618M| 304 |   3 | 950 |3403 | 950 | 205 |2528k| 245k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1564.13/1564.18	c  1564s|830000 |660849 |  6708k|   8.1 | 625M| 304 |  35 | 950 |3256 | 950 | 227 |2558k| 248k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1581.43/1581.43	c  1581s|840000 |668468 |  6789k|   8.1 | 633M| 304 |   3 | 950 |3263 | 950 | 237 |2588k| 250k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1598.62/1598.62	c  1599s|850000 |676226 |  6871k|   8.1 | 640M| 304 |   3 | 950 |3145 | 950 | 254 |2619k| 253k|  23k| 0.000000e+00 | 1.000000e+00 |    Inf 
1616.02/1616.03	c  1616s|860000 |683846 |  6953k|   8.1 | 648M| 304 |   3 | 950 |3523 | 950 | 246 |2649k| 256k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1633.33/1633.34	c  1633s|870000 |691449 |  7035k|   8.1 | 655M| 304 |   3 | 950 |3155 | 950 | 236 |2680k| 258k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1650.33/1650.37	c  1650s|880000 |699024 |  7116k|   8.1 | 663M| 304 |   3 | 950 |3249 | 950 | 249 |2709k| 261k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1667.83/1667.88	c  1668s|890000 |706634 |  7197k|   8.1 | 670M| 304 |   3 | 950 |3407 | 950 | 202 |2740k| 264k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1685.33/1685.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.33/1685.30	c  1685s|900000 |714149 |  7280k|   8.1 | 678M| 304 |   3 | 950 |3472 | 950 | 194 |2771k| 267k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1702.62/1702.65	c  1703s|910000 |721582 |  7361k|   8.1 | 685M| 304 |   - | 950 |3563 |   0 |   0 |2801k| 269k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1720.23/1720.21	c  1720s|920000 |729123 |  7443k|   8.1 | 693M| 304 |   3 | 950 |3632 | 950 | 192 |2832k| 272k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1737.53/1737.55	c  1738s|930000 |736627 |  7524k|   8.1 | 701M| 304 |   7 | 950 |3282 | 950 | 216 |2863k| 275k|  24k| 0.000000e+00 | 1.000000e+00 |    Inf 
1754.63/1754.68	c  1755s|940000 |744099 |  7605k|   8.1 | 708M| 304 |   8 | 950 |3280 | 950 | 237 |2893k| 278k|  25k| 0.000000e+00 | 1.000000e+00 |    Inf 
1772.43/1772.42	c  1772s|950000 |751552 |  7688k|   8.1 | 716M| 304 |   3 | 950 |3357 | 950 | 226 |2924k| 281k|  25k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1790.00
1790.03/1790.01	c Solving Nodes      : 959947
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (4 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1790.01	v x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1790.00
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705706-1278578680.wbo
1790.03/1790.01	c   Variables        : 1100 (700 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 951 initial, 951 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705706-1278578680.wbo
1790.03/1790.01	c   Variables        : 950 (550 binary, 0 integer, 400 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 800 initial, 3945 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   linear           :       0.00          0        150          0        400          0        151          0          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -        800          -          -        800          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0    3838522          0          1        358          0          0    1776524
1790.03/1790.01	c   linear           :        400         13    2492592    2950118          1      68415    4294109    2955685          0          0
1790.03/1790.01	c   indicator        :        400          0        458        254          0          0        549          0          0          0
1790.03/1790.01	c   logicor          :          0+         0    1458253          0          0      57065    1613358          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0        254          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      19.16       0.00       0.00      19.16       0.00
1790.03/1790.01	c   linear           :      67.71       0.00      24.46      43.25       0.00
1790.03/1790.01	c   indicator        :       0.01       0.00       0.00       0.00       0.00
1790.03/1790.01	c   logicor          :      21.78       0.00      21.78       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.45          2          0          0
1790.03/1790.01	c   rootredcost      :       0.39          1          0        400
1790.03/1790.01	c   pseudoobj        :      14.05    2492392          0          0
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :       4.08     125480     125380     600995       33.9       6714       16.7          -
1790.03/1790.01	c   infeasible LP    :       0.00          5          5         38       33.9          0        0.0          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -     283974       30.4          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          8          -          -          0          -    (maximal pool size: 13)
1790.03/1790.01	c   redcost          :      41.65    2628213          0          0          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.00          4          0          0         19          0
1790.03/1790.01	c   strongcg         :       0.00          4          0          0         19          0
1790.03/1790.01	c   cmir             :       0.00          4          0          0          0          0
1790.03/1790.01	c   flowcover        :       0.00          4          0          0          0          0
1790.03/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.04          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      17.67     888404          1        358          0          0    1776524
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.01        254          0          0          0          0        508
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.00          -          1
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   feaspump         :       0.00          0          0
1790.03/1790.01	c   intshifting      :       0.00          0          0
1790.03/1790.01	c   oneopt           :       0.23          2          0
1790.03/1790.01	c   crossover        :       0.23          1          0
1790.03/1790.01	c   guideddiving     :       0.01         19          0
1790.03/1790.01	c   coefdiving       :       0.01         19          0
1790.03/1790.01	c   veclendiving     :       0.01         19          0
1790.03/1790.01	c   linesearchdiving :       0.01         19          0
1790.03/1790.01	c   rootsoldiving    :       0.03         10          0
1790.03/1790.01	c   pscostdiving     :       0.01         20          0
1790.03/1790.01	c   fracdiving       :       0.01         20          0
1790.03/1790.01	c   objpscostdiving  :       0.02         11          0
1790.03/1790.01	c   trivial          :       0.00          2          1
1790.03/1790.01	c   simplerounding   :       1.92     888403          0
1790.03/1790.01	c   zirounding       :       0.19       1000          0
1790.03/1790.01	c   rounding         :       1.61      13339          0
1790.03/1790.01	c   shifting         :       0.35       4374          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.00          0          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.13          0          0
1790.03/1790.01	c   trysol           :       0.61          2          2
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :    1232.90    3838197    7771504       2.02    6303.44
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       0.05         82        541       6.60   10046.98
1790.03/1790.01	c   strong branching :      11.49      25355     111465       4.40    9701.23
1790.03/1790.01	c     (at root node) :          -          0          0       0.00          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     959947
1790.03/1790.01	c   nodes (total)    :     959947
1790.03/1790.01	c   nodes left       :     759034
1790.03/1790.01	c   max depth        :        304
1790.03/1790.01	c   max depth (total):        304
1790.03/1790.01	c   backtracks       :      54440 (5.7%)
1790.03/1790.01	c   delayed cutoffs  :      58051
1790.03/1790.01	c   repropagations   :     100796 (1941111 domain reductions, 53896 cutoffs)
1790.03/1790.01	c   avg switch length:       3.13
1790.03/1790.01	c   switching time   :      34.67
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :          4 (2 improvements)
1790.03/1790.01	c   First Solution   : +4.00000000000000e+02   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 254 nodes, 0.15 seconds, depth 253, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :         14
1791.63/1791.64	c Time complete: 1791.67.

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-2705706-1278578680/watcher-2705706-1278578680 -o /tmp/evaluation-result-2705706-1278578680/solver-2705706-1278578680 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705706-1278578680.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.05 2.01 1.96 4/178 21773
/proc/meminfo: memFree=28919656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=12332 CPUtime=0
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 1918 0 0 0 0 0 0 0 25 0 1 0 26081800 12627968 1837 4089446400 4194304 10345943 140734664258272 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21773/statm: 3083 1837 423 1502 0 1576 0

[startup+0.026181 s]
/proc/loadavg: 2.05 2.01 1.96 4/178 21773
/proc/meminfo: memFree=28919656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=19104 CPUtime=0.01
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 3843 0 0 0 1 0 0 0 25 0 1 0 26081800 19562496 3408 4089446400 4194304 10345943 140734664258272 18446744073709551615 5026592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 4776 3408 551 1502 0 3269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19104

[startup+0.101165 s]
/proc/loadavg: 2.05 2.01 1.96 4/178 21773
/proc/meminfo: memFree=28919656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28196 CPUtime=0.09
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 6850 0 0 0 8 1 0 0 25 0 1 0 26081800 28872704 5875 4089446400 4194304 10345943 140734664258272 18446744073709551615 4999669 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7049 5875 748 1502 0 5542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28196

[startup+0.301126 s]
/proc/loadavg: 2.05 2.01 1.96 4/178 21773
/proc/meminfo: memFree=28919656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28196 CPUtime=0.29
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 7420 0 0 0 28 1 0 0 25 0 1 0 26081800 28872704 5915 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7049 5915 759 1502 0 5542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28196

[startup+0.700997 s]
/proc/loadavg: 2.05 2.01 1.96 4/178 21773
/proc/meminfo: memFree=28919656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28196 CPUtime=0.69
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 7420 0 0 0 68 1 0 0 25 0 1 0 26081800 28872704 5915 4089446400 4194304 10345943 140734664258272 18446744073709551615 6550880 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7049 5915 759 1502 0 5542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28196

[startup+1.50085 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21774
/proc/meminfo: memFree=28897568/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28196 CPUtime=1.49
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 7421 0 0 0 147 2 0 0 25 0 1 0 26081800 28872704 5916 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7049 5916 759 1502 0 5542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28196

[startup+3.10057 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21774
/proc/meminfo: memFree=28897196/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28196 CPUtime=3.09
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 7427 0 0 0 306 3 0 0 25 0 1 0 26081800 28872704 5922 4089446400 4194304 10345943 140734664258272 18446744073709551615 5926474 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7049 5922 762 1502 0 5542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28196

[startup+6.30107 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21774
/proc/meminfo: memFree=28897880/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=28448 CPUtime=6.29
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 7463 0 0 0 624 5 0 0 25 0 1 0 26081800 29130752 5958 4089446400 4194304 10345943 140734664258272 18446744073709551615 6108006 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 7112 5958 762 1502 0 5605 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28448

[startup+12.7009 s]
/proc/loadavg: 2.04 2.01 1.96 3/179 21775
/proc/meminfo: memFree=28896516/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=32764 CPUtime=12.69
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 8229 0 0 0 1261 8 0 0 25 0 1 0 26081800 33550336 6724 4089446400 4194304 10345943 140734664258272 18446744073709551615 7588664 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 8191 6724 762 1502 0 6684 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32764

[startup+25.5006 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 21776
/proc/meminfo: memFree=28891924/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=37788 CPUtime=25.49
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 11322 0 0 0 2532 17 0 0 25 0 1 0 26081800 38694912 8092 4089446400 4194304 10345943 140734664258272 18446744073709551615 6868701 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 9447 8092 773 1502 0 7940 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37788

[startup+51.1012 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21776
/proc/meminfo: memFree=28881548/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=47744 CPUtime=51.09
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 14691 0 0 0 5078 31 0 0 25 0 1 0 26081800 48889856 10531 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 11936 10531 773 1502 0 10429 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47744

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 21778
/proc/meminfo: memFree=28855960/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=70680 CPUtime=102.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 21328 0 0 0 10168 62 0 0 25 0 1 0 26081800 72376320 16289 4089446400 4194304 10345943 140734664258272 18446744073709551615 6120538 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 17670 16289 774 1502 0 16163 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70680

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21779
/proc/meminfo: memFree=28830724/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=96116 CPUtime=162.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 27078 0 0 0 16132 98 0 0 25 0 1 0 26081800 98422784 22039 4089446400 4194304 10345943 140734664258272 18446744073709551615 4616651 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 24029 22039 775 1502 0 22522 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96116

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21780
/proc/meminfo: memFree=28801532/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=123536 CPUtime=222.29
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 35013 0 0 0 22093 136 0 0 25 0 1 0 26081800 126500864 29073 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 30884 29073 776 1502 0 29377 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 123536

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21782
/proc/meminfo: memFree=28777304/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=145600 CPUtime=282.29
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 40766 0 0 0 28058 171 0 0 25 0 1 0 26081800 149094400 34825 4089446400 4194304 10345943 140734664258272 18446744073709551615 9114174 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 36400 34825 776 1502 0 34893 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 145600

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21784
/proc/meminfo: memFree=28749980/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=171144 CPUtime=342.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 47153 0 0 0 34022 208 0 0 25 0 1 0 26081800 175251456 41212 4089446400 4194304 10345943 140734664258272 18446744073709551615 6119818 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 42786 41212 776 1502 0 41279 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 171144

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21786
/proc/meminfo: memFree=28720892/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=200044 CPUtime=402.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 54931 0 0 0 39989 241 0 0 25 0 1 0 26081800 204845056 48191 4089446400 4194304 10345943 140734664258272 18446744073709551615 6120828 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 50011 48191 776 1502 0 48504 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 200044

[startup+462.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 21787
/proc/meminfo: memFree=28694808/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=227812 CPUtime=462.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 61113 0 0 0 45953 277 0 0 25 0 1 0 26081800 233279488 54373 4089446400 4194304 10345943 140734664258272 18446744073709551615 6119675 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 56953 54373 776 1502 0 55446 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227812

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21788
/proc/meminfo: memFree=28672572/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=250832 CPUtime=522.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 66917 0 0 0 51917 313 0 0 25 0 1 0 26081800 256851968 60177 4089446400 4194304 10345943 140734664258272 18446744073709551615 6119525 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 62708 60177 776 1502 0 61201 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 250832

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 21790
/proc/meminfo: memFree=28646484/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=275152 CPUtime=582.3
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 72887 0 0 0 57883 347 0 0 25 0 1 0 26081800 281755648 66147 4089446400 4194304 10345943 140734664258272 18446744073709551615 7507723 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 68788 66147 776 1502 0 67281 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 275152

[startup+642.301 s]
/proc/loadavg: 2.08 2.02 1.97 3/179 21792
/proc/meminfo: memFree=28619172/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=299820 CPUtime=642.31
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 79076 0 0 0 63847 384 0 0 25 0 1 0 26081800 307015680 72336 4089446400 4194304 10345943 140734664258272 18446744073709551615 7567783 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 74955 72336 776 1502 0 73448 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 299820

[startup+702.3 s]

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

/proc/meminfo: memFree=28425412/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=475696 CPUtime=1062.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 124075 0 0 0 105616 616 0 0 25 0 1 0 26081800 487112704 116598 4089446400 4194304 10345943 140734664258272 18446744073709551615 8137947 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 118924 116598 776 1502 0 117417 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 475696

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 21813
/proc/meminfo: memFree=28396084/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=509992 CPUtime=1122.31
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 130856 0 0 0 111579 652 0 0 25 0 1 0 26081800 522231808 123379 4089446400 4194304 10345943 140734664258272 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 127498 123379 776 1502 0 125991 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 509992

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21815
/proc/meminfo: memFree=28366272/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=539852 CPUtime=1182.31
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 138390 0 0 0 117546 685 0 0 25 0 1 0 26081800 552808448 130913 4089446400 4194304 10345943 140734664258272 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 134963 130913 776 1502 0 133456 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 539852

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 21817
/proc/meminfo: memFree=28344520/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=559552 CPUtime=1242.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 143379 0 0 0 123513 719 0 0 25 0 1 0 26081800 572981248 135902 4089446400 4194304 10345943 140734664258272 18446744073709551615 4616605 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 139888 135902 776 1502 0 138381 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 559552

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 21819
/proc/meminfo: memFree=28315568/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=585352 CPUtime=1302.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 149776 0 0 0 129477 755 0 0 25 0 1 0 26081800 599400448 142299 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 146338 142299 776 1502 0 144831 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 585352

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21820
/proc/meminfo: memFree=28292964/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=607720 CPUtime=1362.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 155260 0 0 0 135439 793 0 0 25 0 1 0 26081800 622305280 147783 4089446400 4194304 10345943 140734664258272 18446744073709551615 7546623 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 151930 147783 776 1502 0 150423 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 607720

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 21821
/proc/meminfo: memFree=28269608/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=631492 CPUtime=1422.33
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 161073 0 0 0 141405 828 0 0 25 0 1 0 26081800 646647808 153596 4089446400 4194304 10345943 140734664258272 18446744073709551615 6715936 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21773/statm: 157873 153596 776 1502 0 156366 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 631492

[startup+1482.3 s]
/proc/loadavg: 1.95 1.98 1.98 3/179 21850
/proc/meminfo: memFree=28585060/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=657060 CPUtime=1482.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 167726 0 0 0 147365 867 0 0 25 0 1 0 26081800 672829440 160249 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 164265 160249 776 1502 0 162758 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 657060

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.98 3/179 21852
/proc/meminfo: memFree=28472384/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=681200 CPUtime=1542.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 173702 0 0 0 153325 907 0 0 25 0 1 0 26081800 697548800 166225 4089446400 4194304 10345943 140734664258272 18446744073709551615 6853998 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 170300 166225 776 1502 0 168793 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 681200

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21854
/proc/meminfo: memFree=28366180/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=709300 CPUtime=1602.33
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 181608 0 0 0 159291 942 0 0 25 0 1 0 26081800 726323200 173394 4089446400 4194304 10345943 140734664258272 18446744073709551615 8933800 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 177325 173394 776 1502 0 175818 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 709300

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21855
/proc/meminfo: memFree=28261216/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=735924 CPUtime=1662.32
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 188453 0 0 0 165251 981 0 0 25 0 1 0 26081800 753586176 180239 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 183981 180239 776 1502 0 182474 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 735924

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21856
/proc/meminfo: memFree=28162460/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=762596 CPUtime=1722.33
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 194970 0 0 0 171214 1019 0 0 25 0 1 0 26081800 780898304 186756 4089446400 4194304 10345943 140734664258272 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 190649 186756 776 1502 0 189142 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 762596

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28057000/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=792300 CPUtime=1782.33
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 202413 0 0 0 177180 1053 0 0 25 0 1 0 26081800 811315200 194199 4089446400 4194304 10345943 140734664258272 18446744073709551615 7537596 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 198075 194199 776 1502 0 196568 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 792300

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

[startup+1785.5 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28051656/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=793824 CPUtime=1785.53
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 202839 0 0 0 177498 1055 0 0 25 0 1 0 26081800 812875776 194625 4089446400 4194304 10345943 140734664258272 18446744073709551615 6777171 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 198456 194625 776 1502 0 196949 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 793824

[startup+1788.7 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28044712/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=795868 CPUtime=1788.74
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 203424 0 0 0 177817 1057 0 0 25 0 1 0 26081800 814968832 195210 4089446400 4194304 10345943 140734664258272 18446744073709551615 6066413 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21773/statm: 198967 195210 776 1502 0 197460 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 795868

[startup+1790.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28041488/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=797236 CPUtime=1790.33
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 203689 0 0 0 177975 1058 0 0 25 0 1 0 26081800 816369664 195475 4089446400 4194304 10345943 140734664258272 18446744073709551615 4723516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21773/statm: 199309 195475 780 1502 0 197802 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 797236

[startup+1791.1 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28040492/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=797236 CPUtime=1791.13
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 203689 0 0 0 178055 1058 0 0 25 0 1 0 26081800 816369664 195475 4089446400 4194304 10345943 140734664258272 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21773/statm: 199309 195475 780 1502 0 197802 0
Current children cumulated CPU time (s) 1791.13
Current children cumulated vsize (KiB) 797236

[startup+1791.5 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28040492/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=797236 CPUtime=1791.53
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 203689 0 0 0 178095 1058 0 0 25 0 1 0 26081800 816369664 195475 4089446400 4194304 10345943 140734664258272 18446744073709551615 4723491 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21773/statm: 199309 195475 780 1502 0 197802 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 797236

[startup+1791.6 s]
/proc/loadavg: 1.99 1.98 1.98 3/179 21858
/proc/meminfo: memFree=28040492/32950928 swapFree=67111528/67111528
[pid=21773] ppid=21771 vsize=797236 CPUtime=1791.63
/proc/21773/stat : 21773 (pbscip.linux.x8) R 21771 21773 21011 0 -1 4202496 203689 0 0 0 178105 1058 0 0 25 0 1 0 26081800 816369664 195475 4089446400 4194304 10345943 140734664258272 18446744073709551615 4664404 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21773/statm: 199309 195475 780 1502 0 197802 0
Current children cumulated CPU time (s) 1791.63
Current children cumulated vsize (KiB) 797236

Child status: 0
Real time (s): 1791.64
CPU time (s): 1791.68
CPU user time (s): 1781.06
CPU system time (s): 10.6184
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 797236

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

runsolver used 3.05253 second user time and 6.39503 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-08 10:44:40
IDJOB=2705706
IDBENCH=79370
IDSOLVER=1214
FILE ID=node125/2705706-1278578680
PBS_JOBID= 11240203
Free space on /tmp= 73528 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_25_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-2705706-1278578680/watcher-2705706-1278578680 -o /tmp/evaluation-result-2705706-1278578680/solver-2705706-1278578680 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705706-1278578680.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 365904b3d99ce590f30201f621420ac3
RANDOM SEED=1893916430

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28920184 kB
Buffers:        138072 kB
Cached:        3296540 kB
SwapCached:          0 kB
Active:        1299744 kB
Inactive:      2571268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28920184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:      436148 kB
Mapped:          17544 kB
Slab:            94568 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   594332 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= 73516 MiB
End job on node125 at 2010-07-08 11:14:32