Trace number 2700574

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverMSAT (TO) 1800.81 1800.75

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
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 benchmark10.3784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2700574-1278535707.wbo>
0.00/0.01	c original problem has 2595 variables (1415 bin, 0 int, 0 impl, 1180 cont) and 2408 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1180 impls, 47 clqs
0.00/0.04	c (round 2) 0 del vars, 0 del conss, 1180 chg bounds, 0 chg sides, 0 chg coeffs, 48 upgd conss, 1180 impls, 47 clqs
0.04/0.09	c    (0.1s) probing: 101/1415 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.04/0.09	c presolving (3 rounds):
0.04/0.09	c  0 deleted vars, 0 deleted constraints, 1180 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.09	c  1180 implications, 47 cliques
0.04/0.09	c presolved problem has 2595 variables (1415 bin, 0 int, 0 impl, 1180 cont) and 2408 constraints
0.04/0.09	c    1180 constraints of type <indicator>
0.04/0.09	c       1 constraints of type <knapsack>
0.04/0.09	c      47 constraints of type <setppc>
0.04/0.09	c    1180 constraints of type <linear>
0.04/0.09	c transformed objective value is always integral (scale: 1)
0.04/0.09	c Presolving Time: 0.06
0.04/0.09	c - non default parameters ----------------------------------------------------------------------
0.04/0.09	c # SCIP version 1.2.1.2
0.04/0.09	c 
0.04/0.09	c # frequency for displaying node information lines
0.04/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.09	c display/freq = 10000
0.04/0.09	c 
0.04/0.09	c # maximal time in seconds to run
0.04/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.09	c limits/time = 1799.99
0.04/0.09	c 
0.04/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.09	c limits/memory = 3420
0.04/0.09	c 
0.04/0.09	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.09	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.09	c lp/solvefreq = -1
0.04/0.09	c 
0.04/0.09	c # should presolving try to simplify inequalities
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c constraints/linear/simplifyinequalities = TRUE
0.04/0.09	c 
0.04/0.09	c # should presolving try to simplify knapsacks
0.04/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.09	c 
0.04/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.09	c separating/rapidlearning/freq = 0
0.04/0.09	c 
0.04/0.09	c -----------------------------------------------------------------------------------------------
0.04/0.09	c start solving
0.04/0.09	c 
0.04/0.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.09	c   0.1s|     1 |     2 |     0 |     - |7882k|   0 |   - |2595 |2408 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.30	c   2.0s| 10000 |  9669 |     0 |   0.0 |  13M|1256 |   - |2595 |4017 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
4.50/4.50	c   4.0s| 20000 | 19669 |     0 |   0.0 |  17M|1256 |   - |2595 |3969 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
6.69/6.70	c   6.0s| 30000 | 29669 |     0 |   0.0 |  21M|1256 |   - |2595 |3877 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
8.89/8.92	c   8.0s| 40000 | 39669 |     0 |   0.0 |  24M|1256 |   - |2595 |3715 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
11.09/11.13	c   9.9s| 50000 | 49669 |     0 |   0.0 |  28M|1256 |   - |2595 |3499 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
13.29/13.35	c  11.9s| 60000 | 59669 |     0 |   0.0 |  32M|1256 |   - |2595 |3380 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
15.49/15.59	c  13.9s| 70000 | 69669 |     0 |   0.0 |  35M|1256 |   - |2595 |3263 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
17.79/17.84	c  15.9s| 80000 | 79669 |     0 |   0.0 |  39M|1256 |   - |2595 |3166 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
19.99/20.00	c  17.8s| 90000 | 89669 |     0 |   0.0 |  43M|1256 |   - |2595 |3102 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
22.09/22.17	c  19.8s|100000 | 99669 |     0 |   0.0 |  47M|1256 |   - |2595 |3051 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
24.30/24.36	c  21.7s|110000 |109669 |     0 |   0.0 |  51M|1256 |   - |2595 |3008 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
26.49/26.57	c  23.7s|120000 |119669 |     0 |   0.0 |  54M|1256 |   - |2595 |2996 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
28.79/28.81	c  25.7s|130000 |129669 |     0 |   0.0 |  58M|1256 |   - |2595 |2981 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
30.99/31.07	c  27.7s|140000 |139669 |     0 |   0.0 |  62M|1256 |   - |2595 |2981 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
33.19/33.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.19/33.28	c  29.7s|150000 |149669 |     0 |   0.0 |  66M|1256 |   - |2595 |2981 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
35.49/35.54	c  31.7s|160000 |159669 |     0 |   0.0 |  69M|1256 |   - |2595 |2981 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
37.70/37.79	c  33.7s|170000 |169669 |     0 |   0.0 |  73M|1256 |   - |2595 |2967 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
39.99/40.02	c  35.8s|180000 |179669 |     0 |   0.0 |  77M|1256 |   - |2595 |2892 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
42.19/42.29	c  37.8s|190000 |189669 |     0 |   0.0 |  81M|1256 |   - |2595 |2815 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
44.49/44.51	c  39.7s|200000 |199669 |     0 |   0.0 |  85M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
46.60/46.68	c  41.7s|210000 |209669 |     0 |   0.0 |  88M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
48.79/48.85	c  43.6s|220000 |219669 |     0 |   0.0 |  92M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
50.99/51.02	c  45.5s|230000 |229669 |     0 |   0.0 |  96M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
53.19/53.20	c  47.5s|240000 |239669 |     0 |   0.0 | 100M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
55.29/55.37	c  49.4s|250000 |249669 |     0 |   0.0 | 104M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
57.49/57.53	c  51.3s|260000 |259669 |     0 |   0.0 | 107M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
59.59/59.67	c  53.2s|270000 |269669 |     0 |   0.0 | 111M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
61.69/61.79	c  55.1s|280000 |279669 |     0 |   0.0 | 115M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
63.99/64.00	c  57.1s|290000 |289669 |     0 |   0.0 | 119M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
66.09/66.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.09/66.13	c  59.0s|300000 |299669 |     0 |   0.0 | 123M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
68.09/68.14	c  60.8s|310000 |309669 |     0 |   0.0 | 126M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
70.09/70.12	c  62.5s|320000 |319669 |     0 |   0.0 | 130M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
72.09/72.10	c  64.3s|330000 |329669 |     0 |   0.0 | 134M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
74.09/74.14	c  66.1s|340000 |339669 |     0 |   0.0 | 138M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
76.10/76.16	c  67.8s|350000 |349669 |     0 |   0.0 | 142M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
78.10/78.18	c  69.7s|360000 |359669 |     0 |   0.0 | 146M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
80.09/80.18	c  71.4s|370000 |369669 |     0 |   0.0 | 149M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
82.09/82.19	c  73.2s|380000 |379669 |     0 |   0.0 | 153M|1256 |   - |2595 |2417 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
84.20/84.21	c  75.0s|390000 |389669 |     0 |   0.0 | 157M|1256 |   - |2595 |2409 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
86.09/86.17	c  76.7s|400000 |399669 |     0 |   0.0 | 161M|1265 |   - |2595 |2409 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 |      --      |    Inf 
86.90/86.99	o 16
86.90/86.99	c *77.5s|403713 | 77754 |     0 |   0.0 |  42M|1276 |   - |2595 |2409 |   0 |   0 |   0 |1637 |   0 | 0.000000e+00 | 1.600000e+01 |    Inf 
87.00/87.05	o 15
87.00/87.05	c *77.5s|403827 | 74310 |     0 |   0.0 |  40M|1276 |   - |2595 |2419 |   0 |   0 |   0 |1647 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
88.69/88.70	c  79.0s|410000 | 80467 |     0 |   0.0 |  43M|1276 |   - |2595 |2502 |   0 |   0 |   0 |1731 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
91.09/91.17	c  81.2s|420000 | 90467 |     0 |   0.0 |  47M|1276 |   - |2595 |2491 |   0 |   0 |   0 |1731 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
93.59/93.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.59/93.65	c  83.5s|430000 |100467 |     0 |   0.0 |  51M|1276 |   - |2595 |2444 |   0 |   0 |   0 |1731 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
96.09/96.14	c  85.7s|440000 |110467 |     0 |   0.0 |  56M|1276 |   - |2595 |2444 |   0 |   0 |   0 |1731 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
98.39/98.41	c  87.8s|450000 |120455 |     0 |   0.0 |  60M|1276 |   - |2595 |2495 |   0 |   0 |   0 |1800 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
100.99/101.01	c  90.1s|460000 |130450 |     0 |   0.0 |  65M|1276 |   - |2595 |2486 |   0 |   0 |   0 |1818 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
103.19/103.24	c  92.1s|470000 |140410 |     0 |   0.0 |  69M|1276 |   - |2595 |2537 |   0 |   0 |   0 |1968 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
105.50/105.59	c  94.2s|480000 |150403 |     0 |   0.0 |  74M|1276 |   - |2595 |2518 |   0 |   0 |   0 |1990 |   0 | 0.000000e+00 | 1.500000e+01 |    Inf 
105.89/105.93	o 6
105.89/105.93	c *94.5s|481265 | 86461 |     0 |   0.0 |  54M|1276 |   - |2595 |2518 |   0 |   0 |   0 |1990 |   0 | 0.000000e+00 | 6.000000e+00 |    Inf 
106.70/106.72	o 3
106.70/106.72	c *95.2s|485121 | 56305 |     0 |   0.0 |  37M|1276 |   - |2595 |2533 |   0 |   0 |   0 |2053 |   0 | 0.000000e+00 | 3.000000e+00 |    Inf 
106.70/106.76	o 2
106.70/106.76	c *95.3s|485193 | 37736 |     0 |   0.0 |  29M|1276 |   - |2595 |2529 |   0 |   0 |   0 |2053 |   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.79/106.82	o 1
106.79/106.82	c *95.3s|485265 |   752 |     0 |   0.0 |  10M|1276 |   - |2595 |2522 |   0 |   0 |   0 |2053 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
108.00/108.00	c  96.3s|490000 |  4124 |     0 |   0.0 |  16M|1276 |   - |2595 |5483 |   0 |   0 |   0 |9512 |   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
111.00/111.05	c  99.0s|500000 | 10487 |     0 |   0.0 |  24M|1276 |   - |2595 |5380 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
114.30/114.30	c   102s|510000 | 16510 |     0 |   0.0 |  33M|1276 |   - |2595 |8356 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
118.99/119.06	c   106s|520000 | 20826 |     0 |   0.0 |  42M|1276 |   - |2595 |  12k|   0 |   0 |   0 |  78k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
124.80/124.81	c   112s|530000 | 24768 |     0 |   0.0 |  47M|1276 |   - |2595 |  10k|   0 |   0 |   0 | 107k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
128.09/128.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
128.09/128.19	c   115s|540000 | 31467 |     0 |   0.0 |  55M|1276 |   - |2595 |8988 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
132.00/132.08	c   118s|550000 | 37334 |     0 |   0.0 |  63M|1276 |   - |2595 |  10k|   0 |   0 |   0 | 146k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
136.49/136.54	c   122s|560000 | 42574 |     0 |   0.0 |  71M|1276 |   - |2595 |  11k|   0 |   0 |   0 | 170k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
141.59/141.63	c   127s|570000 | 47357 |     0 |   0.0 |  79M|1276 |   - |2595 |  13k|   0 |   0 |   0 | 197k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
147.30/147.39	c   132s|580000 | 51641 |     0 |   0.0 |  87M|1276 |   - |2595 |  14k|   0 |   0 |   0 | 226k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
154.00/154.09	c   138s|590000 | 55392 |     0 |   0.0 |  95M|1276 |   - |2595 |  17k|   0 |   0 |   0 | 259k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
161.70/161.71	c   146s|600000 | 58783 |     0 |   0.0 | 102M|1276 |   - |2595 |  19k|   0 |   0 |   0 | 293k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
170.20/170.28	c   154s|610000 | 61920 |     0 |   0.0 | 108M|1276 |   - |2595 |  21k|   0 |   0 |   0 | 328k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
180.99/181.07	c   164s|620000 | 64192 |     0 |   0.0 | 115M|1276 |   - |2595 |  24k|   0 |   0 |   0 | 367k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
194.61/194.68	c   177s|630000 | 65516 |     0 |   0.0 | 121M|1276 |   - |2595 |  29k|   0 |   0 |   0 | 411k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
209.19/209.27	c   191s|640000 | 66506 |     0 |   0.0 | 127M|1276 |   - |2595 |  35k|   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
218.60/218.64	c   200s|650000 | 72056 |     0 |   0.0 | 129M|1276 |   - |2595 |  24k|   0 |   0 |   0 | 478k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
226.00/226.06	c   207s|660000 | 78122 |     0 |   0.0 | 136M|1276 |   - |2595 |  23k|   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
233.80/233.86	c   215s|670000 | 83790 |     0 |   0.0 | 143M|1276 |   - |2595 |  22k|   0 |   0 |   0 | 522k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
242.30/242.31	c   223s|680000 | 88734 |     0 |   0.0 | 150M|1276 |   - |2595 |  22k|   0 |   0 |   0 | 548k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
251.19/251.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
251.19/251.21	c   231s|690000 | 93354 |     0 |   0.0 | 158M|1276 |   - |2595 |  24k|   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
260.40/260.40	c   240s|700000 | 98139 |     0 |   0.0 | 165M|1276 |   - |2595 |  24k|   0 |   0 |   0 | 603k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
270.69/270.76	c   250s|710000 |102437 |     0 |   0.0 | 173M|1276 |   - |2595 |  26k|   0 |   0 |   0 | 633k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
281.20/281.25	c   260s|720000 |106705 |     0 |   0.0 | 179M|1276 |   - |2595 |  26k|   0 |   0 |   0 | 663k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
292.90/292.98	c   271s|730000 |110649 |     0 |   0.0 | 186M|1276 |   - |2595 |  27k|   0 |   0 |   0 | 694k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
305.20/305.29	c   283s|740000 |114466 |     0 |   0.0 | 193M|1276 |   - |2595 |  29k|   0 |   0 |   0 | 727k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
319.30/319.33	c   297s|750000 |117794 |     0 |   0.0 | 200M|1276 |   - |2595 |  31k|   0 |   0 |   0 | 761k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.70/333.75	c   311s|760000 |121061 |     0 |   0.0 | 207M|1276 |   - |2595 |  32k|   0 |   0 |   0 | 797k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
349.81/349.82	c   326s|770000 |123994 |     0 |   0.0 | 213M|1276 |   - |2595 |  34k|   0 |   0 |   0 | 833k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
366.10/366.18	c   342s|780000 |127069 |     0 |   0.0 | 219M|1276 |   - |2595 |  35k|   0 |   0 |   0 | 869k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.21/385.29	c   361s|790000 |129468 |     0 |   0.0 | 225M|1276 |   - |2595 |  38k|   0 |   0 |   0 | 908k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.41/404.42	c   380s|800000 |132189 |     0 |   0.0 | 231M|1276 |   - |2595 |  39k|   0 |   0 |   0 | 945k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.30/427.38	c   402s|810000 |133995 |     0 |   0.0 | 237M|1276 |   - |2595 |  42k|   0 |   0 |   0 | 987k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.21/449.22	c   423s|820000 |136569 |     0 |   0.0 | 243M|1276 |   - |2595 |  43k|   0 |   0 |   0 |1026k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
476.71/476.72	c   450s|830000 |137788 |     0 |   0.0 | 248M|1276 |   - |2595 |  46k|   0 |   0 |   0 |1070k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
504.70/504.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.70/504.73	c   478s|840000 |139217 |     0 |   0.0 | 253M|1276 |   - |2595 |  50k|   0 |   0 |   0 |1113k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
532.81/532.80	c   505s|850000 |141184 |     0 |   0.0 | 258M|1276 |   - |2595 |  51k|   0 |   0 |   0 |1155k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
566.21/566.24	c   538s|860000 |142110 |     0 |   0.0 | 262M|1276 |   - |2595 |  54k|   0 |   0 |   0 |1200k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.71/602.80	c   574s|870000 |142684 |     0 |   0.0 | 267M|1276 |   - |2595 |  57k|   0 |   0 |   0 |1247k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
641.32/641.35	c   612s|880000 |143119 |     0 |   0.0 | 271M|1276 |   - |2595 |  61k|   0 |   0 |   0 |1294k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
683.41/683.49	c   654s|890000 |143218 |     0 |   0.0 | 274M|1276 |   - |2595 |  66k|   0 |   0 |   0 |1343k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
728.61/728.67	c   699s|900000 |142829 |     0 |   0.0 | 277M|1276 |   - |2595 |  71k|   0 |   0 |   0 |1394k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
772.92/772.99	c   742s|910000 |141910 |     0 |   0.0 | 280M|1276 |   - |2595 |  78k|   0 |   0 |   0 |1447k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
799.12/799.17	c   768s|920000 |146704 |     0 |   0.0 | 278M|1276 |   - |2595 |  58k|   0 |   0 |   0 |1472k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
820.32/820.34	c   789s|930000 |152138 |     0 |   0.0 | 285M|1276 |   - |2595 |  56k|   0 |   0 |   0 |1497k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
842.22/842.25	c   810s|940000 |157198 |     0 |   0.0 | 291M|1276 |   - |2595 |  55k|   0 |   0 |   0 |1523k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
865.32/865.39	c   833s|950000 |162000 |     0 |   0.0 | 298M|1276 |   - |2595 |  55k|   0 |   0 |   0 |1550k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
890.42/890.40	c   858s|960000 |166379 |     0 |   0.0 | 305M|1276 |   - |2595 |  58k|   0 |   0 |   0 |1580k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
916.52/916.57	c   884s|970000 |170592 |     0 |   0.0 | 311M|1276 |   - |2595 |  57k|   0 |   0 |   0 |1610k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
943.22/943.23	c   910s|980000 |174584 |     0 |   0.0 | 318M|1276 |   - |2595 |  57k|   0 |   0 |   0 |1642k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
970.42/970.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
970.42/970.44	c   937s|990000 |178634 |     0 |   0.0 | 324M|1276 |   - |2595 |  57k|   0 |   0 |   0 |1674k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
998.93/998.90	c   965s|  1000k|182114 |     0 |   0.0 | 330M|1276 |   - |2595 |  57k|   0 |   0 |   0 |1707k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1030.53/1030.50	c   996s|  1010k|185227 |     0 |   0.0 | 337M|1276 |   - |2595 |  59k|   0 |   0 |   0 |1743k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1060.22/1060.27	c  1025s|  1020k|188762 |     0 |   0.0 | 343M|1276 |   - |2595 |  59k|   0 |   0 |   0 |1777k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.73/1093.73	c  1058s|  1030k|191711 |     0 |   0.0 | 349M|1276 |   - |2595 |  60k|   0 |   0 |   0 |1814k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1129.43/1129.42	c  1093s|  1040k|194362 |     0 |   0.0 | 356M|1276 |   - |2595 |  61k|   0 |   0 |   0 |1852k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1162.42/1162.48	c  1126s|  1050k|197596 |     0 |   0.0 | 362M|1276 |   - |2595 |  62k|   0 |   0 |   0 |1888k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.74/1196.71	c  1159s|  1060k|200815 |     0 |   0.0 | 368M|1276 |   - |2595 |  64k|   0 |   0 |   0 |1923k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1239.03/1239.06	c  1201s|  1070k|202637 |     0 |   0.0 | 373M|1276 |   - |2595 |  65k|   0 |   0 |   0 |1965k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1275.63/1275.63	c  1237s|  1080k|205546 |     0 |   0.0 | 379M|1276 |   - |2595 |  66k|   0 |   0 |   0 |2003k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1313.23/1313.24	c  1275s|  1090k|208453 |     0 |   0.0 | 385M|1276 |   - |2595 |  67k|   0 |   0 |   0 |2040k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1359.14/1359.19	c  1320s|  1100k|210046 |     0 |   0.0 | 390M|1276 |   - |2595 |  69k|   0 |   0 |   0 |2082k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1403.13/1403.12	c  1363s|  1110k|212099 |     0 |   0.0 | 395M|1276 |   - |2595 |  70k|   0 |   0 |   0 |2124k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1446.84/1446.81	c  1407s|  1120k|214393 |     0 |   0.0 | 401M|1276 |   - |2595 |  72k|   0 |   0 |   0 |2164k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1488.24/1488.28	c  1448s|  1130k|217022 |     0 |   0.0 | 407M|1276 |   - |2595 |  73k|   0 |   0 |   0 |2202k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.95/1542.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1542.95/1542.97	c  1502s|  1140k|217578 |     0 |   0.0 | 410M|1276 |   - |2595 |  75k|   0 |   0 |   0 |2249k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.74/1592.73	c  1551s|  1150k|219354 |     0 |   0.0 | 415M|1276 |   - |2595 |  76k|   0 |   0 |   0 |2292k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1638.45/1638.45	c  1596s|  1160k|221625 |     0 |   0.0 | 421M|1276 |   - |2595 |  78k|   0 |   0 |   0 |2332k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1694.15/1694.19	c  1652s|  1170k|222624 |     0 |   0.0 | 425M|1276 |   - |2595 |  80k|   0 |   0 |   0 |2377k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1754.05/1754.02	c  1711s|  1180k|223394 |     0 |   0.0 | 429M|1276 |   - |2595 |  82k|   0 |   0 |   0 |2424k|   0 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1756.44
1800.05/1800.00	c Solving Nodes      : 1188703
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (6 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.02	s SATISFIABLE
1800.05/1800.02	v x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 
1800.05/1800.02	v -x213 x212 -x211 -x210 x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 
1800.05/1800.02	v -x191 -x190 -x189 -x188 -x187 x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 x172 -x171 
1800.05/1800.02	v -x170 -x169 -x168 -x167 x166 -x165 -x164 x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 x149 
1800.05/1800.02	v -x148 -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 
1800.05/1800.02	v -x127 x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 
1800.05/1800.02	v -x105 x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 
1800.05/1800.02	v -x80 -x79 x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 x57 -x56 -x55 
1800.05/1800.02	v -x54 -x53 -x52 x51 -x50 x49 -x48 -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.02	v x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 -x1 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time       :    1756.44
1800.05/1800.02	c Original Problem   :
1800.05/1800.02	c   Problem name     : HOME/instance-2700574-1278535707.wbo
1800.05/1800.02	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.05/1800.02	c   Constraints      : 2408 initial, 2408 maximal
1800.05/1800.02	c Presolved Problem  :
1800.05/1800.02	c   Problem name     : t_HOME/instance-2700574-1278535707.wbo
1800.05/1800.02	c   Variables        : 2595 (1415 binary, 0 integer, 0 implicit integer, 1180 continuous)
1800.05/1800.02	c   Constraints      : 2408 initial, 83623 maximal
1800.05/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.02	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   knapsack         :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   linear           :       0.02          0          0          0       1180          0          0          0          0
1800.05/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.02	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.02	c   indicator        :       1180          0     634655          0     484063          0     372304          0          0          0
1800.05/1800.02	c   knapsack         :          1          0    3336495          0    1019997          0          0          0          0          0
1800.05/1800.02	c   setppc           :         47          0    3336489          0    1019991     228790    3226215          0          0          0
1800.05/1800.02	c   linear           :       1180          0    3074112          0     993597      46701    8182497          0          0          0
1800.05/1800.02	c   logicor          :          0+         0    1808779          0          0      12456     368205          0          0          0
1800.05/1800.02	c   countsols        :          0          0          0          0    1019996          0          0          0          0          0
1800.05/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.02	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c   indicator        :      18.21       0.00       3.95       0.00      14.26
1800.05/1800.02	c   knapsack         :      40.21       0.00      23.93       0.00      16.28
1800.05/1800.02	c   setppc           :      53.91       0.00      48.22       0.00       5.69
1800.05/1800.02	c   linear           :      54.46       0.00      47.36       0.00       7.10
1800.05/1800.02	c   logicor          :     768.55       0.00     768.55       0.00       0.00
1800.05/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.02	c   vbounds          :       0.01          2          0          0
1800.05/1800.02	c   rootredcost      :       0.01          0          0          0
1800.05/1800.02	c   pseudoobj        :      70.35    3336298          3       2390
1800.05/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.02	c   propagation      :      20.48     287950     287950    1908893       45.2     650221        3.5          -
1800.05/1800.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.02	c   pseudo solution  :       0.00          3          3         23       25.0         15        4.1          -
1800.05/1800.02	c   applied globally :          -          -          -    2461148       33.5          -          -          -
1800.05/1800.02	c   applied locally  :          -          -          -        297      167.9          -          -          -
1800.05/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.02	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.02	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.02	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.02	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.02	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.02	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.02	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.02	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.02	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.02	c Pricers            :       Time      Calls       Vars
1800.05/1800.02	c   problem variables:       0.00          0          0
1800.05/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.02	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   inference        :      30.44    1019990          0          0          0          0    2039980
1800.05/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.02	c   LP solutions     :       0.00          -          0
1800.05/1800.02	c   pseudo solutions :       0.34          -          6
1800.05/1800.02	c   oneopt           :       0.09          0          0
1800.05/1800.02	c   trivial          :       0.01          2          0
1800.05/1800.02	c   simplerounding   :       0.00          0          0
1800.05/1800.02	c   zirounding       :       0.00          0          0
1800.05/1800.02	c   rounding         :       0.00          0          0
1800.05/1800.02	c   shifting         :       0.00          0          0
1800.05/1800.02	c   intshifting      :       0.00          0          0
1800.05/1800.02	c   twoopt           :       0.00          0          0
1800.05/1800.02	c   fixandinfer      :       0.00          0          0
1800.05/1800.02	c   feaspump         :       0.00          0          0
1800.05/1800.02	c   coefdiving       :       0.00          0          0
1800.05/1800.02	c   pscostdiving     :       0.00          0          0
1800.05/1800.02	c   fracdiving       :       0.00          0          0
1800.05/1800.02	c   veclendiving     :       0.00          0          0
1800.05/1800.02	c   intdiving        :       0.00          0          0
1800.05/1800.02	c   actconsdiving    :       0.00          0          0
1800.05/1800.02	c   objpscostdiving  :       0.00          0          0
1800.05/1800.02	c   rootsoldiving    :       0.00          0          0
1800.05/1800.02	c   linesearchdiving :       0.00          0          0
1800.05/1800.02	c   guideddiving     :       0.00          0          0
1800.05/1800.02	c   octane           :       0.00          0          0
1800.05/1800.02	c   rens             :       0.00          0          0
1800.05/1800.02	c   rins             :       0.00          0          0
1800.05/1800.02	c   localbranching   :       0.00          0          0
1800.05/1800.02	c   mutation         :       0.00          0          0
1800.05/1800.02	c   crossover        :       0.00          0          0
1800.05/1800.02	c   dins             :       0.00          0          0
1800.05/1800.02	c   undercover       :       0.00          0          0
1800.05/1800.02	c   nlp              :       0.00          0          0
1800.05/1800.02	c   trysol           :       0.00          1          0
1800.05/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.02	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.02	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.02	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.02	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.02	c B&B Tree           :
1800.05/1800.02	c   number of runs   :          1
1800.05/1800.02	c   nodes            :    1188703
1800.05/1800.02	c   nodes (total)    :    1188703
1800.05/1800.02	c   nodes left       :     224988
1800.05/1800.02	c   max depth        :       1276
1800.05/1800.02	c   max depth (total):       1276
1800.05/1800.02	c   backtracks       :     144143 (12.1%)
1800.05/1800.02	c   delayed cutoffs  :     142214
1800.05/1800.02	c   repropagations   :     336085 (3574449 domain reductions, 119246 cutoffs)
1800.05/1800.02	c   avg switch length:       6.36
1800.05/1800.02	c   switching time   :     466.46
1800.05/1800.02	c Solution           :
1800.05/1800.02	c   Solutions found  :          6 (6 improvements)
1800.05/1800.02	c   First Solution   : +1.60000000000000e+01   (in run 1, after 403713 nodes, 77.26 seconds, depth 1276, found by <relaxation>)
1800.05/1800.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 485265 nodes, 95.27 seconds, depth 1168, found by <relaxation>)
1800.05/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.02	c   Gap              :   infinite
1800.05/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.02	c   Root Iterations  :          0
1800.76/1800.74	c Time complete: 1800.79.

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-2700574-1278535707/watcher-2700574-1278535707 -o /tmp/evaluation-result-2700574-1278535707/solver-2700574-1278535707 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700574-1278535707.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.06 1.99 1.71 3/178 17688
/proc/meminfo: memFree=30164816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=8124 CPUtime=0
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 1539 0 0 0 0 0 0 0 21 0 1 0 21782946 8318976 1461 4089446400 4194304 7136930 140735243945216 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17688/statm: 2065 1461 275 719 0 1344 0

[startup+0.056766 s]
/proc/loadavg: 2.06 1.99 1.71 3/178 17688
/proc/meminfo: memFree=30164816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=21112 CPUtime=0.04
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 5712 0 0 0 4 0 0 0 21 0 1 0 21782946 21618688 4508 4089446400 4194304 7136930 140735243945216 18446744073709551615 4443014 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 5278 4508 358 719 0 4557 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21112

[startup+0.100759 s]
/proc/loadavg: 2.06 1.99 1.71 3/178 17688
/proc/meminfo: memFree=30164816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=22424 CPUtime=0.09
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 7103 0 0 0 8 1 0 0 21 0 1 0 21782946 22962176 4871 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 5606 4871 394 719 0 4885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22424

[startup+0.300722 s]
/proc/loadavg: 2.06 1.99 1.71 3/178 17688
/proc/meminfo: memFree=30164816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=23352 CPUtime=0.29
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 7331 0 0 0 27 2 0 0 21 0 1 0 21782946 23912448 5099 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 5838 5099 394 719 0 5117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23352

[startup+0.700649 s]
/proc/loadavg: 2.06 1.99 1.71 3/178 17688
/proc/meminfo: memFree=30164816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=27516 CPUtime=0.69
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 8381 0 0 0 61 8 0 0 22 0 1 0 21782946 28176384 6149 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 6879 6149 401 719 0 6158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27516

[startup+1.5005 s]
/proc/loadavg: 2.06 1.99 1.71 3/179 17690
/proc/meminfo: memFree=30141292/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=29640 CPUtime=1.49
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 8948 0 0 0 133 16 0 0 25 0 1 0 21782946 30351360 6716 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 7410 6716 401 719 0 6689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29640

[startup+3.1002 s]
/proc/loadavg: 2.06 1.99 1.71 3/179 17690
/proc/meminfo: memFree=30136332/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=31552 CPUtime=3.09
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 9448 0 0 0 275 34 0 0 25 0 1 0 21782946 32309248 7216 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 7888 7216 401 719 0 7167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31552

[startup+6.30061 s]
/proc/loadavg: 2.05 1.99 1.71 3/179 17690
/proc/meminfo: memFree=30126720/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=37828 CPUtime=6.29
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 11088 0 0 0 561 68 0 0 25 0 1 0 21782946 38735872 8856 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 9457 8856 401 719 0 8736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37828

[startup+12.7004 s]
/proc/loadavg: 2.05 1.99 1.71 3/179 17690
/proc/meminfo: memFree=30107756/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=47840 CPUtime=12.69
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 13699 0 0 0 1131 138 0 0 25 0 1 0 21782946 48988160 11467 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 11960 11467 401 719 0 11239 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47840

[startup+25.5011 s]
/proc/loadavg: 2.04 1.99 1.71 3/179 17690
/proc/meminfo: memFree=30067076/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=72308 CPUtime=25.49
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 19515 0 0 0 2276 273 0 0 25 0 1 0 21782946 74043392 17283 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 18077 17283 401 719 0 17356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72308

[startup+51.1003 s]
/proc/loadavg: 2.02 1.99 1.72 3/179 17691
/proc/meminfo: memFree=29988668/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=119616 CPUtime=51.09
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 30781 0 0 0 4562 547 0 0 25 0 1 0 21782946 122486784 28549 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 29904 28549 401 719 0 29183 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 119616

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 1.73 3/179 17692
/proc/meminfo: memFree=29846372/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=194384 CPUtime=102.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 50107 0 0 0 9126 1104 0 0 25 0 1 0 21782946 199049216 47875 4089446400 4194304 7136930 140735243945216 18446744073709551615 4854295 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 48596 47875 402 719 0 47875 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 194384

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.75 3/179 17694
/proc/meminfo: memFree=29788520/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=175596 CPUtime=162.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 69596 0 0 0 14615 1615 0 0 25 0 1 0 21782946 179810304 43102 4089446400 4194304 7136930 140735243945216 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 43899 43102 402 719 0 43178 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 175596

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.76 3/179 17695
/proc/meminfo: memFree=29678220/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=211472 CPUtime=222.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 78412 0 0 0 20376 1854 0 0 25 0 1 0 21782946 216547328 51918 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 52868 51918 402 719 0 52147 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 211472

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 17697
/proc/meminfo: memFree=29550636/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=262528 CPUtime=282.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 91193 0 0 0 26116 2114 0 0 25 0 1 0 21782946 268828672 64699 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 65632 64699 402 719 0 64911 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 262528

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.78 3/179 17698
/proc/meminfo: memFree=29449484/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=289512 CPUtime=342.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 97858 0 0 0 31911 2319 0 0 25 0 1 0 21782946 296460288 71364 4089446400 4194304 7136930 140735243945216 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 72378 71364 402 719 0 71657 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 289512

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/179 17700
/proc/meminfo: memFree=29348096/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=314852 CPUtime=402.3
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 104107 0 0 0 37752 2478 0 0 25 0 1 0 21782946 322408448 77613 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 78713 77613 402 719 0 77992 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 314852

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/179 17702
/proc/meminfo: memFree=29252552/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=332240 CPUtime=462.31
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 108441 0 0 0 43622 2609 0 0 25 0 1 0 21782946 340213760 81947 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 83060 81947 402 719 0 82339 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 332240

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 17703
/proc/meminfo: memFree=29164464/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=342952 CPUtime=522.31
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 111056 0 0 0 49509 2722 0 0 25 0 1 0 21782946 351182848 84562 4089446400 4194304 7136930 140735243945216 18446744073709551615 5950290 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 85738 84562 402 719 0 85017 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 342952

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/179 17705
/proc/meminfo: memFree=29072400/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=353744 CPUtime=582.31
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 113683 0 0 0 55421 2810 0 0 25 0 1 0 21782946 362233856 87189 4089446400 4194304 7136930 140735243945216 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 88436 87189 402 719 0 87715 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 353744

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/179 17706
/proc/meminfo: memFree=28988132/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=362828 CPUtime=642.32
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 115907 0 0 0 61336 2896 0 0 25 0 1 0 21782946 371535872 89413 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 90707 89413 402 719 0 89986 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 362828

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 17725
/proc/meminfo: memFree=28459868/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=422728 CPUtime=1002.32
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 130710 0 0 0 96785 3447 0 0 25 0 1 0 21782946 432873472 104216 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 105682 104216 402 719 0 104961 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 422728

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 1.88 3/179 17727
/proc/meminfo: memFree=28366316/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=437156 CPUtime=1062.33
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 134315 0 0 0 102693 3540 0 0 25 0 1 0 21782946 447647744 107821 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 109289 107821 402 719 0 108568 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 437156

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/179 17728
/proc/meminfo: memFree=28275964/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=449100 CPUtime=1122.33
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 137251 0 0 0 108611 3622 0 0 25 0 1 0 21782946 459878400 110757 4089446400 4194304 7136930 140735243945216 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 112275 110757 402 719 0 111554 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 449100

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/179 17730
/proc/meminfo: memFree=28192324/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=455664 CPUtime=1182.33
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 138905 0 0 0 114524 3709 0 0 25 0 1 0 21782946 466599936 112411 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 113916 112411 402 719 0 113195 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 455664

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17731
/proc/meminfo: memFree=28100148/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=469236 CPUtime=1242.33
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 142175 0 0 0 120452 3781 0 0 25 0 1 0 21782946 480497664 115681 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 117309 115681 402 719 0 116588 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 469236

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17733
/proc/meminfo: memFree=28014904/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=478524 CPUtime=1302.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 144540 0 0 0 126378 3856 0 0 25 0 1 0 21782946 490008576 118046 4089446400 4194304 7136930 140735243945216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 119631 118046 402 719 0 118910 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 478524

[startup+1362.3 s]
/proc/loadavg: 1.93 1.98 1.90 3/197 17945
/proc/meminfo: memFree=30223600/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=482356 CPUtime=1362.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 145508 0 0 0 132309 3925 0 0 25 0 1 0 21782946 493932544 119014 4089446400 4194304 7136930 140735243945216 18446744073709551615 4221204 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 120589 119014 402 719 0 119868 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 482356

[startup+1422.31 s]
/proc/loadavg: 1.97 1.98 1.91 3/197 17946
/proc/meminfo: memFree=30212832/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=489320 CPUtime=1422.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 147260 0 0 0 138242 3992 0 0 25 0 1 0 21782946 501063680 120766 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 122330 120766 402 719 0 121609 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 489320

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/197 17948
/proc/meminfo: memFree=30202092/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=498576 CPUtime=1482.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 149522 0 0 0 144173 4061 0 0 25 0 1 0 21782946 510541824 123028 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 124644 123028 402 719 0 123923 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 498576

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/197 17949
/proc/meminfo: memFree=30198392/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=502308 CPUtime=1542.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 150486 0 0 0 150116 4118 0 0 25 0 1 0 21782946 514363392 123992 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 125577 123992 402 719 0 124856 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 502308

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/197 17951
/proc/meminfo: memFree=30193372/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=507116 CPUtime=1602.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 151699 0 0 0 156057 4177 0 0 25 0 1 0 21782946 519286784 125205 4089446400 4194304 7136930 140735243945216 18446744073709551615 4209070 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 126779 125205 402 719 0 126058 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 507116

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.91 3/197 17953
/proc/meminfo: memFree=30181636/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=518468 CPUtime=1662.34
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 154331 0 0 0 161995 4239 0 0 25 0 1 0 21782946 530911232 127837 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 129617 127837 402 719 0 128896 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 518468

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.91 3/197 17954
/proc/meminfo: memFree=30178720/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=521384 CPUtime=1722.35
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 155073 0 0 0 167945 4290 0 0 25 0 1 0 21782946 533897216 128579 4089446400 4194304 7136930 140735243945216 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 130346 128579 402 719 0 129625 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 521384

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/197 17956
/proc/meminfo: memFree=30172816/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=527864 CPUtime=1782.35
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 156553 0 0 0 173892 4343 0 0 25 0 1 0 21782946 540532736 130059 4089446400 4194304 7136930 140735243945216 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 131966 130059 402 719 0 131245 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 527864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 17956
/proc/meminfo: memFree=30170436/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=530048 CPUtime=1800.05
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 157116 0 0 0 175645 4360 0 0 25 0 1 0 21782946 542769152 130622 4089446400 4194304 7136930 140735243945216 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17688/statm: 132512 130622 402 719 0 131791 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 530048

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 17956
/proc/meminfo: memFree=30170436/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=529524 CPUtime=1800.24
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 157239 0 0 0 175664 4360 0 0 18 0 1 0 21782946 542232576 130487 4089446400 4194304 7136930 140735243945216 18446744073709551615 6165663 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17688/statm: 132381 130487 407 719 0 131660 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 529524

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/198 17957
/proc/meminfo: memFree=30199936/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=498912 CPUtime=1800.66
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 157239 0 0 0 175705 4361 0 0 18 0 1 0 21782946 510885888 122834 4089446400 4194304 7136930 140735243945216 18446744073709551615 4212562 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17688/statm: 124728 122834 407 719 0 124007 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 498912

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.91 3/198 17957
/proc/meminfo: memFree=30199936/32951124 swapFree=67111528/67111528
[pid=17688] ppid=17686 vsize=436788 CPUtime=1800.76
/proc/17688/stat : 17688 (pbscip.linux.x8) R 17686 17688 16776 0 -1 4202496 157251 0 0 0 175715 4361 0 0 18 0 1 0 21782946 447270912 107317 4089446400 4194304 7136930 140735243945216 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17688/statm: 109197 107317 407 719 0 108476 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (KiB) 436788

Child status: 0
Real time (s): 1800.75
CPU time (s): 1800.81
CPU user time (s): 1757.18
CPU system time (s): 43.6284
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 530556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1757.18
system time used= 43.6284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2078

runsolver used 2.41563 second user time and 5.79512 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-07 22:48:27
IDJOB=2700574
IDBENCH=79440
IDSOLVER=1206
FILE ID=node147/2700574-1278535707
PBS_JOBID= 11239183
Free space on /tmp= 73824 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700574-1278535707/watcher-2700574-1278535707 -o /tmp/evaluation-result-2700574-1278535707/solver-2700574-1278535707 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700574-1278535707.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=275388287

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30165344 kB
Buffers:        134528 kB
Cached:        1870944 kB
SwapCached:          0 kB
Active:        1442928 kB
Inactive:      1204228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30165344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:      641400 kB
Mapped:          16832 kB
Slab:            73092 kB
PageTables:       6324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   789072 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= 73824 MiB
End job on node147 at 2010-07-07 23:18:29